diff options
| author | Dmitry Gutov | 2016-07-18 02:22:24 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2016-07-18 02:22:24 +0300 |
| commit | 85b3eca57a5ae5335c11b157bb481cf8f7a35684 (patch) | |
| tree | ac6a23e7598b83b6897638bb32ee1a4300b26e39 /doc | |
| parent | 6dc0bafd5915b01a341cc0efbc744abd73163872 (diff) | |
| download | emacs-85b3eca57a5ae5335c11b157bb481cf8f7a35684.tar.gz emacs-85b3eca57a5ae5335c11b157bb481cf8f7a35684.zip | |
; Revert "Replace eldoc-documentation-function with a hook"
This reverts commit 5811404f0b86c9fa92c3e0b22505a9bb05f04145.
It doesn't have the consensus, as evidenced by
http://lists.gnu.org/archive/html/emacs-devel/2016-06/msg00138.html
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/modes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 3dbfed06e2e..368d882a4b8 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -417,7 +417,7 @@ variable @code{imenu-generic-expression}, for the two variables | |||
| 417 | 417 | ||
| 418 | @item | 418 | @item |
| 419 | The mode can specify a local value for | 419 | The mode can specify a local value for |
| 420 | @code{eldoc-documentation-functions} to tell ElDoc mode how to handle | 420 | @code{eldoc-documentation-function} to tell ElDoc mode how to handle |
| 421 | this mode. | 421 | this mode. |
| 422 | 422 | ||
| 423 | @item | 423 | @item |