mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +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/trunk@28952 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ba92863f0a
commit
acb9214dee
@ -1973,7 +1973,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