1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Fix documentation of '-position' server command

* lisp/server.el (server-process-filter): Fix the description
of "-position" command to match the reality.  (Bug#38443)
This commit is contained in:
Eli Zaretskii 2019-12-07 11:50:14 +02:00
parent 89a4488f89
commit c574d27464

View File

@ -988,7 +988,7 @@ The following commands are accepted by the server:
`-display DISPLAY'
Set the display name to open X frames on.
`-position LINE[:COLUMN]'
`-position +LINE[:COLUMN]'
Go to the given line and column number
in the next file opened.
@ -1184,7 +1184,7 @@ The following commands are accepted by the client:
(eq window-system 'w32)))
(push "-window-system" args-left)))
;; -position LINE[:COLUMN]: Set point to the given
;; -position +LINE[:COLUMN]: Set point to the given
;; position in the next file.
("-position"
(if (not (string-match "\\+\\([0-9]+\\)\\(?::\\([0-9]+\\)\\)?"