]> git.eshelyaron.com Git - emacs.git/commitdiff
(eldoc-mode): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 18 May 2005 15:11:36 +0000 (15:11 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 18 May 2005 15:11:36 +0000 (15:11 +0000)
lisp/emacs-lisp/eldoc.el

index 1546d078aea5441e4ebd8f7618d034f7a556b443..bf6b601ef7aa24deed62bbd7f9f45315fd25c1bc 100644 (file)
@@ -141,9 +141,9 @@ truncated to make more of the arglist or documentation string visible."
   "Toggle ElDoc mode on or off.
 In ElDoc mode, the echo area displays information about a
 function or variable in the text where point is.  If point is
-on a documented variable, it displays that variable's doc string.
-Otherwise it displays the argument list of the function called
-in the expression point is on.
+on a documented variable, it displays the first line of that
+variable's doc string.  Otherwise it displays the argument list
+of the function called in the expression point is on.
 
 With prefix ARG, turn ElDoc mode on if and only if ARG is positive."
   :group 'eldoc :lighter eldoc-minor-mode-string