From 603f946a381fc4b0bc6474d18bd8e174eae348a5 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 20 Jul 1996 06:15:12 +0000 Subject: (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) -- cgit v1.2.1