Variable: semantic-stickyfunc-show-only-functions-p

semantic-stickyfunc-show-only-functions-p is a customizable variable defined in util-modes.el.gz.

Value

nil

Documentation

Non-nil means don't show lines that aren't part of a tag.

If this is nil, then comments or other text between tags that is
1 line above the top of the current window will be shown.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/util-modes.el.gz
(defcustom semantic-stickyfunc-show-only-functions-p nil
  "Non-nil means don't show lines that aren't part of a tag.
If this is nil, then comments or other text between tags that is
1 line above the top of the current window will be shown."
  :group 'semantic
  :type 'boolean)