diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-05-18 15:11:36 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-05-18 15:11:36 +0000 |
commit | 292c8ae82829e007cf4eafab079384842ca6d124 (patch) | |
tree | d1b230445ea5bfab648f7e2e3bed6d2cbf110f9d /lisp/emacs-lisp/eldoc.el | |
parent | 2e5df9ac506f260dd8c09f6a8d083213819328ae (diff) |
(eldoc-mode): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/eldoc.el')
-rw-r--r-- | lisp/emacs-lisp/eldoc.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index 1546d078ae..bf6b601ef7 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." "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 |