mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
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.
This commit is contained in:
parent
566cb04bdf
commit
ad78f43200
6 changed files with 20 additions and 12 deletions
|
@ -681,7 +681,7 @@ All commands in `lisp-mode-shared-map' are inherited by this map.")
|
|||
|
||||
(defcustom emacs-lisp-mode-hook nil
|
||||
"Hook run when entering Emacs Lisp mode."
|
||||
:options '(turn-on-eldoc-mode imenu-add-menubar-index checkdoc-minor-mode)
|
||||
:options '(eldoc-mode imenu-add-menubar-index checkdoc-minor-mode)
|
||||
:type 'hook
|
||||
:group 'lisp)
|
||||
|
||||
|
@ -693,7 +693,7 @@ All commands in `lisp-mode-shared-map' are inherited by this map.")
|
|||
|
||||
(defcustom lisp-interaction-mode-hook nil
|
||||
"Hook run when entering Lisp Interaction mode."
|
||||
:options '(turn-on-eldoc-mode)
|
||||
:options '(eldoc-mode)
|
||||
:type 'hook
|
||||
:group 'lisp)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue