]> git.eshelyaron.com Git - emacs.git/commitdiff
(add-to-invisibility-spec): Further doc tweak
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Apr 2018 15:23:53 +0000 (17:23 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Apr 2018 15:23:53 +0000 (17:23 +0200)
* lisp/subr.el (add-to-invisibility-spec): Tweak doc fix from
previous patch.

lisp/subr.el

index 208535f00bb214445f5c1b2e2048f1768b4c7218..dd51539fa1e3b98d1e7b3020e259fded91af9ec5 100644 (file)
@@ -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