]> git.eshelyaron.com Git - emacs.git/commitdiff
(vis-mode): Update documentation string to reflect earlier changes.
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 1 Jul 2003 22:15:33 +0000 (22:15 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 1 Jul 2003 22:15:33 +0000 (22:15 +0000)
lisp/simple.el

index dc9663008c04f7aada69636424846b9fc9ce457c..1c40c36981a361af9fe6c2fc3cbb962821044913 100644 (file)
@@ -4489,8 +4489,8 @@ With argument ARG turn vis-mode on iff ARG is positive.
 
 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'."