From: Chu Date: Tue, 10 Dec 2024 03:10:34 +0000 (+0800) Subject: Fix typo in maps.texi X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b61c09bfa2f3edf3781322710f7e3d9991d9741;p=emacs.git Fix typo in maps.texi * doc/lispref/maps.texi (Standard Keymaps): Fix typo. (Bug#74761) Copyright-paperwork-exempt: yes (cherry picked from commit 6fd5e02cb9bc888cf454f8e5e8daf3203ae7a13f) --- diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi index 9bc27a4abc7..b9057d71ac0 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}.@* @xref{Defining Abbrevs,,, emacs, The GNU Emacs Manual}. @item button-buffer-map -A sparse keymap useful for buffers containing buffers.@* +A sparse keymap useful for buffers containing buttons.@* You may want to use this as a parent keymap. @xref{Buttons}. @item button-map