diff options
author | rbuj <[email protected]> | 2018-10-01 18:32:32 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-10-01 23:59:38 -0400 |
commit | 4ba02658fd9f415f79f45d52c6422622ba3485f9 (patch) | |
tree | 9b9cebfab680ead950bf65b7bf95298efb33b584 /help | |
parent | c4cec0e65af803a76026b8119e7e36fbaca0458f (diff) | |
download | pluma-4ba02658fd9f415f79f45d52c6422622ba3485f9.tar.bz2 pluma-4ba02658fd9f415f79f45d52c6422622ba3485f9.tar.xz |
Refer to the strftime(3) man page for more information...
Diffstat (limited to 'help')
-rw-r--r-- | help/C/index.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index 55db5d0e..bda11f6a 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -1681,7 +1681,7 @@ <listitem><para>To use the same <application>&app;</application>-provided date/time format each time you insert the date/time, select the <guilabel>Use the selected format</guilabel> option, then select the appropriate format from the list. When you select this option, <application>&app;</application> does not prompt you for the date/time format when you choose <menuchoice> <guimenu>Edit</guimenu> <guimenuitem>Insert Date and Time</guimenuitem> </menuchoice>. </para> </listitem> - <listitem><para>To use the same customized date/time format each time you insert the date/time, select the <guilabel>Use custom format</guilabel> option, then enter the appropriate format in the text box. For more information about how to specify a custom format, see <ulink url="man:strftime" type="man"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</manvolnum></citerefentry></ulink>. When you select this option, <application>&app;</application> does not prompt you for the date/time format when you choose <menuchoice> <guimenu>Edit</guimenu> <guimenuitem>Insert Date and Time</guimenuitem> </menuchoice>. + <listitem><para>To use the same customized date/time format each time you insert the date/time, select the <guilabel>Use custom format</guilabel> option, then enter the appropriate format in the text box. Refer to the <ulink url="man:strftime" type="man"><citerefentry><refentrytitle>strftime</refentrytitle><manvolnum>3</manvolnum></citerefentry></ulink> for more information on how to specify a custom format. When you select this option, <application>&app;</application> does not prompt you for the date/time format when you choose <menuchoice> <guimenu>Edit</guimenu> <guimenuitem>Insert Date and Time</guimenuitem> </menuchoice>. </para> </listitem> </itemizedlist> |