]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix two typos in recent changes in the manual
authorMichael Heerdegen <michael_heerdegen@web.de>
Sun, 2 Jul 2023 01:35:34 +0000 (03:35 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 2 Jul 2023 05:23:28 +0000 (08:23 +0300)
* doc/lispref/text.texi (Property Search):
* lisp/register.el (register-preview-function): Fix typos.

doc/lispref/text.texi
lisp/register.el

index 342e23beadbf4a3c255557973fcf4cfc149d495f..82e79e2bc143f94917d80e410962cd88d5714a58 100644 (file)
@@ -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
index 56ab089efb7530360f0d5ddaf5ae3801302b7ed6..06a52a3850efa7990018fecd47567dacc4dfe451 100644 (file)
@@ -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.