summaryrefslogtreecommitdiff
path: root/lisp/terminal.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-07-08 18:14:20 +0000
committerRichard M. Stallman <rms@gnu.org>1992-07-08 18:14:20 +0000
commitf03a1837e4c69350995cf3096d065c937621999f (patch)
treecd44a0bbd84ddaf42e39e516309b83c42ee976a3 /lisp/terminal.el
parentb099125bd0cb0f5bb331cef6f9b812b0f9f4873d (diff)
downloademacs-f03a1837e4c69350995cf3096d065c937621999f.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/terminal.el')
-rw-r--r--lisp/terminal.el4
1 files 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)))