# HG changeset patch # User Juanma Barranquero # Date 1168744965 0 # Node ID 377f1cb19e39f4a407169916f60be5ee5f605f00 # Parent 3886a659959bc906435a90fc1b83adb8d6edede3 *** empty log message *** diff -r 3886a659959b -r 377f1cb19e39 lisp/ChangeLog --- 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 + + * 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 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile - option. Remove redirect character ">". + option. Remove redirect character ">". 2007-01-13 Juanma Barranquero @@ -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 . + Reported by Chris Moore . 2007-01-10 Stefan Monnier