From: Lars Ingebrigtsen Date: Mon, 13 Sep 2021 07:20:21 +0000 (+0200) Subject: Mention get-byte in shortdoc X-Git-Tag: emacs-28.0.90~1024 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d15c430a8449fc09766f76d06f538cd44d1b3a8d;p=emacs.git Mention get-byte in shortdoc * lisp/emacs-lisp/shortdoc.el (buffer): Mention `get-byte' here. --- 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)))