From 5105e99790270513c355b5a9d557306e7d3b65a9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Jan 2007 03:14:05 +0000 Subject: [PATCH] (tumme-display-thumb): Doc fix. --- lisp/ChangeLog | 8 ++++++++ lisp/tumme.el | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 + + * progmodes/compile.el (compile): Doc fix. + +2007-01-09 Markus Triska + + * tumme.el (tumme-display-thumb): Doc fix. + 2007-01-08 Juanma Barranquero * 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)) -- 2.11.4.GIT