comparison etc/NEWS @ 43297:48c78f4f57f1

Document describe-text-at.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 14 Feb 2002 20:16:06 +0000
parents 6862a1a4bd8e
children 898b4b31410f
comparison
equal deleted inserted replaced
43296:7bab5b93fc6b 43297:48c78f4f57f1
29 --- 29 ---
30 ** Support for BSD/OS 5.0 was added. 30 ** Support for BSD/OS 5.0 was added.
31 31
32 32
33 * Changes in Emacs 21.3 33 * Changes in Emacs 21.3
34
35 ** The new command `describe-text-at' pops up a buffer with description
36 of text properties, overlays, and widgets at point, and lets you get
37 more information about them, by clicking on mouse-sensitive areas or
38 moving there and pressing RET.
34 39
35 ** font-lock: in modes like C and Lisp where the fontification assumes that 40 ** font-lock: in modes like C and Lisp where the fontification assumes that
36 an open-paren in column 0 is always outside of any string or comment, 41 an open-paren in column 0 is always outside of any string or comment,
37 font-lock now highlights any such open-paren-in-column-zero in bold-red 42 font-lock now highlights any such open-paren-in-column-zero in bold-red
38 if it is inside a string or a comment, to indicate that it can cause 43 if it is inside a string or a comment, to indicate that it can cause