mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
gnus-article-view-part: Doc fix by Lars Magne Ingebrigtsen <larsi@gnus.org>.
This commit is contained in:
parent
1f60954932
commit
47fe149b7c
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||||
|
|
||||||
|
* gnus-art.el (gnus-article-view-part): Doc fix.
|
||||||
|
|
||||||
* gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
|
* gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
|
||||||
XEmacs-compatible.
|
XEmacs-compatible.
|
||||||
(gnus-html-put-image): Don't do images on non-graphic displays.
|
(gnus-html-put-image): Don't do images on non-graphic displays.
|
||||||
|
|
|
||||||
|
|
@ -5549,7 +5549,9 @@ N is the numerical prefix."
|
||||||
1))
|
1))
|
||||||
|
|
||||||
(defun gnus-article-view-part (&optional n)
|
(defun gnus-article-view-part (&optional n)
|
||||||
"View MIME part N, which is the numerical prefix."
|
"View MIME part N, which is the numerical prefix.
|
||||||
|
If the part is already shown, hide the part. If N is nil, view
|
||||||
|
all parts."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(with-current-buffer gnus-article-buffer
|
(with-current-buffer gnus-article-buffer
|
||||||
(or (numberp n) (setq n (gnus-article-mime-match-handle-first
|
(or (numberp n) (setq n (gnus-article-mime-match-handle-first
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue