Mercurial > emacs
changeset 74705:b3678b1f5d53
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 Dec 2006 22:23:13 +0000 |
parents | ea5c96e3cad9 |
children | 1734e65f7ada |
files | etc/ChangeLog lisp/ChangeLog lispref/ChangeLog |
diffstat | 3 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 <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):
--- 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 <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.