We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a4488 commit c574d27Copy full SHA for c574d27
lisp/server.el
@@ -988,7 +988,7 @@ The following commands are accepted by the server:
988
`-display DISPLAY'
989
Set the display name to open X frames on.
990
991
-`-position LINE[:COLUMN]'
+`-position +LINE[:COLUMN]'
992
Go to the given line and column number
993
in the next file opened.
994
@@ -1184,7 +1184,7 @@ The following commands are accepted by the client:
1184
(eq window-system 'w32)))
1185
(push "-window-system" args-left)))
1186
1187
- ;; -position LINE[:COLUMN]: Set point to the given
+ ;; -position +LINE[:COLUMN]: Set point to the given
1188
;; position in the next file.
1189
("-position"
1190
(if (not (string-match "\\+\\([0-9]+\\)\\(?::\\([0-9]+\\)\\)?"
0 commit comments