aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-05-18 15:11:36 +0000
committerLuc Teirlinck2005-05-18 15:11:36 +0000
commit292c8ae82829e007cf4eafab079384842ca6d124 (patch)
treed1b230445ea5bfab648f7e2e3bed6d2cbf110f9d
parent2e5df9ac506f260dd8c09f6a8d083213819328ae (diff)
downloademacs-292c8ae82829e007cf4eafab079384842ca6d124.tar.gz
emacs-292c8ae82829e007cf4eafab079384842ca6d124.zip
(eldoc-mode): Doc fix.
-rw-r--r--lisp/emacs-lisp/eldoc.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el
index 1546d078aea..bf6b601ef7a 100644
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -141,9 +141,9 @@ truncated to make more of the arglist or documentation string visible."
141 "Toggle ElDoc mode on or off. 141 "Toggle ElDoc mode on or off.
142In ElDoc mode, the echo area displays information about a 142In ElDoc mode, the echo area displays information about a
143function or variable in the text where point is. If point is 143function or variable in the text where point is. If point is
144on a documented variable, it displays that variable's doc string. 144on a documented variable, it displays the first line of that
145Otherwise it displays the argument list of the function called 145variable's doc string. Otherwise it displays the argument list
146in the expression point is on. 146of the function called in the expression point is on.
147 147
148With prefix ARG, turn ElDoc mode on if and only if ARG is positive." 148With prefix ARG, turn ElDoc mode on if and only if ARG is positive."
149 :group 'eldoc :lighter eldoc-minor-mode-string 149 :group 'eldoc :lighter eldoc-minor-mode-string