diff options
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 34d401379bb..29fa965a4e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | python.el: Keep eldoc visible while typing args. (Bug#19637) | 3 | python.el: Keep eldoc visible while typing args. (Bug#19637) |
| 4 | 4 | ||
| 5 | * progmodes/python.el (python-eldoc--get-symbol-at-point): New | 5 | * progmodes/python.el (python-eldoc--get-symbol-at-point): New |
| 6 | function. | 6 | function based on Carlos Pita <carlosjosepita@gmail.com> patch. |
| 7 | (python-eldoc--get-doc-at-point, python-eldoc-at-point): Use it. | 7 | (python-eldoc--get-doc-at-point, python-eldoc-at-point): Use it. |
| 8 | 8 | ||
| 9 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> | 9 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> |