diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-06 15:36:20 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-06 15:36:20 +0100 |
| commit | b5b7bd7593673769ea91c01fabb26a26b1b9c166 (patch) | |
| tree | 86e1ab065d3e36e64e0696bf84854f503962b559 | |
| parent | d5df5e2f5e204ac2f1f31a681b7c0e4f9f7f425b (diff) | |
Manual: Update missing definitions
| -rw-r--r-- | compat.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/compat.texi b/compat.texi index 0b251f2..1ca9f10 100644 --- a/compat.texi +++ b/compat.texi @@ -3142,6 +3142,8 @@ implemented in 29.1: @item The function @code{imagep}. @item +The function @code{image-at-point-p}. +@item The function @code{function-documentation}. @item The command @code{string-edit} and @code{read-string-from-buffer}. @@ -3152,9 +3154,7 @@ The function @code{string-glyph-split}. @item The function @code{string-limit}. @item -The function @code{string-pixel-width}. -@item -The function @code{buffer-text-pixel-size}. +The function @code{string-pixel-width} and @code{buffer-text-pixel-size}. @item The function @code{pixel-fill-region}. @item @@ -3164,6 +3164,8 @@ The function @code{minibuffer-lazy-highlight-setup}. @item The function @code{pp-emacs-lisp-code}. @item +The functions @code{xdg-state-home}, @code{xdg-current-desktop} and @code{xdg-session-type}. +@item The library oclosure.el (Open Closures). @end itemize |
