From e2a2f8450cf758b933036fd64c410026fdeaae41 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 8 Jul 1992 18:14:20 +0000 Subject: [PATCH] *** empty log message *** --- lisp/terminal.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/terminal.el b/lisp/terminal.el index 97293fee260..de8fdf53a76 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el @@ -227,8 +227,8 @@ Other chars following \"%s\" are interpreted as follows:\n" (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)))