]> git.lyx.org Git - features.git/commitdiff
Few updates in LFUNs.lyx
authorPavel Sanda <sanda@lyx.org>
Wed, 16 Jan 2013 05:59:21 +0000 (21:59 -0800)
committerPavel Sanda <sanda@lyx.org>
Wed, 16 Jan 2013 05:59:21 +0000 (21:59 -0800)
lib/doc/LFUNs.lyx

index 14e9ff41508468d1fc2fc8f519e8cfe9cdc92438..72cfa1180e34dbc2661c43428c3fbe6785324deb 100644 (file)
@@ -75,7 +75,7 @@
 \begin_body
 
 \begin_layout Section*
-LFUNs documentation automatically generated 2011-12-15
+LFUNs documentation automatically generated 2013-01-15
 \end_layout
 
 \begin_layout Standard
@@ -1557,7 +1557,7 @@ Params <DATA>: data is of the form "<replace>
 \begin_inset Newline newline
 \end_inset
 
-<casesensitive> <matchword> <all> <forward>"
+<casesensitive> <matchword> <all> <forward> <findnext>"
 \end_layout
 
 \begin_layout Description
@@ -4711,7 +4711,7 @@ Sample Remove all index insets:
 \begin_inset Newline newline
 \end_inset
 
-                  inset-forall Index delete-char-forward
+                  inset-forall Index char-delete-forward
 \begin_inset Newline newline
 \end_inset
 
@@ -4842,12 +4842,17 @@ Action Set language from the current cursor position.
 \end_layout
 
 \begin_layout Description
-Syntax language <LANG>
+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).
 \end_layout
 
 \begin_layout Description