diff options
| author | Richard M. Stallman | 1992-07-08 18:14:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-07-08 18:14:20 +0000 |
| commit | e2a2f8450cf758b933036fd64c410026fdeaae41 (patch) | |
| tree | 456c3357807684b9ddb92469d33c52be3f0ff4dd | |
| parent | edbe355be20d0cc8127a9393ec6f4a1e55e9ed14 (diff) | |
| download | emacs-e2a2f8450cf758b933036fd64c410026fdeaae41.tar.gz emacs-e2a2f8450cf758b933036fd64c410026fdeaae41.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/terminal.el | 4 |
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" | |||
| 227 | (interactive "cSet escape character to: ") | 227 | (interactive "cSet escape character to: ") |
| 228 | (let ((o terminal-escape-char)) | 228 | (let ((o terminal-escape-char)) |
| 229 | (message (if (= o c) | 229 | (message (if (= o c) |
| 230 | "\"%s\" is escape char" | 230 | "\"%s\" is the escape char" |
| 231 | "\"%s\" is now escape; \"%s\" passes though") | 231 | "\"%s\" is now the escape; \"%s\" passes through") |
| 232 | (single-key-description c) | 232 | (single-key-description c) |
| 233 | (single-key-description o)) | 233 | (single-key-description o)) |
| 234 | (setq terminal-escape-char c))) | 234 | (setq terminal-escape-char c))) |