diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-21 20:41:35 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-21 20:44:03 +0100 |
| commit | a1a3fed0c546a69b882b488f7039f67227eeb399 (patch) | |
| tree | 04c6ee26b31a7c60ca4cefb3124e2f9c6c4e8663 | |
| parent | e53184c187631dcd2e784dbd4db541c63f028832 (diff) | |
Manual: Remove duplicate
| -rw-r--r-- | compat.texi | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/compat.texi b/compat.texi index 6a37fe6..32cabd1 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: |
