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

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

I think the doc in emacs is too simple in someplaces


From: Ronald
Subject: I think the doc in emacs is too simple in someplaces
Date: Mon, 18 Dec 2006 23:02:04 +0800
User-agent: Thunderbird 1.5.0.8 (X11/20061117)

For example:

c-toggle-electric-state

c-toggle-electric-state is an interactive compiled Lisp function in `cc-cmds.el'.
It is bound to C-c C-l, <menu-bar> <C> <Toggle...> <Electric mode>.
(c-toggle-electric-state &optional ARG)

Toggle the electric indentation feature.
Optional numeric ARG, if supplied, turns on electric indentation when
positive, turns it off when negative, and just toggles it when zero or
left out.


It doesn't tell what the function does.
And the description about ARG is repeated everywhere,
I supposed it's not good.


reply via email to

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