Mercurial > emacs
changeset 97503:637f86766f8a
* killing.texi (Killing): Copyedit. Define read-only text.
(Deletion): DEL and C-d were already explained in Erasing; xref there.
(Killing by Lines): Copyedit.
(Other Kill Commands): Move M-w description here.
(Yanking): Move M-w to Other Kill Commands.
(Kill Ring): Also mention saving text in registers. Link to Text
Properties in elisp manual.
(Accumulating Text): Copyedit.
(CUA Bindings): Shift selection is now the default.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 16 Aug 2008 14:36:02 +0000 |
parents | dc43c2f1d2fc |
children | 2366710ba233 |
files | doc/emacs/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/emacs/ChangeLog Fri Aug 15 21:32:48 2008 +0000 +++ b/doc/emacs/ChangeLog Sat Aug 16 14:36:02 2008 +0000 @@ -1,3 +1,15 @@ +2008-08-16 Chong Yidong <cyd@stupidchicken.com> + + * killing.texi (Killing): Copyedit. Define read-only text. + (Deletion): DEL and C-d were already explained in Erasing; xref there. + (Killing by Lines): Copyedit. + (Other Kill Commands): Move M-w description here. + (Yanking): Move M-w to Other Kill Commands. + (Kill Ring): Also mention saving text in registers. Link to Text + Properties in elisp manual. + (Accumulating Text): Copyedit. + (CUA Bindings): Shift selection is now the default. + 2008-08-12 Teodor Zlatanov <tzz@lifelogs.com> * maintaining.texi (Change Log): Mention next-error is available.