From: Karl Heuer Date: Sat, 20 Jul 1996 06:15:12 +0000 (+0000) Subject: (view-mode-auto-exit): Doc fix. X-Git-Tag: emacs-19.34~125 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7bff6b625f5a7f41955380fca44e8c9555f7542e;p=emacs.git (view-mode-auto-exit): Doc fix. --- diff --git a/lisp/view.el b/lisp/view.el index dd7dca6defa..bbc168b6f9c 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -37,7 +37,10 @@ (make-variable-buffer-local 'view-mode) (defvar view-mode-auto-exit nil - "Non-nil means scrolling past the end of buffer exits View mode.") + "Non-nil means scrolling past the end of buffer exits View mode. +Some commands, such as \\[view-file], set this to t locally; +the only way to override that is to set it to nil using `view-mode-hook'.") + (make-variable-buffer-local 'view-mode-auto-exit) (defvar view-old-buffer-read-only nil)