summaryrefslogtreecommitdiff
path: root/man/killing.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-07-07 23:44:17 +0000
committerRichard M. Stallman <rms@gnu.org>2002-07-07 23:44:17 +0000
commitc1a50bee773ef15b95abf1631e93ff17135f62c1 (patch)
tree642d988c2c9f3dbc5bf8b79b8748d80f76559f24 /man/killing.texi
parent35f23bbf82bbd5e5ba34d3c478e0d9c297db9476 (diff)
downloademacs-c1a50bee773ef15b95abf1631e93ff17135f62c1.tar.gz
Describe yank-excluded-properties.
Diffstat (limited to 'man/killing.texi')
-rw-r--r--man/killing.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/killing.texi b/man/killing.texi
index d9a6ad2d272..d21e6ef21ee 100644
--- a/man/killing.texi
+++ b/man/killing.texi
@@ -320,6 +320,15 @@ mark after it. This happens only if the argument is specified with just
a @kbd{C-u}, precisely. Any other sort of argument, including @kbd{C-u}
and digits, specifies an earlier kill to yank (@pxref{Earlier Kills}).
+@cindex yanking and text properties
+@vindex yank-excluded-properties
+ The yank commands discard certain text properties from the text that
+is thanked, those that might lead to annoying results. For instance,
+they discard text properties that respond to the mouse or specify key
+bindings. The variable @code{yank-excluded-properties} specifies the
+properties to discard. Yanking of register contents and rectangles
+also discard these properties.
+
@kindex M-w
@findex kill-ring-save
To copy a block of text, you can use @kbd{M-w}