diff options
Diffstat (limited to 'lisp/tumme.el')
-rw-r--r-- | lisp/tumme.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |