]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention get-byte in shortdoc
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Sep 2021 07:20:21 +0000 (09:20 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Sep 2021 07:20:21 +0000 (09:20 +0200)
* lisp/emacs-lisp/shortdoc.el (buffer): Mention `get-byte' here.

lisp/emacs-lisp/shortdoc.el

index 7d4a69f42a99cc9fbc5e741fd76f595043cce52f..adee6be379d38534d409bc27cf7bae13161cba34 100644 (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)))