Function: help-fns--var-ignored-local
help-fns--var-ignored-local is a byte-compiled function defined in
help-fns.el.gz.
Signature
(help-fns--var-ignored-local VARIABLE)
Source Code
;; Defined in /usr/src/emacs/lisp/help-fns.el.gz
(defun help-fns--var-ignored-local (variable)
(when (memq variable ignored-local-variables)
(princ " This variable is ignored as a file-local \
variable.\n")))