(add-to-invisibility-spec): Further doc tweak
* lisp/subr.el (add-to-invisibility-spec): Tweak doc fix from previous patch.
This commit is contained in:
parent
400153f085
commit
c7290da0a1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue