diff options
Diffstat (limited to 'lisp/image-dired.el')
-rw-r--r-- | lisp/image-dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image-dired.el b/lisp/image-dired.el index 85bc9247949..ca3ed58e20d 100644 --- a/lisp/image-dired.el +++ b/lisp/image-dired.el @@ -666,7 +666,7 @@ according to the Thumbnail Managing Standard." (defun image-dired-thumb-size (dimension) "Return thumb size depending on `image-dired-thumbnail-storage'. -DIMENSION should be either the symbol 'width or 'height." +DIMENSION should be either the symbol `width' or `height'." (cond ((eq 'standard image-dired-thumbnail-storage) 128) ((eq 'standard-large image-dired-thumbnail-storage) 256) |