git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22592 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-01-15 22:53:30 +00:00
parent 8b6415f308
commit 6279be2e32

View File

@ -224,9 +224,10 @@ void LyXAction::init()
/**
* \var lyx::kb_action lyx::LFUN_DATE_INSERT
* \li Action: Inserts the current date
* \li Syntax: date-insert <ARG>
* \li Param: <ARG>: Strangely, this is inserted verbatim, no matter
what it is.
* \li Syntax: date-insert [<ARG>]
* \li Param: <ARG>: Format of date. The default value (%x) can be set
in Preferences->Date format. For possible formats
see manual page of strftime function.
* \li Origin: jdblair, 31 Jan 2000
*/
{ LFUN_DATE_INSERT, "date-insert", Noop, Edit },