]> code.delx.au - gnu-emacs/commitdiff
(view-mode-auto-exit): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Sat, 20 Jul 1996 06:15:12 +0000 (06:15 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 20 Jul 1996 06:15:12 +0000 (06:15 +0000)
lisp/view.el

index dd7dca6defae1740a573f946d3c584ffea4004d4..bbc168b6f9c55c8861df0e4ff3fb7656d6d0c96a 100644 (file)
 (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)