summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/tumme.el2
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eb869e00f6d..b7cce56092e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2007-01-09 Richard Stallman <rms@gnu.org>
+
+ * progmodes/compile.el (compile): Doc fix.
+
+2007-01-09 Markus Triska <markus.triska@gmx.at>
+
+ * tumme.el (tumme-display-thumb): Doc fix.
+
2007-01-08 Juanma Barranquero <lekktu@gmail.com>
* battery.el (battery-search-for-one-match-in-files):
diff --git a/lisp/tumme.el b/lisp/tumme.el
index 788a29958a8..2fc6eff2458 100644
--- a/lisp/tumme.el
+++ b/lisp/tumme.el
@@ -1646,7 +1646,7 @@ Ask user for number of images to show and the delay in between."
;;;###autoload
(defun tumme-display-thumb ()
- "Shorthard for `tumme-display-thumbs' with prefix argument."
+ "Shorthand for `tumme-display-thumbs' with prefix argument."
(interactive)
(tumme-display-thumbs t nil t))