Mercurial > emacs
changeset 38010:8a8cf4d74475
(server-process, server-buffer-clients): Doc fix.
From Pavel Janik <Pavel@Janik.cz>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 10 Jun 2001 08:42:22 +0000 |
parents | b6036155d1ca |
children | 7bb9866ab270 |
files | lisp/server.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/server.el Sat Jun 09 14:19:25 2001 +0000 +++ b/lisp/server.el Sun Jun 10 08:42:22 2001 +0000 @@ -101,7 +101,7 @@ :type '(repeat function)) (defvar server-process nil - "the current server process") + "The current server process") (defvar server-previous-string "") @@ -112,7 +112,7 @@ When a buffer is marked as \"done\", it is removed from this list.") (defvar server-buffer-clients nil - "List of clientids for clients requesting editing of current buffer.") + "List of client ids for clients requesting editing of current buffer.") (make-variable-buffer-local 'server-buffer-clients) ;; Changing major modes should not erase this local. (put 'server-buffer-clients 'permanent-local t)