]> git.eshelyaron.com Git - emacs.git/commitdiff
(print_help_and_exit): Fix typo.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 2 Apr 2009 19:43:27 +0000 (19:43 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 2 Apr 2009 19:43:27 +0000 (19:43 +0000)
lib-src/ChangeLog
lib-src/emacsclient.c

index b9c6f1318e654a5a1148b98d9379705644a55403..cd7f3f8344d77bacc36cc2d90dae9c7708b6b3fd 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * emacsclient.c (print_help_and_exit): Fix typo.
+
 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
 
        * ntlib.c (setuid): Argument is now unsigned.
index f66d6b4cd25dc19b06623b5d27e73d6d6b89e6b5..558427118e549c22c2ffcb8c8a952b2824358850 100644 (file)
@@ -637,10 +637,10 @@ The following OPTIONS are accepted:\n\
                        Set filename of the TCP authentication file\n\
 -a, --alternate-editor=EDITOR\n\
                        Editor to fallback to if the server is not running\n"
-#ifdef WINDOWSNT
+#ifndef WINDOWSNT
 "                      If EDITOR is the empty string, start Emacs in daemon\n\
                        mode and try connecting again\n"
-#endif /* WINDOWSNT */
+#endif /* not WINDOWSNT */
 "\n\
 Report bugs to bug-gnu-emacs@gnu.org.\n", progname);
   exit (EXIT_SUCCESS);