[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: eldoc doc
From: |
Stefan Monnier |
Subject: |
Re: eldoc doc |
Date: |
15 Nov 2001 16:34:13 -0500 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50 |
>>>>> "Alex" == Alex Schroeder <alex@gnu.org> writes:
> Looks good. :) I'm still missing something like the following,
> however:
> With argument ARG, turn abbrev mode on iff ARG is positive.
> With arg, turn Auto Fill mode on if and only if arg is positive.
> With arg, turn Outline minor mode on if arg is positive, off otherwise.
What's wrong with that part of the patch:
+With arg, turn ElDoc mode on if and only if arg is positive."
+ nil eldoc-minor-mode-string nil
Stefan