diff options
| author | Richard M. Stallman | 2003-09-19 14:27:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-09-19 14:27:47 +0000 |
| commit | 3db926bedade9bcec4195f253da5aa16dd434d45 (patch) | |
| tree | 6d003871487ed7c7bb8f31ad1f6b78a844770049 | |
| parent | 837ea4dc046de223aeed6f7e0f91002958987bd8 (diff) | |
| download | emacs-3db926bedade9bcec4195f253da5aa16dd434d45.tar.gz emacs-3db926bedade9bcec4195f253da5aa16dd434d45.zip | |
Comment change.
| -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 (); |