From c96c36181f5a0240ff0e412f6a9b2bf254336ad1 Mon Sep 17 00:00:00 2001 From: Jesper Harder Date: Tue, 29 Apr 2003 00:23:42 +0000 Subject: [PATCH] * gnus-sum.el (gnus-summary-display-while-building): Docstring fix. * mm-url.el (mm-url-use-external): do. --- lisp/ChangeLog | 6 ++++++ lisp/gnus-sum.el | 2 +- lisp/mm-url.el | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f0a0980d6..cc431d894 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2003-04-29 Jesper Harder + + * gnus-sum.el (gnus-summary-display-while-building): Docstring fix. + + * mm-url.el (mm-url-use-external): do. + 2003-04-29 Simon Josefsson * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 55aa64acd..56f6188dd 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -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 diff --git a/lisp/mm-url.el b/lisp/mm-url.el index 921814dea..f74e7ac47 100644 --- a/lisp/mm-url.el +++ b/lisp/mm-url.el @@ -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) -- 2.34.1