comparison lisp/gnus/gnus-sum.el @ 42206:0f4506820432

Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 20 Dec 2001 19:01:00 +0000
parents b4833df45a4c
children 5fe3e0ee7fd7
comparison
equal deleted inserted replaced
42205:7308bbc423d5 42206:0f4506820432
5970 be displayed." 5970 be displayed."
5971 ;; Make sure we are in the summary buffer to work around bbdb bug. 5971 ;; Make sure we are in the summary buffer to work around bbdb bug.
5972 (unless (eq major-mode 'gnus-summary-mode) 5972 (unless (eq major-mode 'gnus-summary-mode)
5973 (set-buffer gnus-summary-buffer)) 5973 (set-buffer gnus-summary-buffer))
5974 (let ((article (or article (gnus-summary-article-number))) 5974 (let ((article (or article (gnus-summary-article-number)))
5975 (all-headers (not (not all-headers))) ;Must be T or NIL. 5975 (all-headers (not (not all-headers))) ;Must be t or nil.
5976 gnus-summary-display-article-function) 5976 gnus-summary-display-article-function)
5977 (and (not pseudo) 5977 (and (not pseudo)
5978 (gnus-summary-article-pseudo-p article) 5978 (gnus-summary-article-pseudo-p article)
5979 (error "This is a pseudo-article")) 5979 (error "This is a pseudo-article"))
5980 (save-excursion 5980 (save-excursion