X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7464a6466ed9c440dc5d8ac9a4536020949c61a3..aad94676b75af17436d50b9ede870d098700a694:/man/killing.texi diff --git a/man/killing.texi b/man/killing.texi index d9a6ad2d27..4dbcc2e6a1 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 yanked, 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}