emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fc7b200: Remove tabs from time-stamp-format documen


From: Stephen Gildea
Subject: [Emacs-diffs] master fc7b200: Remove tabs from time-stamp-format documentation
Date: Thu, 10 Oct 2019 12:23:17 -0400 (EDT)

branch: master
commit fc7b20056a99221498cdf3c87beee6f437efba4d
Author: Stephen Gildea <address@hidden>
Commit: Stephen Gildea <address@hidden>

    Remove tabs from time-stamp-format documentation
    
    * time-stamp.el (time-stamp-format): Untabify the doc string, so
    the two-column layout displays consistently in several contexts,
    in particular when displayed by customize-variable.
---
 lisp/time-stamp.el | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el
index 284dd48..6da576f 100644
--- a/lisp/time-stamp.el
+++ b/lisp/time-stamp.el
@@ -49,26 +49,26 @@ on the locale setting recorded in `system-time-locale' and
 `locale-coding-system'.  The examples here are for the default
 \(`C') locale.
 
-%:A  weekday name: `Monday'            %#A gives uppercase: `MONDAY'
-%3a  abbreviated weekday: `Mon'        %#a gives uppercase: `MON'
-%:B  month name: `January'             %#B gives uppercase: `JANUARY'
-%3b  abbreviated month: `Jan'          %#b gives uppercase: `JAN'
+%:A  weekday name: `Monday'             %#A gives uppercase: `MONDAY'
+%3a  abbreviated weekday: `Mon'         %#a gives uppercase: `MON'
+%:B  month name: `January'              %#B gives uppercase: `JANUARY'
+%3b  abbreviated month: `Jan'           %#b gives uppercase: `JAN'
 %02d day of month
 %02H 24-hour clock hour
 %02I 12-hour clock hour
 %02m month number
 %02M minute
-%#p  `am' or `pm'                      %P  gives uppercase: `AM' or `PM'
+%#p  `am' or `pm'                       %P  gives uppercase: `AM' or `PM'
 %02S seconds
 %w   day number of week, Sunday is 0
-%02y 2-digit year: `03'                        %Y  4-digit year: `2003'
-%#Z  lowercase time zone name: `est'   %Z  gives uppercase: `EST'
+%02y 2-digit year: `03'                 %Y  4-digit year: `2003'
+%#Z  lowercase time zone name: `est'    %Z  gives uppercase: `EST'
 
 Non-date items:
 %%   a literal percent character: `%'
-%f   file name without directory       %F  gives absolute pathname
-%l   login name                        %L  full name of logged-in user
-%q   unqualified host name             %Q  fully-qualified host name
+%f   file name without directory        %F  gives absolute pathname
+%l   login name                         %L  full name of logged-in user
+%q   unqualified host name              %Q  fully-qualified host name
 %h   mail host name
 
 Decimal digits between the % and the type character specify the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]