diff --git a/doc/latex.txt b/doc/latex.txt index 7e2961a..0dd47fe 100644 --- a/doc/latex.txt +++ b/doc/latex.txt @@ -175,8 +175,9 @@ n lc *@:call latex#latexmk#clean() n lC *@:call latex#latexmk#clean(1) n zx *@:call latex#fold#refresh()zx -n *@:call latex#change#environment_toggle_star() -n *@:call latex#change#environment_prompt() +n dse *@:call latex#change#env('') +n cse *@:call latex#change#env_prompt() +n tse *@:call latex#change#env_toggle_star() ============================================================================== OPTIONS *vim-latex-options* @@ -567,9 +568,9 @@ Functions: MOTION *vim-latex-motion* |vim-latex| provides some functions that can be used to give improved motions -and text objects. |latex#motion#find_matching_pair| is also used to enable -highlighting of matching parens or tags (such as begin/end structures). The -functionality is enabled by default, but may be disabled if desired. +and text objects. For instance, |vim-latex-motion| enables highlighting of +matching parens or tags (such as begin/end structures). The functionality is +enabled by default, but may be disabled if desired. Associated settings: |g:latex_motion_enabled|