Kevin Ryde <user42 at zip.com.au>
authorGlenn Morris <rgm@gnu.org>
Mon, 11 Feb 2008 04:03:25 +0000 (04:03 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 11 Feb 2008 04:03:25 +0000 (04:03 +0000)
(completion-list-mode): Show full completion-list-mode-map in the docstring.

lisp/ChangeLog
lisp/simple.el

index e595693..8a88b95 100644 (file)
@@ -8,6 +8,9 @@
        * info.el (Info-next-reference, Info-prev-reference)
        (Info-try-follow-nearest-node): Move to and follow https:// links too.
 
+       * simple.el (completion-list-mode): Show full completion-list-mode-map
+       in the docstring.
+
 2008-02-11  Sam Steingold  <sds@gnu.org>
 
        * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
index b19f230..85f8f67 100644 (file)
@@ -5293,7 +5293,10 @@ to decide what to delete."
 Type \\<completion-list-mode-map>\\[choose-completion] in the completion list\
  to select the completion near point.
 Use \\<completion-list-mode-map>\\[mouse-choose-completion] to select one\
- with the mouse."
+ with the mouse.
+
+\\{completion-list-mode-map}"
+
   (interactive)
   (kill-all-local-variables)
   (use-local-map completion-list-mode-map)