diff options
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 820d172a9a1..f0090752fab 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -67,7 +67,7 @@ char *display = NULL; | |||
| 67 | is not running. --alternate-editor. */ | 67 | is not running. --alternate-editor. */ |
| 68 | const char * alternate_editor = NULL; | 68 | const char * alternate_editor = NULL; |
| 69 | 69 | ||
| 70 | /* If non-NULL, thefilename of the UNIX socket */ | 70 | /* If non-NULL, the filename of the UNIX socket. */ |
| 71 | char *socket_name = NULL; | 71 | char *socket_name = NULL; |
| 72 | 72 | ||
| 73 | void print_help_and_exit (); | 73 | void print_help_and_exit (); |