emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/compat a1a3fed0c5 2/3: Manual: Remove duplicate


From: ELPA Syncer
Subject: [elpa] externals/compat a1a3fed0c5 2/3: Manual: Remove duplicate
Date: Sat, 21 Jan 2023 14:57:25 -0500 (EST)

branch: externals/compat
commit a1a3fed0c546a69b882b488f7039f67227eeb399
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Manual: Remove duplicate
---
 compat.texi | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/compat.texi b/compat.texi
index 6a37fe63d6..32cabd161a 100644
--- a/compat.texi
+++ b/compat.texi
@@ -355,13 +355,12 @@ This is useful for creating private files, for example.
 @end defmac
 
 @c copied from lispref/lists.texi
-@defun alist-get key alist &optional default remove testfn
+@defun alist-get key alist &optional default remove
 This function is similar to @code{assq}.  It finds the first association
 @w{@code{(@var{key} . @var{value})}} by comparing @var{key} with
 @var{alist} elements, and, if found, returns the @var{value} of that
 association.  If no association is found, the function returns
-@var{default}.  Comparison of @var{key} against @var{alist} elements
-uses the function specified by @var{testfn}, defaulting to @code{eq}.
+@var{default}.
 
 This is a generalized variable (@pxref{Generalized Variables,,,elisp})
 that can be used to change a value with @code{setf}.  When using it to
@@ -1512,14 +1511,6 @@ region instead of the end, though.
 @xref{elisp,,,Property Search}.
 @end defun
 
-@defun text-property-search-backward prop &optional value predicate not-current
-This is just like @code{text-property-search-forward}, but searches
-backward instead.  Point is placed at the beginning of the matched
-region instead of the end, though.
-
-@xref{elisp,,,Property Search}.
-@end defun
-
 @subsection Missing Definitions
 Compat does not provide support for the following Lisp features
 implemented in 27.1:



reply via email to

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