diff lisp/gnus/mm-util.el @ 42206:0f4506820432

Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 20 Dec 2001 19:01:00 +0000
parents 933ab100fb4a
children 84a510bb7ff6
line wrap: on
line diff
--- a/lisp/gnus/mm-util.el	Thu Dec 20 18:59:32 2001 +0000
+++ b/lisp/gnus/mm-util.el	Thu Dec 20 19:01:00 2001 +0000
@@ -491,7 +491,7 @@
 
 (defun mm-find-mime-charset-region (b e &optional hack-charsets)
   "Return the MIME charsets needed to encode the region between B and E.
-Nil means ASCII, a single-element list represents an appropriate MIME
+nil means ASCII, a single-element list represents an appropriate MIME
 charset, and a longer list means no appropriate charset."
   (let (charsets)
     ;; The return possibilities of this function are a mess...