mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-06 11:55:48 +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.el (Info-next-reference, Info-prev-reference)
|
||||||
(Info-try-follow-nearest-node): Move to and follow https:// links too.
|
(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>
|
2008-02-11 Sam Steingold <sds@gnu.org>
|
||||||
|
|
||||||
* vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
|
* 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\
|
Type \\<completion-list-mode-map>\\[choose-completion] in the completion list\
|
||||||
to select the completion near point.
|
to select the completion near point.
|
||||||
Use \\<completion-list-mode-map>\\[mouse-choose-completion] to select one\
|
Use \\<completion-list-mode-map>\\[mouse-choose-completion] to select one\
|
||||||
with the mouse."
|
with the mouse.
|
||||||
|
|
||||||
|
\\{completion-list-mode-map}"
|
||||||
|
|
||||||
(interactive)
|
(interactive)
|
||||||
(kill-all-local-variables)
|
(kill-all-local-variables)
|
||||||
(use-local-map completion-list-mode-map)
|
(use-local-map completion-list-mode-map)
|
||||||
|
Loading…
Reference in New Issue
Block a user