aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/simple.el5
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e59569304b0..8a88b95e473 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -8,6 +8,9 @@
8 * info.el (Info-next-reference, Info-prev-reference) 8 * info.el (Info-next-reference, Info-prev-reference)
9 (Info-try-follow-nearest-node): Move to and follow https:// links too. 9 (Info-try-follow-nearest-node): Move to and follow https:// links too.
10 10
11 * simple.el (completion-list-mode): Show full completion-list-mode-map
12 in the docstring.
13
112008-02-11 Sam Steingold <sds@gnu.org> 142008-02-11 Sam Steingold <sds@gnu.org>
12 15
13 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch). 16 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
diff --git a/lisp/simple.el b/lisp/simple.el
index b19f230c6fd..85f8f675e16 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -5293,7 +5293,10 @@ to decide what to delete."
5293Type \\<completion-list-mode-map>\\[choose-completion] in the completion list\ 5293Type \\<completion-list-mode-map>\\[choose-completion] in the completion list\
5294 to select the completion near point. 5294 to select the completion near point.
5295Use \\<completion-list-mode-map>\\[mouse-choose-completion] to select one\ 5295Use \\<completion-list-mode-map>\\[mouse-choose-completion] to select one\
5296 with the mouse." 5296 with the mouse.
5297
5298\\{completion-list-mode-map}"
5299
5297 (interactive) 5300 (interactive)
5298 (kill-all-local-variables) 5301 (kill-all-local-variables)
5299 (use-local-map completion-list-mode-map) 5302 (use-local-map completion-list-mode-map)