diff options
author | Glenn Morris <rgm@gnu.org> | 2014-01-29 23:42:57 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-01-29 23:42:57 -0800 |
commit | ad78f432005af4100fb6be5bb015393f77e1fdfe (patch) | |
tree | 130b82cbd60a1bdb1da49a13b019424bb5fb3478 /lisp/ielm.el | |
parent | 566cb04bdfcf5177c9069120e628d5067086783f (diff) | |
download | emacs-ad78f432005af4100fb6be5bb015393f77e1fdfe.tar.gz |
Replace refs to obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'
* lisp/hexl.el (hexl-mode-hook):
* lisp/ielm.el (ielm-mode-hook):
* lisp/emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
(lisp-interaction-mode-hook):
* lisp/progmodes/cfengine.e (cfengine3-documentation-function):
Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
* lisp/emacs-lisp/eldoc.el: Same in commentary.
Diffstat (limited to 'lisp/ielm.el')
-rw-r--r-- | lisp/ielm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ielm.el b/lisp/ielm.el index c53f9e76d4e..fdf5fc6e53d 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el @@ -118,7 +118,7 @@ such as `edebug-defun' to work with such inputs." (defcustom ielm-mode-hook nil "Hooks to be run when IELM (`inferior-emacs-lisp-mode') is started." - :options '(turn-on-eldoc-mode) + :options '(eldoc-mode) :type 'hook :group 'ielm) (defvaralias 'inferior-emacs-lisp-mode-hook 'ielm-mode-hook) |