diff options
| -rw-r--r-- | etc/NEWS | 19 |
1 files changed, 10 insertions, 9 deletions
| @@ -247,21 +247,22 @@ supplied error message. | |||
| 247 | +++ | 247 | +++ |
| 248 | ** ElDoc | 248 | ** ElDoc |
| 249 | 249 | ||
| 250 | *** New hook 'eldoc-documentation-functions' to be used for | 250 | *** New hook 'eldoc-documentation-functions'. |
| 251 | registering doc string functions. These functions don't need to | 251 | This hook is intended to be used for registering doc string functions. |
| 252 | produce the doc string right away, they may arrange for it to be | 252 | These functions don't need to produce the doc string right away, they |
| 253 | produced asynchronously. The results of all doc string functions | 253 | may arrange for it to be produced asynchronously. The results of all |
| 254 | accessible to the user through the existing single function hook | 254 | doc string functions accessible to the user through the existing |
| 255 | 'eldoc-documentation-strategy. | 255 | single function hook 'eldoc-documentation-strategy'. |
| 256 | 256 | ||
| 257 | *** New user option 'eldoc-documentation-strategy' | 257 | *** New user option 'eldoc-documentation-strategy'. |
| 258 | The built-in choices available for this user option let users compose | 258 | The built-in choices available for this user option let users compose |
| 259 | the results of 'eldoc-documentation-functions' in various ways, even | 259 | the results of 'eldoc-documentation-functions' in various ways, even |
| 260 | if some of those functions are sychronous and some asynchchronous. | 260 | if some of those functions are sychronous and some asynchchronous. |
| 261 | The user option replaces 'eldoc-documentation-function', which is now | 261 | The user option replaces 'eldoc-documentation-function', which is now |
| 262 | obsolete. | 262 | obsolete. |
| 263 | 263 | ||
| 264 | *** The user option 'eldoc-echo-area-use-multiline-p' is now handled | 264 | *** 'eldoc-echo-area-use-multiline-p' is now handled by ElDoc. |
| 265 | The user option 'eldoc-echo-area-use-multiline-p' is now handled | ||
| 265 | by the Eldoc library itself. Functions in | 266 | by the Eldoc library itself. Functions in |
| 266 | 'eldoc-documentation-functions' don't need to worry about consulting | 267 | 'eldoc-documentation-functions' don't need to worry about consulting |
| 267 | it when producing a doc string. | 268 | it when producing a doc string. |