# HG changeset patch # User Gerd Moellmann # Date 941468039 0 # Node ID d4ba91022b7a2ca79574161b9cd77367c17e05a1 # Parent 083835afced5eb106d27d7b124c9bbcad44b99de (ask-user-about-lock): Doc fix. diff -r 083835afced5 -r d4ba91022b7a lisp/userlock.el --- 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).