The branch, 2.0.x, has been updated. - Log -----------------------------------------------------------------
commit e33088216ce2fd2c26be57a4f329066719c4ff91 Author: Pavel Sanda <[email protected]> Date: Tue Jan 15 21:59:21 2013 -0800 Few updates in LFUNs.lyx diff --git a/lib/doc/LFUNs.lyx b/lib/doc/LFUNs.lyx index 14e9ff4..72cfa11 100644 --- a/lib/doc/LFUNs.lyx +++ b/lib/doc/LFUNs.lyx @@ -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 ----------------------------------------------------------------------- Summary of changes: lib/doc/LFUNs.lyx | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) hooks/post-receive -- The LyX Source Repository
