changeset 51706:52ab1555a068

(vis-mode): Update documentation string to reflect earlier changes.
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 01 Jul 2003 22:15:33 +0000
parents 08e683f864e1
children 1a2455839c45
files lisp/simple.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Tue Jul 01 22:12:50 2003 +0000
+++ b/lisp/simple.el	Tue Jul 01 22:15:33 2003 +0000
@@ -4489,8 +4489,8 @@
 
 Enabling vis-mode sets `buffer-invisibility-spec' to nil, after
 saving the old value in the variable
-`saved-buffer-invisibility-spec', making all invisible text in
-the buffer visible.
+`vis-mode-saved-buffer-invisibility-spec', making all invisible
+text in the buffer visible.
 
 Disabling vis-mode restores the saved value of
 `buffer-invisibility-spec'."