]> git.lyx.org Git - features.git/commitdiff
Give full pref path in doc for date-insert
authorScott Kostyshak <skostysh@lyx.org>
Sat, 31 Mar 2018 04:58:10 +0000 (00:58 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 31 Mar 2018 05:04:57 +0000 (01:04 -0400)
Give intermediate steps to get to "Date format" in preferences.

This change is the result of the following discussion:

  https://latex.org/forum/viewtopic.php?f=19&t=31333

src/LyXAction.cpp

index 7307d22b23f67aed0b07e3f1c1e66f8f6ed19c0f..f1450f6a4902221903e5843d7f956ba7113a06da 100644 (file)
@@ -1359,8 +1359,9 @@ void LyXAction::init()
  * \li Action: Inserts the current date.
  * \li Syntax: date-insert [<ARG>]
  * \li Params: <ARG>: Format of date. The default value (%x) can be set
-                     in Preferences->Date format. For possible formats
-                     see manual page of strftime function.
+                      in Preferences->Output->General->Date format. For
+                      possible formats see the manual page of the
+                      strftime function.
  * \li Origin: jdblair, 31 Jan 2000
  * \endvar
  */