all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#75193: 30.0.92; [PATCH] Fix typo in doc
@ 2024-12-29 22:50 Kohei Tsuruta
  2024-12-30 14:02 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Kohei Tsuruta @ 2024-12-29 22:50 UTC (permalink / raw)
  To: 75193

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

Hi, I found a simple typo in elisp doc.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-typo-in-doc.patch --]
[-- Type: text/x-patch, Size: 1009 bytes --]

From 94868c7340133534d1e8ec541c7b11e522317795 Mon Sep 17 00:00:00 2001
From: Kohei Tsuruta <seventhepg@gmail.com>
Date: Sun, 29 Dec 2024 14:47:10 -0800
Subject: [PATCH] ; Fix typo in doc

* doc/lispref/modes.texi (Customizing Keywords): Fix typo
---
 doc/lispref/modes.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index ddb6c4bf2fb..447add3e930 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -3658,7 +3658,7 @@ Customizing Keywords
 references the symbol.  This is usually a face, but can be any symbol
 referenced by an element of the @code{font-lock-keywords} list.  The
 symbol can contain wildcards: @code{*} matches any string in the
-symbol'ss name, @code{?} matches a single character, and
+symbol's name, @code{?} matches a single character, and
 @code{[@var{char-set}]}, where @var{char-set} is a string of one or
 more characters, matches a single character from the set.
 
-- 
2.39.5 (Apple Git-154)


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

* bug#75193: 30.0.92; [PATCH] Fix typo in doc
  2024-12-29 22:50 bug#75193: 30.0.92; [PATCH] Fix typo in doc Kohei Tsuruta
@ 2024-12-30 14:02 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-12-30 14:02 UTC (permalink / raw)
  To: Kohei Tsuruta; +Cc: 75193-done

> From: Kohei Tsuruta <seventhepg@gmail.com>
> Date: Sun, 29 Dec 2024 14:50:24 -0800
> 
> Hi, I found a simple typo in elisp doc.

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





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

end of thread, other threads:[~2024-12-30 14:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-29 22:50 bug#75193: 30.0.92; [PATCH] Fix typo in doc Kohei Tsuruta
2024-12-30 14:02 ` 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.