mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-26
ff9c962; * lisp/ldefs-boot.el: Update.b4a251c* ; ChangeLog.3 updated3104e3* etc/AUTHORS: Update.a19bfb7Remove .art from the default list of ImageMagick extensions6985caaFix input after setting x-wait-for-event-timeout nil715388aFix two warnings in eshell.texid49cdd9* lisp/minibuffer.el (completion-table-dynamic): Improve docs...5dc4e51* lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fi...76ef805Fix a typo in ELisp manualb5e66f4Update citations of Internet RFCs57ece2aFix handling of manpage references divided by hyphenation7ad0cd6* doc/misc/eshell.texi: Fix some @ref's.12b7940Fix a typo in lispref/syntax.texi # Conflicts: # lisp/gnus/nnrss.el # lisp/mail/ietf-drums.el
This commit is contained in:
commit
83a9133e35
43 changed files with 749 additions and 206 deletions
|
|
@ -147,7 +147,7 @@ letters, digits, plus or minus signs or colons."
|
|||
;;;###autoload
|
||||
(defun parse-time-string (string)
|
||||
"Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ).
|
||||
STRING should be on something resembling an RFC2822 string, a la
|
||||
STRING should be something resembling an RFC 822 (or later) date-time, e.g.,
|
||||
\"Fri, 25 Mar 2016 16:24:56 +0100\", but this function is
|
||||
somewhat liberal in what format it accepts, and will attempt to
|
||||
return a \"likely\" value even for somewhat malformed strings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue