bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

eldoc doc


From: Alex Schroeder
Subject: eldoc doc
Date: Thu, 15 Nov 2001 12:02:20 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu)

In GNU Emacs 21.1.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2001-10-31 on confusibombus

The function eldoc-mode has a doc string which should be rewritten
such that it takes advantage of the automatic linking in *Help*
buffers.  Furthermore, the PREFIX argument should use the same text as
all the other minor modes.

Old:

    eldoc-mode is an interactive compiled Lisp function in `eldoc'.
    (eldoc-mode &optional PREFIX)

    *Enable or disable eldoc mode.
    See documentation for the variable of the same name for more details.

    If called interactively with no prefix argument, toggle current condition
    of the mode.
    If called with a positive or negative prefix argument, enable or disable
    the mode, respectively.

New:

    eldoc-mode is an interactive compiled Lisp function in `eldoc'.
    (eldoc-mode &optional ARG)

    *Toggle ElDoc mode.
    See documentation variable `eldoc-mode' for more information.
    With arg, turn ElDoc mode on if and only if arg is positive.

(The code will have to change as well because I renamed PREFIX to
ARG.)

Alex.
-- 
http://www.emacswiki.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]