diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-06-12 08:21:13 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-06-12 08:21:13 +0000 |
commit | a38daa0ae7af623734e0abd6c4aec03bd70e1c6d (patch) | |
tree | db03330447dd87d2982194cc0d41bba25370a98a /lisp/server.el | |
parent | 67f3ad67ee317226cb5d1bb139de0cfd883fdc5e (diff) | |
download | emacs-a38daa0ae7af623734e0abd6c4aec03bd70e1c6d.tar.gz |
(server-process-filter): Fix typo in docstring.
Diffstat (limited to 'lisp/server.el')
-rw-r--r-- | lisp/server.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/server.el b/lisp/server.el index 01acabf1ec8..997a6c4fc6f 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -564,7 +564,7 @@ The following commands are accepted by the server: `-auth AUTH-STRING' Authenticate the client using the secret authentication string - AUTH_STRING. + AUTH-STRING. `-version CLIENT-VERSION' Check version numbers between server and client, and signal an |