Mention get-byte in shortdoc

* lisp/emacs-lisp/shortdoc.el (buffer): Mention `get-byte' here.
This commit is contained in:
Lars Ingebrigtsen 2021-09-13 09:20:21 +02:00
parent 8454566b76
commit d15c430a84

View file

@ -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)))