diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-03-04 21:52:04 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-03-04 21:54:02 +0100 |
| commit | 5c5bea94eff30696f71b7290f35cd070e7c64887 (patch) | |
| tree | bf324a8d831ce06a94eb325d2652e88b6ae7b5ef /compat.texi | |
| parent | 68fdf2d41bda18cdec64b78e2391adde95a05bdb (diff) | |
compat-29: Add support for defcustom type key
Diffstat (limited to 'compat.texi')
| -rw-r--r-- | compat.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/compat.texi b/compat.texi index 16988a7..f498d01 100644 --- a/compat.texi +++ b/compat.texi @@ -2271,6 +2271,9 @@ older than 29.1. Note that due to upstream changes, it might happen that there will be the need for changes, so use these functions with care. +The @code{defcustom} type @code{key} introduced in Emacs 28.1 is +made available by Compat. + @c based on lisp/textmodes/paragraphs.el @defun count-sentences start end Count sentences in current buffer from @var{start} to @var{end}. @@ -3246,8 +3249,6 @@ implemented in 29.1: @itemize @item -Support for the @code{key} defcustom type. -@item The function @code{imagep}. @item The function @code{image-at-point-p}. |
