Function: speedbar-forward-list
speedbar-forward-list is an interactive and byte-compiled function
defined in speedbar.el.gz.
Signature
(speedbar-forward-list)
Documentation
Move forward over the current list.
A LIST in speedbar is a group of similarly typed items, such as directories, files, or the directory button.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defun speedbar-forward-list ()
"Move forward over the current list.
A LIST in speedbar is a group of similarly typed items, such as directories,
files, or the directory button."
(interactive)
(speedbar-navigate-list 1)
(speedbar-item-info))