diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index bec78315e45..6ea05fb9e9a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-10-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * emacsclient.c (print_help_and_exit): Fix space to improve | ||
| 4 | alignment in output messages. | ||
| 5 | |||
| 1 | 2007-09-27 Jason Rumney <jasonr@gnu.org> | 6 | 2007-09-27 Jason Rumney <jasonr@gnu.org> |
| 2 | 7 | ||
| 3 | * makefile.w32-in (emacsclient, emacsclientw): Link to COMCTL32. | 8 | * makefile.w32-in (emacsclient, emacsclientw): Link to COMCTL32. |
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 02b70a39802..bfa4f9c01d7 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -498,7 +498,7 @@ The following OPTIONS are accepted:\n\ | |||
| 498 | -V, --version Just print version info and return\n\ | 498 | -V, --version Just print version info and return\n\ |
| 499 | -H, --help Print this usage information message\n\ | 499 | -H, --help Print this usage information message\n\ |
| 500 | -t, --tty Open a new Emacs frame on the current terminal\n\ | 500 | -t, --tty Open a new Emacs frame on the current terminal\n\ |
| 501 | -c, --create-frame Create a new frame instead of trying to\n\ | 501 | -c, --create-frame Create a new frame instead of trying to\n\ |
| 502 | use the current Emacs frame\n\ | 502 | use the current Emacs frame\n\ |
| 503 | -e, --eval Evaluate the FILE arguments as ELisp expressions\n\ | 503 | -e, --eval Evaluate the FILE arguments as ELisp expressions\n\ |
| 504 | -n, --no-wait Don't wait for the server to return\n\ | 504 | -n, --no-wait Don't wait for the server to return\n\ |