diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-17 00:40:40 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-17 00:43:58 +0100 |
| commit | e38857341e0186bc44e3e7fb524b791566505914 (patch) | |
| tree | ff8a04a5f6dbc1a05545bc320ead6fcb0b657108 | |
| parent | 6b512e05ead3b2333e64a52bd9f4879ad3d1f256 (diff) | |
Manual: Document more missing functions
| -rw-r--r-- | compat.texi | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/compat.texi b/compat.texi index 9aca75b..0f8fa12 100644 --- a/compat.texi +++ b/compat.texi @@ -1367,6 +1367,12 @@ implemented in 27.1: @item Bigint support. @item +The functions @code{base64url-encode-*}. +@item +The function @code{decoded-time-add}. +@item +The function @code{decoded-time-set-defaults}. +@item The function @code{time-convert}. @item All @code{iso8601-*} functions. @@ -1922,14 +1928,14 @@ The function @code{benchmark-call}. @item Support for the @code{natnum} defcustom type. @item -The function @code{macroexp-compiling-p}. -@item Additional Edebug keywords. @item Shorthand support. @item The libjansson JSON APIs, e.g., @code{json-parse-string}. @item +The macro @code{pcase-setq}. +@item The function @code{custom-add-choice}. @item The function @code{dom-print}. @@ -1958,6 +1964,22 @@ The function @code{path-separator}. @item The function @code{null-device}. @item +The function @code{macroexp-compiling-p}. +@item +The function @code{split-string-shell-command}. +@item +The function @code{string-limit}. +@item +The function @code{color-dark-p}. +@item +The function @code{innermost-minibuffer-p}. +@item +The function @code{max-mini-window-lines}. +@item +The function @code{lock-file} and @code{unlock-file}. +@item +The macro @code{with-window-non-dedicated}. +@item Any @code{multisession} functionality. @end itemize |
