mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
LyXAction.cpp: fix documentation bug: add-vline-left/right is not allowed for the cases environments and we already correctly check this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28951 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
617ae330ca
commit
3f1963ea40
@ -1887,7 +1887,7 @@ void LyXAction::init()
|
||||
* \var lyx::FuncCode lyx::LFUN_TABULAR_FEATURE
|
||||
* \li Action: Sets various features to the table/cell on the current cursor position.
|
||||
* \li Notion: Various math-environment features are handled here as well, e.g.
|
||||
add-vline-left/right for Grid/Cases environment
|
||||
add-vline-left/right for the Grid/Array environment
|
||||
* \li Syntax: tabular-feature <FEATURE> [<ARG>]
|
||||
* \li Params: <FEATURE>: append-row|append-column|delete-row|delete-column|copy-row|copy-column|
|
||||
toggle-line-top|toggle-line-bottom|toggle-line-left|toggle-line-right|
|
||||
|
Loading…
Reference in New Issue
Block a user