Skip to content

Commit c574d27

Browse files
committed
Fix documentation of '-position' server command
* lisp/server.el (server-process-filter): Fix the description of "-position" command to match the reality. (Bug#38443)
1 parent 89a4488 commit c574d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/server.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ The following commands are accepted by the server:
988988
`-display DISPLAY'
989989
Set the display name to open X frames on.
990990
991-
`-position LINE[:COLUMN]'
991+
`-position +LINE[:COLUMN]'
992992
Go to the given line and column number
993993
in the next file opened.
994994
@@ -1184,7 +1184,7 @@ The following commands are accepted by the client:
11841184
(eq window-system 'w32)))
11851185
(push "-window-system" args-left)))
11861186

1187-
;; -position LINE[:COLUMN]: Set point to the given
1187+
;; -position +LINE[:COLUMN]: Set point to the given
11881188
;; position in the next file.
11891189
("-position"
11901190
(if (not (string-match "\\+\\([0-9]+\\)\\(?::\\([0-9]+\\)\\)?"

0 commit comments

Comments
 (0)