changeset 75225:377f1cb19e39

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 14 Jan 2007 03:22:45 +0000
parents 3886a659959b
children 7257e69d3378
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jan 14 03:20:38 2007 +0000
+++ b/lisp/ChangeLog	Sun Jan 14 03:22:45 2007 +0000
@@ -1,7 +1,16 @@
+2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
+
+	* kmacro.el (kmacro-insert-counter, kmacro-set-counter)
+	(kmacro-start-macro-or-insert-counter)
+	(kmacro-step-edit-prefix-commands): Fix typos in docstrings.
+	(kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
+
+	* emulation/keypad.el (keypad-setup): Fix typos in docstring.
+
 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
 
 	* tumme.el (tumme-cmd-rotate-original-options): Add -outfile
-	option. Remove redirect character ">".
+	option.  Remove redirect character ">".
 
 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
 
@@ -26,7 +35,7 @@
 
 	* hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
 	activate undo when undo is not active.
-	Reported by Chris <christopher.ian.moore@gmail.com>.
+	Reported by Chris Moore <christopher.ian.moore@gmail.com>.
 
 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>