[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/killing.texi
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/man/killing.texi |
Date: |
Sun, 07 Jul 2002 19:44:42 -0400 |
Index: emacs/man/killing.texi
diff -c emacs/man/killing.texi:1.27 emacs/man/killing.texi:1.28
*** emacs/man/killing.texi:1.27 Wed Jun 26 18:30:46 2002
--- emacs/man/killing.texi Sun Jul 7 19:44:17 2002
***************
*** 320,325 ****
--- 320,334 ----
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}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/man/killing.texi,
Richard M. Stallman <=