Variable: view-inhibit-help-message

view-inhibit-help-message is a customizable variable defined in view.el.gz.

Value

nil

Documentation

Non-nil inhibits the help message shown upon entering View mode.

This setting takes effect only when View mode is entered via an interactive command; otherwise the help message is not shown.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/view.el.gz
(defcustom view-inhibit-help-message nil
  "Non-nil inhibits the help message shown upon entering View mode.
This setting takes effect only when View mode is entered via an
interactive command; otherwise the help message is not shown."
  :type 'boolean
  :version "22.1")