diff options
| author | Xue Fuqiao | 2013-08-16 16:11:44 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-08-16 16:11:44 +0800 |
| commit | 7bef426b5fae3c0041a96cf1a3897e8b3486a673 (patch) | |
| tree | 954b23910a5c595362bd02012d1372711f03f846 /doc | |
| parent | 86837e815eb3c9a9776df3aa8f1f23877f748340 (diff) | |
| download | emacs-7bef426b5fae3c0041a96cf1a3897e8b3486a673.tar.gz emacs-7bef426b5fae3c0041a96cf1a3897e8b3486a673.zip | |
Advertise using `kill-new' and `kill-append' in Lisp programs.
* lisp/simple.el (copy-region-as-kill, kill-ring-save): Advertise using
`kill-new' and `kill-append' in Lisp programs.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/killing.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 051bfe3eae8..cb33327faa1 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi | |||
| @@ -109,6 +109,8 @@ number of characters. If the numeric argument is omitted or one, they | |||
| 109 | delete all the text in the region if it is active (@pxref{Using | 109 | delete all the text in the region if it is active (@pxref{Using |
| 110 | Region}). | 110 | Region}). |
| 111 | 111 | ||
| 112 | @c FIXME: `cycle-spacing' should be documented, too. (Maybe not in | ||
| 113 | @c this node, tho.) --xfq | ||
| 112 | @kindex M-\ | 114 | @kindex M-\ |
| 113 | @findex delete-horizontal-space | 115 | @findex delete-horizontal-space |
| 114 | @kindex M-SPC | 116 | @kindex M-SPC |
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index a1b78b213b1..b97faf54752 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -779,6 +779,7 @@ is deleted. If point is on a nonblank line, the command deletes all | |||
| 779 | blank lines immediately following it. | 779 | blank lines immediately following it. |
| 780 | 780 | ||
| 781 | A blank line is defined as a line containing only tabs and spaces. | 781 | A blank line is defined as a line containing only tabs and spaces. |
| 782 | @c and the Newline character? | ||
| 782 | 783 | ||
| 783 | @code{delete-blank-lines} returns @code{nil}. | 784 | @code{delete-blank-lines} returns @code{nil}. |
| 784 | @end deffn | 785 | @end deffn |