]> code.delx.au - gnu-emacs/blobdiff - lisp/ielm.el
Replace refs to obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'
[gnu-emacs] / lisp / ielm.el
index c53f9e76d4e55271b398c51c1335a4fd4792ab06..fdf5fc6e53d8475cb19cf279fecf9b33d2f5fb9c 100644 (file)
@@ -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)