* lisp/server.el (server-process-filter): Fix the description
of "-position" command to match the reality. (Bug#38443)
`-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.
(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]+\\)\\)?"