]> git.eshelyaron.com Git - emacs.git/commitdiff
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 e59569304b090e656759ff520b553365bbcdf1d0..8a88b95e4730586ecf23a7c548ca3c5266b54bac 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 b19f230c6fdea314f2a626625e80c4a31857228a..85f8f675e16a3c8754793d9b4d3f24f1268aa6b3 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)