diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index c6cad27ed60..dc9663008c0 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -4485,7 +4485,7 @@ wait this many seconds after Emacs becomes idle before doing an update." | |||
| 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 |