diff options
| author | Lars Ingebrigtsen <larsi@gnus.org> | 2018-04-24 17:23:53 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen <larsi@gnus.org> | 2018-04-24 17:23:53 +0200 |
| commit | c7290da0a11ebbc81cab9493aad33f6a04a13328 (patch) | |
| tree | 7557ddb6d949370a4b2eb602e12c45762a236485 | |
| parent | 400153f0850aff8c96b2da6768d53dc5885c3243 (diff) | |
| download | emacs-c7290da0a11ebbc81cab9493aad33f6a04a13328.tar.gz | |
(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. If `buffer-invisibility-spec' isn't a list before calling this function, `buffer-invisibility-spec' will afterwards be a list with the value `(t ELEMENT)'. This means that if text exists -with non-`t' invisibility values, that text will become visible." +that invisibility values that aren't either `t' or ELEMENT, that +text will become visible." (if (eq buffer-invisibility-spec t) (setq buffer-invisibility-spec (list t))) (setq buffer-invisibility-spec |
