]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Tue, 15 Jan 2008 22:53:30 +0000 (22:53 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 15 Jan 2008 22:53:30 +0000 (22:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22592 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 44fbb2f6b75f79a5deb6fbbfcdff884f1a99a683..95ccff25296808313d9051695ecdb7998d2fa982 100644 (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 },