]> code.delx.au - gnu-emacs/commit
eldoc: modify `eldoc-documentation-function' using `add-function'
authorMichal Nazarewicz <mina86@mina86.com>
Fri, 5 Dec 2014 18:34:42 +0000 (19:34 +0100)
committerMichal Nazarewicz <mina86@mina86.com>
Tue, 20 Jan 2015 14:04:15 +0000 (15:04 +0100)
commitfd020a29316e573e96501dfc1c87d05085160b2c
tree7e7eaf479ef8f2036c9fd5bf85bf60963d646460
parent81681ed9a1e609101377d674613832008a667587
eldoc: modify `eldoc-documentation-function' using `add-function'

* lisp/emacs-lisp/eldoc.el (eldoc-documentation-function): Describe how
major modes should use `add-function' to alter value of the variable.

* lisp/hexl.el (hexl-mode): Set `eldoc-documentation-function' using
`add-function' so the default value is always used.
* lisp/ielm.el (inferior-emacs-lisp-mode): Set
`eldoc-documentation-function' using `add-function' so the default
value is always used.
* lisp/progmodes/cfengine.el (cfengine3-mode): Set
`eldoc-documentation-function' using `add-function' so the default
value is always used.
* lisp/progmodes/elisp-mode (emacs-lisp-mode): Set
`eldoc-documentation-function' using `add-function' so the default
value is always used.
* lisp/progmodes/octave.el (octave-mode): Set
`eldoc-documentation-function' using `add-function' so the default
value is always used.
* lisp/progmodes/python.el (python-mode): Set
`eldoc-documentation-function' using `add-function' so the default
value is always used.
* lisp/simple.el (read--expression): Set `eldoc-documentation-function'
using `add-function' so the default value is always used.
lisp/ChangeLog
lisp/emacs-lisp/eldoc.el
lisp/hexl.el
lisp/ielm.el
lisp/progmodes/cfengine.el
lisp/progmodes/elisp-mode.el
lisp/progmodes/octave.el
lisp/progmodes/python.el
lisp/simple.el