aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-23 01:51:38 +0000
committerJuanma Barranquero2006-11-23 01:51:38 +0000
commit30aa95cea6439bc6742977a80b33f3e788d6574d (patch)
tree259b2e6ba97c2e7652c1d99430d425ef74f905a4 /lib-src
parent53e842f162dc525ad4d21cf7e2d1f9e9ef9b06a7 (diff)
downloademacs-30aa95cea6439bc6742977a80b33f3e788d6574d.tar.gz
emacs-30aa95cea6439bc6742977a80b33f3e788d6574d.zip
(print_help_and_exit): Tweak message contents and tabs/spaces
to improve alignment in message boxes.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/emacsclient.c17
2 files changed, 14 insertions, 8 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 5c6629f79d0..b756e6a5405 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12006-11-23 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacsclient.c (print_help_and_exit): Tweak message contents and
4 tabs/spaces to improve alignment in message boxes.
5
12006-11-22 Lennart Borgman <lennart.borgman.073@student.lu.se> 62006-11-22 Lennart Borgman <lennart.borgman.073@student.lu.se>
2 7
3 * emacsclient.c: Include <stdarg.h>. 8 * emacsclient.c: Include <stdarg.h>.
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 4cd960d9ea5..4bb9af66359 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -278,19 +278,20 @@ Tell the Emacs server to visit the specified files.\n\
278Every FILE can be either just a FILENAME or [+LINE[:COLUMN]] FILENAME.\n\ 278Every FILE can be either just a FILENAME or [+LINE[:COLUMN]] FILENAME.\n\
279\n\ 279\n\
280The following OPTIONS are accepted:\n\ 280The following OPTIONS are accepted:\n\
281-V, --version Just print a version info and return\n\ 281\n\
282-H, --help Print this usage information message\n\ 282-V, --version Just print version info and return\n\
283-n, --no-wait Don't wait for the server to return\n\ 283-H, --help Print this usage information message\n\
284-e, --eval Evaluate the FILE arguments as ELisp expressions\n\ 284-e, --eval Evaluate FILE arguments as Lisp expressions\n\
285-d, --display=DISPLAY Visit the file in the given display\n" 285-n, --no-wait Don't wait for the server to return\n\
286-d, --display=DISPLAY Visit the file in the given display\n"
286#ifndef NO_SOCKETS_IN_FILE_SYSTEM 287#ifndef NO_SOCKETS_IN_FILE_SYSTEM
287"-s, --socket-name=FILENAME\n\ 288"-s, --socket-name=FILENAME\n\
288 Set the filename of the UNIX socket for communication\n" 289 Set filename of the UNIX socket for communication\n"
289#endif 290#endif
290"-f, --server-file=FILENAME\n\ 291"-f, --server-file=FILENAME\n\
291 Set the filename of the TCP configuration file\n\ 292 Set filename of the TCP authentication file\n\
292-a, --alternate-editor=EDITOR\n\ 293-a, --alternate-editor=EDITOR\n\
293 Editor to fallback to if the server is not running\n\ 294 Editor to fallback to if server is not running\n\
294\n\ 295\n\
295Report bugs to bug-gnu-emacs@gnu.org.\n", progname); 296Report bugs to bug-gnu-emacs@gnu.org.\n", progname);
296 exit (EXIT_SUCCESS); 297 exit (EXIT_SUCCESS);