mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
(turn-on-eldoc-mode): Doc fix.
This commit is contained in:
parent
500c43ed9f
commit
e850c5e182
@ -157,7 +157,7 @@ With prefix ARG, turn ElDoc mode on if and only if ARG is positive."
|
||||
|
||||
;;;###autoload
|
||||
(defun turn-on-eldoc-mode ()
|
||||
"Unequivocally turn on eldoc-mode (see variable documentation)."
|
||||
"Unequivocally turn on ElDoc mode (see command `eldoc-mode')."
|
||||
(interactive)
|
||||
(eldoc-mode 1))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user