Function: speedbar-files-item-info
speedbar-files-item-info is a byte-compiled function defined in
speedbar.el.gz.
Signature
(speedbar-files-item-info)
Documentation
Display info in the minibuffer about the button the mouse is over.
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defun speedbar-files-item-info ()
"Display info in the minibuffer about the button the mouse is over."
(if (not speedbar-shown-directories)
(speedbar-generic-item-info)
(or (speedbar-item-info-file-helper)
(speedbar-item-info-tag-helper)
(speedbar-generic-item-info))))