# HG changeset patch # User Luc Teirlinck # Date 1057097733 0 # Node ID 52ab1555a068f87142427a24670388db5ecb3b3d # Parent 08e683f864e16926bed28d794f5818b22bf0012c (vis-mode): Update documentation string to reflect earlier changes. diff -r 08e683f864e1 -r 52ab1555a068 lisp/simple.el --- 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'."