Make the usage of slashes more consistent.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29695 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-05-16 16:51:18 +00:00
parent d346e36de2
commit 7422dbf1bb

View File

@ -1905,10 +1905,10 @@ void LyXAction::init()
This function only modifies, and does not override, existing settings. This function only modifies, and does not override, existing settings.
Note that the "leftindent" indent setting is deprecated. Note that the "leftindent" indent setting is deprecated.
* \li Syntax: paragraph-params [<INDENT>] [<SPACING>] [<ALIGN>] [<OTHERS>] * \li Syntax: paragraph-params [<INDENT>] [<SPACING>] [<ALIGN>] [<OTHERS>]
* \li Params: <INDENT>: \\noindent|\\indent|\\indent-toggle|\\leftindent LENGTH\n * \li Params: <INDENT>: \noindent|\indent|\indent-toggle|\leftindent LENGTH\n
<SPACING>: \\paragraph_spacing default|single|onehalf|double|other\n <SPACING>: \paragraph_spacing default|single|onehalf|double|other\n
<ALIGN>: \\align block|left|right|center|default\n <ALIGN>: \align block|left|right|center|default\n
<OTHERS>: \\labelwidthstring WIDTH|\\start_of_appendix\n <OTHERS>: \labelwidthstring WIDTH|\start_of_appendix\n
* \li Origin: rgh, Aug 15 2007 * \li Origin: rgh, Aug 15 2007
* \endvar * \endvar
*/ */
@ -3060,10 +3060,10 @@ void LyXAction::init()
* \var lyx::FuncCode lyx::LFUN_CALL * \var lyx::FuncCode lyx::LFUN_CALL
* \li Action: Executes a command defined in a .def file. * \li Action: Executes a command defined in a .def file.
* \li Notion: The definitions are by default read from lib/commands/default.def.\n * \li Notion: The definitions are by default read from lib/commands/default.def.\n
A .def file allows to define a command with \\define "<NAME>" "<LFUN>" A .def file allows to define a command with \define "<NAME>" "<LFUN>"
where <NAME> is the name of the new command and <LFUN> is the lfun code where <NAME> is the name of the new command and <LFUN> is the lfun code
to be executed (see e.g. #LFUN_COMMAND_SEQUENCE). to be executed (see e.g. #LFUN_COMMAND_SEQUENCE).
\\def_file "FileName" allows to include another .def file. \n \def_file "FileName" allows to include another .def file. \n
This is particularly useful in connection with toolbar buttons: This is particularly useful in connection with toolbar buttons:
Since the name of the button image for this lfun is Since the name of the button image for this lfun is
lib/images/commands/<NAME>.png this is the way to assign an image lib/images/commands/<NAME>.png this is the way to assign an image