Function: gnus-html-show-alt-text
gnus-html-show-alt-text is an interactive and byte-compiled function
defined in gnus-html.el.gz.
Signature
(gnus-html-show-alt-text)
Documentation
Show the ALT text of the image under point.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-html.el.gz
(defun gnus-html-show-alt-text ()
"Show the ALT text of the image under point."
(interactive)
(message "%s" (get-text-property (point) 'gnus-alt-text)))