]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Dec 2006 22:23:13 +0000 (22:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Dec 2006 22:23:13 +0000 (22:23 +0000)
etc/ChangeLog
lisp/ChangeLog
lispref/ChangeLog

index 161521360d8540024a281d1e3bf6f622945a11e2..fb39b96d24348f993561267bb8ef4354eb39b1b3 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-17  Richard Stallman  <rms@gnu.org>
+
+       * TUTORIAL: Say that C-d and DEL with arg do killing.
+
 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
 
        * PROBLEMS: Document problems with rebasing Cygwin DLLs.
index 58a21c55c68ba261026ef6d63f39c49f96ab6e01..a9fd3600dbc1285b57ee7839eb4b22f9d3d4f41c 100644 (file)
@@ -5,6 +5,10 @@
 
 2006-12-17  Richard Stallman  <rms@gnu.org>
 
+       * simple.el (delete-horizontal-space): Use prefix arg.
+
+       * help-fns.el (describe-variable): Improve blank separator lines.
+
        * files.el (magic-mode-alist): Mark as risky.
 
        * files.el (make-backup-file-name-1):
index 0e0079c73f30de58c683ea401f27e48d9e51b5a3..3888f166f31e4a50ce04f7abc841f0296413a2d2 100644 (file)
@@ -1,5 +1,12 @@
 2006-12-17  Richard Stallman  <rms@gnu.org>
 
+       * loading.texi (Named Features): Explain subfeatures better.
+
+       * customize.texi: Use "option" only for user options.
+       For the keyword values inside defcustom etc, say "keywords".
+       For :options value's elements, say "elements".
+       :group should not be omitted.
+
        * syntax.texi (Parsing Expressions): Split up node.
        (Motion via Parsing, Position Parse, Parser State)
        (Low-Level Parsing, Control Parsing): New subnodes.