emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115003: Fix doc string of format-time-string, per b


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r115003: Fix doc string of format-time-string, per bug #15816.
Date: Wed, 06 Nov 2013 10:15:39 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115003
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15816
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Wed 2013-11-06 12:14:50 +0200
message:
  Fix doc string of format-time-string, per bug #15816.
  
   src/editfns.c (Fformat_time_string): Doc fix.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/editfns.c                  editfns.c-20091113204419-o5vbwnq5f7feedwu-255
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-11-06 04:11:04 +0000
+++ b/src/ChangeLog     2013-11-06 10:14:50 +0000
@@ -1,3 +1,7 @@
+2013-11-06  Eli Zaretskii  <address@hidden>
+
+       * editfns.c (Fformat_time_string): Doc fix.  (Bug#15816)
+
 2013-11-06  Stefan Monnier  <address@hidden>
 
        * *.[chm]: Number every assignment to windows_or_buffers_changed so we

=== modified file 'src/editfns.c'
--- a/src/editfns.c     2013-10-08 17:49:20 +0000
+++ b/src/editfns.c     2013-11-06 10:14:50 +0000
@@ -1702,6 +1702,7 @@
 %G is the year corresponding to the ISO week, %g within the century.
 %m is the numeric month.
 %b and %h are the locale's abbreviated month name, %B the full name.
+ (%h is not supported on MS-Windows.)
 %d is the day of the month, zero-padded, %e is blank-padded.
 %u is the numeric day of week from 1 (Monday) to 7, %w from 0 (Sunday) to 6.
 %a is the locale's abbreviated name of the day of week, %A the full name.


reply via email to

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