changeset 26281:d4ba91022b7a

(ask-user-about-lock): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 01 Nov 1999 14:53:59 +0000
parents 083835afced5
children 3b08a3b3ef2b
files lisp/userlock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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).