emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 fe7b909c16c 1/2: ; Fix two typos in recent changes in the manua


From: Eli Zaretskii
Subject: emacs-29 fe7b909c16c 1/2: ; Fix two typos in recent changes in the manual
Date: Sun, 2 Jul 2023 01:28:18 -0400 (EDT)

branch: emacs-29
commit fe7b909c16cb7fd4a65975285b566448cb486521
Author: Michael Heerdegen <michael_heerdegen@web.de>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix two typos in recent changes in the manual
    
    * doc/lispref/text.texi (Property Search):
    * lisp/register.el (register-preview-function): Fix typos.
---
 doc/lispref/text.texi | 2 +-
 lisp/register.el      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 342e23beadb..82e79e2bc14 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -3424,7 +3424,7 @@ If @var{not-current} is non-@code{nil}, then if point is 
already in a
 region where we have a property match, skip past that region and find
 the next region instead.
 
-The @code{prop-match} structure has the following accessor functionss:
+The @code{prop-match} structure has the following accessor functions:
 @code{prop-match-beginning} (the start of the match),
 @code{prop-match-end} (the end of the match), and
 @code{prop-match-value} (the value of @var{property} at the start of
diff --git a/lisp/register.el b/lisp/register.el
index 56ab089efb7..06a52a3850e 100644
--- a/lisp/register.el
+++ b/lisp/register.el
@@ -126,7 +126,7 @@ See the documentation of the variable `register-alist' for 
possible VALUEs."
 (defvar register-preview-function #'register-preview-default
   "Function to format a register for previewing.
 Called with one argument, a cons (NAME . CONTENTS) as found in 
`register-alist'.
-The function should return a string, the description of teh argument.")
+The function should return a string, the description of the argument.")
 
 (defun register-preview (buffer &optional show-empty)
   "Pop up a window showing the registers preview in BUFFER.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]