diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-08-25 20:20:26 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-08-25 20:20:26 +0000 |
commit | c65e69424495d059ff072f92c68ad3cb85c68012 (patch) | |
tree | 843dcd4278dfa16f30aee4ba13225241c170178c /etc | |
parent | c382ec4021151ec004b4612f2177e5d29e83b63c (diff) | |
download | emacs-c65e69424495d059ff072f92c68ad3cb85c68012.tar.gz |
(invisible-p): Rename from text-invisible-p. Update callers.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ in to make it use the scrollbars from the system theme. * Lisp Changes in Emacs 22.2. -** The function text-invisible-p returns non-nil if the character +** The function invisible-p returns non-nil if the character after a specified position is invisible. +++ |