Steve Youngs <youngs(a)xemacs.org> writes:
|--==> "jpw" == John Paul Wallington
<jpw(a)shootybangbang.com> writes:
jpw> +;;;###autoload
jpw> +(defcustom font-lock-mode-line-string " Font"
jpw> + "*String to display in the modeline when Font Lock mode is active.
jpw> +Set this to nil if you don't want a modeline indicator."
jpw> + :type '(choice string
jpw> + (const :tag "none" nil))
jpw> + :group 'font-lock)
Just a quick question: If a person wants to have no mode-line
indicator, should they set this var to 'nil' or should they set it to
a null string '""'?
Either:) I set it to nil because that feels right to me. But the
empty string is valid too, I think.
--
John Paul Wallington