summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-10-17 06:50:12 +0000
committerJuri Linkov <juri@jurta.org>2005-10-17 06:50:12 +0000
commitc1bed3aa3acd17770292800c6827bd636495864d (patch)
tree780ad028f2dd038f32e99c299abc91b3a0538cd0
parent80be8042caf3e307b5a6af523b5fdcb6cf71b0a2 (diff)
downloademacs-c1bed3aa3acd17770292800c6827bd636495864d.tar.gz
emacs-c1bed3aa3acd17770292800c6827bd636495864d.tar.bz2
emacs-c1bed3aa3acd17770292800c6827bd636495864d.zip
*** empty log message ***
-rw-r--r--lispref/ChangeLog20
-rw-r--r--man/ChangeLog12
2 files changed, 31 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 897d4a0aec2..72fe77fd3bd 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,23 @@
+2005-10-17 Juri Linkov <juri@jurta.org>
+
+ * 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 <storm@cua.dk>
* windows.texi (Window Tree): Rename window-split-tree to window-tree.
diff --git a/man/ChangeLog b/man/ChangeLog
index d582230c71f..505cf599288 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,13 @@
+2005-10-17 Juri Linkov <juri@jurta.org>
+
+ * 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 <rms@gnu.org>
* building.texi (Compilation Mode, Compilation): Clarified.
@@ -81,7 +91,7 @@
2005-10-10 Carsten Dominik <dominik@science.uva.nl>
- * 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 <rms@gnu.org>