Function: cedet-gnu-global-show-root
cedet-gnu-global-show-root is an interactive and byte-compiled
function defined in cedet-global.el.gz.
Signature
(cedet-gnu-global-show-root)
Documentation
Show the root of a GNU Global area under the current buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/cedet-global.el.gz
(defun cedet-gnu-global-show-root ()
"Show the root of a GNU Global area under the current buffer."
(interactive)
(message "%s" (cedet-gnu-global-root)))