1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2006-12-17 22:23:13 +00:00
parent f690ec33f4
commit 303958a9eb
3 changed files with 15 additions and 0 deletions

View 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.

View 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):

View 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.