mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
Doc fix.
This commit is contained in:
parent
33b4a308e6
commit
cc9875f9f5
1 changed files with 2 additions and 2 deletions
|
|
@ -253,8 +253,8 @@ are considered temporary."
|
|||
(string-match server-temp-file-regexp (buffer-file-name buffer))))
|
||||
|
||||
(defun server-done ()
|
||||
"Offer to save current buffer, mark it as \"done\" for clients,
|
||||
bury it, and return a suggested buffer to select next."
|
||||
"Offer to save current buffer, mark it as \"done\" for clients.
|
||||
Then bury it, and return a suggested buffer to select next."
|
||||
(let ((buffer (current-buffer)))
|
||||
(if server-buffer-clients
|
||||
(progn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue