emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c574d27: Fix documentation of '-position' server command


From: Eli Zaretskii
Subject: master c574d27: Fix documentation of '-position' server command
Date: Sat, 7 Dec 2019 04:51:03 -0500 (EST)

branch: master
commit c574d27464b583b295afca72b3c06d1d601b5448
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix documentation of '-position' server command
    
    * lisp/server.el (server-process-filter): Fix the description
    of "-position" command to match the reality.  (Bug#38443)
---
 lisp/server.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/server.el b/lisp/server.el
index 14114c8..2bd6c16 100644
--- a/lisp/server.el
+++ b/lisp/server.el
@@ -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]+\\)\\)?"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]