changeset 77657:6215cae6109e

(turn-on-eldoc-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 May 2007 18:10:35 +0000
parents e0c0a6271f90
children 2256012fcd2a
files lisp/emacs-lisp/eldoc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/eldoc.el	Sun May 06 17:49:19 2007 +0000
+++ b/lisp/emacs-lisp/eldoc.el	Sun May 06 18:10:35 2007 +0000
@@ -157,7 +157,7 @@
 
 ;;;###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))