comparison lisp/simple.el @ 51641:24dc7642d792

(vis-mode): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Sun, 22 Jun 2003 16:49:31 +0000
parents bee14d8ec0a6
children 52ab1555a068
comparison
equal deleted inserted replaced
51640:6732b4ce8c04 51641:24dc7642d792
4483 (defvar vis-mode-saved-buffer-invisibility-spec nil 4483 (defvar vis-mode-saved-buffer-invisibility-spec nil
4484 "Saved value of buffer-invisibility-spec when `vis-mode' is on.") 4484 "Saved value of buffer-invisibility-spec when `vis-mode' is on.")
4485 4485
4486 (define-minor-mode vis-mode 4486 (define-minor-mode vis-mode
4487 "Toggle vis-mode. 4487 "Toggle vis-mode.
4488 With argument ARG turn vis-mode on iff ARG is positive.. 4488 With argument ARG turn vis-mode on iff ARG is positive.
4489 4489
4490 Enabling vis-mode sets `buffer-invisibility-spec' to nil, after 4490 Enabling vis-mode sets `buffer-invisibility-spec' to nil, after
4491 saving the old value in the variable 4491 saving the old value in the variable
4492 `saved-buffer-invisibility-spec', making all invisible text in 4492 `saved-buffer-invisibility-spec', making all invisible text in
4493 the buffer visible. 4493 the buffer visible.