mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Mention delete-line in shortdoc
* lisp/emacs-lisp/shortdoc.el (buffer): Mention delete-line.
This commit is contained in:
parent
102258fe1c
commit
958924a812
1 changed files with 2 additions and 0 deletions
|
|
@ -999,6 +999,8 @@ A FUNC form can have any number of `:no-eval' (or `:no-value'),
|
|||
:no-value (delete-region (point-min) (point-max)))
|
||||
(erase-buffer
|
||||
:no-value (erase-buffer))
|
||||
(delete-line
|
||||
:no-value (delete-line))
|
||||
(insert
|
||||
:no-value (insert "This string will be inserted in the buffer\n"))
|
||||
(subst-char-in-region
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue