From fc59688dbcfec4c360f2883970e82dded697fddc Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sat, 31 Mar 2018 00:58:10 -0400 Subject: [PATCH] Give full pref path in doc for date-insert 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 7307d22b23..f1450f6a49 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1359,8 +1359,9 @@ void LyXAction::init() * \li Action: Inserts the current date. * \li Syntax: date-insert [] * \li Params: : 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 */ -- 2.39.2