# HG changeset patch # User Juanma Barranquero # Date 1164646179 0 # Node ID 26cf15a2cb37ab191e282d658844f6a9f9c2c38c # Parent 5c36efa11051e220cb222a0f8aa457793664330f (ask-user-about-lock-help): Fix typos in output message. diff -r 5c36efa11051 -r 26cf15a2cb37 lisp/userlock.el --- a/lisp/userlock.el Mon Nov 27 16:42:42 2006 +0000 +++ b/lisp/userlock.el Mon Nov 27 16:49:39 2006 +0000 @@ -87,9 +87,9 @@ (defun ask-user-about-lock-help () (with-output-to-temp-buffer "*Help*" (princ "It has been detected that you want to modify a file that someone else has -already started modifying in EMACS. +already started modifying in Emacs. -You can teal the file; The other user becomes the +You can teal the file; the other user becomes the intruder if (s)he ever unmodifies the file and then changes it again. You can

roceed; you edit at your own (and the other user's) risk. You can uit; don't modify this file.")