> Author: rgheck > Date: Fri Dec 28 18:57:43 2007 > New Revision: 22329 > > URL: http://www.lyx.org/trac/changeset/22329 >Log: >Contributions to the LFUN documentation project.
thanks for this. > +/** > + * LFUN_BUFFER_NEW > + * \li Action: Creates a new buffer (that is, document) > + * \li Syntax: buffer-new > + */ > LFUN_BUFFER_NEW, wonder whats LFUN_FILE_NEW for. i tried to run it immediately after launching lyx and its behaviour is buggy whatsoever it should do. > - * \li Syntax: lfun_paragraph-params [INDENT] [SPACING] [ALIGN] [OTHERS] > - * \li Params: INDENT: \\noindent|\\indent|\\indent-toggle|\\leftindent > LENGTH\n > - SPACING: \\paragraph_spacing > default|single|onehalf|double|other\n > - ALIGN: \\align block|left|right|center|default\n > - OTHERS: \\labelwidthstring WIDTH|\\start_of_appendix\n > + Note that the "leftindent" indent setting is deprecated. > + * \li Syntax: paragraph-params <INDENT> <SPACING> <ALIGN> <OTHERS> why the change from [] to <> ? i wanted to indicate that all params are not needed to be used. pavel