diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -554,8 +554,16 @@ this you can tell Edebug not to stop at the start of the first | |||
| 554 | instrumented function. | 554 | instrumented function. |
| 555 | 555 | ||
| 556 | ** ElDoc | 556 | ** ElDoc |
| 557 | |||
| 558 | +++ | ||
| 557 | *** New minor mode `global-eldoc-mode' | 559 | *** New minor mode `global-eldoc-mode' |
| 560 | It is turned on by default in `*scratch*' and other buffers whose | ||
| 561 | major mode supports Emacs Lisp. | ||
| 562 | |||
| 563 | --- | ||
| 558 | *** `eldoc-documentation-function' now defaults to `ignore' | 564 | *** `eldoc-documentation-function' now defaults to `ignore' |
| 565 | |||
| 566 | --- | ||
| 559 | *** `describe-char-eldoc' displays information about character at point, | 567 | *** `describe-char-eldoc' displays information about character at point, |
| 560 | and can be used as a default value of `eldoc-documentation-function'. It is | 568 | and can be used as a default value of `eldoc-documentation-function'. It is |
| 561 | useful when, for example, one needs to distinguish various spaces (e.g. ] [, | 569 | useful when, for example, one needs to distinguish various spaces (e.g. ] [, |