In the version 4.8 manual, section 16.1 (Definition Commands, Template for a Definition) says (from the web version, the others are similar):

For example,

     @deffn Command forward-word count
     This command moves point forward @var{count} words
     (or backward if @var{count} is negative). ...
     @end deffn

produces

— Command: forward-word count

This function moves point forward count words (or backward if count is negative). ...


It would appear that "This command moves..." in the example produces "This function moves..." in the output. Is this really intended?

Steve
_______________________________________________
Texinfo home page: http://www.gnu.org/software/texinfo/
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to