# HG changeset patch # User Richard M. Stallman # Date 1166394193 0 # Node ID b3678b1f5d5332f5a1cf5b429c5eab98c3426ca7 # Parent ea5c96e3cad90d92f494d6690b51d8f400f4cc17 *** empty log message *** diff -r ea5c96e3cad9 -r b3678b1f5d53 etc/ChangeLog --- a/etc/ChangeLog Sun Dec 17 22:23:07 2006 +0000 +++ b/etc/ChangeLog Sun Dec 17 22:23:13 2006 +0000 @@ -1,3 +1,7 @@ +2006-12-17 Richard Stallman + + * TUTORIAL: Say that C-d and DEL with arg do killing. + 2006-12-16 Eli Zaretskii * PROBLEMS: Document problems with rebasing Cygwin DLLs. diff -r ea5c96e3cad9 -r b3678b1f5d53 lisp/ChangeLog --- a/lisp/ChangeLog Sun Dec 17 22:23:07 2006 +0000 +++ b/lisp/ChangeLog Sun Dec 17 22:23:13 2006 +0000 @@ -5,6 +5,10 @@ 2006-12-17 Richard Stallman + * 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): diff -r ea5c96e3cad9 -r b3678b1f5d53 lispref/ChangeLog --- a/lispref/ChangeLog Sun Dec 17 22:23:07 2006 +0000 +++ b/lispref/ChangeLog Sun Dec 17 22:23:13 2006 +0000 @@ -1,5 +1,12 @@ 2006-12-17 Richard Stallman + * 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.