Function: speedbar-backward-list
speedbar-backward-list is an interactive and byte-compiled function
defined in speedbar.el.gz.
Signature
(speedbar-backward-list)
Documentation
Move backward 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-backward-list ()
"Move backward 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))