diff options
| author | Jeremy Bryant | 2024-02-11 21:26:41 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2024-02-17 18:55:10 +0200 |
| commit | 52d554d5d8964943c65ecf140fdcc4bd6bccf855 (patch) | |
| tree | 9dbb58de99711459a79381bae6595ec50a664786 | |
| parent | 77576cd7626e4a99a5c88aa854091d701edd53a8 (diff) | |
| download | emacs-52d554d5d8964943c65ecf140fdcc4bd6bccf855.tar.gz emacs-52d554d5d8964943c65ecf140fdcc4bd6bccf855.zip | |
Add manual entries for which-key
* doc/emacs/display.texi (Display Custom): Briefly introduce which-key.
* doc/emacs/help.texi (Key Help): Briefly mention which-key.
| -rw-r--r-- | doc/emacs/display.texi | 3 | ||||
| -rw-r--r-- | doc/emacs/help.texi | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index d2557d6148e..bda57d2b30e 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -2215,7 +2215,8 @@ there is something to echo. @xref{Echo Area}. | |||
| 2215 | default), the multi-character key sequence echo shown according to | 2215 | default), the multi-character key sequence echo shown according to |
| 2216 | @code{echo-keystrokes} will include a short help text about keys which | 2216 | @code{echo-keystrokes} will include a short help text about keys which |
| 2217 | will invoke @code{describe-prefix-bindings} (@pxref{Misc Help}) to show | 2217 | will invoke @code{describe-prefix-bindings} (@pxref{Misc Help}) to show |
| 2218 | the list of commands for the prefix you already typed. | 2218 | the list of commands for the prefix you already typed. For a related |
| 2219 | help facility, see @ref{which-key}. | ||
| 2219 | 2220 | ||
| 2220 | @cindex mouse pointer | 2221 | @cindex mouse pointer |
| 2221 | @cindex hourglass pointer display | 2222 | @cindex hourglass pointer display |
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index 99a4173ac29..1a76e663657 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi | |||
| @@ -260,6 +260,11 @@ by these buttons, Emacs provides the @code{button-describe} and | |||
| 260 | @code{widget-describe} commands, that should be run with point over | 260 | @code{widget-describe} commands, that should be run with point over |
| 261 | the button. | 261 | the button. |
| 262 | 262 | ||
| 263 | @anchor which-key | ||
| 264 | @kbd{M-x which-key} is a global minor mode which helps in discovering | ||
| 265 | keymaps. It displays keybindings following your currently entered | ||
| 266 | incomplete command (prefix), in a popup. | ||
| 267 | |||
| 263 | @node Name Help | 268 | @node Name Help |
| 264 | @section Help by Command or Variable Name | 269 | @section Help by Command or Variable Name |
| 265 | 270 | ||