(server-process, server-buffer-clients): Doc fix.

From Pavel Janik <Pavel@Janik.cz>.
This commit is contained in:
Eli Zaretskii 2001-06-10 08:45:41 +00:00
parent 5151db0c4e
commit b5a9911c41
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
* server.el (server-process, server-buffer-clients): Doc fix.
From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
2001-06-09 John Wiegley <johnw@gnu.org>
* eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to

View file

@ -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 @@ that can be given to the server process to identify a client.
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)