diff options
| author | Chu | 2024-12-10 11:10:34 +0800 |
|---|---|---|
| committer | Stefan Kangas | 2024-12-10 11:51:12 +0100 |
| commit | 6fd5e02cb9bc888cf454f8e5e8daf3203ae7a13f (patch) | |
| tree | 9aa705b8b559fc85d80fed6e0972272acfeeb33b /doc | |
| parent | 872a7336dc083c6f28acb292cf389f0f14b0f354 (diff) | |
| download | emacs-6fd5e02cb9bc888cf454f8e5e8daf3203ae7a13f.tar.gz emacs-6fd5e02cb9bc888cf454f8e5e8daf3203ae7a13f.zip | |
Fix typo in maps.texi
* doc/lispref/maps.texi (Standard Keymaps): Fix typo. (Bug#74761)
Copyright-paperwork-exempt: yes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/maps.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi index 6ae98da49c7..f1a7fe258d5 100644 --- a/doc/lispref/maps.texi +++ b/doc/lispref/maps.texi | |||
| @@ -30,7 +30,7 @@ A sparse keymap for subcommands of the prefix @kbd{C-x a}.@* | |||
| 30 | @xref{Defining Abbrevs,,, emacs, The GNU Emacs Manual}. | 30 | @xref{Defining Abbrevs,,, emacs, The GNU Emacs Manual}. |
| 31 | 31 | ||
| 32 | @item button-buffer-map | 32 | @item button-buffer-map |
| 33 | A sparse keymap useful for buffers containing buffers.@* | 33 | A sparse keymap useful for buffers containing buttons.@* |
| 34 | You may want to use this as a parent keymap. @xref{Buttons}. | 34 | You may want to use this as a parent keymap. @xref{Buttons}. |
| 35 | 35 | ||
| 36 | @item button-map | 36 | @item button-map |