changeset 68849:d4d4eb38cca3

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 13 Feb 2006 11:05:37 +0000
parents f038d760daf1
children c8b4cb06e1b3
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Feb 13 11:00:51 2006 +0000
+++ b/lisp/ChangeLog	Mon Feb 13 11:05:37 2006 +0000
@@ -1,16 +1,20 @@
+2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
+
+	* subr.el (substitute-key-definition): Doc fix (hide internal arg).
+
 2006-02-12  Miles Bader  <miles@gnu.org>
 
 	* net/rcirc.el (rcirc-format-response-string): Fix small bugs.
 
 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
 
-	* tumme.el: Removed history section.  If someone needs the it, it
+	* tumme.el: Remove history section.  If someone needs the it, it
 	can always be found in CVS.
 
 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
 
-	* tumme.el (tumme-thumbnail-storage): Updated docstring. Added
-	info about the Thumbnail Managing Standard option.
+	* tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
+	about the Thumbnail Managing Standard option.
 
 2006-02-12  Richard M. Stallman  <rms@gnu.org>
 
@@ -95,7 +99,7 @@
 
 	* ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
 	Don't use insert-buffer; do insert-buffer-substring directly.
-	(ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
+	(ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
 
 2006-02-11  Martin Rudalics  <rudalics@gmx.at>