diff options
| author | Dave Love | 2003-09-06 17:57:46 +0000 |
|---|---|---|
| committer | Dave Love | 2003-09-06 17:57:46 +0000 |
| commit | 01b70437d046be5893a640594b3ef7b9d5b8eb3b (patch) | |
| tree | 245898ca6c330fd26297c2c7da55c524c09a377b | |
| parent | 10fea268edb45b40533e0801bdc316fb7375fb2a (diff) | |
| download | emacs-01b70437d046be5893a640594b3ef7b9d5b8eb3b.tar.gz emacs-01b70437d046be5893a640594b3ef7b9d5b8eb3b.zip | |
Eldoc change
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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' | ||
| 1672 | locally to provide Eldoc functionality by some method appropriate to | ||
| 1673 | the 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 |