Improve documentation of text properties handling when yanking
* doc/lispref/text.texi (Text Properties): Mention special handling of text properties while yanking.
This commit is contained in:
parent
06c399914f
commit
f68f350023
1 changed files with 4 additions and 1 deletions
|
@ -2945,7 +2945,10 @@ character.
|
||||||
|
|
||||||
Copying text between strings and buffers preserves the properties
|
Copying text between strings and buffers preserves the properties
|
||||||
along with the characters; this includes such diverse functions as
|
along with the characters; this includes such diverse functions as
|
||||||
@code{substring}, @code{insert}, and @code{buffer-substring}.
|
@code{substring}, @code{insert}, and @code{buffer-substring}. Killing
|
||||||
|
and then yanking text (@pxref{The Kill Ring}) also preserves the
|
||||||
|
properties, except that some properties are handled specially and
|
||||||
|
might be removed when text is yanked; @pxref{Yanking}.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Examining Properties:: Looking at the properties of one character.
|
* Examining Properties:: Looking at the properties of one character.
|
||||||
|
|
Loading…
Add table
Reference in a new issue