diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-09-19 14:27:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-09-19 14:27:47 +0000 |
commit | 3db926bedade9bcec4195f253da5aa16dd434d45 (patch) | |
tree | 6d003871487ed7c7bb8f31ad1f6b78a844770049 /lib-src | |
parent | 837ea4dc046de223aeed6f7e0f91002958987bd8 (diff) | |
download | emacs-3db926bedade9bcec4195f253da5aa16dd434d45.tar.gz |
Comment change.
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; is not running. --alternate-editor. */ const char * alternate_editor = NULL; -/* If non-NULL, thefilename of the UNIX socket */ +/* If non-NULL, the filename of the UNIX socket. */ char *socket_name = NULL; void print_help_and_exit (); |