mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(Fformat_time_string): Doc fix.
This commit is contained in:
parent
a5e2ae0112
commit
efa15de41d
@ -607,8 +607,7 @@ FORMAT-STRING may contain %-sequences to substitute parts of the time.\n\
|
|||||||
%A is replaced by the full name of the day of week.\n\
|
%A is replaced by the full name of the day of week.\n\
|
||||||
%b is replaced by the abbreviated name of the month.\n\
|
%b is replaced by the abbreviated name of the month.\n\
|
||||||
%B is replaced by the full name of the month.\n\
|
%B is replaced by the full name of the month.\n\
|
||||||
%c is a synonym for \"%x %X\".\n\
|
%c stands for the preferred date/time format of the C locale.\n\
|
||||||
%C is a locale-specific synonym, which defaults to \"%A, %B %e, %Y\" in the C locale.\n\
|
|
||||||
%d is replaced by the day of month, zero-padded.\n\
|
%d is replaced by the day of month, zero-padded.\n\
|
||||||
%D is a synonym for \"%m/%d/%y\".\n\
|
%D is a synonym for \"%m/%d/%y\".\n\
|
||||||
%e is replaced by the day of month, blank-padded.\n\
|
%e is replaced by the day of month, blank-padded.\n\
|
||||||
|
Loading…
Reference in New Issue
Block a user