aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsclient.c2
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. */
68const char * alternate_editor = NULL; 68const 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. */
71char *socket_name = NULL; 71char *socket_name = NULL;
72 72
73void print_help_and_exit (); 73void print_help_and_exit ();