1
0
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:
Richard M. Stallman 2007-05-06 18:10:35 +00:00
parent 500c43ed9f
commit e850c5e182

View File

@ -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))