aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index dc9663008c0..1c40c36981a 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -4489,8 +4489,8 @@ With argument ARG turn vis-mode on iff ARG is positive.
4489 4489
4490Enabling vis-mode sets `buffer-invisibility-spec' to nil, after 4490Enabling vis-mode sets `buffer-invisibility-spec' to nil, after
4491saving the old value in the variable 4491saving the old value in the variable
4492`saved-buffer-invisibility-spec', making all invisible text in 4492`vis-mode-saved-buffer-invisibility-spec', making all invisible
4493the buffer visible. 4493text in the buffer visible.
4494 4494
4495Disabling vis-mode restores the saved value of 4495Disabling vis-mode restores the saved value of
4496`buffer-invisibility-spec'." 4496`buffer-invisibility-spec'."