Function: gnus-bookmark-bmenu-show-details
gnus-bookmark-bmenu-show-details is an interactive and byte-compiled
function defined in gnus-bookmark.el.gz.
Signature
(gnus-bookmark-bmenu-show-details)
Documentation
Show the annotation for the current bookmark in another window.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-bookmark.el.gz
(defun gnus-bookmark-bmenu-show-details ()
"Show the annotation for the current bookmark in another window."
(interactive nil gnus-bookmark-bmenu-mode)
(let ((bookmark (gnus-bookmark-bmenu-bookmark)))
(if (gnus-bookmark-bmenu-check-position)
(gnus-bookmark-show-details bookmark))))