aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-09-06 17:57:46 +0000
committerDave Love2003-09-06 17:57:46 +0000
commit01b70437d046be5893a640594b3ef7b9d5b8eb3b (patch)
tree245898ca6c330fd26297c2c7da55c524c09a377b
parent10fea268edb45b40533e0801bdc316fb7375fb2a (diff)
downloademacs-01b70437d046be5893a640594b3ef7b9d5b8eb3b.tar.gz
emacs-01b70437d046be5893a640594b3ef7b9d5b8eb3b.zip
Eldoc change
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1904ac9aefc..f31dbb35eca 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1668,6 +1668,10 @@ a match if part of it has a read-only property.
1668 1668
1669* Lisp Changes in Emacs 21.4 1669* Lisp Changes in Emacs 21.4
1670 1670
1671** Major modes can define `eldoc-print-current-symbol-info-function'
1672locally to provide Eldoc functionality by some method appropriate to
1673the language.
1674
1671** `latin1-char-displayable-p' is obsoleted by `char-displayable-p'. 1675** `latin1-char-displayable-p' is obsoleted by `char-displayable-p'.
1672 1676
1673** New coding system property `mime-text-unsuitable' indicates that 1677** New coding system property `mime-text-unsuitable' indicates that