From d15c430a8449fc09766f76d06f538cd44d1b3a8d Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 13 Sep 2021 09:20:21 +0200 Subject: [PATCH] Mention get-byte in shortdoc * lisp/emacs-lisp/shortdoc.el (buffer): Mention `get-byte' here. --- lisp/emacs-lisp/shortdoc.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/emacs-lisp/shortdoc.el b/lisp/emacs-lisp/shortdoc.el index 7d4a69f42a9..adee6be379d 100644 --- a/lisp/emacs-lisp/shortdoc.el +++ b/lisp/emacs-lisp/shortdoc.el @@ -889,6 +889,9 @@ There can be any number of :example/:result elements." :eg-result 67) (char-after :eval (char-after 45)) + (get-byte + :no-eval (get-byte 45) + :eg-result-string "#xff") "Altering Buffers" (delete-region :no-value (delete-region (point-min) (point-max))) -- 2.39.5