diff options
| author | Paul Eggert | 2019-12-10 20:04:36 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-12-10 20:05:49 -0800 |
| commit | b0f20651e3cbb8a66f11ffae4c18634019c20cd4 (patch) | |
| tree | 067bcb8fa529b4afee6d189f409faf16bd437810 /lisp/net | |
| parent | 0940296ebe56ebdf9c32e94191d4f0b18006a910 (diff) | |
| download | emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.gz emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.zip | |
; Spelling fixes
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/newst-backend.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el index 9c24dec2a1e..792ddbbf0b7 100644 --- a/lisp/net/newst-backend.el +++ b/lisp/net/newst-backend.el | |||
| @@ -1598,7 +1598,7 @@ This function calls `message' with arguments STRING and ARGS, if | |||
| 1598 | (defun newsticker--decode-iso8601-date (string) | 1598 | (defun newsticker--decode-iso8601-date (string) |
| 1599 | "Return ISO8601-STRING in format like `encode-time'. | 1599 | "Return ISO8601-STRING in format like `encode-time'. |
| 1600 | Converts from ISO-8601 to Emacs representation. If no time zone | 1600 | Converts from ISO-8601 to Emacs representation. If no time zone |
| 1601 | is present, this fuction defaults to universal time." | 1601 | is present, this function defaults to universal time." |
| 1602 | (if string | 1602 | (if string |
| 1603 | (condition-case nil | 1603 | (condition-case nil |
| 1604 | (encode-time (decoded-time-set-defaults (iso8601-parse string) 0)) | 1604 | (encode-time (decoded-time-set-defaults (iso8601-parse string) 0)) |