projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8454566
)
Mention get-byte in shortdoc
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 13 Sep 2021 07:20:21 +0000
(09:20 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/shortdoc.el
b/lisp/emacs-lisp/shortdoc.el
index 7d4a69f42a99cc9fbc5e741fd76f595043cce52f..adee6be379d38534d409bc27cf7bae13161cba34 100644
(file)
--- 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)))