diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-04-22 13:44:43 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-04-22 13:44:43 +0000 |
commit | a6009bd1e7b22c35045b4d3f0ada5ec593df1a30 (patch) | |
tree | ecf7572342e2eb4a427e81785ff9006a1b2e4da4 /lisp/thumbs.el | |
parent | f7c84295eeb67e17686fb765c91a331998715211 (diff) | |
download | emacs-a6009bd1e7b22c35045b4d3f0ada5ec593df1a30.tar.gz |
Commentary fix.
Diffstat (limited to 'lisp/thumbs.el')
-rw-r--r-- | lisp/thumbs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/thumbs.el b/lisp/thumbs.el index 3a788f6bb4c..7df2d295c9e 100644 --- a/lisp/thumbs.el +++ b/lisp/thumbs.el @@ -29,7 +29,7 @@ ;; It is used for basic browsing and viewing of images from within Emacs. ;; Minimal image manipulation functions are also available via external ;; programs. If you want to do more complex tasks like categorise and tag -;; your images, use thumbnails.el +;; your images, use image-dired.el ;; ;; The 'convert' program from 'ImageMagick' ;; [URL:http://www.imagemagick.org/] is required. |