diff options
| author | Luc Teirlinck | 2005-05-18 15:11:36 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-05-18 15:11:36 +0000 |
| commit | 292c8ae82829e007cf4eafab079384842ca6d124 (patch) | |
| tree | d1b230445ea5bfab648f7e2e3bed6d2cbf110f9d | |
| parent | 2e5df9ac506f260dd8c09f6a8d083213819328ae (diff) | |
| download | emacs-292c8ae82829e007cf4eafab079384842ca6d124.tar.gz emacs-292c8ae82829e007cf4eafab079384842ca6d124.zip | |
(eldoc-mode): Doc fix.
| -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 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. |
| 142 | In ElDoc mode, the echo area displays information about a | 142 | In ElDoc mode, the echo area displays information about a |
| 143 | function or variable in the text where point is. If point is | 143 | function or variable in the text where point is. If point is |
| 144 | on a documented variable, it displays that variable's doc string. | 144 | on a documented variable, it displays the first line of that |
| 145 | Otherwise it displays the argument list of the function called | 145 | variable's doc string. Otherwise it displays the argument list |
| 146 | in the expression point is on. | 146 | of the function called in the expression point is on. |
| 147 | 147 | ||
| 148 | With prefix ARG, turn ElDoc mode on if and only if ARG is positive." | 148 | With 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 |