changeset 91753:d4fe8debe315

Kevin Ryde <user42 at zip.com.au> (completion-list-mode): Show full completion-list-mode-map in the docstring.
author Glenn Morris <rgm@gnu.org>
date Mon, 11 Feb 2008 04:03:14 +0000
parents 35ef7451b6b4
children 77727320dacc
files lisp/simple.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Mon Feb 11 03:59:12 2008 +0000
+++ b/lisp/simple.el	Mon Feb 11 04:03:14 2008 +0000
@@ -5293,7 +5293,10 @@
 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)