From: Gerd Moellmann Date: Mon, 1 Nov 1999 14:53:59 +0000 (+0000) Subject: (ask-user-about-lock): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~6228 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f60927d072d1fe2ba0e132cdb6b6c4c3b943b8c;p=emacs.git (ask-user-about-lock): Doc fix. --- 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).