changeset 65174:e388d9089476

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 27 Aug 2005 12:31:26 +0000
parents 9398f33d6515
children 0ef9e8908562
files lisp/ChangeLog lispref/ChangeLog src/ChangeLog
diffstat 3 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Aug 27 12:30:36 2005 +0000
+++ b/lisp/ChangeLog	Sat Aug 27 12:31:26 2005 +0000
@@ -1,5 +1,8 @@
 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
 
+	* simple.el (blink-matching-paren-distance): Document the meaning
+	of nil value, and allow to customize to nil.
+
 	* eshell/esh-ext.el (eshell-windows-shell-file): Look for
 	command.com, not command.exe.
 
--- a/lispref/ChangeLog	Sat Aug 27 12:30:36 2005 +0000
+++ b/lispref/ChangeLog	Sat Aug 27 12:31:26 2005 +0000
@@ -1,3 +1,8 @@
+2005-08-27  Eli Zaretskii  <eliz@gnu.org>
+
+	* os.texi (Startup Summary): Fix the description of the initial
+	startup message display.
+
 2005-08-25  Richard M. Stallman  <rms@gnu.org>
 
 	* searching.texi (Search and Replace): Add replace-regexp-in-string.
--- a/src/ChangeLog	Sat Aug 27 12:30:36 2005 +0000
+++ b/src/ChangeLog	Sat Aug 27 12:31:26 2005 +0000
@@ -1,3 +1,7 @@
+2005-08-27  Eli Zaretskii  <eliz@gnu.org>
+
+	* emacs.c (USAGE1): Fix the description of the -Q option.
+
 2005-08-26  Kim F. Storm  <storm@cua.dk>
 
 	* xdisp.c (resize_mini_window): Fix 2005-08-20 change.