* gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
authorJesper Harder <harder@ifa.au.dk>
Tue, 29 Apr 2003 00:23:42 +0000 (00:23 +0000)
committerJesper Harder <harder@ifa.au.dk>
Tue, 29 Apr 2003 00:23:42 +0000 (00:23 +0000)
* mm-url.el (mm-url-use-external): do.

lisp/ChangeLog
lisp/gnus-sum.el
lisp/mm-url.el

index f0a0980..cc431d8 100644 (file)
@@ -1,3 +1,9 @@
+2003-04-29  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
+
+       * mm-url.el (mm-url-use-external): do.
+
 2003-04-29  Simon Josefsson  <jas@extundo.com>
 
        * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
index 55aa64a..56f6188 100644 (file)
@@ -9001,7 +9001,7 @@ If nil, use to the current newsgroup method."
   :group 'gnus-summary-mail)
 
 (defcustom gnus-summary-display-while-building nil
-  "If not-nil, show and update the summary buffer as it's being built.
+  "If non-nil, show and update the summary buffer as it's being built.
 If the value is t, update the buffer after every line is inserted.  If
 the value is an integer (N), update the display every N lines."
   :group 'gnus-thread
index 921814d..f74e7ac 100644 (file)
@@ -48,7 +48,7 @@
                                (condition-case nil
                                    (require 'url)
                                  (error nil)))
-  "*If not-nil, use external grab program `mm-url-program'."
+  "*If non-nil, use external grab program `mm-url-program'."
   :type 'boolean
   :group 'mm-url)