bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] 21.3 terminal.el -- Show help key at prompt


From: Jari Aalto+mail.emacs
Subject: [patch] 21.3 terminal.el -- Show help key at prompt
Date: Sat, 28 Aug 2004 01:03:17 +0300


I think it would be good if the prompt indicated which key to press to
get help. Here is the patch.


2004-08-28 Sat  Jari Aalto  <jari dot aalto A T poboxes dot com>

        * terminal.el (te-escape): Show `?' in prompt for help key.


Index: terminal.el
===================================================================
RCS file: /cygdrive/l/data/vc/cvsroot/lisp/emacs/21.3/lisp/terminal.el,v
retrieving revision 1.1.1.1
diff -u -IId: -b -w -u -r1.1.1.1 terminal.el
--- terminal.el 26 Jun 2003 18:06:16 -0000      1.1.1.1
+++ terminal.el 27 Aug 2004 22:01:38 -0000
@@ -206,9 +206,9 @@
           (use-local-map terminal-escape-map)
           (setq s (read-key-sequence
                     (if current-prefix-arg
-                        (format "Emacs Terminal escape> %d "
+                        (format "Emacs Terminal escape[? for help]> %d "
                                 (prefix-numeric-value current-prefix-arg))
-                        "Emacs Terminal escape> "))))
+                        "Emacs Terminal escape[? for help]> "))))
       (use-global-map global)
       (use-local-map local))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]