From e850c5e182ac4b88e8fb57b0cfe6484f9c9bd62a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 May 2007 18:10:35 +0000 Subject: [PATCH] (turn-on-eldoc-mode): Doc fix. --- lisp/emacs-lisp/eldoc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index fd762e2968f..85b150b6ae5 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el @@ -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)) -- 2.39.2