diff options
| author | Lars Ingebrigtsen | 2018-04-24 17:23:53 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2018-04-24 17:23:53 +0200 |
| commit | c7290da0a11ebbc81cab9493aad33f6a04a13328 (patch) | |
| tree | 7557ddb6d949370a4b2eb602e12c45762a236485 | |
| parent | 400153f0850aff8c96b2da6768d53dc5885c3243 (diff) | |
| download | emacs-c7290da0a11ebbc81cab9493aad33f6a04a13328.tar.gz emacs-c7290da0a11ebbc81cab9493aad33f6a04a13328.zip | |
(add-to-invisibility-spec): Further doc tweak
* lisp/subr.el (add-to-invisibility-spec): Tweak doc fix from
previous patch.
| -rw-r--r-- | lisp/subr.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 208535f00bb..dd51539fa1e 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -4333,7 +4333,8 @@ that can be added. | |||
| 4333 | If `buffer-invisibility-spec' isn't a list before calling this | 4333 | If `buffer-invisibility-spec' isn't a list before calling this |
| 4334 | function, `buffer-invisibility-spec' will afterwards be a list | 4334 | function, `buffer-invisibility-spec' will afterwards be a list |
| 4335 | with the value `(t ELEMENT)'. This means that if text exists | 4335 | with the value `(t ELEMENT)'. This means that if text exists |
| 4336 | with non-`t' invisibility values, that text will become visible." | 4336 | that invisibility values that aren't either `t' or ELEMENT, that |
| 4337 | text will become visible." | ||
| 4337 | (if (eq buffer-invisibility-spec t) | 4338 | (if (eq buffer-invisibility-spec t) |
| 4338 | (setq buffer-invisibility-spec (list t))) | 4339 | (setq buffer-invisibility-spec (list t))) |
| 4339 | (setq buffer-invisibility-spec | 4340 | (setq buffer-invisibility-spec |