From 5f60927d072d1fe2ba0e132cdb6b6c4c3b943b8c Mon Sep 17 00:00:00 2001
From: Gerd Moellmann <gerd@gnu.org>
Date: Mon, 1 Nov 1999 14:53:59 +0000
Subject: (ask-user-about-lock): Doc fix.

---
 lisp/userlock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lisp/userlock.el')

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).
-- 
cgit v1.2.1