mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 22:50:59 -08:00
*** empty log message ***
This commit is contained in:
parent
edbe355be2
commit
e2a2f8450c
1 changed files with 2 additions and 2 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue