From: yamaoka Date: Mon, 15 Oct 2001 02:13:52 +0000 (+0000) Subject: Fix a comment and the doc-string for `format-time-string'. X-Git-Tag: apel-10_3-1~7 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fapel.git;a=commitdiff_plain;h=72f1a2a9c510a6cbe28e88faf73eafdb91bb3131 Fix a comment and the doc-string for `format-time-string'. --- diff --git a/poe.el b/poe.el index ff06f83..e3c5231 100644 --- 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."