]> git.eshelyaron.com Git - emacs.git/commitdiff
* killing.texi (Killing): Copyedit. Define read-only text.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 16 Aug 2008 14:36:02 +0000 (14:36 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 16 Aug 2008 14:36:02 +0000 (14:36 +0000)
(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.

doc/emacs/ChangeLog

index e185af6f3edaefcdfbdd58a416f488150368795a..967c1c63ff7254f6c938100f25c6203f60eaaec5 100644 (file)
@@ -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.