diff options
| author | Glenn Morris | 2011-06-25 12:52:34 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-06-25 12:52:34 -0700 |
| commit | a150502ad89cc06930319f3bdc0ab0a8db429e73 (patch) | |
| tree | 018d9cd2250c756d7a9995b9deb946e31e8f74d8 /lib-src | |
| parent | 5f9388d04e004196a9bd9018c812aafd3685a645 (diff) | |
| download | emacs-a150502ad89cc06930319f3bdc0ab0a8db429e73.tar.gz emacs-a150502ad89cc06930319f3bdc0ab0a8db429e73.zip | |
* lib-src/emacsclient.c (print_help_and_exit): More fixing of previous.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 0bfa748707c..c78a42bffe8 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -674,7 +674,7 @@ The following OPTIONS are accepted:\n\ | |||
| 674 | -nw, -t, --tty Open a new Emacs frame on the current terminal\n\ | 674 | -nw, -t, --tty Open a new Emacs frame on the current terminal\n\ |
| 675 | -c, --create-frame Create a new frame instead of trying to\n\ | 675 | -c, --create-frame Create a new frame instead of trying to\n\ |
| 676 | use the current Emacs frame\n\ | 676 | use the current Emacs frame\n\ |
| 677 | -F, --frame-parameters=ALIST\n\ | 677 | -F ALIST, --frame-parameters=ALIST\n\ |
| 678 | Set the parameters of a new frame\n\ | 678 | Set the parameters of a new frame\n\ |
| 679 | -e, --eval Evaluate the FILE arguments as ELisp expressions\n\ | 679 | -e, --eval Evaluate the FILE arguments as ELisp expressions\n\ |
| 680 | -n, --no-wait Don't wait for the server to return\n\ | 680 | -n, --no-wait Don't wait for the server to return\n\ |