diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -251,8 +251,8 @@ supplied error message. | |||
| 251 | This hook is intended to be used for registering doc string functions. | 251 | This hook is intended to be used for registering doc string functions. |
| 252 | These functions don't need to produce the doc string right away, they | 252 | These functions don't need to produce the doc string right away, they |
| 253 | may arrange for it to be produced asynchronously. The results of all | 253 | may arrange for it to be produced asynchronously. The results of all |
| 254 | doc string functions is accessible to the user through the existing | 254 | doc string functions are accessible to the user through the existing |
| 255 | single function hook 'eldoc-documentation-strategy'. | 255 | variable '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 |