commit 0560e5df040b97728cd14befd7d5a88c0b6b7c4f
Author: Georg Baum <b...@lyx.org>
Date:   Sat Jun 4 19:46:40 2016 +0200

    Update gen_lfuns.py to current format
    
    And run it to update LFUNs.lyx. This overtakes the  syntax fix from 
b356df7fc
    as well.

diff --git a/development/tools/gen_lfuns.py b/development/tools/gen_lfuns.py
index f5d903d..64dc7dc 100755
--- a/development/tools/gen_lfuns.py
+++ b/development/tools/gen_lfuns.py
@@ -43,7 +43,7 @@ ID_DICT = dict(name=LFUN_NAME_ID, action=LFUN_ACTION_ID, 
notion=LFUN_NOTION_ID,
                 syntax=LFUN_SYNTAX_ID, params=LFUN_PARAMS_ID, 
sample=LFUN_SAMPLE_ID, origin=LFUN_ORIGIN_ID)
 
 LFUNS_HEADER = u"""# gen_lfuns.py generated this file. For more info see 
http://www.lyx.org/
-\\lyxformat 506
+\\lyxformat 509
 \\begin_document
 \\begin_header
 \\save_transient_properties true
@@ -81,6 +81,7 @@ End
 \\font_osf false
 \\font_sf_scale 100 100
 \\font_tt_scale 100 100
+\\use_microtype 0
 \\graphics default
 \\default_output_format default
 \\output_sync 0
diff --git a/lib/doc/LFUNs.lyx b/lib/doc/LFUNs.lyx
index f16c44e..3b0daae 100644
--- a/lib/doc/LFUNs.lyx
+++ b/lib/doc/LFUNs.lyx
@@ -1,5 +1,5 @@
-#LyX 2.2 created this file. For more info see http://www.lyx.org/
-\lyxformat 508
+# gen_lfuns.py generated this file. For more info see http://www.lyx.org/
+\lyxformat 509
 \begin_document
 \begin_header
 \save_transient_properties true
@@ -37,6 +37,7 @@ End
 \font_osf false
 \font_sf_scale 100 100
 \font_tt_scale 100 100
+\use_microtype 0
 \graphics default
 \default_output_format default
 \output_sync 0
@@ -2509,7 +2510,11 @@ Notion Used for bibitem, bibtex, box, branch, command, 
ert, external, floats, gr
 \end_layout
 
 \begin_layout Description
-Syntax inset-modify <INSET> <ARGS>inset-modify changetype <TYPE>
+Syntax inset-modify <INSET> <ARGS>
+\begin_inset Newline newline
+\end_inset
+
+inset-modify changetype <TYPE>
 \end_layout
 
 \begin_layout Description

Reply via email to