emacs-devel
[Top][All Lists]
Advanced

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

inconsistencies in help-text for which-function-mode (variable and funct


From: Bauke Jan Douma
Subject: inconsistencies in help-text for which-function-mode (variable and function)
Date: Fri, 13 Aug 2004 20:53:11 +0200
User-agent: Mutt/1.4.1i

I see 'Which-Function mode' and 'Which Function mode' in the help text
for these two.  Shoudn't that just be 'which-function-mode' in all cases?

bj



variable help:

which-function-mode's value is nil

Non-nil if Which-Function mode is enabled.
See the command `which-function-mode' for a description of this minor-mode.
Setting this variable directly does not take effect;
use either M-x customize or the function `which-function-mode'.

You can customize this variable.

Defined in `progmodes/which-func.el'.

[back]



command help:

which-function-mode is an interactive autoloaded Lisp function in `which-func'.
(which-function-mode &optional ARG)

Toggle Which Function mode, globally.
When Which Function mode is enabled, the current function name is
continuously displayed in the mode line, in certain major modes.

With prefix ARG, turn Which Function mode on iff arg is positive,
and off otherwise.

[back]




reply via email to

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