mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -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)))
|
:no-value (delete-region (point-min) (point-max)))
|
||||||
(erase-buffer
|
(erase-buffer
|
||||||
:no-value (erase-buffer))
|
:no-value (erase-buffer))
|
||||||
|
(delete-line
|
||||||
|
:no-value (delete-line))
|
||||||
(insert
|
(insert
|
||||||
:no-value (insert "This string will be inserted in the buffer\n"))
|
:no-value (insert "This string will be inserted in the buffer\n"))
|
||||||
(subst-char-in-region
|
(subst-char-in-region
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue