emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lib-src ChangeLog emacsclient.c


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lib-src ChangeLog emacsclient.c
Date: Mon, 20 Apr 2009 03:19:20 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/04/20 03:19:20

Modified files:
        lib-src        : ChangeLog emacsclient.c 

Log message:
        * emacsclient.c (print_help_and_exit): Fix typo and tabify (careful
          spacing is required in the message output, as the comment suggests).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lib-src/ChangeLog?cvsroot=emacs&r1=2.527&r2=2.528
http://cvs.savannah.gnu.org/viewcvs/emacs/lib-src/emacsclient.c?cvsroot=emacs&r1=1.158&r2=1.159

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/ChangeLog,v
retrieving revision 2.527
retrieving revision 2.528
diff -u -b -r2.527 -r2.528
--- ChangeLog   20 Apr 2009 02:52:56 -0000      2.527
+++ ChangeLog   20 Apr 2009 03:19:19 -0000      2.528
@@ -1,3 +1,8 @@
+2009-04-20  Juanma Barranquero  <address@hidden>
+
+       * emacsclient.c (print_help_and_exit): Fix typo and tabify (careful
+       spacing is required in the message output, as the comment suggests).
+
 2009-04-20  Chong Yidong  <address@hidden>
 
        * emacsclient.c (print_help_and_exit): Clarify argument placement

Index: emacsclient.c
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/emacsclient.c,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -b -r1.158 -r1.159
--- emacsclient.c       20 Apr 2009 02:52:57 -0000      1.158
+++ emacsclient.c       20 Apr 2009 03:19:19 -0000      1.159
@@ -637,7 +637,7 @@
 "-f SERVER, --server-file=SERVER\n\
                         Set filename of the TCP authentication file\n\
 -a EDITOR, --alternate-editor=EDITOR\n\
-                        Editor to fallback to if the server is not running.\n"
+                       Editor to fallback to if the server is not running\n"
 #ifndef WINDOWSNT
 "                      If EDITOR is the empty string, start Emacs in daemon\n\
                        mode and try connecting again\n"




reply via email to

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