mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
; Spelling fixes
This commit is contained in:
parent
0940296ebe
commit
b0f20651e3
41 changed files with 91 additions and 93 deletions
|
|
@ -1598,7 +1598,7 @@ This function calls `message' with arguments STRING and ARGS, if
|
|||
(defun newsticker--decode-iso8601-date (string)
|
||||
"Return ISO8601-STRING in format like `encode-time'.
|
||||
Converts from ISO-8601 to Emacs representation. If no time zone
|
||||
is present, this fuction defaults to universal time."
|
||||
is present, this function defaults to universal time."
|
||||
(if string
|
||||
(condition-case nil
|
||||
(encode-time (decoded-time-set-defaults (iso8601-parse string) 0))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue