]> git.lyx.org Git - lyx.git/commitdiff
Clarify quote-insert LFUN.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 1 Apr 2024 21:26:01 +0000 (17:26 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 1 Apr 2024 21:28:19 +0000 (17:28 -0400)
And add remark about multiple optional arguments.

(cherry picked from commit 29be057a073fde4e36c9adbf31c6cd764f62bda2)

lib/doc/LFUNs.lyx

index 4e4c8c9c72bb0730a55a79cb78b4d308486dbc94..9dd4a46e58bd262ade96d201626efc8867e5f2fa 100644 (file)
@@ -34,12 +34,13 @@ End
 \font_default_family default
 \use_non_tex_fonts false
 \font_sc false
+\font_roman_osf false
 \font_sans_osf false
 \font_typewriter_osf false
-\font_roman_osf false
 \font_sf_scale 100 100
 \font_tt_scale 100 100
-\use_microtype 0
+\use_microtype false
+\use_dash_ligatures true
 \graphics default
 \default_output_format default
 \output_sync 0
@@ -69,6 +70,7 @@ End
 \suppress_date false
 \justification true
 \use_refstyle 0
+\use_formatted_ref 0
 \use_minted 0
 \use_lineno 0
 \index Index
@@ -86,15 +88,21 @@ End
 \is_math_indent 0
 \math_numbering_side default
 \quotes_style english
+\dynamic_quotes 0
 \papercolumns 1
 \papersides 1
 \paperpagestyle default
-\tracking_changes false
-\postpone_fragile_content false
+\tablestyle default
+\tracking_changes true
 \output_changes false
+\change_bars false
+\postpone_fragile_content false
 \html_math_output 0
 \html_css_as_file 0
 \html_be_strict false
+\docbook_table_output 0
+\docbook_mathml_prefix 1
+\author -584632292 "Richard Kimberly Heck"
 \end_header
 
 \begin_body
@@ -126,17 +134,18 @@ LyX Functions
  These are commands that are used to make \SpecialChar LyX
  perform specific actions.
  \SpecialChar LyX
- itself uses these functions internally, and every internal action is
- bound to an LFUN.
+ itself uses these functions internally,
and every internal action is bound to an LFUN.
 \end_layout
 
 \begin_layout Standard
-LFUNs are also used in the files that define keyboard shortcuts, menu or
- toolbar items.
+LFUNs are also used in the files that define keyboard shortcuts,
menu or toolbar items.
  So if you want to change\SpecialChar breakableslash
-customize the user interface, you need to deal
- with LFUNs.
- Furthermore, external programs can use LFUNs to communicate with and 
+customize the user interface,
+ you need to deal with LFUNs.
+ Furthermore,
+ external programs can use LFUNs to communicate with and 
 \begin_inset Quotes eld
 \end_inset
 
@@ -146,22 +155,44 @@ remote-control
 
  \SpecialChar LyX
  .
- Finally, you can also issue LFUNs directly via the so called mini-buffer
- which can be opened via 
+ Finally,
you can also issue LFUNs directly via the so called mini-buffer which can be opened via 
 \begin_inset Info
 type  "shortcuts"
 arg   "command-execute"
 \end_inset
 
 .
+\change_inserted -584632292 1712005995
+
+\end_layout
+
+\begin_layout Standard
+
+\change_inserted -584632292 1712006077
+Usually,
+ when multiple optional arguments are shown,
+ the earlier arguments must be given if later ones are to be given.
+ So,
+ for example,
+ in quote-insert,
+ <LEVEL> can be given alone,
+ without <SIDE> and <STYLE>,
+ but it must be given if <SIDE> is given,
+ and all three must be given if <STYLE> is to be given.
+\change_unchanged
+
 \end_layout
 
 \begin_layout Standard
-In the following, all LFUNs are listed, categorized by function.
+In the following,
+ all LFUNs are listed,
+ categorized by function.
 \end_layout
 
 \begin_layout Section
-Layout Functions (Font, Layout and Textclass related)
+Layout Functions (Font,
+ Layout and Textclass related)
 \end_layout
 
 \begin_layout Subsection*
@@ -193,19 +224,26 @@ Syntax environment-split [before|outer|previous]
 \end_layout
 
 \begin_layout Description
-Params outer:    If this is given, LyX will split the outermost environment in the current nesting hierarchy.
+Params outer:
+    If this is given,
+ LyX will split the outermost environment in the current nesting hierarchy.
 \begin_inset Newline newline
 \end_inset
 
-previous: If this is given, LyX will split the environment in the previous paragraph (if there is one).
+previous:
+ If this is given,
+ LyX will split the environment in the previous paragraph (if there is one).
 \begin_inset Newline newline
 \end_inset
 
-before:   If this is given, the new environment will be appended rather than prepended.
+before:
+   If this is given,
+ the new environment will be appended rather than prepended.
 \end_layout
 
 \begin_layout Description
-Origin spitz, 23 Dec 2012
+Origin spitz,
+ 23 Dec 2012
 \end_layout
 
 \begin_layout Subsection*
@@ -245,7 +283,8 @@ Syntax font-crossout
 \end_layout
 
 \begin_layout Description
-Origin uwestoehr, 4 April 2017
+Origin uwestoehr,
+ 4 April 2017
 \end_layout
 
 \begin_layout Subsection*
@@ -277,7 +316,8 @@ font-frak
 \end_layout
 
 \begin_layout Description
-Action Toggles Fraktur family font (math-mode, selection-wise).
+Action Toggles Fraktur family font (math-mode,
+ selection-wise).
 \end_layout
 
 \begin_layout Description
@@ -285,7 +325,8 @@ Syntax font-frak
 \end_layout
 
 \begin_layout Description
-Origin vermeer, 10 Jan 2002
+Origin vermeer,
+ 10 Jan 2002
 \end_layout
 
 \begin_layout Subsection*
@@ -293,7 +334,8 @@ font-ital
 \end_layout
 
 \begin_layout Description
-Action Toggles Italics font shape (math-mode, selection-wise).
+Action Toggles Italics font shape (math-mode,
+ selection-wise).
 \end_layout
 
 \begin_layout Description
@@ -301,7 +343,8 @@ Syntax font-ital
 \end_layout
 
 \begin_layout Description
-Origin vermeer, 10 Jan 2002
+Origin vermeer,
+ 10 Jan 2002
 \end_layout
 
 \begin_layout Subsection*
@@ -317,7 +360,8 @@ Syntax font-nospellcheck
 \end_layout
 
 \begin_layout Description
-Origin spitz, 5 March 2021
+Origin spitz,
+ 5 March 2021
 \end_layout
 
 \begin_layout Subsection*
@@ -369,7 +413,8 @@ Syntax font-size <SIZE>
 \end_layout
 
 \begin_layout Description
-Params <SIZE>: tiny|scriptsize|footnotesize|small|normal|large|larger|
+Params <SIZE>:
+ tiny|scriptsize|footnotesize|small|normal|large|larger|
 \begin_inset Newline newline
 \end_inset
 
@@ -401,7 +446,8 @@ Syntax font-strikeout
 \end_layout
 
 \begin_layout Description
-Origin sanda, 3 May 2009
+Origin sanda,
+ 3 May 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -441,7 +487,8 @@ Syntax font-underunderline
 \end_layout
 
 \begin_layout Description
-Origin sanda, 5 May 2009
+Origin sanda,
+ 5 May 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -457,7 +504,8 @@ Syntax font-underwave
 \end_layout
 
 \begin_layout Description
-Origin sanda, 5 May 2009
+Origin sanda,
+ 5 May 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -465,7 +513,8 @@ layout
 \end_layout
 
 \begin_layout Description
-Action Sets the layout (that is, environment) for the current paragraph.
+Action Sets the layout (that is,
+ environment) for the current paragraph.
 \end_layout
 
 \begin_layout Description
@@ -473,11 +522,14 @@ Syntax layout <LAYOUT> [ignoreautonests]
 \end_layout
 
 \begin_layout Description
-Params <LAYOUT>: the layout to use
+Params <LAYOUT>:
+ the layout to use
 \begin_inset Newline newline
 \end_inset
 
-ignoreautonests: If specified, nesting advices will be ignored.
+ignoreautonests:
+ If specified,
+ nesting advices will be ignored.
 \end_layout
 
 \begin_layout Subsection*
@@ -497,11 +549,13 @@ Syntax layout-module-add <MODULE>
 \end_layout
 
 \begin_layout Description
-Params <MODULE>: the module to be added
+Params <MODULE>:
+ the module to be added
 \end_layout
 
 \begin_layout Description
-Origin rgh, 25 August 2007
+Origin rgh,
+ 25 August 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -521,7 +575,8 @@ Syntax layout-modules-clear
 \end_layout
 
 \begin_layout Description
-Origin rgh, 25 August 2007
+Origin rgh,
+ 25 August 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -545,7 +600,9 @@ Action Reloads layout information.
 \end_layout
 
 \begin_layout Description
-Notion Reloads all layout information for the current buffer from disk, thus recognizing any changes that have been made to layout files on the fly. This is intended to be used only by layout developers and should not be used when one is trying to do actual work.
+Notion Reloads all layout information for the current buffer from disk,
+ thus recognizing any changes that have been made to layout files on the fly.
+ This is intended to be used only by layout developers and should not be used when one is trying to do actual work.
 \end_layout
 
 \begin_layout Description
@@ -553,7 +610,8 @@ Syntax layout-reload
 \end_layout
 
 \begin_layout Description
-Origin rgh, 3 September 2007
+Origin rgh,
+ 3 September 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -569,7 +627,8 @@ Syntax layout-tabular
 \end_layout
 
 \begin_layout Description
-Origin Jug, 31 Jul 2000
+Origin Jug,
+ 31 Jul 2000
 \end_layout
 
 \begin_layout Subsection*
@@ -577,11 +636,14 @@ layout-toggle
 \end_layout
 
 \begin_layout Description
-Action Toggles the layout (that is, environment) for the current paragraph.
+Action Toggles the layout (that is,
+ environment) for the current paragraph.
 \end_layout
 
 \begin_layout Description
-Notion Contrary to `layout', this function resets the current (or selection) layout to the standard layout it already has the correct layout. Useful for toolbar icons.
+Notion Contrary to `layout',
+ this function resets the current (or selection) layout to the standard layout it already has the correct layout.
+ Useful for toolbar icons.
 \end_layout
 
 \begin_layout Description
@@ -589,15 +651,19 @@ Syntax layout-toggle <LAYOUT> [ignoreautonests]
 \end_layout
 
 \begin_layout Description
-Params <LAYOUT>: the layout to toggle
+Params <LAYOUT>:
+ the layout to toggle
 \begin_inset Newline newline
 \end_inset
 
-ignoreautonests: If specified, nesting advices will be ignored.
+ignoreautonests:
+ If specified,
+ nesting advices will be ignored.
 \end_layout
 
 \begin_layout Description
-Origin lasgouttes, 14 May 2018
+Origin lasgouttes,
+ 14 May 2018
 \end_layout
 
 \begin_layout Subsection*
@@ -609,7 +675,10 @@ Action Update fonts and its metrics.
 \end_layout
 
 \begin_layout Description
-Notion Automatically called after zoom, dpi, font names, or norm change.
+Notion Automatically called after zoom,
+ dpi,
+ font names,
+ or norm change.
 \end_layout
 
 \begin_layout Description
@@ -617,7 +686,8 @@ Syntax screen-font-update
 \end_layout
 
 \begin_layout Description
-Origin ARRae, 13 Aug 2000
+Origin ARRae,
+ 13 Aug 2000
 \end_layout
 
 \begin_layout Subsection*
@@ -633,7 +703,10 @@ Syntax textclass-apply <TEXTCLASS>
 \end_layout
 
 \begin_layout Description
-Params <TEXTCLASS>: the textclass to set. Note that this must be the filename, minus the ".layout" extension.
+Params <TEXTCLASS>:
+ the textclass to set.
+ Note that this must be the filename,
+ minus the ".layout" extension.
 \end_layout
 
 \begin_layout Subsection*
@@ -649,7 +722,10 @@ Syntax textclass-load <TEXTCLASS>
 \end_layout
 
 \begin_layout Description
-Params <TEXTCLASS>: the textclass to load. Note that this must be the filename, minus the ".layout" extension.
+Params <TEXTCLASS>:
+ the textclass to load.
+ Note that this must be the filename,
+ minus the ".layout" extension.
 \end_layout
 
 \begin_layout Subsection*
@@ -661,7 +737,8 @@ Action Apply last used text properties.
 \end_layout
 
 \begin_layout Description
-Notion These properties are stored via LFUN_TEXTSTYLE_UPDATE, which is automatically triggered when using Text Style dialog.
+Notion These properties are stored via LFUN_TEXTSTYLE_UPDATE,
+ which is automatically triggered when using Text Style dialog.
 \end_layout
 
 \begin_layout Description
@@ -669,11 +746,13 @@ Syntax textstyle-apply [<NUM>]textstyle-apply
 \end_layout
 
 \begin_layout Description
-Params <NUM>: number of the selection in the internal freefonts stack to be applied.
+Params <NUM>:
+ number of the selection in the internal freefonts stack to be applied.
 \end_layout
 
 \begin_layout Description
-Origin leeming, 12 Mar 2003
+Origin leeming,
+ 12 Mar 2003
 \end_layout
 
 \begin_layout Subsection*
@@ -689,7 +768,20 @@ Syntax textstyle-update <FONT_INFO>
 \end_layout
 
 \begin_layout Description
-Params <FONT_INFO>: specifies font attributes, e.g. family, series, shape, size, emph, noun, underbar, number, color, language, toggleall.
+Params <FONT_INFO>:
+ specifies font attributes,
+ e.g.
+ family,
+ series,
+ shape,
+ size,
+ emph,
+ noun,
+ underbar,
+ number,
+ color,
+ language,
+ toggleall.
 \begin_inset Newline newline
 \end_inset
 
@@ -697,11 +789,13 @@ Use lyx -dbg action for exact syntax of text-style dialog parameters.
 \end_layout
 
 \begin_layout Description
-Origin leeming, 12 Mar 2003
+Origin leeming,
+ 12 Mar 2003
 \end_layout
 
 \begin_layout Section
-Editing Functions (Cursor and Mouse Movement, Copy/Paste etc.)
+Editing Functions (Cursor and Mouse Movement,
+ Copy/Paste etc.)
 \end_layout
 
 \begin_layout Subsection*
@@ -925,7 +1019,8 @@ Syntax all-changes-accept
 \end_layout
 
 \begin_layout Description
-Origin Levon, 16 Oct 2002
+Origin Levon,
+ 16 Oct 2002
 \end_layout
 
 \begin_layout Subsection*
@@ -937,7 +1032,8 @@ Action Rejects all tracked changes in the document.
 \end_layout
 
 \begin_layout Description
-Notion Reject does not work recursively; the user may have to repeat the operation.
+Notion Reject does not work recursively;
+ the user may have to repeat the operation.
 \end_layout
 
 \begin_layout Description
@@ -945,7 +1041,8 @@ Syntax all-changes-reject
 \end_layout
 
 \begin_layout Description
-Origin Levon, 16 Oct 2002
+Origin Levon,
+ 16 Oct 2002
 \end_layout
 
 \begin_layout Subsection*
@@ -961,7 +1058,8 @@ Syntax appendix
 \end_layout
 
 \begin_layout Description
-Origin ettrich, 5 May 1998
+Origin ettrich,
+ 5 May 1998
 \end_layout
 
 \begin_layout Subsection*
@@ -977,11 +1075,13 @@ Syntax argument-insert <argument nr>
 \end_layout
 
 \begin_layout Description
-Params <argument nr>: see layout declarations
+Params <argument nr>:
+ see layout declarations
 \end_layout
 
 \begin_layout Description
-Origin vermeer, 12 Aug 2002
+Origin vermeer,
+ 12 Aug 2002
 \end_layout
 
 \begin_layout Subsection*
@@ -989,7 +1089,8 @@ bibtex-database-add
 \end_layout
 
 \begin_layout Description
-Action Adds database, which will be used for bibtex citations.
+Action Adds database,
+ which will be used for bibtex citations.
 \end_layout
 
 \begin_layout Description
@@ -1001,7 +1102,8 @@ Syntax bibtex-database-add <DATABASE-NAME>
 \end_layout
 
 \begin_layout Description
-Origin Ale, 30 May 1997
+Origin Ale,
+ 30 May 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -1009,7 +1111,8 @@ bibtex-database-del
 \end_layout
 
 \begin_layout Description
-Action Adds database, which will be used for bibtex citations.
+Action Adds database,
+ which will be used for bibtex citations.
 \end_layout
 
 \begin_layout Description
@@ -1021,7 +1124,8 @@ Syntax bibtex-database-del <DATABASE-NAME>
 \end_layout
 
 \begin_layout Description
-Origin Ale, 30 May 1997
+Origin Ale,
+ 30 May 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -1037,7 +1141,8 @@ Syntax bookmark-clear
 \end_layout
 
 \begin_layout Description
-Origin bpeng, 31 October 2006
+Origin bpeng,
+ 31 October 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -1045,23 +1150,30 @@ bookmark-goto
 \end_layout
 
 \begin_layout Description
-Action Moves the cursor to the numbered bookmark, opening the file if necessary. Note that bookmarks are saved per-session, not per file.
+Action Moves the cursor to the numbered bookmark,
+ opening the file if necessary.
+ Note that bookmarks are saved per-session,
+ not per file.
 \end_layout
 
 \begin_layout Description
-Notion Bookmark 0 has a special purpose. It is automatically set
+Notion Bookmark 0 has a special purpose.
+ It is automatically set
 \begin_inset Newline newline
 \end_inset
 
-1. to the paragraph you are currently editing
+1.
+ to the paragraph you are currently editing
 \begin_inset Newline newline
 \end_inset
 
-2. to the paragraph from where you are jumping to the last-edited position (jump-back feature)
+2.
+ to the paragraph from where you are jumping to the last-edited position (jump-back feature)
 \begin_inset Newline newline
 \end_inset
 
-3. when jumping from crossreference to the requested label by LFUN_LABEL_GOTO.
+3.
+ when jumping from crossreference to the requested label by LFUN_LABEL_GOTO.
 \end_layout
 
 \begin_layout Description
@@ -1069,11 +1181,13 @@ Syntax bookmark-goto <NUMBER>
 \end_layout
 
 \begin_layout Description
-Params <NUMBER>: the number of the bookmark to restore.
+Params <NUMBER>:
+ the number of the bookmark to restore.
 \end_layout
 
 \begin_layout Description
-Origin Dekel, 27 January 2001
+Origin Dekel,
+ 27 January 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -1085,7 +1199,11 @@ Action Save a bookmark.
 \end_layout
 
 \begin_layout Description
-Notion Saves a numbered bookmark to the sessions file. The number must be between 1 and 9, inclusive. Note that bookmarks are saved per-session, not per file.
+Notion Saves a numbered bookmark to the sessions file.
+ The number must be between 1 and 9,
+ inclusive.
+ Note that bookmarks are saved per-session,
+ not per file.
 \end_layout
 
 \begin_layout Description
@@ -1093,11 +1211,13 @@ Syntax bookmark-save <NUMBER>
 \end_layout
 
 \begin_layout Description
-Params <NUMBER>: the number of the bookmark to save.
+Params <NUMBER>:
+ the number of the bookmark to save.
 \end_layout
 
 \begin_layout Description
-Origin Dekel, 27 January 2001
+Origin Dekel,
+ 27 January 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -1113,7 +1233,8 @@ Syntax box-insert [<TYPE>]
 \end_layout
 
 \begin_layout Description
-Params <TYPE>: Boxed|Frameless|Framed|ovalbox|Ovalbox|Shadowbox|Shaded|Doublebox
+Params <TYPE>:
+ Boxed|Frameless|Framed|ovalbox|Ovalbox|Shadowbox|Shaded|Doublebox
 \begin_inset Newline newline
 \end_inset
 
@@ -1121,7 +1242,8 @@ Framed is the default one.
 \end_layout
 
 \begin_layout Description
-Origin vermeer, 7 Oct 2003
+Origin vermeer,
+ 7 Oct 2003
 \end_layout
 
 \begin_layout Subsection*
@@ -1137,7 +1259,8 @@ Syntax branch-insert <BRANCH-NAME>
 \end_layout
 
 \begin_layout Description
-Origin vermeer, 17 Aug 2003
+Origin vermeer,
+ 17 Aug 2003
 \end_layout
 
 \begin_layout Subsection*
@@ -1145,7 +1268,9 @@ buffer-anonymize
 \end_layout
 
 \begin_layout Description
-Action For debug purposes only. Convert all [a-zA-Z0-1] characters to single character. Useful when submitting docs to list or bugzilla.
+Action For debug purposes only.
+ Convert all [a-zA-Z0-1] characters to single character.
+ Useful when submitting docs to list or bugzilla.
 \end_layout
 
 \begin_layout Description
@@ -1153,7 +1278,8 @@ Syntax buffer-anonymize
 \end_layout
 
 \begin_layout Description
-Origin sanda, Feb 1 2018
+Origin sanda,
+ Feb 1 2018
 \end_layout
 
 \begin_layout Subsection*
@@ -1217,7 +1343,8 @@ Syntax caption-insert
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 18 Jul 2000
+Origin Lgb,
+ 18 Jul 2000
 \end_layout
 
 \begin_layout Subsection*
@@ -1233,7 +1360,8 @@ Syntax cell-backward
 \end_layout
 
 \begin_layout Description
-Origin Jug, 22 May 2000
+Origin Jug,
+ 22 May 2000
 \end_layout
 
 \begin_layout Subsection*
@@ -1261,7 +1389,8 @@ Syntax cell-split
 \end_layout
 
 \begin_layout Description
-Origin Ale, 15 May 1997
+Origin Ale,
+ 15 May 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -1277,7 +1406,8 @@ Syntax change-accept
 \end_layout
 
 \begin_layout Description
-Origin Levon, 16 Oct 2002
+Origin Levon,
+ 16 Oct 2002
 \end_layout
 
 \begin_layout Subsection*
@@ -1293,7 +1423,8 @@ Syntax change-next
 \end_layout
 
 \begin_layout Description
-Origin schmitt, 4 Oct 2006
+Origin schmitt,
+ 4 Oct 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -1309,7 +1440,8 @@ Syntax change-previous
 \end_layout
 
 \begin_layout Description
-Origin vfr, 4 Apr 2009
+Origin vfr,
+ 4 Apr 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -1325,7 +1457,8 @@ Syntax change-reject
 \end_layout
 
 \begin_layout Description
-Origin Levon, 16 Oct 2002
+Origin Levon,
+ 16 Oct 2002
 \end_layout
 
 \begin_layout Subsection*
@@ -1341,7 +1474,8 @@ Syntax changes-merge
 \end_layout
 
 \begin_layout Description
-Origin Levon, 16 Oct 2002
+Origin Levon,
+ 16 Oct 2002
 \end_layout
 
 \begin_layout Subsection*
@@ -1357,7 +1491,8 @@ Syntax changes-output
 \end_layout
 
 \begin_layout Description
-Origin spitz, 21 Jan 2005
+Origin spitz,
+ 21 Jan 2005
 \end_layout
 
 \begin_layout Subsection*
@@ -1373,7 +1508,8 @@ Syntax changes-track
 \end_layout
 
 \begin_layout Description
-Origin levon, 1 Oct 2002
+Origin levon,
+ 1 Oct 2002
 \end_layout
 
 \begin_layout Subsection*
@@ -1385,7 +1521,11 @@ Action Moves the cursor one position logically backwards.
 \end_layout
 
 \begin_layout Description
-Notion This is not the action which should be bound to the arrow keys, because backwards may be left or right, depending on the language. The arrow keys should be bound to LFUN_CHAR_LEFT or LFUN_CHAR_RIGHT actions, which in turn may employ this one.
+Notion This is not the action which should be bound to the arrow keys,
+ because backwards may be left or right,
+ depending on the language.
+ The arrow keys should be bound to LFUN_CHAR_LEFT or LFUN_CHAR_RIGHT actions,
+ which in turn may employ this one.
 \end_layout
 
 \begin_layout Description
@@ -1397,7 +1537,8 @@ char-backward-select
 \end_layout
 
 \begin_layout Description
-Action Moves the cursor one position logically backwards, adding traversed position to the selection.
+Action Moves the cursor one position logically backwards,
+ adding traversed position to the selection.
 \end_layout
 
 \begin_layout Description
@@ -1421,7 +1562,9 @@ Syntax char-delete-backward [confirm]
 \end_layout
 
 \begin_layout Description
-Params confirm: Select big insets, do not directly delete them.
+Params confirm:
+ Select big insets,
+ do not directly delete them.
 \end_layout
 
 \begin_layout Subsection*
@@ -1437,7 +1580,9 @@ Syntax char-delete-forward [confirm]
 \end_layout
 
 \begin_layout Description
-Params confirm: Select big insets, do not directly delete them.
+Params confirm:
+ Select big insets,
+ do not directly delete them.
 \end_layout
 
 \begin_layout Subsection*
@@ -1449,7 +1594,11 @@ Action Moves the cursor one position logically forward.
 \end_layout
 
 \begin_layout Description
-Notion This is not the action which should be bound to the arrow keys, because forward may be left or right, depending on the language. The arrow keys should be bound to LFUN_CHAR_LEFT or LFUN_CHAR_RIGHT actions, which in turn may employ this one.
+Notion This is not the action which should be bound to the arrow keys,
+ because forward may be left or right,
+ depending on the language.
+ The arrow keys should be bound to LFUN_CHAR_LEFT or LFUN_CHAR_RIGHT actions,
+ which in turn may employ this one.
 \end_layout
 
 \begin_layout Description
@@ -1461,7 +1610,8 @@ char-forward-select
 \end_layout
 
 \begin_layout Description
-Action Moves the cursor one position logically forward, adding traversed position to the selection.
+Action Moves the cursor one position logically forward,
+ adding traversed position to the selection.
 \end_layout
 
 \begin_layout Description
@@ -1481,7 +1631,18 @@ Action Moves the cursor one position "to the left".
 \end_layout
 
 \begin_layout Description
-Notion This is the action which should be taken when the "left" key is pressed. Generally, it moves the cursor one position to the left. However, in Bidi text this become slightly more complicated, and there are different modes of cursor movement. In "visual mode", this moves left, plain and simple. In "logical mode", movement is logically forward in RTL paragraphs, and logically backwards in LTR paragraphs.
+Notion This is the action which should be taken when the "left" key is pressed.
+ Generally,
+ it moves the cursor one position to the left.
+ However,
+ in Bidi text this become slightly more complicated,
+ and there are different modes of cursor movement.
+ In "visual mode",
+ this moves left,
+ plain and simple.
+ In "logical mode",
+ movement is logically forward in RTL paragraphs,
+ and logically backwards in LTR paragraphs.
 \end_layout
 
 \begin_layout Description
@@ -1493,7 +1654,8 @@ char-left-select
 \end_layout
 
 \begin_layout Description
-Action Moves the cursor one position "to the left", adding traversed position to the selection.
+Action Moves the cursor one position "to the left",
+ adding traversed position to the selection.
 \end_layout
 
 \begin_layout Description
@@ -1513,7 +1675,18 @@ Action Moves the cursor one position "to the right".
 \end_layout
 
 \begin_layout Description
-Notion This is the action which should be taken when the "right" key is pressed. Generally, it moves the cursor one position to the right. However, in Bidi text this become slightly more complicated, and there are different modes of cursor movement. In "visual mode", this moves right, plain and simple. In "logical mode", movement is logically forward in LTR paragraphs, and logically backwards in RTL paragraphs.
+Notion This is the action which should be taken when the "right" key is pressed.
+ Generally,
+ it moves the cursor one position to the right.
+ However,
+ in Bidi text this become slightly more complicated,
+ and there are different modes of cursor movement.
+ In "visual mode",
+ this moves right,
+ plain and simple.
+ In "logical mode",
+ movement is logically forward in LTR paragraphs,
+ and logically backwards in RTL paragraphs.
 \end_layout
 
 \begin_layout Description
@@ -1525,7 +1698,8 @@ char-right-select
 \end_layout
 
 \begin_layout Description
-Action Moves the cursor one position "to the right", adding traversed position to the selection.
+Action Moves the cursor one position "to the right",
+ adding traversed position to the selection.
 \end_layout
 
 \begin_layout Description
@@ -1549,7 +1723,8 @@ Syntax chars-transpose
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 25 Apr 2001
+Origin Lgb,
+ 25 Apr 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -1565,15 +1740,18 @@ Syntax citation-insert [<KEY>[|<TEXT_BEFORE>]]
 \end_layout
 
 \begin_layout Description
-Params <KEY>: Citation (shortcut listed in available citations).
+Params <KEY>:
+ Citation (shortcut listed in available citations).
 \begin_inset Newline newline
 \end_inset
 
-<TEXT_BEFORE>: text which should appear before citation.
+<TEXT_BEFORE>:
+ text which should appear before citation.
 \end_layout
 
 \begin_layout Description
-Origin AAS, 97-02-23
+Origin AAS,
+ 97-02-23
 \end_layout
 
 \begin_layout Subsection*
@@ -1589,15 +1767,18 @@ Syntax citation-open [EXTERNAL] TARGET
 \end_layout
 
 \begin_layout Description
-Params <TARGET>: URL (https:,file:) of the document.
+Params <TARGET>:
+ URL (https:,file:) of the document.
 \begin_inset Newline newline
 \end_inset
 
-<EXTERNAL>: Use external executable script for finding target
+<EXTERNAL>:
+ Use external executable script for finding target
 \begin_inset Newline newline
 \end_inset
 
-              and launching viewer. In this case TARGET consists of author and year
+              and launching viewer.
+ In this case TARGET consists of author and year
 \begin_inset Newline newline
 \end_inset
 
@@ -1605,7 +1786,8 @@ Params <TARGET>: URL (https:,file:) of the document.
 \end_layout
 
 \begin_layout Description
-Origin Sanda, 16 Aug 2020
+Origin Sanda,
+ 16 Aug 2020
 \end_layout
 
 \begin_layout Subsection*
@@ -1613,11 +1795,19 @@ clipboard-paste
 \end_layout
 
 \begin_layout Description
-Action Pastes text from the active clipboard (retains formatting if the clipboard contains formatted text). Pastes plain text if plain text is on the clipboard, but tries to interpret it in special ways for certain insets, e.g. converting csv data to rows and columns if the paste happens in a tabular inset.
+Action Pastes text from the active clipboard (retains formatting if the clipboard contains formatted text).
+ Pastes plain text if plain text is on the clipboard,
+ but tries to interpret it in special ways for certain insets,
+ e.g.
+ converting csv data to rows and columns if the paste happens in a tabular inset.
 \end_layout
 
 \begin_layout Description
-Notion Historically, LFUN_CLIPBOARD_PASTE was introduced as a counterpart of LFUN_PRIMARY_SELECTION_PASTE: It behaved exactly the same, but the source is the clipboard, not the selection.
+Notion Historically,
+ LFUN_CLIPBOARD_PASTE was introduced as a counterpart of LFUN_PRIMARY_SELECTION_PASTE:
+ It behaved exactly the same,
+ but the source is the clipboard,
+ not the selection.
 \end_layout
 
 \begin_layout Description
@@ -1625,11 +1815,15 @@ Syntax clipboard-paste [<ARG>]
 \end_layout
 
 \begin_layout Description
-Params <ARG>: "paragraph" will cause pasting as one paragraph, i.e. "Join lines".
+Params <ARG>:
+ "paragraph" will cause pasting as one paragraph,
+ i.e.
+ "Join lines".
 \end_layout
 
 \begin_layout Description
-Origin Georg, 10 Jul 2006
+Origin Georg,
+ 10 Jul 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -1637,7 +1831,11 @@ clipboard-paste-simple
 \end_layout
 
 \begin_layout Description
-Action Pastes plain text from the active clipboard even if formatted LyX content is in the clipboard. Pastes plain text if plain text is on the clipboard, without trying to interpret it in special ways for certain insets, e.g. converting csv data to rows and columns if the paste happens in a tabular inset.
+Action Pastes plain text from the active clipboard even if formatted LyX content is in the clipboard.
+ Pastes plain text if plain text is on the clipboard,
+ without trying to interpret it in special ways for certain insets,
+ e.g.
+ converting csv data to rows and columns if the paste happens in a tabular inset.
 \end_layout
 
 \begin_layout Description
@@ -1645,7 +1843,10 @@ Syntax clipboard-paste-simple [<ARG>]
 \end_layout
 
 \begin_layout Description
-Params <ARG>: "paragraph" will cause pasting as one paragraph, i.e. "Join lines".
+Params <ARG>:
+ "paragraph" will cause pasting as one paragraph,
+ i.e.
+ "Join lines".
 \end_layout
 
 \begin_layout Subsection*
@@ -1653,7 +1854,9 @@ command-execute
 \end_layout
 
 \begin_layout Description
-Action Switches the focus to the minibuffer so that the user can type in there. If necessary, it opens the minibuffer toolbar.
+Action Switches the focus to the minibuffer so that the user can type in there.
+ If necessary,
+ it opens the minibuffer toolbar.
 \end_layout
 
 \begin_layout Description
@@ -1677,7 +1880,8 @@ Syntax complete
 \end_layout
 
 \begin_layout Description
-Origin sts, Feb 19 2008
+Origin sts,
+ Feb 19 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -1693,7 +1897,8 @@ Syntax completion-accept
 \end_layout
 
 \begin_layout Description
-Origin sanda, Sep 08 2008
+Origin sanda,
+ Sep 08 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -1701,7 +1906,8 @@ completion-cancel
 \end_layout
 
 \begin_layout Description
-Action Try to cancel completion, either the popup or the inline completion.
+Action Try to cancel completion,
+ either the popup or the inline completion.
 \end_layout
 
 \begin_layout Description
@@ -1709,7 +1915,8 @@ Syntax completion-cancel
 \end_layout
 
 \begin_layout Description
-Origin sts, Sep 07 2008
+Origin sts,
+ Sep 07 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -1725,7 +1932,8 @@ Syntax completion-inline
 \end_layout
 
 \begin_layout Description
-Origin sts, Feb 19 2008
+Origin sts,
+ Feb 19 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -1741,7 +1949,8 @@ Syntax completion-popup
 \end_layout
 
 \begin_layout Description
-Origin sts, Feb 19 2008
+Origin sts,
+ Feb 19 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -1809,7 +2018,8 @@ Syntax dialog-disconnect-inset <INSET-NAME>
 \end_layout
 
 \begin_layout Description
-Origin leeming, 25 Feb 2003
+Origin leeming,
+ 25 Feb 2003
 \end_layout
 
 \begin_layout Subsection*
@@ -1817,7 +2027,8 @@ dialog-hide
 \end_layout
 
 \begin_layout Description
-Action Hides showed dialog. Counterpart to LFUN_DIALOG_SHOW .
+Action Hides showed dialog.
+ Counterpart to LFUN_DIALOG_SHOW .
 \end_layout
 
 \begin_layout Description
@@ -1829,7 +2040,8 @@ Params See LFUN_DIALOG_SHOW .
 \end_layout
 
 \begin_layout Description
-Origin leeming, 25 Feb 2003
+Origin leeming,
+ 25 Feb 2003
 \end_layout
 
 \begin_layout Subsection*
@@ -1845,7 +2057,8 @@ Syntax dialog-show <NAME> [<DATA>]
 \end_layout
 
 \begin_layout Description
-Params <NAME>: aboutlyx|bibitem|bibtex|box|branch|changes|character|citation|
+Params <NAME>:
+ aboutlyx|bibitem|bibtex|box|branch|changes|character|citation|
 \begin_inset Newline newline
 \end_inset
 
@@ -1869,15 +2082,20 @@ thesaurus|texinfo|toc|view-source|vspace|wrap|<SPECIAL>
 \begin_inset Newline newline
 \end_inset
 
-<SPECIAL>: latexlog|vclog
+<SPECIAL>:
+ latexlog|vclog
 \begin_inset Newline newline
 \end_inset
 
-<DATA>: data, usually settings for the given dialog. Use debug mode for the details.
+<DATA>:
+ data,
+ usually settings for the given dialog.
+ Use debug mode for the details.
 \end_layout
 
 \begin_layout Description
-Origin leeming, 17 Jun 2003
+Origin leeming,
+ 17 Jun 2003
 \end_layout
 
 \begin_layout Subsection*
@@ -1901,7 +2119,8 @@ Params See LFUN_DIALOG_SHOW .
 \end_layout
 
 \begin_layout Description
-Origin leeming, 25 Feb 2003
+Origin leeming,
+ 25 Feb 2003
 \end_layout
 
 \begin_layout Subsection*
@@ -1913,7 +2132,8 @@ Action Toggles dialog between showed/hidden state.
 \end_layout
 
 \begin_layout Description
-Notion Internally uses LFUN_DIALOG_SHOW , LFUN_DIALOG_HIDE .
+Notion Internally uses LFUN_DIALOG_SHOW ,
+ LFUN_DIALOG_HIDE .
 \end_layout
 
 \begin_layout Description
@@ -1925,7 +2145,8 @@ Params See LFUN_DIALOG_SHOW .
 \end_layout
 
 \begin_layout Description
-Origin spitz, 30 Apr 2007
+Origin spitz,
+ 30 Apr 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -1941,15 +2162,18 @@ Syntax dialog-update <NAME>
 \end_layout
 
 \begin_layout Description
-Params <NAME>: paragraph|prefs|<INSET>
+Params <NAME>:
+ paragraph|prefs|<INSET>
 \begin_inset Newline newline
 \end_inset
 
-<INSET>: inset name
+<INSET>:
+ inset name
 \end_layout
 
 \begin_layout Description
-Origin leeming, 25 Feb 2003
+Origin leeming,
+ 25 Feb 2003
 \end_layout
 
 \begin_layout Subsection*
@@ -1989,7 +2213,8 @@ Syntax ert-insert
 \end_layout
 
 \begin_layout Description
-Origin Jug, 18 Feb 2000
+Origin Jug,
+ 18 Feb 2000
 \end_layout
 
 \begin_layout Subsection*
@@ -1997,7 +2222,9 @@ escape
 \end_layout
 
 \begin_layout Description
-Action Clears the selection. If no text is selected call LFUN_FINISHED_FORWARD. Inside math mode jumps out of the math inset.
+Action Clears the selection.
+ If no text is selected call LFUN_FINISHED_FORWARD.
+ Inside math mode jumps out of the math inset.
 \end_layout
 
 \begin_layout Description
@@ -2005,7 +2232,8 @@ Syntax escape
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 17 May 2001
+Origin Lgb,
+ 17 May 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -2021,7 +2249,8 @@ Syntax export-cancel
 \end_layout
 
 \begin_layout Description
-Origin rgh, 10 December 2017
+Origin rgh,
+ 10 December 2017
 \end_layout
 
 \begin_layout Subsection*
@@ -2037,7 +2266,11 @@ Syntax file-insert [<FILE>] [ignorelang]
 \end_layout
 
 \begin_layout Description
-Params <FILE>: Filename to be inserted. ignorelang: If given, the (main) language of the inserted file is ignored (the context language is used).
+Params <FILE>:
+ Filename to be inserted.
+ ignorelang:
+ If given,
+ the (main) language of the inserted file is ignored (the context language is used).
 \end_layout
 
 \begin_layout Subsection*
@@ -2053,11 +2286,13 @@ Syntax file-insert-plaintext [<FILE>]
 \end_layout
 
 \begin_layout Description
-Params <FILE>: Filename to be inserted.
+Params <FILE>:
+ Filename to be inserted.
 \end_layout
 
 \begin_layout Description
-Origin CFO-G, 19 Nov 1997
+Origin CFO-G,
+ 19 Nov 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -2065,7 +2300,8 @@ file-insert-plaintext-para
 \end_layout
 
 \begin_layout Description
-Action Inserts plain text file as paragraph (i.e. join lines).
+Action Inserts plain text file as paragraph (i.e.
+ join lines).
 \end_layout
 
 \begin_layout Description
@@ -2073,11 +2309,13 @@ Syntax file-insert-plaintext-para [<FILE>]
 \end_layout
 
 \begin_layout Description
-Params <FILE>: Filename to be inserted.
+Params <FILE>:
+ Filename to be inserted.
 \end_layout
 
 \begin_layout Description
-Origin Levon, 14 Feb 2001
+Origin Levon,
+ 14 Feb 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -2085,7 +2323,8 @@ flex-insert
 \end_layout
 
 \begin_layout Description
-Action Inserts CharStyle, Custom inset or XML short element.
+Action Inserts CharStyle,
+ Custom inset or XML short element.
 \end_layout
 
 \begin_layout Description
@@ -2093,7 +2332,9 @@ Notion Look into the Customization manual for more information about these eleme
 \begin_inset Newline newline
 \end_inset
 
-To make this command enabled the layout file for the document class you're using has to load the character styles. There are a few contained in the Logical Markup module. You can also of course create some yourself.
+To make this command enabled the layout file for the document class you're using has to load the character styles.
+ There are a few contained in the Logical Markup module.
+ You can also of course create some yourself.
 \begin_inset Newline newline
 \end_inset
 
@@ -2105,7 +2346,11 @@ Syntax flex-insert Name
 \end_layout
 
 \begin_layout Description
-Params Name: This name must be defined either in your layout file or imported by some module. The definition is InsetLayout Name or InsetLayout <Flex:Name>. The Flex: prefix is optional.
+Params Name:
+ This name must be defined either in your layout file or imported by some module.
+ The definition is InsetLayout Name or InsetLayout <Flex:Name>.
+ The Flex:
+ prefix is optional.
 \end_layout
 
 \begin_layout Description
@@ -2125,11 +2370,16 @@ Syntax float-insert <TYPE>
 \end_layout
 
 \begin_layout Description
-Params <TYPE>: type of float depends on the used textclass. Usually "algorithm", "table", "figure" parameters can be given.
+Params <TYPE>:
+ type of float depends on the used textclass.
+ Usually "algorithm",
+ "table",
+ "figure" parameters can be given.
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 27 Jun 2000
+Origin Lgb,
+ 27 Jun 2000
 \end_layout
 
 \begin_layout Subsection*
@@ -2145,11 +2395,16 @@ Syntax float-list-insert <TYPE>
 \end_layout
 
 \begin_layout Description
-Params <TYPE>: type of float depends on the used textclass. Usually "algorithm", "table", "figure" parameters can be given.
+Params <TYPE>:
+ type of float depends on the used textclass.
+ Usually "algorithm",
+ "table",
+ "figure" parameters can be given.
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 3 May 2001
+Origin Lgb,
+ 3 May 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -2161,7 +2416,9 @@ Action Inserts float insets as in LFUN_FLOAT_INSERT but span multiple columns.
 \end_layout
 
 \begin_layout Description
-Notion Corresponds to the starred floats (figure*, table*, etc.) in LaTeX.
+Notion Corresponds to the starred floats (figure*,
+ table*,
+ etc.) in LaTeX.
 \end_layout
 
 \begin_layout Description
@@ -2169,11 +2426,16 @@ Syntax float-wide-insert <TYPE>
 \end_layout
 
 \begin_layout Description
-Params <TYPE>: type of float depends on the used textclass. Usually "algorithm", "table", "figure" parameters can be given.
+Params <TYPE>:
+ type of float depends on the used textclass.
+ Usually "algorithm",
+ "table",
+ "figure" parameters can be given.
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 31 Oct 2001
+Origin Lgb,
+ 31 Oct 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -2189,7 +2451,8 @@ Syntax footnote-insert
 \end_layout
 
 \begin_layout Description
-Origin Jug, 7 Mar 2000
+Origin Jug,
+ 7 Mar 2000
 \end_layout
 
 \begin_layout Subsection*
@@ -2205,7 +2468,8 @@ Syntax graphics-reload
 \end_layout
 
 \begin_layout Description
-Origin vfr, 10 Aug 2009
+Origin vfr,
+ 10 Aug 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -2221,11 +2485,15 @@ Syntax graphics-set-group [<GROUP>]
 \end_layout
 
 \begin_layout Description
-Params <GROUP>: Id for an existing group. In case the Id is an empty string, the graphics inset is removed from the current group.
+Params <GROUP>:
+ Id for an existing group.
+ In case the Id is an empty string,
+ the graphics inset is removed from the current group.
 \end_layout
 
 \begin_layout Description
-Origin sanda, 6 May 2008
+Origin sanda,
+ 6 May 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -2241,11 +2509,15 @@ Syntax graphics-unify [<GROUP>]
 \end_layout
 
 \begin_layout Description
-Params <GROUP>: Id for an existing group. In case the Id is an empty string, the group Id from the first graphics inset will be used.
+Params <GROUP>:
+ Id for an existing group.
+ In case the Id is an empty string,
+ the group Id from the first graphics inset will be used.
 \end_layout
 
 \begin_layout Description
-Origin sanda, 7 Feb 2018
+Origin sanda,
+ 7 Feb 2018
 \end_layout
 
 \begin_layout Subsection*
@@ -2265,7 +2537,8 @@ Syntax href-insert [<TARGET>]
 \end_layout
 
 \begin_layout Description
-Origin CFO-G, 21 Nov 1997
+Origin CFO-G,
+ 21 Nov 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -2277,7 +2550,8 @@ Action Only active in IPA inset.
 \end_layout
 
 \begin_layout Description
-Notion Dummy function which is only active in a IPA inset. It's used to toggle the IPA toolbar if the cursor moves into an IPA inset.
+Notion Dummy function which is only active in a IPA inset.
+ It's used to toggle the IPA toolbar if the cursor moves into an IPA inset.
 \end_layout
 
 \begin_layout Description
@@ -2285,7 +2559,8 @@ Syntax in-ipa
 \end_layout
 
 \begin_layout Description
-Origin spitz, 20 May 2012
+Origin spitz,
+ 20 May 2012
 \end_layout
 
 \begin_layout Subsection*
@@ -2305,11 +2580,16 @@ Syntax index-insert [<TYPE:Name>]
 \end_layout
 
 \begin_layout Description
-Params <TYPE:Name>: name of the index, if multiple indices are defined. With an empty argument, the default index is selected.
+Params <TYPE:Name>:
+ name of the index,
+ if multiple indices are defined.
+ With an empty argument,
+ the default index is selected.
 \end_layout
 
 \begin_layout Description
-Origin leeming, 3 Aug 2000
+Origin leeming,
+ 3 Aug 2000
 \end_layout
 
 \begin_layout Subsection*
@@ -2325,11 +2605,16 @@ Syntax index-print [<TYPE:Name>]
 \end_layout
 
 \begin_layout Description
-Params <TYPE:Name>: name of the index, if multiple indices are defined. With an empty argument, the default index is selected.
+Params <TYPE:Name>:
+ name of the index,
+ if multiple indices are defined.
+ With an empty argument,
+ the default index is selected.
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 27 Feb 1997
+Origin Lgb,
+ 27 Feb 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -2349,7 +2634,8 @@ Syntax index-tag-all
 \end_layout
 
 \begin_layout Description
-Origin spitz, 5 Nov 2022
+Origin spitz,
+ 5 Nov 2022
 \end_layout
 
 \begin_layout Subsection*
@@ -2365,11 +2651,16 @@ Syntax indexmacro-insert <type>
 \end_layout
 
 \begin_layout Description
-Params <type>: see, seealso, subentry, sortkey.
+Params <type>:
+ see,
+ seealso,
+ subentry,
+ sortkey.
 \end_layout
 
 \begin_layout Description
-Origin spitz, 20 Feb 2022
+Origin spitz,
+ 20 Feb 2022
 \end_layout
 
 \begin_layout Subsection*
@@ -2377,7 +2668,9 @@ info-insert
 \end_layout
 
 \begin_layout Description
-Action Displays shortcuts, lyxrc, package and textclass availability and menu information in a non-editable boxed InsetText.
+Action Displays shortcuts,
+ lyxrc,
+ package and textclass availability and menu information in a non-editable boxed InsetText.
 \end_layout
 
 \begin_layout Description
@@ -2385,11 +2678,16 @@ Notion Apart from lfun arguments you can use the following method:
 \begin_inset Newline newline
 \end_inset
 
-1. input the type and argument of this inset, e.g. "menu paste", in the work area.
+1.
+ input the type and argument of this inset,
+ e.g.
+ "menu paste",
+ in the work area.
 \begin_inset Newline newline
 \end_inset
 
-2. select the text and run info-insert lfun.
+2.
+ select the text and run info-insert lfun.
 \end_layout
 
 \begin_layout Description
@@ -2397,81 +2695,105 @@ Syntax info-insert <TYPE> <ARG>
 \end_layout
 
 \begin_layout Description
-Params <TYPE>: date|moddate|fixdate|time|modtime|fixtime|shortcut|shortcuts|lyxrc| lyxinfo|package|textclass|menu|l7n|icon|buffer|vcs
+Params <TYPE>:
+ date|moddate|fixdate|time|modtime|fixtime|shortcut|shortcuts|lyxrc| lyxinfo|package|textclass|menu|l7n|icon|buffer|vcs
 \begin_inset Newline newline
 \end_inset
 
-<ARG>: argument for a given type. Look into InsetInfo.h for detailed description.
+<ARG>:
+ argument for a given type.
+ Look into InsetInfo.h for detailed description.
 \begin_inset Newline newline
 \end_inset
 
-date: current date (formatted and localized)
+date:
+ current date (formatted and localized)
 \begin_inset Newline newline
 \end_inset
 
-moddate: date of last modification (saving) (formatted and localized)
+moddate:
+ date of last modification (saving) (formatted and localized)
 \begin_inset Newline newline
 \end_inset
 
-fixdate: a static date (formatted and localized)
+fixdate:
+ a static date (formatted and localized)
 \begin_inset Newline newline
 \end_inset
 
-time: current time (formatted and localized)
+time:
+ current time (formatted and localized)
 \begin_inset Newline newline
 \end_inset
 
-modtime: time of last modification (saving) (formatted and localized)
+modtime:
+ time of last modification (saving) (formatted and localized)
 \begin_inset Newline newline
 \end_inset
 
-fixtime: a static time (formatted and localized)
+fixtime:
+ a static time (formatted and localized)
 \begin_inset Newline newline
 \end_inset
 
-shortcut[s]: name of lfun (e.g math-insert 
+shortcut[s]:
+ name of lfun (e.g math-insert 
 \backslash
 alpha)
 \begin_inset Newline newline
 \end_inset
 
-lyxrc: name of rc_entry (e.g. bind_file)
+lyxrc:
+ name of rc_entry (e.g.
+ bind_file)
 \begin_inset Newline newline
 \end_inset
 
-lyxinfo: "version" - used version of LyX
+lyxinfo:
+ "version" - used version of LyX
 \begin_inset Newline newline
 \end_inset
 
-package: name of latex package (e.g. listings)
+package:
+ name of latex package (e.g.
+ listings)
 \begin_inset Newline newline
 \end_inset
 
-textclass: name of textclass (e.g. article)
+textclass:
+ name of textclass (e.g.
+ article)
 \begin_inset Newline newline
 \end_inset
 
-menu: name of lfun used in menu 
+menu:
+ name of lfun used in menu 
 \begin_inset Newline newline
 \end_inset
 
-l7n: localizable string.
+l7n:
+ localizable string.
 \begin_inset Newline newline
 \end_inset
 
-icon: icon of lfun used in toolbar or direct icon name
+icon:
+ icon of lfun used in toolbar or direct icon name
 \begin_inset Newline newline
 \end_inset
 
-buffer: "name"|"name-noext"|"path"|"class" vcs: "tree-revision"|"revision"|"author"|"date"|"time"
+buffer:
+ "name"|"name-noext"|"path"|"class" vcs:
+ "tree-revision"|"revision"|"author"|"date"|"time"
 \end_layout
 
 \begin_layout Description
-Sample command-sequence info-insert buffer path; info-insert buffer name
+Sample command-sequence info-insert buffer path;
+ info-insert buffer name
 \end_layout
 
 \begin_layout Description
-Origin bpeng, 7 Oct 2007
+Origin bpeng,
+ 7 Oct 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -2483,7 +2805,8 @@ Action Apply data for an inset.
 \end_layout
 
 \begin_layout Description
-Notion LFUN_INSET_APPLY is sent from the dialogs when the data should be applied. This is either changed to LFUN_INSET_MODIFY or LFUN_INSET_INSERT depending on the context where it is called.
+Notion LFUN_INSET_APPLY is sent from the dialogs when the data should be applied.
+ This is either changed to LFUN_INSET_MODIFY or LFUN_INSET_INSERT depending on the context where it is called.
 \end_layout
 
 \begin_layout Description
@@ -2499,7 +2822,11 @@ inset-begin
 \end_layout
 
 \begin_layout Description
-Action Move the cursor to the beginning of the current inset if it is not already there. If the cursor is already at the beginning of the current inset, move it to the beginning of the enclosing inset or the main work area, respectively, if there is no enclosing inset.
+Action Move the cursor to the beginning of the current inset if it is not already there.
+ If the cursor is already at the beginning of the current inset,
+ move it to the beginning of the enclosing inset or the main work area,
+ respectively,
+ if there is no enclosing inset.
 \end_layout
 
 \begin_layout Description
@@ -2507,7 +2834,8 @@ Syntax inset-begin
 \end_layout
 
 \begin_layout Description
-Origin lasgouttes, 16 Mar 2009
+Origin lasgouttes,
+ 16 Mar 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -2515,7 +2843,11 @@ inset-begin-select
 \end_layout
 
 \begin_layout Description
-Action Move the cursor to the beginning of the current inset if it is not already there. If the cursor is already at the beginning of the current inset, move it to the beginning of the enclosing inset or the main work area, respectively, if there is no enclosing inset (adding the traversed text to the selection).
+Action Move the cursor to the beginning of the current inset if it is not already there.
+ If the cursor is already at the beginning of the current inset,
+ move it to the beginning of the enclosing inset or the main work area,
+ respectively,
+ if there is no enclosing inset (adding the traversed text to the selection).
 \end_layout
 
 \begin_layout Description
@@ -2523,7 +2855,8 @@ Syntax inset-begin-select
 \end_layout
 
 \begin_layout Description
-Origin lasgouttes, 16 Mar 2009
+Origin lasgouttes,
+ 16 Mar 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -2543,7 +2876,8 @@ Syntax inset-copy-as
 \end_layout
 
 \begin_layout Description
-Origin vfr, 18 Apr 2010
+Origin vfr,
+ 18 Apr 2010
 \end_layout
 
 \begin_layout Subsection*
@@ -2559,7 +2893,10 @@ Syntax inset-dissolve [<INSET>]
 \end_layout
 
 \begin_layout Description
-Params <INSET>: this can be used to make sure the right kind of inset is dissolved. For example "dissolve" entry in the charstyles sub-menu should only dissolve the charstyle inset, even if the cursor is inside several nested insets of different type.
+Params <INSET>:
+ this can be used to make sure the right kind of inset is dissolved.
+ For example "dissolve" entry in the charstyles sub-menu should only dissolve the charstyle inset,
+ even if the cursor is inside several nested insets of different type.
 \begin_inset Newline newline
 \end_inset
 
@@ -2567,7 +2904,8 @@ For values see lyx::InsetLayout::lyxtype_ .
 \end_layout
 
 \begin_layout Description
-Origin JSpitz, 7 Aug 2006
+Origin JSpitz,
+ 7 Aug 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -2575,7 +2913,16 @@ inset-edit
 \end_layout
 
 \begin_layout Description
-Action Edit the inset at cursor with an external application, if one is attributed. If the inset is file based, the referenced file is edited. Otherwise, the inset contents is written to a temporary file, the inset is locked, and the temporary file is edited. In this case, LFUN_INSET_END_EDIT must be called to overtake the changes and unlock the inset after editing is finished.
+Action Edit the inset at cursor with an external application,
+ if one is attributed.
+ If the inset is file based,
+ the referenced file is edited.
+ Otherwise,
+ the inset contents is written to a temporary file,
+ the inset is locked,
+ and the temporary file is edited.
+ In this case,
+ LFUN_INSET_END_EDIT must be called to overtake the changes and unlock the inset after editing is finished.
 \end_layout
 
 \begin_layout Description
@@ -2583,7 +2930,8 @@ Syntax inset-edit [nogui] [<INSET_PARAMS>]
 \end_layout
 
 \begin_layout Description
-Params <INSET_PARAMS>: Parameters for the inset.
+Params <INSET_PARAMS>:
+ Parameters for the inset.
 \begin_inset Newline newline
 \end_inset
 
@@ -2591,11 +2939,14 @@ Currently only the filename will be considered.
 \begin_inset Newline newline
 \end_inset
 
-nogui: does not launch external editor, only returns filename to be processed.
+nogui:
+ does not launch external editor,
+ only returns filename to be processed.
 \end_layout
 
 \begin_layout Description
-Origin spitz, 27 Apr 2006
+Origin spitz,
+ 27 Apr 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -2603,7 +2954,11 @@ inset-end
 \end_layout
 
 \begin_layout Description
-Action Move the cursor to the end of the current inset if it is not already there. If the cursor is already at the end of the current inset, move it to the end of the enclosing inset or the main work area, respectively, if there is no enclosing inset.
+Action Move the cursor to the end of the current inset if it is not already there.
+ If the cursor is already at the end of the current inset,
+ move it to the end of the enclosing inset or the main work area,
+ respectively,
+ if there is no enclosing inset.
 \end_layout
 
 \begin_layout Description
@@ -2611,7 +2966,8 @@ Syntax inset-end
 \end_layout
 
 \begin_layout Description
-Origin lasgouttes, 16 Mar 2009
+Origin lasgouttes,
+ 16 Mar 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -2619,7 +2975,9 @@ inset-end-edit
 \end_layout
 
 \begin_layout Description
-Action End editing the inset at cursor with an external application. This replaces the inset contents with the contents of the temporary file, deletes the file and unlocks the inset.
+Action End editing the inset at cursor with an external application.
+ This replaces the inset contents with the contents of the temporary file,
+ deletes the file and unlocks the inset.
 \end_layout
 
 \begin_layout Description
@@ -2627,7 +2985,8 @@ Syntax inset-end-edit
 \end_layout
 
 \begin_layout Description
-Origin gb, 11 Oct 2015
+Origin gb,
+ 11 Oct 2015
 \end_layout
 
 \begin_layout Subsection*
@@ -2635,7 +2994,11 @@ inset-end-select
 \end_layout
 
 \begin_layout Description
-Action Move the cursor to the end of the current inset if it is not already there. If the cursor is already at the end of the current inset, move it to the end of the enclosing inset or the main work area, respectively, if there is no enclosing inset (adding the traversed text to the selection).
+Action Move the cursor to the end of the current inset if it is not already there.
+ If the cursor is already at the end of the current inset,
+ move it to the end of the enclosing inset or the main work area,
+ respectively,
+ if there is no enclosing inset (adding the traversed text to the selection).
 \end_layout
 
 \begin_layout Description
@@ -2643,7 +3006,8 @@ Syntax inset-end-select
 \end_layout
 
 \begin_layout Description
-Origin lasgouttes, 16 Mar 2009
+Origin lasgouttes,
+ 16 Mar 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -2655,7 +3019,14 @@ Action Apply the given commands on insets of a given name.
 \end_layout
 
 \begin_layout Description
-Notion WARNING: use at your own risks; this function gives you too many ways of shooting yourself in the foot. A typical example is inset-forall Note note-insert which starts an infinite loop. This is mitigated by the fact that the number of actions is arbitrarily limited to 100000. Note also that inset-forall does not update metrics between iterations, which can lead to bugs. This has to be eventually fixed.
+Notion WARNING:
+ use at your own risks;
+ this function gives you too many ways of shooting yourself in the foot.
+ A typical example is inset-forall Note note-insert which starts an infinite loop.
+ This is mitigated by the fact that the number of actions is arbitrarily limited to 100000.
+ Note also that inset-forall does not update metrics between iterations,
+ which can lead to bugs.
+ This has to be eventually fixed.
 \end_layout
 
 \begin_layout Description
@@ -2663,7 +3034,13 @@ Syntax inset-forall <NAME> <LFUN-COMMAND>
 \begin_inset Newline newline
 \end_inset
 
-<NAME>: Type of Inset. If <NAME> is *, all insets are matched. The name is used like for InsetLayout in layout files: "Note" matches all note insets, while "Note:Note" only matches LyX yellow note insets.
+<NAME>:
+ Type of Inset.
+ If <NAME> is *,
+ all insets are matched.
+ The name is used like for InsetLayout in layout files:
+ "Note" matches all note insets,
+ while "Note:Note" only matches LyX yellow note insets.
 \end_layout
 
 \begin_layout Description
@@ -2707,7 +3084,8 @@ inset-forall Note char-backward
 \end_layout
 
 \begin_layout Description
-Origin lasgouttes, 27 Nov 2009
+Origin lasgouttes,
+ 27 Nov 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -2723,7 +3101,8 @@ Syntax inset-insert <INSET> <ARGS>
 \end_layout
 
 \begin_layout Description
-Params <INSET>: <bibitem|bibtex|citation|ert|listings|external|graphics|tabular|
+Params <INSET>:
+ <bibitem|bibtex|citation|ert|listings|external|graphics|tabular|
 \begin_inset Newline newline
 \end_inset
 
@@ -2731,7 +3110,9 @@ hyperlink|include|index|label|line|nomencl|vspace|ref|toc|script>
 \begin_inset Newline newline
 \end_inset
 
-<ARGS>: depends on the given inset. Use "lyx -dbg action" to explore.
+<ARGS>:
+ depends on the given inset.
+ Use "lyx -dbg action" to explore.
 \end_layout
 
 \begin_layout Description
@@ -2781,7 +3162,8 @@ Syntax inset-insert-copy
 \end_layout
 
 \begin_layout Description
-Origin spitz, 1 Nov 2022
+Origin spitz,
+ 1 Nov 2022
 \end_layout
 
 \begin_layout Subsection*
@@ -2793,7 +3175,36 @@ Action Modify some properties of an inset.
 \end_layout
 
 \begin_layout Description
-Notion Used for argument, bibitem, bibtex, box, branch, caption, citation, command, ert, external, float, graphics, include, index, info, label, line, listings, newline, newpage, nomencl, note, phantom, quotes, ref, script, separator, space, tabular, vspace and wrap insets.
+Notion Used for argument,
+ bibitem,
+ bibtex,
+ box,
+ branch,
+ caption,
+ citation,
+ command,
+ ert,
+ external,
+ float,
+ graphics,
+ include,
+ index,
+ info,
+ label,
+ line,
+ listings,
+ newline,
+ newpage,
+ nomencl,
+ note,
+ phantom,
+ quotes,
+ ref,
+ script,
+ separator,
+ space,
+ tabular,
+ vspace and wrap insets.
 \end_layout
 
 \begin_layout Description
@@ -2821,7 +3232,10 @@ inset-modify changetype Ovalbox
 \begin_inset Newline newline
 \end_inset
 
-Change a quotation mark to e[nglish style], l[eft side = opening], s[ingle = inner, secondary]
+Change a quotation mark to e[nglish style],
+ l[eft side = opening],
+ s[ingle = inner,
+ secondary]
 \begin_inset Newline newline
 \end_inset
 
@@ -2829,7 +3243,9 @@ inset-modify changetype els
 \begin_inset Newline newline
 \end_inset
 
-Change only the style of a quotation mark, maintaining the other aspects (. = wildcard)
+Change only the style of a quotation mark,
+ maintaining the other aspects (.
+ = wildcard)
 \begin_inset Newline newline
 \end_inset
 
@@ -2849,7 +3265,10 @@ Action Select all contents of an inset.
 \end_layout
 
 \begin_layout Description
-Notion There are 3 successive levels: select current cell, select all cells of inset, select the inset from outside (in the enclosing inset).
+Notion There are 3 successive levels:
+ select current cell,
+ select all cells of inset,
+ select the inset from outside (in the enclosing inset).
 \end_layout
 
 \begin_layout Description
@@ -2857,7 +3276,9 @@ Syntax inset-select-all
 \end_layout
 
 \begin_layout Description
-Origin vfr, 22 Aug 2009; lasgouttes 1 Nov 2014
+Origin vfr,
+ 22 Aug 2009;
+ lasgouttes 1 Nov 2014
 \end_layout
 
 \begin_layout Subsection*
@@ -2869,7 +3290,29 @@ Action Open the inset's properties dialog.
 \end_layout
 
 \begin_layout Description
-Notion Used for bibitem, bibtex, box, branch, citation, ert, external, float, graphics, href, include, index, index_print, label, line, listings, note, phantom, ref, space, tabular, vspace, wrap insets.
+Notion Used for bibitem,
+ bibtex,
+ box,
+ branch,
+ citation,
+ ert,
+ external,
+ float,
+ graphics,
+ href,
+ include,
+ index,
+ index_print,
+ label,
+ line,
+ listings,
+ note,
+ phantom,
+ ref,
+ space,
+ tabular,
+ vspace,
+ wrap insets.
 \end_layout
 
 \begin_layout Description
@@ -2877,7 +3320,8 @@ Syntax inset-settings <INSET>
 \end_layout
 
 \begin_layout Description
-Params <INSET>: <bibitem|bibtex|box|branch|citation|ert|external|float|
+Params <INSET>:
+ <bibitem|bibtex|box|branch|citation|ert|external|float|
 \begin_inset Newline newline
 \end_inset
 
@@ -2901,7 +3345,10 @@ Syntax inset-split [<INSET>]
 \end_layout
 
 \begin_layout Description
-Params <INSET>: this can be used to make sure the right kind of inset is dissolved. For example "split" entry in the charstyles sub-menu should only dissolve the charstyle inset, even if the cursor is inside several nested insets of different type.
+Params <INSET>:
+ this can be used to make sure the right kind of inset is dissolved.
+ For example "split" entry in the charstyles sub-menu should only dissolve the charstyle inset,
+ even if the cursor is inside several nested insets of different type.
 \begin_inset Newline newline
 \end_inset
 
@@ -2909,7 +3356,8 @@ For values see lyx::InsetLayout::lyxtype_ .
 \end_layout
 
 \begin_layout Description
-Origin spitz, 22 Dec 2020
+Origin spitz,
+ 22 Dec 2020
 \end_layout
 
 \begin_layout Subsection*
@@ -2917,7 +3365,8 @@ inset-toggle
 \end_layout
 
 \begin_layout Description
-Action Toggles the collapsible inset at cursor position, or the inset we are currently in.
+Action Toggles the collapsible inset at cursor position,
+ or the inset we are currently in.
 \end_layout
 
 \begin_layout Description
@@ -2925,19 +3374,23 @@ Syntax inset-toggle [<ARG>]
 \end_layout
 
 \begin_layout Description
-Params <ARG>: <open|close|toggle|assign>.
+Params <ARG>:
+ <open|close|toggle|assign>.
 \begin_inset Newline newline
 \end_inset
 
-open/close/toggle are for collapsible insets. toggle is used when no argument is given.
+open/close/toggle are for collapsible insets.
+ toggle is used when no argument is given.
 \begin_inset Newline newline
 \end_inset
 
-assign synchronize the branch-inset with activation status of the branch. Used for global toggling when changed activation.
+assign synchronize the branch-inset with activation status of the branch.
+ Used for global toggling when changed activation.
 \end_layout
 
 \begin_layout Description
-Origin lasgouttes, 19 Jul 2001
+Origin lasgouttes,
+ 19 Jul 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -2953,7 +3406,8 @@ Syntax ipa-insert
 \end_layout
 
 \begin_layout Description
-Origin spitz, 05 Mar 2012
+Origin spitz,
+ 05 Mar 2012
 \end_layout
 
 \begin_layout Subsection*
@@ -2969,11 +3423,19 @@ Syntax ipamacro-insert <CHAR>
 \end_layout
 
 \begin_layout Description
-Params <CHAR>: tone-falling, tone-rising, tone-high-rising, tone-low-rising, tone-high-rising-falling, deco bottomtiebar, deco toptiebar.
+Params <CHAR>:
+ tone-falling,
+ tone-rising,
+ tone-high-rising,
+ tone-low-rising,
+ tone-high-rising-falling,
+ deco bottomtiebar,
+ deco toptiebar.
 \end_layout
 
 \begin_layout Description
-Origin spitz, 22 Aug 2012
+Origin spitz,
+ 22 Aug 2012
 \end_layout
 
 \begin_layout Subsection*
@@ -2997,7 +3459,9 @@ Action Turn on the primary keyboard map.
 \end_layout
 
 \begin_layout Description
-Notion Maps were widely used in past, when X-windows didn't have nowadays keyboard support. They can be still used to maintain uniform keyboard layout across the various platforms.
+Notion Maps were widely used in past,
+ when X-windows didn't have nowadays keyboard support.
+ They can be still used to maintain uniform keyboard layout across the various platforms.
 \begin_inset Newline newline
 \end_inset
 
@@ -3033,7 +3497,8 @@ Syntax keymap-toggle
 \end_layout
 
 \begin_layout Description
-Origin leeming, 30 Mar 2004
+Origin leeming,
+ 30 Mar 2004
 \end_layout
 
 \begin_layout Subsection*
@@ -3049,11 +3514,13 @@ Syntax copy-label-as-reference <LABEL>
 \end_layout
 
 \begin_layout Description
-Params <LABEL>: The label to copy (for multi-line math)
+Params <LABEL>:
+ The label to copy (for multi-line math)
 \end_layout
 
 \begin_layout Description
-Origin sts, 16 Nov 2008
+Origin sts,
+ 16 Nov 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -3069,11 +3536,15 @@ Syntax label-goto [<LABEL>]
 \end_layout
 
 \begin_layout Description
-Params <LABEL>: Requested label. If no label is given and reference is on cursor position, Bookmark 0 is saved and cursor moves to the position of referenced label.
+Params <LABEL>:
+ Requested label.
+ If no label is given and reference is on cursor position,
+ Bookmark 0 is saved and cursor moves to the position of referenced label.
 \end_layout
 
 \begin_layout Description
-Origin Ale, 6 Aug 1997
+Origin Ale,
+ 6 Aug 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -3089,7 +3560,9 @@ Syntax label-insert [<LABEL>]
 \end_layout
 
 \begin_layout Description
-Params <LABEL>: Requested label. If no label is given dialog requesting name will be opened.
+Params <LABEL>:
+ Requested label.
+ If no label is given dialog requesting name will be opened.
 \end_layout
 
 \begin_layout Subsection*
@@ -3105,7 +3578,8 @@ Syntax label-insert-as-reference
 \end_layout
 
 \begin_layout Description
-Origin vfr, 7 Apr 2009
+Origin vfr,
+ 7 Apr 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -3121,11 +3595,23 @@ Syntax language <LANG> [set]
 \end_layout
 
 \begin_layout Description
-Params <LANG>: Requested language. Look in lib/languages for the list. "language reset" or "language" (without param) reset to the document language. set: If used, the language will be set to the specified language. Otherwise, the language will be toggled (i.e., if the current language is LANG, switch to the document language or the default language, if LANG is the document language).
+Params <LANG>:
+ Requested language.
+ Look in lib/languages for the list.
+ "language reset" or "language" (without param) reset to the document language.
+ set:
+ If used,
+ the language will be set to the specified language.
+ Otherwise,
+ the language will be toggled (i.e.,
+ if the current language is LANG,
+ switch to the document language or the default language,
+ if LANG is the document language).
 \end_layout
 
 \begin_layout Description
-Origin Dekel, 2 Mar 2000
+Origin Dekel,
+ 2 Mar 2000
 \end_layout
 
 \begin_layout Subsection*
@@ -3201,7 +3687,10 @@ Syntax listing-insert
 \end_layout
 
 \begin_layout Description
-Origin Herbert, 10 Nov 2001; bpeng, 2 May 2007
+Origin Herbert,
+ 10 Nov 2001;
+ bpeng,
+ 2 May 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -3217,7 +3706,8 @@ Syntax marginalnote-insert
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 26 Jun 2000
+Origin Lgb,
+ 26 Jun 2000
 \end_layout
 
 \begin_layout Subsection*
@@ -3261,7 +3751,8 @@ Syntax mark-toggle
 \end_layout
 
 \begin_layout Description
-Origin Andre, May 5 2006
+Origin Andre,
+ May 5 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -3277,11 +3768,14 @@ Syntax newline-insert [<ARG>]
 \end_layout
 
 \begin_layout Description
-Params <ARG>: <newline|linebreak> default: newline
+Params <ARG>:
+ <newline|linebreak> default:
+ newline
 \end_layout
 
 \begin_layout Description
-Origin spitz, 25 Mar 2008
+Origin spitz,
+ 25 Mar 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -3297,11 +3791,14 @@ Syntax newpage-insert <ARG>
 \end_layout
 
 \begin_layout Description
-Params <ARG>: <newpage|pagebreak|clearpage|cleardoublepage> default: newpage
+Params <ARG>:
+ <newpage|pagebreak|clearpage|cleardoublepage> default:
+ newpage
 \end_layout
 
 \begin_layout Description
-Origin uwestoehr, 24 Nov 2007
+Origin uwestoehr,
+ 24 Nov 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -3321,7 +3818,8 @@ Syntax nomencl-insert [<SYMBOL>]
 \end_layout
 
 \begin_layout Description
-Origin Ugras, 4 Nov 2006
+Origin Ugras,
+ 4 Nov 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -3337,7 +3835,8 @@ Syntax nomenclature-print
 \end_layout
 
 \begin_layout Description
-Origin Ugras, 4 Nov 2006
+Origin Ugras,
+ 4 Nov 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -3345,7 +3844,8 @@ note-insert
 \end_layout
 
 \begin_layout Description
-Action Inserts Note on the current cursor position, move selection inside the inset.
+Action Inserts Note on the current cursor position,
+ move selection inside the inset.
 \end_layout
 
 \begin_layout Description
@@ -3353,7 +3853,9 @@ Syntax note-insert [<TYPE>]
 \end_layout
 
 \begin_layout Description
-Params <TYPE>: <Note|Greyedout|Comment> default: Note
+Params <TYPE>:
+ <Note|Greyedout|Comment> default:
+ Note
 \end_layout
 
 \begin_layout Subsection*
@@ -3377,7 +3879,8 @@ Action Move the current group in the downward direction in the structure of the
 \end_layout
 
 \begin_layout Description
-Notion The "group" can be Part/Chapter/Section/etc. It moves the whole substructure of the group.
+Notion The "group" can be Part/Chapter/Section/etc.
+ It moves the whole substructure of the group.
 \end_layout
 
 \begin_layout Description
@@ -3385,7 +3888,8 @@ Syntax outline-down
 \end_layout
 
 \begin_layout Description
-Origin Vermeer, 23 Mar 2006
+Origin Vermeer,
+ 23 Mar 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -3405,11 +3909,14 @@ Syntax outline-in [local]
 \end_layout
 
 \begin_layout Description
-Params local: if given, only the current paragraph will be affected.
+Params local:
+ if given,
+ only the current paragraph will be affected.
 \end_layout
 
 \begin_layout Description
-Origin Vermeer, 23 Mar 2006
+Origin Vermeer,
+ 23 Mar 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -3429,11 +3936,14 @@ Syntax outline-out [local]
 \end_layout
 
 \begin_layout Description
-Params local: if given, only the current paragraph will be affected.
+Params local:
+ if given,
+ only the current paragraph will be affected.
 \end_layout
 
 \begin_layout Description
-Origin Vermeer, 23 Mar 2006
+Origin Vermeer,
+ 23 Mar 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -3445,7 +3955,8 @@ Action Move the current group in the upward direction in the structure of the do
 \end_layout
 
 \begin_layout Description
-Notion The "group" can be Part/Chapter/Section/etc. It moves the whole substructure of the group.
+Notion The "group" can be Part/Chapter/Section/etc.
+ It moves the whole substructure of the group.
 \end_layout
 
 \begin_layout Description
@@ -3453,7 +3964,8 @@ Syntax outline-up
 \end_layout
 
 \begin_layout Description
-Origin Vermeer, 23 Mar 2006
+Origin Vermeer,
+ 23 Mar 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -3473,11 +3985,13 @@ Syntax paragraph-break [<LAYOUT>] [ignoresep]
 \end_layout
 
 \begin_layout Description
-Params <LAYOUT>: "inverse" - decreases depth by one (or change layout to default layout) when the cursor is at the end of the line.
+Params <LAYOUT>:
+ "inverse" - decreases depth by one (or change layout to default layout) when the cursor is at the end of the line.
 \begin_inset Newline newline
 \end_inset
 
-ignoresep: Do not account for paragraph separators while breaking.
+ignoresep:
+ Do not account for paragraph separators while breaking.
 \end_layout
 
 \begin_layout Subsection*
@@ -3493,7 +4007,8 @@ Syntax paragraph-down
 \end_layout
 
 \begin_layout Description
-Origin Asger, 1 Oct 1996
+Origin Asger,
+ 1 Oct 1996
 \end_layout
 
 \begin_layout Subsection*
@@ -3509,7 +4024,8 @@ Syntax paragraph-down-select
 \end_layout
 
 \begin_layout Description
-Origin Asger, 1 Oct 1996
+Origin Asger,
+ 1 Oct 1996
 \end_layout
 
 \begin_layout Subsection*
@@ -3517,11 +4033,18 @@ paragraph-goto
 \end_layout
 
 \begin_layout Description
-Action Jump to a paragraph given by its id number and optionally the desired position within the paragraph. If given four arguments id_start, pos_start, id_end, pos_end, perform a selection from start to end.
+Action Jump to a paragraph given by its id number and optionally the desired position within the paragraph.
+ If given four arguments id_start,
+ pos_start,
+ id_end,
+ pos_end,
+ perform a selection from start to end.
 \end_layout
 
 \begin_layout Description
-Notion Note that id number of paragraph is not the sequential number of paragraph seen on the screen. Moreover the id is unique for all opened buffers (documents). Both ids must belong to the same buffer.
+Notion Note that id number of paragraph is not the sequential number of paragraph seen on the screen.
+ Moreover the id is unique for all opened buffers (documents).
+ Both ids must belong to the same buffer.
 \end_layout
 
 \begin_layout Description
@@ -3529,15 +4052,19 @@ Syntax paragraph-goto <PAR_ID> <POS_IN_PAR> [<PAR_ID> <POS_IN_PAR>]
 \end_layout
 
 \begin_layout Description
-Params <PAR_ID>:  paragraph id
+Params <PAR_ID>:
+  paragraph id
 \begin_inset Newline newline
 \end_inset
 
-<POS_IN_PAR>: desired position within the paragraph
+<POS_IN_PAR>:
+ desired position within the paragraph
 \end_layout
 
 \begin_layout Description
-Origin Dekel, 26 Aug 2000 gmunch, 5 Sep 2016
+Origin Dekel,
+ 26 Aug 2000 gmunch,
+ 5 Sep 2016
 \end_layout
 
 \begin_layout Subsection*
@@ -3553,7 +4080,8 @@ Syntax paragraph-move-down
 \end_layout
 
 \begin_layout Description
-Origin Edwin, 8 Apr 2006
+Origin Edwin,
+ 8 Apr 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -3565,7 +4093,8 @@ Action Moves the current paragraph upwards in the document.
 \end_layout
 
 \begin_layout Description
-Notion Movement through the document will possibly break the paragraph-depth (e.g. itemize structure).
+Notion Movement through the document will possibly break the paragraph-depth (e.g.
+ itemize structure).
 \end_layout
 
 \begin_layout Description
@@ -3573,7 +4102,8 @@ Syntax paragraph-move-up
 \end_layout
 
 \begin_layout Description
-Origin Edwin, 8 Apr 2006
+Origin Edwin,
+ 8 Apr 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -3585,7 +4115,12 @@ Action Change paragraph settings.
 \end_layout
 
 \begin_layout Description
-Notion Modifies the current paragraph, or currently selected paragraphs. This function only modifies, and does not override, existing settings. Note that the "leftindent" indent setting is deprecated.
+Notion Modifies the current paragraph,
+ or currently selected paragraphs.
+ This function only modifies,
+ and does not override,
+ existing settings.
+ Note that the "leftindent" indent setting is deprecated.
 \end_layout
 
 \begin_layout Description
@@ -3593,7 +4128,8 @@ Syntax paragraph-params [<INDENT>] [<SPACING>] [<ALIGN>] [<OTHERS>]
 \end_layout
 
 \begin_layout Description
-Params <INDENT>:  
+Params <INDENT>:
+  
 \backslash
 noindent|
 \backslash
@@ -3605,19 +4141,22 @@ leftindent LENGTH
 \begin_inset Newline newline
 \end_inset
 
-<SPACING>: 
+<SPACING>:
 \backslash
 paragraph_spacing default|single|onehalf|double|other SIZE
 \begin_inset Newline newline
 \end_inset
 
-<ALIGN>:   
+<ALIGN>:
+   
 \backslash
 align block|left|right|center|default
 \begin_inset Newline newline
 \end_inset
 
-<OTHERS>:  
+<OTHERS>:
+  
 \backslash
 labelwidthstring WIDTH|
 \backslash
@@ -3625,7 +4164,8 @@ start_of_appendix
 \end_layout
 
 \begin_layout Description
-Origin rgh, Aug 15 2007
+Origin rgh,
+ Aug 15 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -3637,7 +4177,8 @@ Action Change paragraph settings.
 \end_layout
 
 \begin_layout Description
-Notion Overwrite all nonspecified settings to the default ones. Use paragraph-params lfun if you don't want to overwrite others settings.
+Notion Overwrite all nonspecified settings to the default ones.
+ Use paragraph-params lfun if you don't want to overwrite others settings.
 \end_layout
 
 \begin_layout Description
@@ -3649,7 +4190,8 @@ Params For parameters see LFUN_PARAGRAPH_PARAMS
 \end_layout
 
 \begin_layout Description
-Origin leeming, 30 Mar 2004
+Origin leeming,
+ 30 Mar 2004
 \end_layout
 
 \begin_layout Subsection*
@@ -3669,7 +4211,8 @@ Syntax paragraph-select
 \end_layout
 
 \begin_layout Description
-Origin Kornel, 16 Apr 2019
+Origin Kornel,
+ 16 Apr 2019
 \end_layout
 
 \begin_layout Subsection*
@@ -3685,7 +4228,8 @@ Syntax paragraph-up
 \end_layout
 
 \begin_layout Description
-Origin Asger, 1 Oct 1996
+Origin Asger,
+ 1 Oct 1996
 \end_layout
 
 \begin_layout Subsection*
@@ -3701,7 +4245,8 @@ Syntax paragraph-up-select
 \end_layout
 
 \begin_layout Description
-Origin Asger, 1 Oct 1996
+Origin Asger,
+ 1 Oct 1996
 \end_layout
 
 \begin_layout Subsection*
@@ -3717,11 +4262,13 @@ Syntax paste [<TYPE>|<NUM>]
 \end_layout
 
 \begin_layout Description
-Params <TYPE>: emf|pdf|png|jpeg|linkback|wmf|latex|html
+Params <TYPE>:
+ emf|pdf|png|jpeg|linkback|wmf|latex|html
 \begin_inset Newline newline
 \end_inset
 
-<NUM>: number of the selection in the internal clipboard stack to be pasted.
+<NUM>:
+ number of the selection in the internal clipboard stack to be pasted.
 \end_layout
 
 \begin_layout Subsection*
@@ -3729,7 +4276,8 @@ phantom-insert
 \end_layout
 
 \begin_layout Description
-Action Inserts phantom on the current cursor position, move selection inside the inset.
+Action Inserts phantom on the current cursor position,
+ move selection inside the inset.
 \end_layout
 
 \begin_layout Description
@@ -3737,11 +4285,14 @@ Syntax phantom-insert [<TYPE>]
 \end_layout
 
 \begin_layout Description
-Params <TYPE>: <Phantom|HPhantom|VPhantom> default: Phantom
+Params <TYPE>:
+ <Phantom|HPhantom|VPhantom> default:
+ Phantom
 \end_layout
 
 \begin_layout Description
-Origin uwestoehr, 30 Jan 2009
+Origin uwestoehr,
+ 30 Jan 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -3757,7 +4308,8 @@ Syntax preview-insert
 \end_layout
 
 \begin_layout Description
-Origin vfr, 28 Mar 2010
+Origin vfr,
+ 28 Mar 2010
 \end_layout
 
 \begin_layout Subsection*
@@ -3777,7 +4329,10 @@ Syntax primary-selection-paste [<ARG>]
 \end_layout
 
 \begin_layout Description
-Params <ARG>: "paragraph" will cause pasting as one paragraph, i.e. "Join lines".
+Params <ARG>:
+ "paragraph" will cause pasting as one paragraph,
+ i.e.
+ "Join lines".
 \end_layout
 
 \begin_layout Subsection*
@@ -3797,15 +4352,31 @@ Syntax quote-insert [<LEVEL>] [<SIDE>] [<STYLE>]
 \end_layout
 
 \begin_layout Description
-Params <LEVEL>: 'inner' for (i.e., secondary, usually single) quotes, otherwise outer (i.e., primary, usually double) quotes will be used.
+Params <LEVEL>:
+ 'inner' for (i.e.,
+ secondary,
+ usually single) quotes,
+ otherwise outer (i.e.,
+ primary,
+ usually double) quotes will be used.
 \begin_inset Newline newline
 \end_inset
 
-<SIDE>:  'opening' for opening quotes, 'closing' for closing quotes, otherwise the side will be guessed from the context.
+<SIDE>:
+  'opening' for opening quotes,
+ 'closing' for closing quotes,
+ otherwise the side will be guessed from the context.
+
+\change_inserted -584632292 1712005910
+ Use `auto' to force this default.
+ (You will need to give this argument if you also want to give <STYLE>.)
+\change_unchanged
+
 \begin_inset Newline newline
 \end_inset
 
-<STYLE>: 'british' for `British' quote style (with ``inner quotation'')
+<STYLE>:
+ 'british' for `British' quote style (with ``inner quotation'')
 \begin_inset Newline newline
 \end_inset
 
@@ -3837,7 +4408,8 @@ Params <LEVEL>: 'inner' for (i.e., secondary, usually single) quotes, otherwise
 \begin_inset Newline newline
 \end_inset
 
-                       'hebrew' for ''hebrew,, quote style (with 'inner quotation,)
+                       'hebrew' for ''hebrew,,
+ quote style (with 'inner quotation,)
 \begin_inset Newline newline
 \end_inset
 
@@ -3869,7 +4441,8 @@ Params <LEVEL>: 'inner' for (i.e., secondary, usually single) quotes, otherwise
 \begin_inset Newline newline
 \end_inset
 
-If no quote style is specified, the document-wide will be used.
+If no quote style is specified,
+ the document-wide will be used.
 \end_layout
 
 \begin_layout Subsection*
@@ -3897,7 +4470,8 @@ Syntax reference-next
 \end_layout
 
 \begin_layout Description
-Origin Dekel, 14 Jan 2001
+Origin Dekel,
+ 14 Jan 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -3917,7 +4491,8 @@ Syntax repeat <COUNT> <LFUN-COMMAND>
 \end_layout
 
 \begin_layout Description
-Origin Andre, 27 Oct 2003
+Origin Andre,
+ 27 Oct 2003
 \end_layout
 
 \begin_layout Subsection*
@@ -3969,7 +4544,8 @@ Syntax screen-show-cursor
 \end_layout
 
 \begin_layout Description
-Origin vfr, 25 Mar 2009
+Origin vfr,
+ 25 Mar 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -4009,11 +4585,13 @@ Syntax script-insert <TYPE>
 \end_layout
 
 \begin_layout Description
-Params <TYPE>: subscript|superscript
+Params <TYPE>:
+ subscript|superscript
 \end_layout
 
 \begin_layout Description
-Origin Georg, 23 Nov 2010
+Origin Georg,
+ 23 Nov 2010
 \end_layout
 
 \begin_layout Subsection*
@@ -4025,7 +4603,8 @@ Action Scroll the buffer view.
 \end_layout
 
 \begin_layout Description
-Notion Only scrolls the screen up or down; does not move the cursor.
+Notion Only scrolls the screen up or down;
+ does not move the cursor.
 \end_layout
 
 \begin_layout Description
@@ -4033,15 +4612,18 @@ Syntax scroll <TYPE> <QUANTITY>
 \end_layout
 
 \begin_layout Description
-Params <TYPE>:  line|page
+Params <TYPE>:
+  line|page
 \begin_inset Newline newline
 \end_inset
 
-<QUANTITY>: up|down|<number>
+<QUANTITY>:
+ up|down|<number>
 \end_layout
 
 \begin_layout Description
-Origin Abdel, Dec 27 2007
+Origin Abdel,
+ Dec 27 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -4057,11 +4639,16 @@ Syntax search-string-set [<DATA>]
 \end_layout
 
 \begin_layout Description
-Params <DATA>: string to search for. If no parameter is given, use (word under) selection.
+Params <DATA>:
+ string to search for.
+ If no parameter is given,
+ use (word under) selection.
 \end_layout
 
 \begin_layout Description
-Origin stwitt, spitz, Feb 12 2021
+Origin stwitt,
+ spitz,
+ Feb 12 2021
 \end_layout
 
 \begin_layout Subsection*
@@ -4081,7 +4668,8 @@ Syntax section-select
 \end_layout
 
 \begin_layout Description
-Origin vfr, 05 May 2009
+Origin vfr,
+ 05 May 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -4093,7 +4681,8 @@ Action Pastes the internal selection text in permanent selection.
 \end_layout
 
 \begin_layout Description
-Notion Created in order to have middle mouse button pasting correct (bound to command-alternatives selection-paste ; primary-selection-paste paragraph).
+Notion Created in order to have middle mouse button pasting correct (bound to command-alternatives selection-paste ;
+ primary-selection-paste paragraph).
 \end_layout
 
 \begin_layout Description
@@ -4101,7 +4690,8 @@ Syntax selection-paste
 \end_layout
 
 \begin_layout Description
-Origin lasgouttes, 14 Jan 2009
+Origin lasgouttes,
+ 14 Jan 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -4117,11 +4707,14 @@ Syntax separator-insert [<ARG>]
 \end_layout
 
 \begin_layout Description
-Params <ARG>: <plain|parbreak|latexpar> default: plain
+Params <ARG>:
+ <plain|parbreak|latexpar> default:
+ plain
 \end_layout
 
 \begin_layout Description
-Origin ef, 2 May 2014
+Origin ef,
+ 2 May 2014
 \end_layout
 
 \begin_layout Subsection*
@@ -4137,19 +4730,41 @@ Syntax space-insert <NAME> [<LEN>]
 \end_layout
 
 \begin_layout Description
-Params <NAME>: normal, protected, visible, thin, quad, qquad, enspace, enskip, negthinspace, negmedspace, negthickspace, hfill, hfill*, dotfill, hrulefill, hspace, hspace*
+Params <NAME>:
+ normal,
+ protected,
+ visible,
+ thin,
+ quad,
+ qquad,
+ enspace,
+ enskip,
+ negthinspace,
+ negmedspace,
+ negthickspace,
+ hfill,
+ hfill*,
+ dotfill,
+ hrulefill,
+ hspace,
+ hspace*
 \begin_inset Newline newline
 \end_inset
 
-Only in math mode: med and thick.
+Only in math mode:
+ med and thick.
 \begin_inset Newline newline
 \end_inset
 
-<LEN>: length for custom spaces (hspace, hspace* for protected)
+<LEN>:
+ length for custom spaces (hspace,
+ hspace* for protected)
 \end_layout
 
 \begin_layout Description
-Origin spitz, 20 May 2003, Mar 17 2008
+Origin spitz,
+ 20 May 2003,
+ Mar 17 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -4165,11 +4780,24 @@ Syntax specialchar-insert <CHAR>
 \end_layout
 
 \begin_layout Description
-Params <CHAR>: hyphenation, allowbreak, ligature-break, slash, nobreakdash, dots, end-of-sentence, menu-separator, lyx, tex, latex, latex2e.
+Params <CHAR>:
+ hyphenation,
+ allowbreak,
+ ligature-break,
+ slash,
+ nobreakdash,
+ dots,
+ end-of-sentence,
+ menu-separator,
+ lyx,
+ tex,
+ latex,
+ latex2e.
 \end_layout
 
 \begin_layout Description
-Origin spitz, 6 Dec 2007
+Origin spitz,
+ 6 Dec 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -4177,7 +4805,8 @@ spelling-add
 \end_layout
 
 \begin_layout Description
-Action Add the word under the cursor to the respective spell checker dictionary. The default for the language is retrieved from the cursor position.
+Action Add the word under the cursor to the respective spell checker dictionary.
+ The default for the language is retrieved from the cursor position.
 \end_layout
 
 \begin_layout Description
@@ -4185,15 +4814,18 @@ Syntax spelling-add [<STRING>] [<LANG>]
 \end_layout
 
 \begin_layout Description
-Params <WORD>: word to add
+Params <WORD>:
+ word to add
 \begin_inset Newline newline
 \end_inset
 
-<LANG>: language name (see file languages)
+<LANG>:
+ language name (see file languages)
 \end_layout
 
 \begin_layout Description
-Origin spitz, 18 Jan 2010
+Origin spitz,
+ 18 Jan 2010
 \end_layout
 
 \begin_layout Subsection*
@@ -4201,7 +4833,8 @@ spelling-add-local
 \end_layout
 
 \begin_layout Description
-Action Add the word under the cursor to the document's local spell checker dictionary. The default for the language is retrieved from the cursor position.
+Action Add the word under the cursor to the document's local spell checker dictionary.
+ The default for the language is retrieved from the cursor position.
 \end_layout
 
 \begin_layout Description
@@ -4209,15 +4842,18 @@ Syntax spelling-add-local [<STRING>] [<LANG>]
 \end_layout
 
 \begin_layout Description
-Params <WORD>: word to add
+Params <WORD>:
+ word to add
 \begin_inset Newline newline
 \end_inset
 
-<LANG>: language name (see file languages)
+<LANG>:
+ language name (see file languages)
 \end_layout
 
 \begin_layout Description
-Origin spitz, 6 Mar 2021
+Origin spitz,
+ 6 Mar 2021
 \end_layout
 
 \begin_layout Subsection*
@@ -4233,7 +4869,8 @@ Syntax spelling-continuously
 \end_layout
 
 \begin_layout Description
-Origin vfr, 24 March 2013
+Origin vfr,
+ 24 March 2013
 \end_layout
 
 \begin_layout Subsection*
@@ -4241,7 +4878,8 @@ spelling-ignore
 \end_layout
 
 \begin_layout Description
-Action Let the spell checker ignore the word under the cursor in the current session for the given language. The default for the language is retrieved from the cursor position.
+Action Let the spell checker ignore the word under the cursor in the current session for the given language.
+ The default for the language is retrieved from the cursor position.
 \end_layout
 
 \begin_layout Description
@@ -4249,15 +4887,18 @@ Syntax spelling-ignore [<WORD>] [<LANG>]
 \end_layout
 
 \begin_layout Description
-Params <WORD>: word to ignore
+Params <WORD>:
+ word to ignore
 \begin_inset Newline newline
 \end_inset
 
-<LANG>: language name (see file languages)
+<LANG>:
+ language name (see file languages)
 \end_layout
 
 \begin_layout Description
-Origin spitz, 18 Jan 2010
+Origin spitz,
+ 18 Jan 2010
 \end_layout
 
 \begin_layout Subsection*
@@ -4265,7 +4906,8 @@ spelling-remove
 \end_layout
 
 \begin_layout Description
-Action Remove the word under the cursor from the respective spell checker dictionary. The default for the language is retrieved from the cursor position.
+Action Remove the word under the cursor from the respective spell checker dictionary.
+ The default for the language is retrieved from the cursor position.
 \end_layout
 
 \begin_layout Description
@@ -4273,15 +4915,18 @@ Syntax spelling-remove [<STRING>] [<LANG>]
 \end_layout
 
 \begin_layout Description
-Params <WORD>: word to remove
+Params <WORD>:
+ word to remove
 \begin_inset Newline newline
 \end_inset
 
-<LANG>: language name (see file languages)
+<LANG>:
+ language name (see file languages)
 \end_layout
 
 \begin_layout Description
-Origin SWitt, 28 July 2010
+Origin SWitt,
+ 28 July 2010
 \end_layout
 
 \begin_layout Subsection*
@@ -4289,7 +4934,8 @@ spelling-remove-local
 \end_layout
 
 \begin_layout Description
-Action Remove the word under the cursor from the document's local spell checker dictionary. The default for the language is retrieved from the cursor position.
+Action Remove the word under the cursor from the document's local spell checker dictionary.
+ The default for the language is retrieved from the cursor position.
 \end_layout
 
 \begin_layout Description
@@ -4297,15 +4943,18 @@ Syntax spelling-remove-local [<STRING>] [<LANG>]
 \end_layout
 
 \begin_layout Description
-Params <WORD>: word to remove
+Params <WORD>:
+ word to remove
 \begin_inset Newline newline
 \end_inset
 
-<LANG>: language name (see file languages)
+<LANG>:
+ language name (see file languages)
 \end_layout
 
 \begin_layout Description
-Origin spitz, 7 Mar 2021
+Origin spitz,
+ 7 Mar 2021
 \end_layout
 
 \begin_layout Subsection*
@@ -4317,7 +4966,8 @@ Action Delete a tab or up to an equivalent amount of spaces from a listings inse
 \end_layout
 
 \begin_layout Description
-Notion It also works on a selection - it removes a tab or spaces from the beginning of each line spanned by the selection. This is useful if you want to indent/unindent multiple lines in one action.
+Notion It also works on a selection - it removes a tab or spaces from the beginning of each line spanned by the selection.
+ This is useful if you want to indent/unindent multiple lines in one action.
 \end_layout
 
 \begin_layout Description
@@ -4325,7 +4975,8 @@ Syntax tab-delete
 \end_layout
 
 \begin_layout Description
-Origin vfr, Sep 30 2008
+Origin vfr,
+ Sep 30 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -4345,7 +4996,8 @@ Syntax tab-insert
 \end_layout
 
 \begin_layout Description
-Origin vfr, Sep 30 2008
+Origin vfr,
+ Sep 30 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -4365,7 +5017,8 @@ Params Generally see LFUN_INSET_INSERT for further details.
 \begin_inset Newline newline
 \end_inset
 
-<FEATURE>: append-row|append-column|delete-row|delete-column|copy-row|
+<FEATURE>:
+ append-row|append-column|delete-row|delete-column|copy-row|
 \begin_inset Newline newline
 \end_inset
 
@@ -4445,7 +5098,9 @@ tabular-valign-bottom|set-tabular-width|toggle-varwidth-column|
 \begin_inset Newline newline
 \end_inset
 
-set-border-lines|toggle-border-lines|set-inner-lines|toggle-inner-lines Various math-environment features are handled as well, e.g. add-vline-left/right for
+set-border-lines|toggle-border-lines|set-inner-lines|toggle-inner-lines Various math-environment features are handled as well,
+ e.g.
+ add-vline-left/right for
 \begin_inset Newline newline
 \end_inset
 
@@ -4453,11 +5108,14 @@ the Grid/Array environment.
 \begin_inset Newline newline
 \end_inset
 
-<ARG>: additional argument for some commands, use debug mode to explore its values.
+<ARG>:
+ additional argument for some commands,
+ use debug mode to explore its values.
 \end_layout
 
 \begin_layout Description
-Origin gm, 10 Dec 2015
+Origin gm,
+ 10 Dec 2015
 \end_layout
 
 \begin_layout Subsection*
@@ -4481,7 +5139,8 @@ Params In case no arguments are given show insert dialog.
 \end_layout
 
 \begin_layout Description
-Origin Jug, 12 Apr 2000
+Origin Jug,
+ 12 Apr 2000
 \end_layout
 
 \begin_layout Subsection*
@@ -4501,11 +5160,13 @@ Syntax tabular-style-insert <style> <ROWS> <COLUMNS>
 \end_layout
 
 \begin_layout Description
-Params Valid styles are the names of the files in lib/tabletemplates, minus _1x<n> and .lyx suffix.
+Params Valid styles are the names of the files in lib/tabletemplates,
+ minus _1x<n> and .lyx suffix.
 \end_layout
 
 \begin_layout Description
-Origin spitz, 25 Mar 2019
+Origin spitz,
+ 25 Mar 2019
 \end_layout
 
 \begin_layout Subsection*
@@ -4521,15 +5182,18 @@ Syntax thesaurus-entry [<STRING>] [lang=<LANG>]
 \end_layout
 
 \begin_layout Description
-Params <STRING>: word to look up
+Params <STRING>:
+ word to look up
 \begin_inset Newline newline
 \end_inset
 
-<LANG>: language (see file languages)
+<LANG>:
+ language (see file languages)
 \end_layout
 
 \begin_layout Description
-Origin Levon, 20 Jul 2001
+Origin Levon,
+ 20 Jul 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -4557,7 +5221,10 @@ Syntax unicode-insert <CHAR1> <CHAR2> ...
 \end_layout
 
 \begin_layout Description
-Params <CHARn>: The character to insert, given as its code point, in hexadecimal.
+Params <CHARn>:
+ The character to insert,
+ given as its code point,
+ in hexadecimal.
 \end_layout
 
 \begin_layout Description
@@ -4565,7 +5232,8 @@ Sample unicode-insert 0x0100 0x0259
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 22 Oct 2006
+Origin Lgb,
+ 22 Oct 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -4601,7 +5269,11 @@ Action Moves the cursor to the logically previous beginning of a word.
 \end_layout
 
 \begin_layout Description
-Notion This is not the action which should be bound to the arrow keys, because backwards may be left or right, depending on the language. The arrow keys should be bound to LFUN_WORD_LEFT or LFUN_WORD_RIGHT actions, which in turn may employ this one.
+Notion This is not the action which should be bound to the arrow keys,
+ because backwards may be left or right,
+ depending on the language.
+ The arrow keys should be bound to LFUN_WORD_LEFT or LFUN_WORD_RIGHT actions,
+ which in turn may employ this one.
 \end_layout
 
 \begin_layout Description
@@ -4613,7 +5285,8 @@ word-backward-select
 \end_layout
 
 \begin_layout Description
-Action Moves the cursor to the logically previous beginning of a word, adding the logically traversed text to the selection.
+Action Moves the cursor to the logically previous beginning of a word,
+ adding the logically traversed text to the selection.
 \end_layout
 
 \begin_layout Description
@@ -4629,7 +5302,8 @@ word-capitalize
 \end_layout
 
 \begin_layout Description
-Action Capitalizes the words in the selection (i.e. the first letters) or the first letter of word at cursor position.
+Action Capitalizes the words in the selection (i.e.
+ the first letters) or the first letter of word at cursor position.
 \end_layout
 
 \begin_layout Description
@@ -4637,7 +5311,11 @@ Syntax word-capitalize [<SEL_TYPE>]
 \end_layout
 
 \begin_layout Description
-Params <SEL_TYPE>: if this is equal to "partial", then the default word starts at cursor position (emacs-style). Otherwise, the whole word is considered.
+Params <SEL_TYPE>:
+ if this is equal to "partial",
+ then the default word starts at cursor position (emacs-style).
+ Otherwise,
+ the whole word is considered.
 \end_layout
 
 \begin_layout Subsection*
@@ -4653,7 +5331,9 @@ Syntax word-delete-backward [confirm]
 \end_layout
 
 \begin_layout Description
-Params confirm: Select big insets, do not directly delete them.
+Params confirm:
+ Select big insets,
+ do not directly delete them.
 \end_layout
 
 \begin_layout Subsection*
@@ -4669,7 +5349,9 @@ Syntax word-delete-forward [confirm]
 \end_layout
 
 \begin_layout Description
-Params confirm: Select big insets, do not directly delete them.
+Params confirm:
+ Select big insets,
+ do not directly delete them.
 \end_layout
 
 \begin_layout Subsection*
@@ -4685,11 +5367,16 @@ Syntax word-find [<DATA>]
 \end_layout
 
 \begin_layout Description
-Params <DATA>: data encoded from Find dialog (see lyx::find2string()). If no parameter is given, search with last find-dialog data is used for search (i.e. find-next).
+Params <DATA>:
+ data encoded from Find dialog (see lyx::find2string()).
+ If no parameter is given,
+ search with last find-dialog data is used for search (i.e.
+ find-next).
 \end_layout
 
 \begin_layout Description
-Origin Andre, Jan 7 2004
+Origin Andre,
+ Jan 7 2004
 \end_layout
 
 \begin_layout Subsection*
@@ -4701,7 +5388,10 @@ Action Search for a given string in backward direction.
 \end_layout
 
 \begin_layout Description
-Notion Case sensitive, match words. If no argument given, last search repeated.
+Notion Case sensitive,
+ match words.
+ If no argument given,
+ last search repeated.
 \end_layout
 
 \begin_layout Description
@@ -4709,7 +5399,8 @@ Syntax word-find-backward [<STRING>]
 \end_layout
 
 \begin_layout Description
-Origin Etienne, 20 Feb 1998
+Origin Etienne,
+ 20 Feb 1998
 \end_layout
 
 \begin_layout Subsection*
@@ -4721,7 +5412,10 @@ Action Search for a given string in forward direction.
 \end_layout
 
 \begin_layout Description
-Notion Case sensitive, match words. If no argument given, last search repeated.
+Notion Case sensitive,
+ match words.
+ If no argument given,
+ last search repeated.
 \end_layout
 
 \begin_layout Description
@@ -4729,7 +5423,8 @@ Syntax word-find-forward [<STRING>]
 \end_layout
 
 \begin_layout Description
-Origin Etienne, 16 Feb 1998
+Origin Etienne,
+ 16 Feb 1998
 \end_layout
 
 \begin_layout Subsection*
@@ -4745,11 +5440,16 @@ Syntax word-findadv [<DATA>]
 \end_layout
 
 \begin_layout Description
-Params <DATA>: data encoded from FindAdv dialog (see lyx::findadv2string()). If no parameter is given, search with last find-dialog data is used for search (i.e. find-next).
+Params <DATA>:
+ data encoded from FindAdv dialog (see lyx::findadv2string()).
+ If no parameter is given,
+ search with last find-dialog data is used for search (i.e.
+ find-next).
 \end_layout
 
 \begin_layout Description
-Origin Tommaso, Nov 15 2007
+Origin Tommaso,
+ Nov 15 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -4761,7 +5461,11 @@ Action Moves the cursor to the logically next beginning of a word.
 \end_layout
 
 \begin_layout Description
-Notion This is not the action which should be bound to the arrow keys, because forward may be left or right, depending on the language. The arrow keys should be bound to LFUN_WORD_LEFT or LFUN_WORD_RIGHT actions, which in turn may employ this one.
+Notion This is not the action which should be bound to the arrow keys,
+ because forward may be left or right,
+ depending on the language.
+ The arrow keys should be bound to LFUN_WORD_LEFT or LFUN_WORD_RIGHT actions,
+ which in turn may employ this one.
 \end_layout
 
 \begin_layout Description
@@ -4773,7 +5477,8 @@ word-forward-select
 \end_layout
 
 \begin_layout Description
-Action Moves the cursor to the logically next beginning of a word, adding the logically traversed text to the selection.
+Action Moves the cursor to the logically next beginning of a word,
+ adding the logically traversed text to the selection.
 \end_layout
 
 \begin_layout Description
@@ -4793,7 +5498,19 @@ Action Moves the cursor to the next beginning of a word "on the left".
 \end_layout
 
 \begin_layout Description
-Notion This is the action which should be taken when the (e.g., ctrl-) "left" key is pressed. Generally, it moves the cursor to the next beginning of a word on the left. However, in Bidi text this become slightly more complicated, and there are different modes of cursor movement. In "visual mode", this moves left, plain and simple. In "logical mode", movement is logically forward in RTL paragraphs, and logically backwards in LTR paragraphs.
+Notion This is the action which should be taken when the (e.g.,
+ ctrl-) "left" key is pressed.
+ Generally,
+ it moves the cursor to the next beginning of a word on the left.
+ However,
+ in Bidi text this become slightly more complicated,
+ and there are different modes of cursor movement.
+ In "visual mode",
+ this moves left,
+ plain and simple.
+ In "logical mode",
+ movement is logically forward in RTL paragraphs,
+ and logically backwards in LTR paragraphs.
 \end_layout
 
 \begin_layout Description
@@ -4801,7 +5518,8 @@ Syntax word-left
 \end_layout
 
 \begin_layout Description
-Origin dov, 28 Oct 2007
+Origin dov,
+ 28 Oct 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -4809,7 +5527,8 @@ word-left-select
 \end_layout
 
 \begin_layout Description
-Action Moves the cursor to the next beginning of a word "on the left", adding *logically* traversed text to the selection.
+Action Moves the cursor to the next beginning of a word "on the left",
+ adding *logically* traversed text to the selection.
 \end_layout
 
 \begin_layout Description
@@ -4821,7 +5540,8 @@ Syntax word-left-select
 \end_layout
 
 \begin_layout Description
-Origin dov, 28 Oct 2007
+Origin dov,
+ 28 Oct 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -4837,7 +5557,11 @@ Syntax word-lowcase [<SEL_TYPE>]
 \end_layout
 
 \begin_layout Description
-Params <SEL_TYPE>: if this is equal to "partial", then the default word starts at cursor position (emacs-style). Otherwise, the whole word is considered.
+Params <SEL_TYPE>:
+ if this is equal to "partial",
+ then the default word starts at cursor position (emacs-style).
+ Otherwise,
+ the whole word is considered.
 \end_layout
 
 \begin_layout Subsection*
@@ -4853,7 +5577,8 @@ Syntax word-replace [<DATA>]
 \end_layout
 
 \begin_layout Description
-Params <DATA>: data is of the form "<replacestring>
+Params <DATA>:
+ data is of the form "<replacestring>
 \begin_inset Newline newline
 \end_inset
 
@@ -4865,7 +5590,8 @@ Params <DATA>: data is of the form "<replacestring>
 \end_layout
 
 \begin_layout Description
-Origin Andre, Jan 7 2004
+Origin Andre,
+ Jan 7 2004
 \end_layout
 
 \begin_layout Subsection*
@@ -4877,7 +5603,19 @@ Action Moves the cursor to the next beginning of a word "on the right".
 \end_layout
 
 \begin_layout Description
-Notion This is the action which should be taken when the (e.g., ctrl-) "right" key is pressed. Generally, it moves the cursor to the next beginning of a word on the right. However, in Bidi text this become slightly more complicated, and there are different modes of cursor movement. In "visual mode", this moves right, plain and simple. In "logical mode", movement is logically forward in LTR paragraphs, and logically backwards in RTL paragraphs.
+Notion This is the action which should be taken when the (e.g.,
+ ctrl-) "right" key is pressed.
+ Generally,
+ it moves the cursor to the next beginning of a word on the right.
+ However,
+ in Bidi text this become slightly more complicated,
+ and there are different modes of cursor movement.
+ In "visual mode",
+ this moves right,
+ plain and simple.
+ In "logical mode",
+ movement is logically forward in LTR paragraphs,
+ and logically backwards in RTL paragraphs.
 \end_layout
 
 \begin_layout Description
@@ -4885,7 +5623,8 @@ Syntax word-right
 \end_layout
 
 \begin_layout Description
-Origin dov, 28 Oct 2007
+Origin dov,
+ 28 Oct 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -4893,7 +5632,8 @@ word-right-select
 \end_layout
 
 \begin_layout Description
-Action Moves the cursor to the next beginning of a word "on the right", adding *logically* traversed text to the selection.
+Action Moves the cursor to the next beginning of a word "on the right",
+ adding *logically* traversed text to the selection.
 \end_layout
 
 \begin_layout Description
@@ -4905,7 +5645,8 @@ Syntax word-right-select
 \end_layout
 
 \begin_layout Description
-Origin dov, 28 Oct 2007
+Origin dov,
+ 28 Oct 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -4921,7 +5662,8 @@ Syntax word-select
 \end_layout
 
 \begin_layout Description
-Origin Andre, 11 Sep 2002
+Origin Andre,
+ 11 Sep 2002
 \end_layout
 
 \begin_layout Subsection*
@@ -4937,7 +5679,11 @@ Syntax word-upcase [<SEL_TYPE>]
 \end_layout
 
 \begin_layout Description
-Params <SEL_TYPE>: if this is equal to "partial", then the default word starts at cursor position (emacs-style). Otherwise, the whole word is considered.
+Params <SEL_TYPE>:
+ if this is equal to "partial",
+ then the default word starts at cursor position (emacs-style).
+ Otherwise,
+ the whole word is considered.
 \end_layout
 
 \begin_layout Subsection*
@@ -4953,11 +5699,13 @@ Syntax wrap-insert <TYPE>
 \end_layout
 
 \begin_layout Description
-Params <TYPE>: table|figure
+Params <TYPE>:
+ table|figure
 \end_layout
 
 \begin_layout Description
-Origin Dekel, 7 Apr 2002
+Origin Dekel,
+ 7 Apr 2002
 \end_layout
 
 \begin_layout Section
@@ -4973,7 +5721,8 @@ Action Only active in Math Macro definition.
 \end_layout
 
 \begin_layout Description
-Notion Dummy function which is only active in a Math Macro definition. It's used to toggle the Math Macro toolbar if the cursor moves into a Math Macro definition.
+Notion Dummy function which is only active in a Math Macro definition.
+ It's used to toggle the Math Macro toolbar if the cursor moves into a Math Macro definition.
 \end_layout
 
 \begin_layout Description
@@ -4981,7 +5730,8 @@ Syntax in-mathmacrotemplate
 \end_layout
 
 \begin_layout Description
-Origin sts, 06 January 2008
+Origin sts,
+ 06 January 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -4997,7 +5747,16 @@ Syntax math-matrix <COLS> <ROWS> [<DECORATION>]
 \end_layout
 
 \begin_layout Description
-Params <DECORATION>: Decoration determines the LaTeX name of the matrix that should be created. Possible values include pmatrix, bmatrix, Bmatrix, vmatrix, Vmatrix, smallmatrix, and matrix. The default is 'matrix'.
+Params <DECORATION>:
+ Decoration determines the LaTeX name of the matrix that should be created.
+ Possible values include pmatrix,
+ bmatrix,
+ Bmatrix,
+ vmatrix,
+ Vmatrix,
+ smallmatrix,
+ and matrix.
+ The default is 'matrix'.
 \end_layout
 
 \begin_layout Description
@@ -5009,7 +5768,9 @@ math-bigdelim
 \end_layout
 
 \begin_layout Description
-Action Inserts math fixed size delimiters (e.g. parentheses, brackets) enclosing expression.
+Action Inserts math fixed size delimiters (e.g.
+ parentheses,
+ brackets) enclosing expression.
 \end_layout
 
 \begin_layout Description
@@ -5017,11 +5778,14 @@ Syntax math-bigdelim <LSIZE> <LDELIM> <RSIZE> <RDELIM>
 \end_layout
 
 \begin_layout Description
-Params <L/RSIZE>: bigl/r|Bigl/r|biggl/r|Biggl/r
+Params <L/RSIZE>:
+ bigl/r|Bigl/r|biggl/r|Biggl/r
 \begin_inset Newline newline
 \end_inset
 
-<L/RDELIM>: TeX code for delimiter. See Delimiter dialog for delimiters to be used.
+<L/RDELIM>:
+ TeX code for delimiter.
+ See Delimiter dialog for delimiters to be used.
 \end_layout
 
 \begin_layout Description
@@ -5033,7 +5797,8 @@ Downarrow" "Bigr" "
 \end_layout
 
 \begin_layout Description
-Origin Enrico & Georg, 7 May 2006
+Origin Enrico & Georg,
+ 7 May 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -5041,7 +5806,9 @@ math-delim
 \end_layout
 
 \begin_layout Description
-Action Inserts math delimiters (e.g. parentheses, brackets) enclosing expression.
+Action Inserts math delimiters (e.g.
+ parentheses,
+ brackets) enclosing expression.
 \end_layout
 
 \begin_layout Description
@@ -5049,7 +5816,10 @@ Syntax math-delim [<LEFT>] [<RIGHT>]
 \end_layout
 
 \begin_layout Description
-Params <LEFT/RIGHT>: Delimiters to be used. Each delimiter can be specified by either a LaTeX name or a valid character. ( is the default letter.
+Params <LEFT/RIGHT>:
+ Delimiters to be used.
+ Each delimiter can be specified by either a LaTeX name or a valid character.
+ ( is the default letter.
 \end_layout
 
 \begin_layout Description
@@ -5057,7 +5827,8 @@ Sample math-delim { rangle
 \end_layout
 
 \begin_layout Description
-Origin Alejandro, 18 Jun 1996
+Origin Alejandro,
+ 18 Jun 1996
 \end_layout
 
 \begin_layout Subsection*
@@ -5065,7 +5836,8 @@ math-display
 \end_layout
 
 \begin_layout Description
-Action Creates a new displayed equation in text mode. Toggles inlined/display formula in math mode.
+Action Creates a new displayed equation in text mode.
+ Toggles inlined/display formula in math mode.
 \end_layout
 
 \begin_layout Description
@@ -5073,11 +5845,13 @@ Syntax math-display [<ARG>]
 \end_layout
 
 \begin_layout Description
-Params <ARG>: this argument will be passed to LFUN_MATH_INSERT when creating new equation from the text mode.
+Params <ARG>:
+ this argument will be passed to LFUN_MATH_INSERT when creating new equation from the text mode.
 \end_layout
 
 \begin_layout Description
-Origin Alejandro, 18 Jun 1996
+Origin Alejandro,
+ 18 Jun 1996
 \end_layout
 
 \begin_layout Subsection*
@@ -5097,7 +5871,8 @@ Syntax math-extern <LANG> [<COMMAND>]
 \end_layout
 
 \begin_layout Description
-Params <LANG>: octave|maxima|maple|mathematica|script
+Params <LANG>:
+ octave|maxima|maple|mathematica|script
 \begin_inset Newline newline
 \end_inset
 
@@ -5109,7 +5884,8 @@ Sample math-extern maple simplify
 \end_layout
 
 \begin_layout Description
-Origin Andre, 24 Apr 2001
+Origin Andre,
+ 24 Apr 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -5125,7 +5901,8 @@ Syntax math-font-style <STYLE>
 \end_layout
 
 \begin_layout Description
-Params <STYLE>: mathnormal|mathcal|mathfrak|mathrm|mathsf|mathbf|textnormal
+Params <STYLE>:
+ mathnormal|mathcal|mathfrak|mathrm|mathsf|mathbf|textnormal
 \begin_inset Newline newline
 \end_inset
 
@@ -5133,7 +5910,8 @@ Params <STYLE>: mathnormal|mathcal|mathfrak|mathrm|mathsf|mathbf|textnormal
 \end_layout
 
 \begin_layout Description
-Origin vfr, 9 jan 2009
+Origin vfr,
+ 9 jan 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -5147,11 +5925,18 @@ Action Inserts math objects and symbols.
 \begin_layout Description
 Notion When <ARG> is a _single_ math inset with more than one cell (such as "x_y^z" or "
 \backslash
-frac{x}{y}"), the content of cell(0) is replaced by the current selection (only works if the selection is in mathed). As an example, if "abc" is selected in mathed, "math-insert 
+frac{x}{y}"),
+ the content of cell(0) is replaced by the current selection (only works if the selection is in mathed).
+ As an example,
+ if "abc" is selected in mathed,
+ "math-insert 
 \backslash
 frac{x}{y}" replaces "abc" with "
 \backslash
-frac{abc}{y}", and "math-insert x_y^z" replaces "abc" with "abc_y^z". If nothing is selected (or the selection is not in mathed), math-insert works as expected.
+frac{abc}{y}",
+ and "math-insert x_y^z" replaces "abc" with "abc_y^z".
+ If nothing is selected (or the selection is not in mathed),
+ math-insert works as expected.
 \end_layout
 
 \begin_layout Description
@@ -5159,7 +5944,8 @@ Syntax math-insert <ARG>
 \end_layout
 
 \begin_layout Description
-Params <ARG>: Symbol or LaTeX code to be inserted.
+Params <ARG>:
+ Symbol or LaTeX code to be inserted.
 \end_layout
 
 \begin_layout Subsection*
@@ -5167,7 +5953,10 @@ math-limits
 \end_layout
 
 \begin_layout Description
-Action Toggles the position of the limits from above/below to the right side an vice versa in integral symbol, a limit, a summation, etc.
+Action Toggles the position of the limits from above/below to the right side an vice versa in integral symbol,
+ a limit,
+ a summation,
+ etc.
 \end_layout
 
 \begin_layout Description
@@ -5179,7 +5968,8 @@ Syntax math-limits [<STATE>]
 \end_layout
 
 \begin_layout Description
-Params <STATE>: limits|nolimits
+Params <STATE>:
+ limits|nolimits
 \end_layout
 
 \begin_layout Subsection*
@@ -5195,15 +5985,26 @@ Syntax math-macro <NAME> [<NARGS>] [def]
 \end_layout
 
 \begin_layout Description
-Params <NAME>: The name of the macro, e.g. "mymacro".
+Params <NAME>:
+ The name of the macro,
+ e.g.
+ "mymacro".
 \begin_inset Newline newline
 \end_inset
 
-<NARGS>: The number of parameters of the macro. Default is 0. "def": Has no effect anymore, just for compatibility with former LyX versions.
+<NARGS>:
+ The number of parameters of the macro.
+ Default is 0.
+ "def":
+ Has no effect anymore,
+ just for compatibility with former LyX versions.
 \end_layout
 
 \begin_layout Description
-Origin ale, 10 May 1997;  sts, 21 Dec 2007
+Origin ale,
+ 10 May 1997;
+  sts,
+ 21 Dec 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -5223,7 +6024,8 @@ Syntax math-macro-add-greedy-optional-param
 \end_layout
 
 \begin_layout Description
-Origin sts, 06 January 2008
+Origin sts,
+ 06 January 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5243,7 +6045,8 @@ Syntax math-macro-add-optional-param
 \end_layout
 
 \begin_layout Description
-Origin sts, 06 January 2008
+Origin sts,
+ 06 January 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5263,11 +6066,16 @@ Syntax math-macro-add-param <NUM>
 \end_layout
 
 \begin_layout Description
-Params <NUM>: The number of the parameter behind which the new one will be added (1 for the first, i.e. use 0 for add a parameter at the left), defaults to the last one.
+Params <NUM>:
+ The number of the parameter behind which the new one will be added (1 for the first,
+ i.e.
+ use 0 for add a parameter at the left),
+ defaults to the last one.
 \end_layout
 
 \begin_layout Description
-Origin sts, 06 January 2008
+Origin sts,
+ 06 January 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5287,7 +6095,8 @@ Syntax math-macro-append-greedy-param
 \end_layout
 
 \begin_layout Description
-Origin sts, 06 January 2008
+Origin sts,
+ 06 January 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5299,7 +6108,9 @@ Action Fold a Math Macro.
 \end_layout
 
 \begin_layout Description
-Notion Fold the Math Macro the cursor is in if it was unfolded, i.e. displayed as 
+Notion Fold the Math Macro the cursor is in if it was unfolded,
+ i.e.
+ displayed as 
 \backslash
 foo before.
 \end_layout
@@ -5309,7 +6120,8 @@ Syntax math-macro-fold
 \end_layout
 
 \begin_layout Description
-Origin sts, 06 January 2008
+Origin sts,
+ 06 January 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5321,7 +6133,8 @@ Action Make a parameter non-optional.
 \end_layout
 
 \begin_layout Description
-Notion Turn the last optional parameter of a Math Macro into a non-optional parameter. The default value is remembered to be reused later if the user changes his mind.
+Notion Turn the last optional parameter of a Math Macro into a non-optional parameter.
+ The default value is remembered to be reused later if the user changes his mind.
 \end_layout
 
 \begin_layout Description
@@ -5329,7 +6142,8 @@ Syntax math-macro-make-nonoptional
 \end_layout
 
 \begin_layout Description
-Origin sts, 06 January 2008
+Origin sts,
+ 06 January 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5349,7 +6163,8 @@ Syntax math-macro-make-optional
 \end_layout
 
 \begin_layout Description
-Origin sts, 06 January 2008
+Origin sts,
+ 06 January 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5361,7 +6176,8 @@ Action Remove a greedy parameter.
 \end_layout
 
 \begin_layout Description
-Notion Remove a greedy parameter of a Math Macro and spit out the values of it in every instance of the macro in the buffer. If it is an optional parameter the [valud] format is used.
+Notion Remove a greedy parameter of a Math Macro and spit out the values of it in every instance of the macro in the buffer.
+ If it is an optional parameter the [valud] format is used.
 \end_layout
 
 \begin_layout Description
@@ -5369,7 +6185,8 @@ Syntax math-macro-remove-greedy-param
 \end_layout
 
 \begin_layout Description
-Origin sts, 06 January 2008
+Origin sts,
+ 06 January 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5389,7 +6206,8 @@ Syntax math-macro-remove-optional-param
 \end_layout
 
 \begin_layout Description
-Origin sts, 06 January 2008
+Origin sts,
+ 06 January 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5409,11 +6227,14 @@ Syntax math-macro-remove-param <NUM>
 \end_layout
 
 \begin_layout Description
-Params <NUM>: The number of the parameter to be deleted (1 for the first), defaults to the last one.
+Params <NUM>:
+ The number of the parameter to be deleted (1 for the first),
+ defaults to the last one.
 \end_layout
 
 \begin_layout Description
-Origin sts, 06 January 2008
+Origin sts,
+ 06 January 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5425,7 +6246,9 @@ Action Unfold a Math Macro.
 \end_layout
 
 \begin_layout Description
-Notion Unfold the Math Macro the cursor is in, i.e. display it as 
+Notion Unfold the Math Macro the cursor is in,
+ i.e.
+ display it as 
 \backslash
 foo.
 \end_layout
@@ -5435,7 +6258,8 @@ Syntax math-macro-unfold
 \end_layout
 
 \begin_layout Description
-Origin sts, 06 January 2008
+Origin sts,
+ 06 January 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5451,7 +6275,12 @@ Syntax math-matrix <COLS> <ROWS> [<ALIGN>]
 \end_layout
 
 \begin_layout Description
-Params <ALIGN>: Alignment is a word composed of the vertical alignment (b, c or t) (i.e. 1 char) and the horizontal alignments (l, c or r) (i.e. <COL> chars).
+Params <ALIGN>:
+ Alignment is a word composed of the vertical alignment (b,
+ c or t) (i.e.
+ 1 char) and the horizontal alignments (l,
+ c or r) (i.e.
+ <COL> chars).
 \end_layout
 
 \begin_layout Description
@@ -5463,11 +6292,14 @@ math-mode
 \end_layout
 
 \begin_layout Description
-Action In text mode enters math mode (i.e. puts math insets on the current cursor position), in math mode enters text mode inside math expression.
+Action In text mode enters math mode (i.e.
+ puts math insets on the current cursor position),
+ in math mode enters text mode inside math expression.
 \end_layout
 
 \begin_layout Description
-Notion If there is some selected text, it puts the text inside created math box.
+Notion If there is some selected text,
+ it puts the text inside created math box.
 \end_layout
 
 \begin_layout Description
@@ -5475,15 +6307,18 @@ Syntax math-mode [on|<ARG>]
 \end_layout
 
 \begin_layout Description
-Params <ARG>: eventual argument (LaTeX code) is passed to LFUN_MATH_INSERT .
+Params <ARG>:
+ eventual argument (LaTeX code) is passed to LFUN_MATH_INSERT .
 \begin_inset Newline newline
 \end_inset
 
-"on": allow only entering of math mode from text mode.
+"on":
+ allow only entering of math mode from text mode.
 \end_layout
 
 \begin_layout Description
-Origin Alejandro, 4 Jun 1996
+Origin Alejandro,
+ 4 Jun 1996
 \end_layout
 
 \begin_layout Subsection*
@@ -5499,11 +6334,13 @@ Syntax math-mutate <TYPE>
 \end_layout
 
 \begin_layout Description
-Params <TYPE>: none|simple|equation|eqnarray|align|alignat|xalignat|xxalignat| multline|gather|flalign
+Params <TYPE>:
+ none|simple|equation|eqnarray|align|alignat|xalignat|xxalignat| multline|gather|flalign
 \end_layout
 
 \begin_layout Description
-Origin Andre, 23 May 2001
+Origin Andre,
+ 23 May 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -5523,7 +6360,8 @@ Syntax math-number-line-toggle
 \end_layout
 
 \begin_layout Description
-Origin Alejandro, 18 Jun 1996
+Origin Alejandro,
+ 18 Jun 1996
 \end_layout
 
 \begin_layout Subsection*
@@ -5543,7 +6381,8 @@ Syntax math-number-toggle
 \end_layout
 
 \begin_layout Description
-Origin Alejandro, 4 Jun 1996
+Origin Alejandro,
+ 4 Jun 1996
 \end_layout
 
 \begin_layout Subsection*
@@ -5563,7 +6402,8 @@ Syntax math-size <STYLE>
 \end_layout
 
 \begin_layout Description
-Params <STYLE>: 
+Params <STYLE>:
 \backslash
 displaystyle|
 \backslash
@@ -5575,7 +6415,10 @@ scriptscriptstyle
 \end_layout
 
 \begin_layout Description
-Origin Alejandro, 15 Aug 1996; sanda, 14 Jun 2008
+Origin Alejandro,
+ 15 Aug 1996;
+ sanda,
+ 14 Jun 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5595,15 +6438,19 @@ Syntax math-space [<TYPE>] [<LEN>]
 \end_layout
 
 \begin_layout Description
-Params <TYPE>: negative spaces: !|negthinspace|negmedspace|negthickspace
+Params <TYPE>:
+ negative spaces:
+ !|negthinspace|negmedspace|negthickspace
 \begin_inset Newline newline
 \end_inset
 
-positive spaces: ,|thinspace|:|medspace|;|thickspace|enskip|quad|qquad
+positive spaces:
+ ,|thinspace|:|medspace|;|thickspace|enskip|quad|qquad
 \begin_inset Newline newline
 \end_inset
 
-custom space: hspace
+custom space:
+ hspace
 \begin_inset Newline newline
 \end_inset
 
@@ -5611,15 +6458,26 @@ custom space: hspace
 \begin_inset Newline newline
 \end_inset
 
-Note that ! is equivalent to negthinspace, , = thinspace, : = medspace, and ; = thickspace.
+Note that !
+ is equivalent to negthinspace,
+ ,
+ = thinspace,
+ :
+ = medspace,
+ and ;
+ = thickspace.
 \begin_inset Newline newline
 \end_inset
 
-<LEN>: length for custom spaces (hspace)
+<LEN>:
+ length for custom spaces (hspace)
 \end_layout
 
 \begin_layout Description
-Origin Andre, 25 Jul 2001; sanda, 16 Jun 2008
+Origin Andre,
+ 25 Jul 2001;
+ sanda,
+ 16 Jun 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5635,7 +6493,8 @@ Syntax math-subscript
 \end_layout
 
 \begin_layout Description
-Origin vermeer, 12 Dec 2001
+Origin vermeer,
+ 12 Dec 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -5651,7 +6510,8 @@ Syntax math-superscript
 \end_layout
 
 \begin_layout Description
-Origin vermeer, 12 Dec 2001
+Origin vermeer,
+ 12 Dec 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -5659,11 +6519,14 @@ regexp-mode
 \end_layout
 
 \begin_layout Description
-Action Enters regexp mode (i.e., puts regexp insets on the current cursor position). Used by the advanced search dialog.
+Action Enters regexp mode (i.e.,
+ puts regexp insets on the current cursor position).
+ Used by the advanced search dialog.
 \end_layout
 
 \begin_layout Description
-Notion If there is any selected text, then it is moved inside the created regexp inset.
+Notion If there is any selected text,
+ then it is moved inside the created regexp inset.
 \end_layout
 
 \begin_layout Description
@@ -5671,11 +6534,13 @@ Syntax regexp-mode [<ARG>]
 \end_layout
 
 \begin_layout Description
-Params <ARG>: eventual argument (regular expression).
+Params <ARG>:
+ eventual argument (regular expression).
 \end_layout
 
 \begin_layout Description
-Origin Tommaso, 4 Oct 2008
+Origin Tommaso,
+ 4 Oct 2008
 \end_layout
 
 \begin_layout Section
@@ -5695,7 +6560,8 @@ Syntax branch-activate <BRANCH>
 \end_layout
 
 \begin_layout Description
-Params <BRANCH>: The branch to activate
+Params <BRANCH>:
+ The branch to activate
 \end_layout
 
 \begin_layout Description
@@ -5707,7 +6573,8 @@ could be used to export a pdf with the answers branch included without one's hav
 \end_layout
 
 \begin_layout Description
-Origin rgh, 27 May 2008
+Origin rgh,
+ 27 May 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5723,11 +6590,13 @@ Syntax branch-add <BRANCH>
 \end_layout
 
 \begin_layout Description
-Params <BRANCH>: Name of the branch to add
+Params <BRANCH>:
+ Name of the branch to add
 \end_layout
 
 \begin_layout Description
-Origin spitz, 7 Jul 2009
+Origin spitz,
+ 7 Jul 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -5743,11 +6612,15 @@ Syntax branch-add-insert [<NAME>]
 \end_layout
 
 \begin_layout Description
-Params <NAME>: Branch name. If it is not specified, you will be asked.
+Params <NAME>:
+ Branch name.
+ If it is not specified,
+ you will be asked.
 \end_layout
 
 \begin_layout Description
-Origin sanda, 10 Jul 2009
+Origin sanda,
+ 10 Jul 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -5763,11 +6636,13 @@ Syntax branch-deactivate <BRANCH>
 \end_layout
 
 \begin_layout Description
-Params <BRANCH>: The branch to deactivate
+Params <BRANCH>:
+ The branch to deactivate
 \end_layout
 
 \begin_layout Description
-Origin rgh, 27 May 2008
+Origin rgh,
+ 27 May 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -5783,7 +6658,8 @@ Syntax branch-invert
 \end_layout
 
 \begin_layout Description
-Origin rgheck, 12 July 2016
+Origin rgheck,
+ 12 July 2016
 \end_layout
 
 \begin_layout Subsection*
@@ -5799,7 +6675,8 @@ Syntax branch-master-activate <BRANCH>
 \end_layout
 
 \begin_layout Description
-Params <BRANCH>: The branch to activate
+Params <BRANCH>:
+ The branch to activate
 \end_layout
 
 \begin_layout Description
@@ -5811,7 +6688,8 @@ could be used to export a pdf with the answers branch included without one's hav
 \end_layout
 
 \begin_layout Description
-Origin spitz, 30 Sep 2012
+Origin spitz,
+ 30 Sep 2012
 \end_layout
 
 \begin_layout Subsection*
@@ -5827,11 +6705,13 @@ Syntax branch-master-deactivate <BRANCH>
 \end_layout
 
 \begin_layout Description
-Params <BRANCH>: The branch to deactivate
+Params <BRANCH>:
+ The branch to deactivate
 \end_layout
 
 \begin_layout Description
-Origin spitz, 30 Sep 2012
+Origin spitz,
+ 30 Sep 2012
 \end_layout
 
 \begin_layout Subsection*
@@ -5847,7 +6727,8 @@ Syntax branch-sync-all
 \end_layout
 
 \begin_layout Description
-Origin sanda, 15 April 2022
+Origin sanda,
+ 15 April 2022
 \end_layout
 
 \begin_layout Subsection*
@@ -5863,11 +6744,14 @@ Syntax branches-rename <OLDNAME> <NEWNAME>
 \end_layout
 
 \begin_layout Description
-Params <OLDNAME>: Current name of the branch to be renamed <NEWNAME>: New name of the branch
+Params <OLDNAME>:
+ Current name of the branch to be renamed <NEWNAME>:
+ New name of the branch
 \end_layout
 
 \begin_layout Description
-Origin spitz, 9 Jul 2009
+Origin spitz,
+ 9 Jul 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -5879,7 +6763,9 @@ Action Saves the current buffer to a temporary file.
 \end_layout
 
 \begin_layout Description
-Notion Saves the current buffer to a file named "#filename#". This LFUN is called automatically by LyX, to "autosave" the current buffer.
+Notion Saves the current buffer to a file named "#filename#".
+ This LFUN is called automatically by LyX,
+ to "autosave" the current buffer.
 \end_layout
 
 \begin_layout Description
@@ -5903,11 +6789,14 @@ Syntax buffer-child-open <FILE>
 \end_layout
 
 \begin_layout Description
-Params <FILE>: Filename of the child. The directory of the parent is assumed by default.
+Params <FILE>:
+ Filename of the child.
+ The directory of the parent is assumed by default.
 \end_layout
 
 \begin_layout Description
-Origin Ale, 28 May 1997
+Origin Ale,
+ 28 May 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -5923,7 +6812,8 @@ Syntax buffer-chktex
 \end_layout
 
 \begin_layout Description
-Origin Asger, 30 Oct 1997
+Origin Asger,
+ 30 Oct 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -5935,7 +6825,10 @@ Action Closes the current buffer.
 \end_layout
 
 \begin_layout Description
-Notion Closes the current buffer, asking whether to save it, etc, if the buffer has been modified.
+Notion Closes the current buffer,
+ asking whether to save it,
+ etc,
+ if the buffer has been modified.
 \end_layout
 
 \begin_layout Description
@@ -5951,7 +6844,10 @@ Action Closes all buffers.
 \end_layout
 
 \begin_layout Description
-Notion Closes all buffers, asking whether to save it, etc, if a buffer has been modified.
+Notion Closes all buffers,
+ asking whether to save it,
+ etc,
+ if a buffer has been modified.
 \end_layout
 
 \begin_layout Description
@@ -5971,23 +6867,31 @@ Syntax buffer-export [<FORMAT>] [<DEST>]
 \end_layout
 
 \begin_layout Description
-Params <FORMAT> is either "custom" or one of the formats which you can find in Tools->Preferences->File formats->Format. Usual format you will enter is "pdf2" (pdflatex), "pdflatex" (plain tex for pdflatex) or "ps" for postscript.
+Params <FORMAT> is either "custom" or one of the formats which you can find in Tools->Preferences->File formats->Format.
+ Usual format you will enter is "pdf2" (pdflatex),
+ "pdflatex" (plain tex for pdflatex) or "ps" for postscript.
 \begin_inset Newline newline
 \end_inset
 
-In case of "custom" you will be asked for a format you want to start from and for the command that you want to apply to this format. Internally the control is then passed to LFUN_BUFFER_EXPORT_CUSTOM.
+In case of "custom" you will be asked for a format you want to start from and for the command that you want to apply to this format.
+ Internally the control is then passed to LFUN_BUFFER_EXPORT_CUSTOM.
 \begin_inset Newline newline
 \end_inset
 
-If absent or "default", then the default output format of the document is used.
+If absent or "default",
+ then the default output format of the document is used.
 \begin_inset Newline newline
 \end_inset
 
-<DEST>   If present, this argument provides the export destination filename. Its containing folder will also be the destination folder, where all the needed external files will be copied.
+<DEST>   If present,
+ this argument provides the export destination filename.
+ Its containing folder will also be the destination folder,
+ where all the needed external files will be copied.
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 29 Jul 1997
+Origin Lgb,
+ 29 Jul 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -6003,7 +6907,10 @@ Syntax buffer-export-as [<FORMAT>]
 \end_layout
 
 \begin_layout Description
-Params <FORMAT> is the export format initially selected in the dialog. You can pass any of the formats which you can find in Tools->Preferences->File formats->Format, provided it has the "document" flag set. If no format is specified the dialog will start with the default output format of the current document.
+Params <FORMAT> is the export format initially selected in the dialog.
+ You can pass any of the formats which you can find in Tools->Preferences->File formats->Format,
+ provided it has the "document" flag set.
+ If no format is specified the dialog will start with the default output format of the current document.
 \end_layout
 
 \begin_layout Description
@@ -6011,7 +6918,8 @@ Sample buffer-export-as pdf2
 \end_layout
 
 \begin_layout Description
-Origin tommaso, 6 Oct 2011
+Origin tommaso,
+ 6 Oct 2011
 \end_layout
 
 \begin_layout Subsection*
@@ -6031,7 +6939,8 @@ Params <FORMAT> format to start from (LyX will care to produce such intermediate
 \begin_inset Newline newline
 \end_inset
 
-<COMMAND> this command will be launched on the file. Note that you can use "$$FName" string to qualify the intermediate file.
+<COMMAND> this command will be launched on the file.
+ Note that you can use "$$FName" string to qualify the intermediate file.
 \end_layout
 
 \begin_layout Description
@@ -6039,7 +6948,8 @@ Sample buffer-export-custom dvi dvips -f $$FName -o myfile.ps
 \end_layout
 
 \begin_layout Description
-Origin leeming, 27 Mar 2004
+Origin leeming,
+ 27 Mar 2004
 \end_layout
 
 \begin_layout Subsection*
@@ -6055,7 +6965,8 @@ Syntax buffer-external-modification-clear
 \end_layout
 
 \begin_layout Description
-Origin gm, 2 March 2017
+Origin gm,
+ 2 March 2017
 \end_layout
 
 \begin_layout Subsection*
@@ -6067,7 +6978,8 @@ Action Applies a command to all non-hidden buffers.
 \end_layout
 
 \begin_layout Description
-Notion a buffer is `hidden' if it is internally open in LyX, but not visible in any window.
+Notion a buffer is `hidden' if it is internally open in LyX,
+ but not visible in any window.
 \end_layout
 
 \begin_layout Description
@@ -6075,7 +6987,8 @@ Syntax buffer-forall <LFUN-COMMAND>
 \end_layout
 
 \begin_layout Description
-Params <LFUN-COMMAND>: The command to be applied to the buffers.
+Params <LFUN-COMMAND>:
+ The command to be applied to the buffers.
 \end_layout
 
 \begin_layout Description
@@ -6131,7 +7044,8 @@ buffer-forall buffer-export pdf2
 \end_layout
 
 \begin_layout Description
-Origin skostysh, 20 Jul 2012
+Origin skostysh,
+ 20 Jul 2012
 \end_layout
 
 \begin_layout Subsection*
@@ -6143,7 +7057,8 @@ Action Import a given file as a lyx document.
 \end_layout
 
 \begin_layout Description
-Notion File can be imported iff lyx file format is (transitively) reachable via defined converters in preferences. Look in the File->Import menu to get an idea of the currently active import formats.
+Notion File can be imported iff lyx file format is (transitively) reachable via defined converters in preferences.
+ Look in the File->Import menu to get an idea of the currently active import formats.
 \end_layout
 
 \begin_layout Description
@@ -6151,7 +7066,8 @@ Syntax buffer-import <FORMAT> [<FILE>]
 \end_layout
 
 \begin_layout Description
-Origin Asger, 24 Jul 1998
+Origin Asger,
+ 24 Jul 1998
 \end_layout
 
 \begin_layout Subsection*
@@ -6167,11 +7083,14 @@ Syntax buffer-language <LANG>
 \end_layout
 
 \begin_layout Description
-Params <LANG>: language name. See lib/languages for list.
+Params <LANG>:
+ language name.
+ See lib/languages for list.
 \end_layout
 
 \begin_layout Description
-Origin leeming, 30 Mar 2004
+Origin leeming,
+ 30 Mar 2004
 \end_layout
 
 \begin_layout Subsection*
@@ -6187,7 +7106,8 @@ Syntax buffer-move-next
 \end_layout
 
 \begin_layout Description
-Origin skostysh, 7 Apr 2015
+Origin skostysh,
+ 7 Apr 2015
 \end_layout
 
 \begin_layout Subsection*
@@ -6203,7 +7123,8 @@ Syntax buffer-move-previous
 \end_layout
 
 \begin_layout Description
-Origin skostysh, 7 Apr 2015
+Origin skostysh,
+ 7 Apr 2015
 \end_layout
 
 \begin_layout Subsection*
@@ -6211,7 +7132,8 @@ buffer-new
 \end_layout
 
 \begin_layout Description
-Action Creates a new buffer (that is, document) and switches to it.
+Action Creates a new buffer (that is,
+ document) and switches to it.
 \end_layout
 
 \begin_layout Description
@@ -6223,7 +7145,8 @@ Syntax buffer-new [<FILE>]
 \end_layout
 
 \begin_layout Description
-Params <FILE>: filename of created file with absolute path.
+Params <FILE>:
+ filename of created file with absolute path.
 \end_layout
 
 \begin_layout Subsection*
@@ -6231,11 +7154,13 @@ buffer-new-template
 \end_layout
 
 \begin_layout Description
-Action Creates a new buffer (that is, document) from a template.
+Action Creates a new buffer (that is,
+ document) from a template.
 \end_layout
 
 \begin_layout Description
-Notion Path for new files and templates can be set in Preferences dialog. Template will be asked for via Open-dialog.
+Notion Path for new files and templates can be set in Preferences dialog.
+ Template will be asked for via Open-dialog.
 \end_layout
 
 \begin_layout Description
@@ -6243,11 +7168,17 @@ Syntax buffer-new-template [<FILE>] [<TEMPLATE FILE>]
 \end_layout
 
 \begin_layout Description
-Params <FILE>: filename of created file with absolute path. If empty or "newfile", a file with appropriate name is generated.
+Params <FILE>:
+ filename of created file with absolute path.
+ If empty or "newfile",
+ a file with appropriate name is generated.
 \begin_inset Newline newline
 \end_inset
 
-<TEMPLATE FILE>: filename of template with absolute path. If empty, a dialog is opened to select the new file.
+<TEMPLATE FILE>:
+ filename of template with absolute path.
+ If empty,
+ a dialog is opened to select the new file.
 \end_layout
 
 \begin_layout Subsection*
@@ -6279,11 +7210,14 @@ Syntax buffer-params-apply [<ARGS>]
 \end_layout
 
 \begin_layout Description
-Params <ARGS>: contains the particular settings to be saved. They obey the syntax you can find in document header of usual .lyx file.
+Params <ARGS>:
+ contains the particular settings to be saved.
+ They obey the syntax you can find in document header of usual .lyx file.
 \end_layout
 
 \begin_layout Description
-Origin leeming, 30 Mar 2004
+Origin leeming,
+ 30 Mar 2004
 \end_layout
 
 \begin_layout Subsection*
@@ -6311,11 +7245,15 @@ Syntax buffer-reload [dump]
 \end_layout
 
 \begin_layout Description
-Params dump: do not ask for any confirmation, just reload. All changes will be lost.
+Params dump:
+ do not ask for any confirmation,
+ just reload.
+ All changes will be lost.
 \end_layout
 
 \begin_layout Description
-Origin Asger, 2 Feb 1997
+Origin Asger,
+ 2 Feb 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -6331,7 +7269,8 @@ Syntax buffer-reset-export
 \end_layout
 
 \begin_layout Description
-Origin spitz, 27 Dec 2019
+Origin spitz,
+ 27 Dec 2019
 \end_layout
 
 \begin_layout Subsection*
@@ -6351,11 +7290,14 @@ Syntax buffer-save-as-default [<ARGS>]
 \end_layout
 
 \begin_layout Description
-Params <ARGS>: contains the particular settings to be saved. They obey the syntax you can find in document header of usual .lyx file.
+Params <ARGS>:
+ contains the particular settings to be saved.
+ They obey the syntax you can find in document header of usual .lyx file.
 \end_layout
 
 \begin_layout Description
-Origin leeming, 30 Mar 2004
+Origin leeming,
+ 30 Mar 2004
 \end_layout
 
 \begin_layout Subsection*
@@ -6371,7 +7313,8 @@ Syntax buffer-switch <BUFFER>
 \end_layout
 
 \begin_layout Description
-Params <BUFFER>: path and filename of already opened (but possibly hidden) document which is to be shown.
+Params <BUFFER>:
+ path and filename of already opened (but possibly hidden) document which is to be shown.
 \end_layout
 
 \begin_layout Subsection*
@@ -6387,7 +7330,8 @@ Syntax buffer-toggle-compression
 \end_layout
 
 \begin_layout Description
-Origin bpeng, 27 Apr 2006
+Origin bpeng,
+ 27 Apr 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -6399,7 +7343,8 @@ Action Toggle editing mode of the current document between read/write and read-o
 \end_layout
 
 \begin_layout Description
-Notion This function is not allowed if the file is under version control, since read-only flag is often used in version control file locking.
+Notion This function is not allowed if the file is under version control,
+ since read-only flag is often used in version control file locking.
 \end_layout
 
 \begin_layout Description
@@ -6407,7 +7352,8 @@ Syntax buffer-toggle-read-only
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 27 May 1997
+Origin Lgb,
+ 27 May 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -6419,7 +7365,9 @@ Action Exports the current document and put the result into the temporary direct
 \end_layout
 
 \begin_layout Description
-Notion In case you are already viewing the exported document (see LFUN_BUFFER_VIEW) the output will be rewritten - updated. This is useful in case your viewer is able to detect such changes (e.g. ghostview for postscript).
+Notion In case you are already viewing the exported document (see LFUN_BUFFER_VIEW) the output will be rewritten - updated.
+ This is useful in case your viewer is able to detect such changes (e.g.
+ ghostview for postscript).
 \end_layout
 
 \begin_layout Description
@@ -6427,11 +7375,17 @@ Syntax buffer-update [<FORMAT>]
 \end_layout
 
 \begin_layout Description
-Params <FORMAT>: The format to display, where this is one of the formats defined in the Tools>Preferences>File Formats dialog, use the "Short name" field. If no format is given, the default format as specified in the same dialog is used.
+Params <FORMAT>:
+ The format to display,
+ where this is one of the formats defined in the Tools>Preferences>File Formats dialog,
+ use the "Short name" field.
+ If no format is given,
+ the default format as specified in the same dialog is used.
 \end_layout
 
 \begin_layout Description
-Origin Dekel, 5 Aug 2000
+Origin Dekel,
+ 5 Aug 2000
 \end_layout
 
 \begin_layout Subsection*
@@ -6443,7 +7397,12 @@ Action Displays current buffer in chosen format.
 \end_layout
 
 \begin_layout Description
-Notion Displays the contents of the current buffer in the chosen format, for example, PDF or DVI. This runs the necessary converter, calls the defined viewer, and so forth.
+Notion Displays the contents of the current buffer in the chosen format,
+ for example,
+ PDF or DVI.
+ This runs the necessary converter,
+ calls the defined viewer,
+ and so forth.
 \end_layout
 
 \begin_layout Description
@@ -6451,7 +7410,11 @@ Syntax buffer-view [<FORMAT>]
 \end_layout
 
 \begin_layout Description
-Params <FORMAT>: The format to display, where this is one of the formats defined (in the current GUI) in the Tools>Preferences>File Formats dialog. If no format is given, the default format as specified in the same dialog is used.
+Params <FORMAT>:
+ The format to display,
+ where this is one of the formats defined (in the current GUI) in the Tools>Preferences>File Formats dialog.
+ If no format is given,
+ the default format as specified in the same dialog is used.
 \end_layout
 
 \begin_layout Subsection*
@@ -6463,7 +7426,10 @@ Action Opens the file that was created from last preview of this buffer.
 \end_layout
 
 \begin_layout Description
-Notion This LFUN is called by the "Show Output Anyway" button in the LaTeX Errors dialog. It can also be called by the user, which is useful if the document takes a long time to compile, and you just want to see the last previewed version.
+Notion This LFUN is called by the "Show Output Anyway" button in the LaTeX Errors dialog.
+ It can also be called by the user,
+ which is useful if the document takes a long time to compile,
+ and you just want to see the last previewed version.
 \end_layout
 
 \begin_layout Description
@@ -6479,7 +7445,9 @@ Action Saves the current buffer.
 \end_layout
 
 \begin_layout Description
-Notion Saves the current buffer to disk, using the filename that is already associated with the buffer, asking for one if none is yet assigned.
+Notion Saves the current buffer to disk,
+ using the filename that is already associated with the buffer,
+ asking for one if none is yet assigned.
 \end_layout
 
 \begin_layout Description
@@ -6487,7 +7455,8 @@ Syntax buffer-write [force]
 \end_layout
 
 \begin_layout Description
-Params force: write even if buffer is not marked as modified.
+Params force:
+ write even if buffer is not marked as modified.
 \end_layout
 
 \begin_layout Subsection*
@@ -6503,7 +7472,8 @@ Syntax buffer-write-all
 \end_layout
 
 \begin_layout Description
-Origin rgh, gpothier 6 Aug 2007
+Origin rgh,
+ gpothier 6 Aug 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -6519,7 +7489,9 @@ Syntax buffer-write-as <FILENAME>
 \end_layout
 
 \begin_layout Description
-Params <FILENAME>: New name of the buffer/file. A relative path is with respect to the original location of the buffer/file.
+Params <FILENAME>:
+ New name of the buffer/file.
+ A relative path is with respect to the original location of the buffer/file.
 \end_layout
 
 \begin_layout Subsection*
@@ -6535,7 +7507,9 @@ Syntax buffer-write-as-template <FILENAME>
 \end_layout
 
 \begin_layout Description
-Params <FILENAME>: New name of the buffer/file. A relative path is with respect to the original location of the buffer/file.
+Params <FILENAME>:
+ New name of the buffer/file.
+ A relative path is with respect to the original location of the buffer/file.
 \end_layout
 
 \begin_layout Subsection*
@@ -6551,11 +7525,14 @@ Syntax buffer-zoom [<ZOOM>]
 \end_layout
 
 \begin_layout Description
-Params <ZOOM>: The target zoom value in %; the default is the default zoom as saved in preferences.
+Params <ZOOM>:
+ The target zoom value in %;
+ the default is the default zoom as saved in preferences.
 \end_layout
 
 \begin_layout Description
-Origin daniel, 28 Oct 2016
+Origin daniel,
+ 28 Oct 2016
 \end_layout
 
 \begin_layout Subsection*
@@ -6571,11 +7548,15 @@ Syntax buffer-zoom-in [<ZOOM>]
 \end_layout
 
 \begin_layout Description
-Params <ZOOM>: The zoom value addition in % (neg. or pos.); the default is 10% of the default zoom as saved in preferences.
+Params <ZOOM>:
+ The zoom value addition in % (neg.
+ or pos.);
+ the default is 10% of the default zoom as saved in preferences.
 \end_layout
 
 \begin_layout Description
-Origin vfr, 30 Mar 2009
+Origin vfr,
+ 30 Mar 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -6591,11 +7572,15 @@ Syntax buffer-zoom-out [<ZOOM>]
 \end_layout
 
 \begin_layout Description
-Params <ZOOM>: The zoom value abstraction in % (neg. or pos.); the default is 10% of the default zoom as saved in preferences.
+Params <ZOOM>:
+ The zoom value abstraction in % (neg.
+ or pos.);
+ the default is 10% of the default zoom as saved in preferences.
 \end_layout
 
 \begin_layout Description
-Origin vfr, 30 Mar 2009
+Origin vfr,
+ 30 Mar 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -6609,7 +7594,8 @@ Action Generates the code (literate programming).
 \begin_layout Description
 Notion Latex file with extension 
 \backslash
-literate_extension is generated. Then LyX invokes 
+literate_extension is generated.
+ Then LyX invokes 
 \backslash
 build_command (with a default of ``make'') to generate the code and 
 \backslash
@@ -6617,7 +7603,9 @@ build_error_filter to process the compilation error messages.
 \begin_inset Newline newline
 \end_inset
 
-In case you want to process your literate file with a script, or some other program, just insert in your lyxrc file an entry with:
+In case you want to process your literate file with a script,
+ or some other program,
+ just insert in your lyxrc file an entry with:
 \begin_inset Newline newline
 \end_inset
 
@@ -6651,7 +7639,8 @@ Syntax file-open [<FILE>]
 \end_layout
 
 \begin_layout Description
-Params <FILE>: Filename to be opened.
+Params <FILE>:
+ Filename to be opened.
 \end_layout
 
 \begin_layout Subsection*
@@ -6667,11 +7656,13 @@ Syntax help-open <FILE>[.lyx]
 \end_layout
 
 \begin_layout Description
-Params <FILE>: any document from (/usr/share/)doc directory.
+Params <FILE>:
+ any document from (/usr/share/)doc directory.
 \end_layout
 
 \begin_layout Description
-Origin Jug, 27 Jun 1999
+Origin Jug,
+ 27 Jun 1999
 \end_layout
 
 \begin_layout Subsection*
@@ -6687,7 +7678,9 @@ Syntax icon-size [<SIZE>]
 \end_layout
 
 \begin_layout Description
-Params <SIZE> : the icon size in px or one of the logical settings small|normal|big|huge|giant, the default is normal (whose size in px is icon set dependent).
+Params <SIZE> :
+ the icon size in px or one of the logical settings small|normal|big|huge|giant,
+ the default is normal (whose size in px is icon set dependent).
 \end_layout
 
 \begin_layout Description
@@ -6703,7 +7696,9 @@ Action Helper function for master-related actions
 \end_layout
 
 \begin_layout Description
-Notion In a buffer, the function will be disabled if the buffer has no master or children. It thus allows to enable actions only in documents with master/children
+Notion In a buffer,
+ the function will be disabled if the buffer has no master or children.
+ It thus allows to enable actions only in documents with master/children
 \end_layout
 
 \begin_layout Description
@@ -6711,7 +7706,8 @@ Syntax ifrelatives <ACTION>
 \end_layout
 
 \begin_layout Description
-Origin spitz, 2 January 2020
+Origin spitz,
+ 2 January 2020
 \end_layout
 
 \begin_layout Subsection*
@@ -6723,7 +7719,9 @@ Action Terminates the current LyX instance.
 \end_layout
 
 \begin_layout Description
-Notion Terminates the current LyX instance, asking whether to save modified documents, etc.
+Notion Terminates the current LyX instance,
+ asking whether to save modified documents,
+ etc.
 \end_layout
 
 \begin_layout Description
@@ -6735,7 +7733,8 @@ lyxfiles-open
 \end_layout
 
 \begin_layout Description
-Action Open lyxfiles (templates/examples). Create a view if he have none.
+Action Open lyxfiles (templates/examples).
+ Create a view if he have none.
 \end_layout
 
 \begin_layout Description
@@ -6743,11 +7742,14 @@ Syntax lyxfiles-open [<TYPE>]
 \end_layout
 
 \begin_layout Description
-Params <TYPE>: templates or examples. Default is templates.
+Params <TYPE>:
+ templates or examples.
+ Default is templates.
 \end_layout
 
 \begin_layout Description
-Origin spitz, 10 Feb 2021
+Origin spitz,
+ 10 Feb 2021
 \end_layout
 
 \begin_layout Subsection*
@@ -6763,7 +7765,9 @@ Syntax master-buffer-export [<FORMAT>] [<DEST>]
 \end_layout
 
 \begin_layout Description
-Params <FORMAT> is one of the formats which you can find in Tools->Preferences->File formats->Format. Usual format you will enter is "pdf2" (pdflatex), "pdflatex" (plain tex for pdflatex) or "ps" for postscript.
+Params <FORMAT> is one of the formats which you can find in Tools->Preferences->File formats->Format.
+ Usual format you will enter is "pdf2" (pdflatex),
+ "pdflatex" (plain tex for pdflatex) or "ps" for postscript.
 \begin_inset Newline newline
 \end_inset
 
@@ -6771,15 +7775,20 @@ Note that "custom" is not allowed in this case.
 \begin_inset Newline newline
 \end_inset
 
-If absent or "default", then the default output format of the document is used.
+If absent or "default",
+ then the default output format of the document is used.
 \begin_inset Newline newline
 \end_inset
 
-<DEST>   If present, this argument provides the export destination filename. Its containing folder will also be the destination folder, where all the needed external files will be copied.
+<DEST>   If present,
+ this argument provides the export destination filename.
+ Its containing folder will also be the destination folder,
+ where all the needed external files will be copied.
 \end_layout
 
 \begin_layout Description
-Origin rkh, 18 April 2018
+Origin rkh,
+ 18 April 2018
 \end_layout
 
 \begin_layout Subsection*
@@ -6787,7 +7796,8 @@ master-buffer-forall
 \end_layout
 
 \begin_layout Description
-Action Applies a command to a buffer and all it children, starting from the master.
+Action Applies a command to a buffer and all it children,
+ starting from the master.
 \end_layout
 
 \begin_layout Description
@@ -6795,7 +7805,8 @@ Syntax master-buffer-forall <LFUN-COMMAND>
 \end_layout
 
 \begin_layout Description
-Params <LFUN-COMMAND>: The command to be applied to the buffers.
+Params <LFUN-COMMAND>:
+ The command to be applied to the buffers.
 \end_layout
 
 \begin_layout Description
@@ -6843,7 +7854,8 @@ Sample Close all Notes in buffers:
 \end_layout
 
 \begin_layout Description
-Origin spitz, 31 Dec 2019
+Origin spitz,
+ 31 Dec 2019
 \end_layout
 
 \begin_layout Subsection*
@@ -6851,7 +7863,8 @@ master-buffer-update
 \end_layout
 
 \begin_layout Description
-Action Update (export) the document built from the master buffer, if the current buffer is part of a master/child document.
+Action Update (export) the document built from the master buffer,
+ if the current buffer is part of a master/child document.
 \end_layout
 
 \begin_layout Description
@@ -6859,11 +7872,16 @@ Syntax master-buffer-update [<FORMAT>]
 \end_layout
 
 \begin_layout Description
-Params <FORMAT>: The format to display, where this is one of the formats defined (in the current GUI) in the Tools>Preferences>File Formats dialog. If no format is given, the default format as specified in the same dialog is used.
+Params <FORMAT>:
+ The format to display,
+ where this is one of the formats defined (in the current GUI) in the Tools>Preferences>File Formats dialog.
+ If no format is given,
+ the default format as specified in the same dialog is used.
 \end_layout
 
 \begin_layout Description
-Origin Tommaso, 20 Sep 2007
+Origin Tommaso,
+ 20 Sep 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -6871,7 +7889,9 @@ master-buffer-view
 \end_layout
 
 \begin_layout Description
-Action Show a preview built from the master buffer, if available. if the current buffer is part of a master/child document.
+Action Show a preview built from the master buffer,
+ if available.
+ if the current buffer is part of a master/child document.
 \end_layout
 
 \begin_layout Description
@@ -6879,11 +7899,16 @@ Syntax master-buffer-view [<FORMAT>]
 \end_layout
 
 \begin_layout Description
-Params <FORMAT>: The format to display, where this is one of the formats defined (in the current GUI) in the Tools>Preferences>File Formats dialog. If no format is given, the default format as specified in the same dialog is used.
+Params <FORMAT>:
+ The format to display,
+ where this is one of the formats defined (in the current GUI) in the Tools>Preferences>File Formats dialog.
+ If no format is given,
+ the default format as specified in the same dialog is used.
 \end_layout
 
 \begin_layout Description
-Origin Tommaso, 20 Sep 2007
+Origin Tommaso,
+ 20 Sep 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -6899,7 +7924,9 @@ Syntax menu-open <NAME>
 \end_layout
 
 \begin_layout Description
-Params <NAME>: menu name. See various .inc files in lib/ui for candidates.
+Params <NAME>:
+ menu name.
+ See various .inc files in lib/ui for candidates.
 \end_layout
 
 \begin_layout Subsection*
@@ -6911,7 +7938,9 @@ Action Close the current tab group.
 \end_layout
 
 \begin_layout Description
-Notion This only closes the work areas, not the buffers themselves. The still opened buffers can be visualized in another tab group.
+Notion This only closes the work areas,
+ not the buffers themselves.
+ The still opened buffers can be visualized in another tab group.
 \end_layout
 
 \begin_layout Description
@@ -6919,7 +7948,8 @@ Syntax tab-group-close
 \end_layout
 
 \begin_layout Description
-Origin Abdel, 21 Feb 2008
+Origin Abdel,
+ 21 Feb 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -6959,11 +7989,13 @@ Syntax toolbar-movable <NAME>
 \end_layout
 
 \begin_layout Description
-Params <NAME>: *|standard|extra|table|math|mathmacrotemplate| minibuffer|review|view/update|math_panels|vcs| view-others|update-others
+Params <NAME>:
+ *|standard|extra|table|math|mathmacrotemplate| minibuffer|review|view/update|math_panels|vcs| view-others|update-others
 \end_layout
 
 \begin_layout Description
-Origin daniel, 12 July 2016
+Origin daniel,
+ 12 July 2016
 \end_layout
 
 \begin_layout Subsection*
@@ -6971,7 +8003,9 @@ toolbar-set
 \end_layout
 
 \begin_layout Description
-Action Sets visibility of a given toolbar to on, off, or auto.
+Action Sets visibility of a given toolbar to on,
+ off,
+ or auto.
 \end_layout
 
 \begin_layout Description
@@ -6983,7 +8017,8 @@ Syntax toolbar-set <NAME> [on|off|auto]
 \end_layout
 
 \begin_layout Description
-Params <NAME>: standard|extra|table|math|mathmacrotemplate|
+Params <NAME>:
+ standard|extra|table|math|mathmacrotemplate|
 \begin_inset Newline newline
 \end_inset
 
@@ -6995,7 +8030,8 @@ view-others|update-others
 \end_layout
 
 \begin_layout Description
-Origin spitz, 17 Dec 2020
+Origin spitz,
+ 17 Dec 2020
 \end_layout
 
 \begin_layout Subsection*
@@ -7015,7 +8051,8 @@ Syntax toolbar-toggle <NAME> [allowauto]
 \end_layout
 
 \begin_layout Description
-Params <NAME>: standard|extra|table|math|mathmacrotemplate|
+Params <NAME>:
+ standard|extra|table|math|mathmacrotemplate|
 \begin_inset Newline newline
 \end_inset
 
@@ -7027,7 +8064,8 @@ view-others|update-others
 \end_layout
 
 \begin_layout Description
-Origin Edwin, 21 May 2007
+Origin Edwin,
+ 21 May 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -7043,47 +8081,62 @@ Syntax ui-toggle <statusbar|menubar|scrollbar|frame|fullscreen>
 \end_layout
 
 \begin_layout Description
-Params statusbar     : Toggle visibility of the statusbar.
+Params statusbar     :
+ Toggle visibility of the statusbar.
 \begin_inset Newline newline
 \end_inset
 
-menubar       : Toggle visibility of the menubar.
+menubar       :
+ Toggle visibility of the menubar.
 \begin_inset Newline newline
 \end_inset
 
-scrollbar     : Toggle visibility of the scrollbar.
+scrollbar     :
+ Toggle visibility of the scrollbar.
 \begin_inset Newline newline
 \end_inset
 
-frame         : Toggle visibility of the frames around editing window.
+frame         :
+ Toggle visibility of the frames around editing window.
 \begin_inset Newline newline
 \end_inset
 
-zoomslider    : Toggle visibility of the zoom slider in statusbar.
+zoomslider    :
+ Toggle visibility of the zoom slider in statusbar.
 \begin_inset Newline newline
 \end_inset
 
-zoomlevel     : Toggle visibility of the zoom level display in statusbar.
+zoomlevel     :
+ Toggle visibility of the zoom level display in statusbar.
 \begin_inset Newline newline
 \end_inset
 
-statistics-w  : Toggle visibility of the document word count in statusbar.
+statistics-w  :
+ Toggle visibility of the document word count in statusbar.
 \begin_inset Newline newline
 \end_inset
 
-statistics-cb : Toggle visibility of the document character count (incl. blanks) in statusbar.
+statistics-cb :
+ Toggle visibility of the document character count (incl.
+ blanks) in statusbar.
 \begin_inset Newline newline
 \end_inset
 
-statistics-c  : Toggle visibility of the document character count (excl. blanks) in statusbar.
+statistics-c  :
+ Toggle visibility of the document character count (excl.
+ blanks) in statusbar.
 \begin_inset Newline newline
 \end_inset
 
-fullscreen    : Toggle fullscreen mode. This also covers calling the previous functions. However LFUN_TOOLBAR_TOGGLE for the custom tweaks of the toolbars should be used.
+fullscreen    :
+ Toggle fullscreen mode.
+ This also covers calling the previous functions.
+ However LFUN_TOOLBAR_TOGGLE for the custom tweaks of the toolbars should be used.
 \end_layout
 
 \begin_layout Description
-Origin sanda, 9 Feb 2007
+Origin sanda,
+ 9 Feb 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -7095,7 +8148,9 @@ Action Close the current document work area.
 \end_layout
 
 \begin_layout Description
-Notion Close the current work area. If no other work areas are showing the buffer, then close the associated buffer as well.
+Notion Close the current work area.
+ If no other work areas are showing the buffer,
+ then close the associated buffer as well.
 \end_layout
 
 \begin_layout Description
@@ -7103,7 +8158,8 @@ Syntax view-close
 \end_layout
 
 \begin_layout Description
-Origin Tommaso, 15 Sep 2012
+Origin Tommaso,
+ 15 Sep 2012
 \end_layout
 
 \begin_layout Subsection*
@@ -7123,15 +8179,18 @@ Syntax view-split <vertical|horizontal>
 \end_layout
 
 \begin_layout Description
-Params horizontal : The work areas are laid out side by side.
+Params horizontal :
+ The work areas are laid out side by side.
 \begin_inset Newline newline
 \end_inset
 
-vertical   : The work areas laid out vertically.
+vertical   :
+ The work areas laid out vertically.
 \end_layout
 
 \begin_layout Description
-Origin Abdel, 20 Feb 2008
+Origin Abdel,
+ 20 Feb 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -7147,7 +8206,8 @@ Syntax window-close
 \end_layout
 
 \begin_layout Description
-Origin Abdel, 23 Oct 2006
+Origin Abdel,
+ 23 Oct 2006
 \end_layout
 
 \begin_layout Subsection*
@@ -7167,15 +8227,19 @@ Syntax window-new [<GEOMETRY>]
 \end_layout
 
 \begin_layout Description
-Params <GEOMETRY>: pass the geometry of the window. This parameter is currently accepted only on Windows platform.
+Params <GEOMETRY>:
+ pass the geometry of the window.
+ This parameter is currently accepted only on Windows platform.
 \end_layout
 
 \begin_layout Description
-Origin Abdel, 21 Oct 2006
+Origin Abdel,
+ 21 Oct 2006
 \end_layout
 
 \begin_layout Section
-System Functions (Preferences, LyX Server etc.)
+System Functions (Preferences,
+ LyX Server etc.)
 \end_layout
 
 \begin_layout Subsection*
@@ -7195,7 +8259,8 @@ Syntax bibtex-database-list
 \end_layout
 
 \begin_layout Description
-Origin bpiwowar, 18 December 2022
+Origin bpiwowar,
+ 18 December 2022
 \end_layout
 
 \begin_layout Subsection*
@@ -7207,7 +8272,10 @@ Action Toggles including of resources for forward/reverse search of the given do
 \end_layout
 
 \begin_layout Description
-Notion When toggled on, SyncTeX is invoked for PDF, while srcltx package is used for DVI. Custom LaTeX macro can be defined in preferences.
+Notion When toggled on,
+ SyncTeX is invoked for PDF,
+ while srcltx package is used for DVI.
+ Custom LaTeX macro can be defined in preferences.
 \end_layout
 
 \begin_layout Description
@@ -7215,7 +8283,8 @@ Syntax buffer-toggle-output-sync
 \end_layout
 
 \begin_layout Description
-Origin sanda, 25 May 2010
+Origin sanda,
+ 25 May 2010
 \end_layout
 
 \begin_layout Subsection*
@@ -7233,13 +8302,16 @@ Notion The definitions are by default read from lib/commands/default.def.
 
 A .def file allows to define a command with 
 \backslash
-define "<NAME>" "<LFUN>" where <NAME> is the name of the new command and <LFUN> is the lfun code to be executed (see e.g. LFUN_COMMAND_SEQUENCE). 
+define "<NAME>" "<LFUN>" where <NAME> is the name of the new command and <LFUN> is the lfun code to be executed (see e.g.
+ LFUN_COMMAND_SEQUENCE).
 \backslash
 def_file "FileName" allows to include another .def file.
 \begin_inset Newline newline
 \end_inset
 
-This is particularly useful in connection with toolbar buttons: Since the name of the button image for this lfun is lib/images/commands/<NAME>.png this is the way to assign an image to a complex command-sequence.
+This is particularly useful in connection with toolbar buttons:
+ Since the name of the button image for this lfun is lib/images/commands/<NAME>.png this is the way to assign an image to a complex command-sequence.
 \end_layout
 
 \begin_layout Description
@@ -7247,11 +8319,13 @@ Syntax call <NAME>
 \end_layout
 
 \begin_layout Description
-Params <NAME>: Name of the command that must be called.
+Params <NAME>:
+ Name of the command that must be called.
 \end_layout
 
 \begin_layout Description
-Origin broider, 2 Oct 2007
+Origin broider,
+ 2 Oct 2007
 \end_layout
 
 \begin_layout Subsection*
@@ -7275,7 +8349,8 @@ Action Runs the first listed command that is enabled.
 \end_layout
 
 \begin_layout Description
-Notion This can be used to bind multiple functions to a single key, and then which one is used will depend upon the context.
+Notion This can be used to bind multiple functions to a single key,
+ and then which one is used will depend upon the context.
 \end_layout
 
 \begin_layout Description
@@ -7283,7 +8358,8 @@ Syntax command-alternatives <CMDS>
 \end_layout
 
 \begin_layout Description
-Params <CMDS>: Sequence of commands separated by semicolons.
+Params <CMDS>:
+ Sequence of commands separated by semicolons.
 \end_layout
 
 \begin_layout Description
@@ -7291,7 +8367,8 @@ Sample command-alternatives completion-accept;cell-forward
 \end_layout
 
 \begin_layout Description
-Origin rgh, 24 September 2008
+Origin rgh,
+ 24 September 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -7307,17 +8384,24 @@ Syntax command-sequence <CMDS>
 \end_layout
 
 \begin_layout Description
-Params <CMDS>: Sequence of commands separated by semicolons.
+Params <CMDS>:
+ Sequence of commands separated by semicolons.
 \end_layout
 
 \begin_layout Description
-Sample command-sequence cut; ert-insert; self-insert 
+Sample command-sequence cut;
+ ert-insert;
+ self-insert 
 \backslash
-; paste; self-insert {}; inset-toggle;
+;
+ paste;
+ self-insert {};
+ inset-toggle;
 \end_layout
 
 \begin_layout Description
-Origin Andre, 11 Nov 1999
+Origin Andre,
+ 11 Nov 1999
 \end_layout
 
 \begin_layout Subsection*
@@ -7333,7 +8417,8 @@ Syntax toggle-cursor-follows-scrollbar
 \end_layout
 
 \begin_layout Description
-Origin ARRae, 2 Dec 1997
+Origin ARRae,
+ 2 Dec 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -7349,11 +8434,15 @@ Syntax debug-level-set <LEVEL>
 \end_layout
 
 \begin_layout Description
-Params <LEVEL>: comma separated list of levels or the correspondent number of their combination. 0 is equivalent to disabling all debug events. See lyx -dbg for the current list of debug levels and their numbers.
+Params <LEVEL>:
+ comma separated list of levels or the correspondent number of their combination.
+ 0 is equivalent to disabling all debug events.
+ See lyx -dbg for the current list of debug levels and their numbers.
 \end_layout
 
 \begin_layout Description
-Origin sanda, 28 Dec 2009
+Origin sanda,
+ 28 Dec 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -7365,7 +8454,9 @@ Action toggle a mode where more information is given in UI
 \end_layout
 
 \begin_layout Description
-Notion in so called "devel" mode, the information given in the status bar is more precise, and the help documents are open in editing mode.
+Notion in so called "devel" mode,
+ the information given in the status bar is more precise,
+ and the help documents are open in editing mode.
 \end_layout
 
 \begin_layout Description
@@ -7373,7 +8464,8 @@ Syntax devel-mode-toggle
 \end_layout
 
 \begin_layout Description
-Origin lasgouttes, 23 Jul 2017
+Origin lasgouttes,
+ 23 Jul 2017
 \end_layout
 
 \begin_layout Subsection*
@@ -7385,7 +8477,8 @@ Action Sets the cursor position in the previewed (dvi/pdf) file based on the row
 \end_layout
 
 \begin_layout Description
-Notion The external program used for forward search call can be specified in LyX Output preferences. See Additional manual for details of these settings.
+Notion The external program used for forward search call can be specified in LyX Output preferences.
+ See Additional manual for details of these settings.
 \end_layout
 
 \begin_layout Description
@@ -7393,7 +8486,8 @@ Syntax forward-search
 \end_layout
 
 \begin_layout Description
-Origin sanda, 14 Apr 2010
+Origin sanda,
+ 14 Apr 2010
 \end_layout
 
 \begin_layout Subsection*
@@ -7409,7 +8503,10 @@ Syntax lyxrc-apply <SETTINGS>
 \end_layout
 
 \begin_layout Description
-Params <SETTINGS>: settings which are to be set. Take a look into ~/.lyx/preferences to get an idea which commands to use and their syntax. lyx::LyXRC::LyXRCTags has the list of possible commands.
+Params <SETTINGS>:
+ settings which are to be set.
+ Take a look into ~/.lyx/preferences to get an idea which commands to use and their syntax.
+ lyx::LyXRC::LyXRCTags has the list of possible commands.
 \end_layout
 
 \begin_layout Subsection*
@@ -7425,7 +8522,8 @@ Syntax message <STRING>
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 8 Apr 2001
+Origin Lgb,
+ 8 Apr 2001
 \end_layout
 
 \begin_layout Subsection*
@@ -7457,7 +8555,8 @@ Syntax preferences-save
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 27 Nov 1999
+Origin Lgb,
+ 27 Nov 1999
 \end_layout
 
 \begin_layout Subsection*
@@ -7473,7 +8572,8 @@ Syntax reconfigure
 \end_layout
 
 \begin_layout Description
-Origin Asger, 14 Feb 1997
+Origin Asger,
+ 14 Feb 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -7489,11 +8589,13 @@ Syntax search-ignore <type> <value>
 \end_layout
 
 \begin_layout Description
-Params <type>: language|color|sectioning|font|series|shape|family|markup|underline|strike|deleted|non-output-content
+Params <type>:
+ language|color|sectioning|font|series|shape|family|markup|underline|strike|deleted|non-output-content
 \begin_inset Newline newline
 \end_inset
 
-<value>: true|false
+<value>:
+ true|false
 \end_layout
 
 \begin_layout Subsection*
@@ -7529,7 +8631,8 @@ Action Returns the statistics (number of words and characters) in the document o
 \end_layout
 
 \begin_layout Description
-Notion Note that this function gives the number of words/chars written, not the number of characters which will be typeset.
+Notion Note that this function gives the number of words/chars written,
+ not the number of characters which will be typeset.
 \end_layout
 
 \begin_layout Description
@@ -7537,23 +8640,31 @@ Syntax server-get-statistics [<TYPE>]
 \end_layout
 
 \begin_layout Description
-Params <TYPE>: <words|chars|chars-space> The requested count; if not specified, the three values are returned, separated by a space.
+Params <TYPE>:
+ <words|chars|chars-space> The requested count;
+ if not specified,
+ the three values are returned,
+ separated by a space.
 \begin_inset Newline newline
 \end_inset
 
-words: count words.
+words:
+ count words.
 \begin_inset Newline newline
 \end_inset
 
-chars: count characters.
+chars:
+ count characters.
 \begin_inset Newline newline
 \end_inset
 
-chars-space: count characters and spaces.
+chars-space:
+ count characters and spaces.
 \end_layout
 
 \begin_layout Description
-Origin brokenclock, Oct 10 2014
+Origin brokenclock,
+ Oct 10 2014
 \end_layout
 
 \begin_layout Subsection*
@@ -7577,7 +8688,8 @@ Action Sets the cursor position in LyX based on the row number of generated TeX
 \end_layout
 
 \begin_layout Description
-Notion This can be useful for DVI inverse-search or detection of the problematic line from LaTeX compilation. Note that before this function can be used export to LaTeX output must occur (in order to map the row numbers).
+Notion This can be useful for DVI inverse-search or detection of the problematic line from LaTeX compilation.
+ Note that before this function can be used export to LaTeX output must occur (in order to map the row numbers).
 \end_layout
 
 \begin_layout Description
@@ -7585,15 +8697,20 @@ Syntax server-goto-file-row <FILE[.ext]> <ROW_NUMBER>
 \end_layout
 
 \begin_layout Description
-Params <FILE>: the path and filename. Environment variables are expanded in the path. In case this LFUN does not work make sure you are giving correct path to the file.
+Params <FILE>:
+ the path and filename.
+ Environment variables are expanded in the path.
+ In case this LFUN does not work make sure you are giving correct path to the file.
 \begin_inset Newline newline
 \end_inset
 
-If the file is located inside LyX temporary directory it will be mapped back into the appropriate opened buffer (e.g. for the case of generated .tex file).
+If the file is located inside LyX temporary directory it will be mapped back into the appropriate opened buffer (e.g.
+ for the case of generated .tex file).
 \begin_inset Newline newline
 \end_inset
 
-.ext: extensions will be automatically replaced by .lyx.
+.ext:
+ extensions will be automatically replaced by .lyx.
 \begin_inset Newline newline
 \end_inset
 
@@ -7609,7 +8726,8 @@ server-goto-file-row /tmp/lyx_tmpdir.XM3088/lyx_tmpbuf0/example.tex 41
 \end_layout
 
 \begin_layout Description
-Origin Edmar, 23 Dec 1998
+Origin Edmar,
+ 23 Dec 1998
 \end_layout
 
 \begin_layout Subsection*
@@ -7621,7 +8739,8 @@ Action Sends notify message about the last key-sequence to client.
 \end_layout
 
 \begin_layout Description
-Notion This can be used to grab last key-sequence used inside the LyX window. See also Debug extensions section in Additional features manual.
+Notion This can be used to grab last key-sequence used inside the LyX window.
+ See also Debug extensions section in Additional features manual.
 \end_layout
 
 \begin_layout Description
@@ -7645,11 +8764,13 @@ set-color
 \end_layout
 
 \begin_layout Description
-Action Set the given LyX color to the color defined by the X11 name given, and optionally a specific color for dark mode.
+Action Set the given LyX color to the color defined by the X11 name given,
+ and optionally a specific color for dark mode.
 \end_layout
 
 \begin_layout Description
-Notion A new color entry is created if the color is unknown. Color names can be stored as a part of user settings.
+Notion A new color entry is created if the color is unknown.
+ Color names can be stored as a part of user settings.
 \end_layout
 
 \begin_layout Description
@@ -7657,7 +8778,8 @@ Syntax set-color <LYX_NAME> <X11_NAME> [<X11_DARKNAME>]
 \end_layout
 
 \begin_layout Description
-Origin SLior, 11 Jun 2000
+Origin SLior,
+ 11 Jun 2000
 \end_layout
 
 \begin_layout Subsection*
@@ -7669,7 +8791,8 @@ Action Count the statistics (number of words and characters) in the document or
 \end_layout
 
 \begin_layout Description
-Notion Note that this function gives the number of words/chars written, not the number of characters which will be typeset.
+Notion Note that this function gives the number of words/chars written,
+ not the number of characters which will be typeset.
 \end_layout
 
 \begin_layout Description
@@ -7677,7 +8800,10 @@ Syntax statistics
 \end_layout
 
 \begin_layout Description
-Origin lasgouttes, Jan 27 2004; sanda, Jan 8 2008
+Origin lasgouttes,
+ Jan 27 2004;
+ sanda,
+ Jan 8 2008
 \end_layout
 
 \begin_layout Subsection*
@@ -7697,7 +8823,8 @@ Syntax vc-check-in
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 1 Jul 1997
+Origin Lgb,
+ 1 Jul 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -7713,7 +8840,8 @@ Syntax vc-check-out
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 1 Jul 1997
+Origin Lgb,
+ 1 Jul 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -7721,7 +8849,8 @@ vc-command
 \end_layout
 
 \begin_layout Description
-Action Executes external command. This command is intended to support additional VCS commands.
+Action Executes external command.
+ This command is intended to support additional VCS commands.
 \end_layout
 
 \begin_layout Description
@@ -7729,7 +8858,8 @@ Syntax vc-command <FLAG> <PATH> <COMMAND>
 \end_layout
 
 \begin_layout Description
-Params  <FLAG>: Flags for the command can be combined together.
+Params  <FLAG>:
+ Flags for the command can be combined together.
 \begin_inset Newline newline
 \end_inset
 
@@ -7753,11 +8883,15 @@ M - Message - ask for input string (commit message)
 \begin_inset Newline newline
 \end_inset
 
-<PATH>: path where to start. $$p will be replaced by the current document path.
+<PATH>:
+ path where to start.
+ $$p will be replaced by the current document path.
 \begin_inset Newline newline
 \end_inset
 
-<COMMAND>: command to execute. $$i/$$p/$$m will be replaced by the current document(with absolute path)/path/message.
+<COMMAND>:
+ command to execute.
+ $$i/$$p/$$m will be replaced by the current document(with absolute path)/path/message.
 \end_layout
 
 \begin_layout Description
@@ -7765,7 +8899,8 @@ Sample vc-command DR $$p "svn up"
 \end_layout
 
 \begin_layout Description
-Origin sanda, 13 Jan 2009
+Origin sanda,
+ 13 Jan 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -7785,19 +8920,24 @@ Params Revision number either points directly to commit in history or if negativ
 \begin_inset Newline newline
 \end_inset
 
-In RCS we subtract only in the last number of revision specification. Special case "0" is reserved for the last committed revision.
+In RCS we subtract only in the last number of revision specification.
+ Special case "0" is reserved for the last committed revision.
 \begin_inset Newline newline
 \end_inset
 
-<REV1>: Older file.
+<REV1>:
+ Older file.
 \begin_inset Newline newline
 \end_inset
 
-<REV2>: Newer file. Used only if REV1 > 0.
+<REV2>:
+ Newer file.
+ Used only if REV1 > 0.
 \begin_inset Newline newline
 \end_inset
 
-If no parameter is given, interactive dialog will be shown.
+If no parameter is given,
+ interactive dialog will be shown.
 \end_layout
 
 \begin_layout Description
@@ -7825,7 +8965,8 @@ vc-compare 120 155
 \end_layout
 
 \begin_layout Description
-Origin sanda, 12 Feb 2010
+Origin sanda,
+ 12 Feb 2010
 \end_layout
 
 \begin_layout Subsection*
@@ -7837,7 +8978,9 @@ Action Copies the document to another name.
 \end_layout
 
 \begin_layout Description
-Notion Copying with revision history is only supported by SVN. For RCS and CVS it is simulated by adding the document under a new name. Disabled if uncommitted changes exist.
+Notion Copying with revision history is only supported by SVN.
+ For RCS and CVS it is simulated by adding the document under a new name.
+ Disabled if uncommitted changes exist.
 \end_layout
 
 \begin_layout Description
@@ -7845,7 +8988,8 @@ Syntax vc-copy <FILENAME>
 \end_layout
 
 \begin_layout Description
-Params <FILENAME>: New name of the document.
+Params <FILENAME>:
+ New name of the document.
 \begin_inset Newline newline
 \end_inset
 
@@ -7853,7 +8997,8 @@ A file dialog is opened if no filename is given.
 \end_layout
 
 \begin_layout Description
-Origin gb, 05 Feb 2013
+Origin gb,
+ 05 Feb 2013
 \end_layout
 
 \begin_layout Subsection*
@@ -7873,7 +9018,8 @@ Syntax vc-locking-toggle
 \end_layout
 
 \begin_layout Description
-Origin sanda, 25 Jun 2009
+Origin sanda,
+ 25 Jun 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -7885,7 +9031,8 @@ Action Register the document as an file inside version control system.
 \end_layout
 
 \begin_layout Description
-Notion File is registered inside cvs, svn or rcs repository acording to the existence of cvs/svn/rcs entries in the document's directory.
+Notion File is registered inside cvs,
+ svn or rcs repository acording to the existence of cvs/svn/rcs entries in the document's directory.
 \begin_inset Newline newline
 \end_inset
 
@@ -7897,7 +9044,8 @@ Syntax vc-register
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 1 Jul 1997
+Origin Lgb,
+ 1 Jul 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -7909,7 +9057,10 @@ Action Renames the document to another name.
 \end_layout
 
 \begin_layout Description
-Notion Renaming with revision history is only supported by SVN. For CVS it is simulated by adding the document under a new name and deleting the old one. For RCS it is not supported. Disabled if uncommitted changes exist.
+Notion Renaming with revision history is only supported by SVN.
+ For CVS it is simulated by adding the document under a new name and deleting the old one.
+ For RCS it is not supported.
+ Disabled if uncommitted changes exist.
 \end_layout
 
 \begin_layout Description
@@ -7917,7 +9068,8 @@ Syntax vc-rename <FILENAME>
 \end_layout
 
 \begin_layout Description
-Params <FILENAME>: New name of the document.
+Params <FILENAME>:
+ New name of the document.
 \begin_inset Newline newline
 \end_inset
 
@@ -7925,7 +9077,8 @@ A file dialog is opened if no filename is given.
 \end_layout
 
 \begin_layout Description
-Origin gb, 05 Feb 2013
+Origin gb,
+ 05 Feb 2013
 \end_layout
 
 \begin_layout Subsection*
@@ -7941,7 +9094,8 @@ Syntax vc-repo-update
 \end_layout
 
 \begin_layout Description
-Origin sanda, 16 Oct 2009
+Origin sanda,
+ 16 Oct 2009
 \end_layout
 
 \begin_layout Subsection*
@@ -7957,7 +9111,8 @@ Syntax vc-revert
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 1 Jul 1997
+Origin Lgb,
+ 1 Jul 1997
 \end_layout
 
 \begin_layout Subsection*
@@ -7977,7 +9132,8 @@ Syntax vc-check-out
 \end_layout
 
 \begin_layout Description
-Origin Lgb, 1 Jul 1997
+Origin Lgb,
+ 1 Jul 1997
 \end_layout
 
 \begin_layout Section
@@ -8013,7 +9169,10 @@ Action Activates the LyX window.
 \end_layout
 
 \begin_layout Description
-Notion On Linux and Mac OS, this action brings the LyX window into focus. Such behavior is not allowed by Windows OS so instead the color of the taskbar entry is changed to indicate that the window has changed in some way. This action is useful in combination with reverse search.
+Notion On Linux and Mac OS,
+ this action brings the LyX window into focus.
+ Such behavior is not allowed by Windows OS so instead the color of the taskbar entry is changed to indicate that the window has changed in some way.
+ This action is useful in combination with reverse search.
 \end_layout
 
 \begin_layout Description
@@ -8021,7 +9180,8 @@ Syntax lyx-activate
 \end_layout
 
 \begin_layout Description
-Origin skostysh, 4 Aug 2016
+Origin skostysh,
+ 4 Aug 2016
 \end_layout
 
 \begin_layout Subsection*
@@ -8033,7 +9193,8 @@ Action Inserts the given string (accordingly to the correct keymap).
 \end_layout
 
 \begin_layout Description
-Notion Automatically replace the currently selected text. Depends on lyxrc settings "auto_region_delete".
+Notion Automatically replace the currently selected text.
+ Depends on lyxrc settings "auto_region_delete".
 \end_layout
 
 \begin_layout Description
@@ -8049,7 +9210,9 @@ Action Raises the LyX window.
 \end_layout
 
 \begin_layout Description
-Notion Brings the LyX window to the front. Such behavior is allowed on Windows only when no other application has focus. This action is used when LyX is in single instance mode.
+Notion Brings the LyX window to the front.
+ Such behavior is allowed on Windows only when no other application has focus.
+ This action is used when LyX is in single instance mode.
 \end_layout
 
 \begin_layout Description
@@ -8057,7 +9220,8 @@ Syntax window-raise
 \end_layout
 
 \begin_layout Description
-Origin forenr, 21 Apr 2020
+Origin forenr,
+ 21 Apr 2020
 \end_layout
 
 \end_body