(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)
"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:
do (signal 'buffer-file-locked (list FILE OPPONENT))
do (signal 'file-locked (list FILE OPPONENT))
to refrain from editing the file
return t (grab the lock on the file)
return nil (edit the file even though it is locked).