From 7bff6b625f5a7f41955380fca44e8c9555f7542e Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 20 Jul 1996 06:15:12 +0000 Subject: [PATCH] (view-mode-auto-exit): Doc fix. --- lisp/view.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- 2.39.5