[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Call for info writers
> I also wanted to say: when you explain the meaning of a key in a @table
> @kbd, don't forget to include in the description the name of the
> function which the key calls, so that people can find information about
> it. Like:
>
> @table @kbd
> @item s
> @kindex s
> @findex w3m-history
> Display the list of URLs visited in this session. If called with a
> prefix argument, show the list of arrived URLs instead
> (@code{w3m-history}).
> @end table
>
> I fixed all the descriptions in my current texi file, the modifications
> will be in my next patch.
Do you mean we should put a function name to its table item's body?
or just only we should put it to @findex?
Masatake