# HG changeset patch # User Richard M. Stallman # Date 710619260 0 # Node ID db46eb163798f2c95d25ff0e053099ef04c22b37 # Parent 1ffd52c765c7a4e340aa47773d174d4e8cd4b86f *** empty log message *** diff -r 1ffd52c765c7 -r db46eb163798 lisp/terminal.el --- a/lisp/terminal.el Tue Jul 07 19:52:37 1992 +0000 +++ b/lisp/terminal.el Wed Jul 08 18:14:20 1992 +0000 @@ -227,8 +227,8 @@ (interactive "cSet escape character to: ") (let ((o terminal-escape-char)) (message (if (= o c) - "\"%s\" is escape char" - "\"%s\" is now escape; \"%s\" passes though") + "\"%s\" is the escape char" + "\"%s\" is now the escape; \"%s\" passes through") (single-key-description c) (single-key-description o)) (setq terminal-escape-char c)))