# HG changeset patch # User Luc Teirlinck # Date 1116429096 0 # Node ID 8c229cb5f3ef4c5994c9a5bc5a404f410a2add56 # Parent 60730e506f15bdac2d0a608040aeaa4ee03fb375 (eldoc-mode): Doc fix. diff -r 60730e506f15 -r 8c229cb5f3ef lisp/emacs-lisp/eldoc.el --- a/lisp/emacs-lisp/eldoc.el Wed May 18 15:09:08 2005 +0000 +++ b/lisp/emacs-lisp/eldoc.el Wed May 18 15:11:36 2005 +0000 @@ -141,9 +141,9 @@ "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