Variable: c-echo-syntactic-information-p

c-echo-syntactic-information-p is a customizable variable defined in cc-vars.el.gz.

Value

nil

Documentation

If non-nil, syntactic info is echoed when the line is indented.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cc-vars.el.gz
(defcustom c-echo-syntactic-information-p nil
  "If non-nil, syntactic info is echoed when the line is indented."
  :type 'boolean
  :group 'c)