From: Glenn Morris Date: Mon, 11 Feb 2008 04:03:25 +0000 (+0000) Subject: Kevin Ryde X-Git-Tag: emacs-pretest-23.0.90~8016 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a77346c8e418ab2ee250a25221ce3eaf79b32f5;p=emacs.git Kevin Ryde (completion-list-mode): Show full completion-list-mode-map in the docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e59569304b0..8a88b95e473 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 * 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." 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)