Show
Ignore:
Timestamp:
09/10/05 10:16:00 (3 years ago)
Author:
miyoshi
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/gnus/gnus-fun.el

    r3809 r3863  
    5555 
    5656(defcustom gnus-convert-image-to-face-command "djpeg %s | ppmnorm | pnmscale -width 48 -height 48 | ppmquant %d | pnmtopng" 
    57   "Command for converting an image to an Face. 
     57  "Command for converting an image to a Face. 
    5858By default it takes a JPEG filename and output the Face header data 
    5959on stdout." 
     
    111111;;;###autoload 
    112112(defun gnus-face-from-file (file) 
    113   "Return an Face header based on an image file." 
     113  "Return a Face header based on an image file." 
    114114  (interactive "fImage file name (by default JPEG): ") 
    115115  (when (file-exists-p file)