From: Richard M. Stallman Date: Tue, 9 Jan 2007 03:14:05 +0000 (+0000) Subject: (tumme-display-thumb): Doc fix. X-Git-Tag: emacs-pretest-22.0.93~207 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5105e99790270513c355b5a9d557306e7d3b65a9;p=emacs.git (tumme-display-thumb): Doc fix. --- 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))