Mention get-byte in shortdoc
* lisp/emacs-lisp/shortdoc.el (buffer): Mention `get-byte' here.
This commit is contained in:
parent
8454566b76
commit
d15c430a84
1 changed files with 3 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue