1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

(ask-user-about-lock-help): Fix typos in output message.

This commit is contained in:
Juanma Barranquero 2006-11-27 16:49:39 +00:00
parent cc0f519ff7
commit 95d2516afd

View File

@ -87,9 +87,9 @@ in any way you like."
(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 <s>teal the file; The other user becomes the
You can <s>teal the file; the other user becomes the
intruder if (s)he ever unmodifies the file and then changes it again.
You can <p>roceed; you edit at your own (and the other user's) risk.
You can <q>uit; don't modify this file.")