# HG changeset patch # User Juri Linkov # Date 1129531812 0 # Node ID 60cdee5814e9fd11bf49981c6fdcb17120920705 # Parent de93c7939d28483ba93341e7240d8829d9faf1ab *** empty log message *** diff -r de93c7939d28 -r 60cdee5814e9 lispref/ChangeLog --- a/lispref/ChangeLog Mon Oct 17 06:49:47 2005 +0000 +++ b/lispref/ChangeLog Mon Oct 17 06:50:12 2005 +0000 @@ -1,3 +1,23 @@ +2005-10-17 Juri Linkov + + * buffers.texi (Current Buffer): + * commands.texi (Event Input Misc): + * compile.texi (Eval During Compile, Compiler Errors): + * customize.texi (Group Definitions): + * display.texi (Progress, Defining Faces): + * files.texi (Writing to Files): + * modes.texi (Mode Hooks, Defining Minor Modes): + * streams.texi (Output Functions): + * syntax.texi (Syntax Table Functions): + * text.texi (Change Hooks): + Replace `...' with `@dots{}' in `@defmac' and `@defspec'. + + * commands.texi (Quitting): Replace arg `forms' with `body' in + `with-local-quit'. + + * positions.texi (Excursions): Replace arg `forms' with `body' in + `save-excursion'. + 2005-10-08 Kim F. Storm * windows.texi (Window Tree): Rename window-split-tree to window-tree. diff -r de93c7939d28 -r 60cdee5814e9 man/ChangeLog --- a/man/ChangeLog Mon Oct 17 06:49:47 2005 +0000 +++ b/man/ChangeLog Mon Oct 17 06:50:12 2005 +0000 @@ -1,3 +1,13 @@ +2005-10-17 Juri Linkov + + * info.texi (Getting Started, Search Index, Expert Info): + Fix wording. + (Search Text): Replace `echo area' with `mode line'. + (Search Index): Both `i' and `,' find all index entries. + Replace example `C-f' with `C-l' (which exists in index of Info + manual) and delete spaces in its keyboard input sequence. + Delete unnecessary explanations about literal characters. + 2005-10-16 Richard M. Stallman * building.texi (Compilation Mode, Compilation): Clarified. @@ -81,7 +91,7 @@ 2005-10-10 Carsten Dominik - * org.texi: (Workflow states): Documented that change in keywords + * org.texi (Workflow states): Documented that change in keywords becomes active only after restart of Emacs. 2005-10-09 Richard M. Stallman