Fix a comment and the doc-string for `format-time-string'.
authoryamaoka <yamaoka>
Mon, 15 Oct 2001 02:13:52 +0000 (02:13 +0000)
committeryamaoka <yamaoka>
Mon, 15 Oct 2001 02:13:52 +0000 (02:13 +0000)
poe.el

diff --git a/poe.el b/poe.el
index ff06f83..e3c5231 100644 (file)
--- a/poe.el
+++ b/poe.el
@@ -1160,8 +1160,7 @@ which is made by replacing the part of STRING that was matched."
                    (buffer-string)))
               (si:replace-match newtext fixedcase literal)))))))))
 
-;; Emacs 20: (format-time-string)
-;; The the third optional argument universal is yet to be implemented.
+;; Emacs 20: (format-time-string FORMAT &optional TIME UNIVERSAL)
 ;; Those format constructs are yet to be implemented.
 ;;   %c, %C, %j, %U, %W, %x, %X
 ;; Not fully compatible especially when invalid format is specified.
@@ -1235,7 +1234,6 @@ For example, to produce full ISO 8601 format, use \"%Y-%m-%dT%T%z\".
 
 Compatibility Note.
 
-The the third optional argument universal is yet to be implemented.
 Those format constructs are yet to be implemented.
   %c, %C, %j, %U, %W, %x, %X
 Not fully compatible especially when invalid format is specified."