From 6279be2e3201850ea7cfd69b976c5bad6089a074 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 15 Jan 2008 22:53:30 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22592 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 44fbb2f6b7..95ccff2529 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 - * \li Param: : Strangely, this is inserted verbatim, no matter - what it is. + * \li Syntax: date-insert [] + * \li Param: : 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 }, -- 2.39.5