# HG changeset patch # User Karl Heuer # Date 837843312 0 # Node ID ee65afcb46d75f05c0b4059e87b21235de7c7e19 # Parent 73a325c414a50d517d2dfd38d381018fb9937a19 (view-mode-auto-exit): Doc fix. diff -r 73a325c414a5 -r ee65afcb46d7 lisp/view.el --- a/lisp/view.el Sat Jul 20 06:12:06 1996 +0000 +++ b/lisp/view.el Sat Jul 20 06:15:12 1996 +0000 @@ -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)