summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-01-09 03:14:05 +0000
committerRichard M. Stallman <rms@gnu.org>2007-01-09 03:14:05 +0000
commit5105e99790270513c355b5a9d557306e7d3b65a9 (patch)
tree22e359919e5b681ae707079623179636de757e3b /lisp
parent8f72171b5b90cc4853a041cccab0ea1aa2d07020 (diff)
downloademacs-5105e99790270513c355b5a9d557306e7d3b65a9.tar.gz
(tumme-display-thumb): Doc fix.
Diffstat (limited to 'lisp')
-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))