diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-09-02 00:12:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-09-02 00:12:31 +0000 |
commit | 769508c9f1e7feee2ec0a63d697b706188ffc50a (patch) | |
tree | f21b7bb50a958ee413ff223c3e87ee9fbdcba59a /man/killing.texi | |
parent | 1eeae2a11354bf4040e28175a786df00e7651bcb (diff) | |
download | emacs-769508c9f1e7feee2ec0a63d697b706188ffc50a.tar.gz |
Fix typo.
Diffstat (limited to 'man/killing.texi')
-rw-r--r-- | man/killing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/killing.texi b/man/killing.texi index d21e6ef21ee..4dbcc2e6a10 100644 --- a/man/killing.texi +++ b/man/killing.texi @@ -323,7 +323,7 @@ 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, +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 |