all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#65329: [PATCH] Fix typos in lisp/keymap.el
@ 2023-08-16  0:25 Thomas Voss via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-08-16 12:26 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Voss via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-08-16  0:25 UTC (permalink / raw)
  To: 65329

[-- Attachment #1: Type: text/plain, Size: 441 bytes --]

Hi!  I noticed some typos in the doc-strings for ‘keymap-global-set’ and
‘keymap-local-set’ so here’s a quick patch to fix them.

PS: I did send this patch half an hour ago or so, but I forgot to put
‘[PATCH]’ in the subject.  According to CONTRIBUTE that can mess up the
bug tracker, and I didn’t see my first email appear in the mailing list,
so I’m resending this.  Apologies if this appears twice.

— Thomas

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch --]
[-- Type: text/x-patch, Size: 1284 bytes --]

From 13683ba6879027f1524a4822b235c8a4ded6859f Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Wed, 16 Aug 2023 01:58:03 +0200
Subject: [PATCH] ; Fix typos in lisp/keymap.el

Copyright-paper-exempt: yes
---
 lisp/keymap.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/keymap.el b/lisp/keymap.el
index cd06b830e0a..017b2d6ead0 100644
--- a/lisp/keymap.el
+++ b/lisp/keymap.el
@@ -78,7 +78,7 @@ called from Lisp, COMMAND can be anything that `keymap-set' accepts
 as its DEFINITION argument.
 
 If COMMAND is a string (which can only happen when this function is
-callled from Lisp), it must satisfy `key-valid-p'.
+called from Lisp), it must satisfy `key-valid-p'.
 
 Note that if KEY has a local binding in the current buffer,
 that local binding will continue to shadow any global binding
@@ -102,7 +102,7 @@ called from Lisp, COMMAND can be anything that `keymap-set' accepts
 as its DEFINITION argument.
 
 If COMMAND is a string (which can only happen when this function is
-callled from Lisp), it must satisfy `key-valid-p'.
+called from Lisp), it must satisfy `key-valid-p'.
 
 The binding goes in the current buffer's local keymap, which in most
 cases is shared with all other buffers in the same major mode."
-- 
2.41.0


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

* bug#65329: [PATCH] Fix typos in lisp/keymap.el
  2023-08-16  0:25 bug#65329: [PATCH] Fix typos in lisp/keymap.el Thomas Voss via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-08-16 12:26 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-08-16 12:26 UTC (permalink / raw)
  To: Thomas Voss; +Cc: 65329

merge 65329 65328
close 65328 29.2
thanks

> Date: Wed, 16 Aug 2023 02:25:25 +0200
> From:  Thomas Voss via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> Hi!  I noticed some typos in the doc-strings for ‘keymap-global-set’ and
> ‘keymap-local-set’ so here’s a quick patch to fix them.

Thanks, installed on the emacs-29 branch, and closing the bug.





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

end of thread, other threads:[~2023-08-16 12:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-16  0:25 bug#65329: [PATCH] Fix typos in lisp/keymap.el Thomas Voss via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-16 12:26 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.