mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
Kevin Ryde <user42 at zip.com.au>
(completion-list-mode): Show full completion-list-mode-map in the docstring.
This commit is contained in:
parent
78e7bb2ec5
commit
3a77346c8e
@ -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).
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user