(completion-list-mode): Show full completion-list-mode-map in the docstring.
* 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).
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)