From 72f1a2a9c510a6cbe28e88faf73eafdb91bb3131 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 15 Oct 2001 02:13:52 +0000 Subject: [PATCH] Fix a comment and the doc-string for `format-time-string'. --- poe.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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." -- 1.7.10.4