aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-04-22 15:30:18 +0000
committerPavel Janík2002-04-22 15:30:18 +0000
commite5ba1eb9ef811355ad922f17c61a0fb006a2db1a (patch)
tree5b2f0b59735ce7864aa316b83020a97d6afc0f18
parent79ccae1e456a328c0877b3fd59be1c5748105c99 (diff)
downloademacs-e5ba1eb9ef811355ad922f17c61a0fb006a2db1a.tar.gz
emacs-e5ba1eb9ef811355ad922f17c61a0fb006a2db1a.zip
(tmm-completion-prompt): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/tmm.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4201f07b47c..e5a291eea06 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12002-04-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12002-04-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * tmm.el (tmm-completion-prompt): Doc fix.
4
3 * hilit-chg.el (global-highlight-changes): Capitalize status 5 * hilit-chg.el (global-highlight-changes): Capitalize status
4 texts. 6 texts.
5 7
diff --git a/lisp/tmm.el b/lisp/tmm.el
index 3e1ba6c8898..759caba5605 100644
--- a/lisp/tmm.el
+++ b/lisp/tmm.el
@@ -106,7 +106,7 @@ or else the correct item might not be found in the `*Completions*' buffer."
106 "A place to store minibuffer map.") 106 "A place to store minibuffer map.")
107 107
108(defcustom tmm-completion-prompt 108(defcustom tmm-completion-prompt
109 "Press PageUp Key to reach this buffer from the minibuffer. 109 "Press PageUp key to reach this buffer from the minibuffer.
110Alternatively, you can use Up/Down keys (or your History keys) to change 110Alternatively, you can use Up/Down keys (or your History keys) to change
111the item in the minibuffer, and press RET when you are done, or press the 111the item in the minibuffer, and press RET when you are done, or press the
112marked letters to pick up your choice. Type C-g or ESC ESC ESC to cancel. 112marked letters to pick up your choice. Type C-g or ESC ESC ESC to cancel.