# HG changeset patch # User Glenn Morris # Date 1202702594 0 # Node ID d4fe8debe315e2a992b333f2bb7e5435ff603e98 # Parent 35ef7451b6b42d6083297ca280d9e613a2215038 Kevin Ryde (completion-list-mode): Show full completion-list-mode-map in the docstring. diff -r 35ef7451b6b4 -r d4fe8debe315 lisp/simple.el --- 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 \\\\[choose-completion] in the completion list\ to select the completion near point. Use \\\\[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)