summaryrefslogtreecommitdiff
path: root/lisp/userlock.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-11-01 14:53:59 +0000
committerGerd Moellmann <gerd@gnu.org>1999-11-01 14:53:59 +0000
commit5f60927d072d1fe2ba0e132cdb6b6c4c3b943b8c (patch)
tree4db9ae6be20464dc3c16bfa01b28e2849240f111 /lisp/userlock.el
parentc3f135409cd6a661066a5bb1cfcb8a8be5cc56b1 (diff)
downloademacs-5f60927d072d1fe2ba0e132cdb6b6c4c3b943b8c.tar.gz
(ask-user-about-lock): Doc fix.
Diffstat (limited to 'lisp/userlock.el')
-rw-r--r--lisp/userlock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/userlock.el b/lisp/userlock.el
index 21c531312d6..3b3d1fbd728 100644
--- a/lisp/userlock.el
+++ b/lisp/userlock.el
@@ -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).