unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#74761: doc/lispref/maps.texi: Fix a typo
@ 2024-12-10  8:18 Chu Maeda
  2024-12-10 10:52 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Chu Maeda @ 2024-12-10  8:18 UTC (permalink / raw)
  To: 74761


[-- Attachment #1.1: Type: text/plain, Size: 236 bytes --]

Tags: patch

This is a patch fix a typo in elisp reference,
Appendix G Standard Keymaps, button-buffer-map.

I also checked the document for button-buffer-map. It's "buffers
containing buttons", rather than "buffer containing buffers".

[-- Attachment #1.2: Type: text/html, Size: 350 bytes --]

[-- Attachment #2: 0001-Fix-typo-in-maps.texi.patch --]
[-- Type: application/octet-stream, Size: 788 bytes --]

From 27dc71701101f36ef124c6186095104caad619d3 Mon Sep 17 00:00:00 2001
From: Chu <maedaqu@gmail.com>
Date: Tue, 10 Dec 2024 11:10:34 +0800
Subject: [PATCH] Fix typo in maps.texi

---
 doc/lispref/maps.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}.@*
 @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
-- 
2.39.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-10 10:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-10  8:18 bug#74761: doc/lispref/maps.texi: Fix a typo Chu Maeda
2024-12-10 10:52 ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).