Mercurial > emacs
diff lisp/userlock.el @ 26281:d4ba91022b7a
(ask-user-about-lock): Doc fix.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Mon, 01 Nov 1999 14:53:59 +0000 |
| parents | 2f47e06ef5a3 |
| children | 0c66d7531f3e |
line wrap: on
line diff
--- a/lisp/userlock.el Mon Nov 01 14:43:24 1999 +0000 +++ b/lisp/userlock.el Mon Nov 01 14:53:59 1999 +0000 @@ -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).
