comparison lisp/thumbs.el @ 77406:9492479855b3

Commentary fix.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 22 Apr 2007 13:44:43 +0000
parents 9b9e3ca5a965
children 9355f9b7bbff cc7eada7fa2d e6fdae9180d4
comparison
equal deleted inserted replaced
77405:7b2ac92c7dd7 77406:9492479855b3
27 27
28 ;; This package create two new modes: thumbs-mode and thumbs-view-image-mode. 28 ;; This package create two new modes: thumbs-mode and thumbs-view-image-mode.
29 ;; It is used for basic browsing and viewing of images from within Emacs. 29 ;; It is used for basic browsing and viewing of images from within Emacs.
30 ;; Minimal image manipulation functions are also available via external 30 ;; Minimal image manipulation functions are also available via external
31 ;; programs. If you want to do more complex tasks like categorise and tag 31 ;; programs. If you want to do more complex tasks like categorise and tag
32 ;; your images, use thumbnails.el 32 ;; your images, use image-dired.el
33 ;; 33 ;;
34 ;; The 'convert' program from 'ImageMagick' 34 ;; The 'convert' program from 'ImageMagick'
35 ;; [URL:http://www.imagemagick.org/] is required. 35 ;; [URL:http://www.imagemagick.org/] is required.
36 ;; 36 ;;
37 ;; Thanks: Alex Schroeder <alex@gnu.org> for maintaining the package at some 37 ;; Thanks: Alex Schroeder <alex@gnu.org> for maintaining the package at some