1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 22:20:24 -08:00

(ask-user-about-lock): Doc fix.

This commit is contained in:
Gerd Moellmann 1999-11-01 14:53:59 +00:00
parent c3f135409c
commit 5f60927d07

View file

@ -38,7 +38,7 @@
(defun ask-user-about-lock (file opponent) (defun ask-user-about-lock (file opponent)
"Ask user what to do when he wants to edit FILE but it is locked by OPPONENT. "Ask user what to do when he wants to edit FILE but it is locked by OPPONENT.
This function has a choice of three things to do: This function has a choice of three things to do:
do (signal 'buffer-file-locked (list FILE OPPONENT)) do (signal 'file-locked (list FILE OPPONENT))
to refrain from editing the file to refrain from editing the file
return t (grab the lock on the file) return t (grab the lock on the file)
return nil (edit the file even though it is locked). return nil (edit the file even though it is locked).