diff options
| author | Nicolas Petton | 2019-02-20 17:52:24 +0100 |
|---|---|---|
| committer | Nicolas Petton | 2019-02-20 17:52:24 +0100 |
| commit | ff9c9620794e5fe5692cfd3badd207aac78921cb (patch) | |
| tree | cd789f50da3be8df492ccbc6d74d58fc5f32e9e9 | |
| parent | b4a251c5c85f76fb8e0c6662aac577233b636c56 (diff) | |
| download | emacs-ff9c9620794e5fe5692cfd3badd207aac78921cb.tar.gz emacs-ff9c9620794e5fe5692cfd3badd207aac78921cb.zip | |
; * lisp/ldefs-boot.el: Update.
| -rw-r--r-- | lisp/ldefs-boot.el | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index fdc61eecb36..531d9631611 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -6753,7 +6753,7 @@ Trigger a debugger invocation when VARIABLE is changed. | |||
| 6753 | 6753 | ||
| 6754 | When called interactively, prompt for VARIABLE in the minibuffer. | 6754 | When called interactively, prompt for VARIABLE in the minibuffer. |
| 6755 | 6755 | ||
| 6756 | This works by calling `add-variable-watch' on VARIABLE. If you | 6756 | This works by calling `add-variable-watcher' on VARIABLE. If you |
| 6757 | quit from the debugger, this will abort the change (unless the | 6757 | quit from the debugger, this will abort the change (unless the |
| 6758 | change is caused by the termination of a let-binding). | 6758 | change is caused by the termination of a let-binding). |
| 6759 | 6759 | ||
| @@ -19451,9 +19451,10 @@ the current value of `kmacro-counter'). | |||
| 19451 | 19451 | ||
| 19452 | When used during defining/executing a macro, inserts the current value | 19452 | When used during defining/executing a macro, inserts the current value |
| 19453 | of `kmacro-counter' and increments the counter value by ARG (or by 1 if no | 19453 | of `kmacro-counter' and increments the counter value by ARG (or by 1 if no |
| 19454 | prefix argument). With just \\[universal-argument], inserts the current value | 19454 | prefix argument). With just \\[universal-argument], inserts the previous |
| 19455 | of `kmacro-counter', but does not modify the counter; this is the | 19455 | value of `kmacro-counter', and does not modify the counter; this is |
| 19456 | same as incrementing the counter by zero. | 19456 | different from incrementing the counter by zero. (The previous value |
| 19457 | of the counter is the one it had before the last increment.) | ||
| 19457 | 19458 | ||
| 19458 | The macro counter can be set directly via \\[kmacro-set-counter] and \\[kmacro-add-counter]. | 19459 | The macro counter can be set directly via \\[kmacro-set-counter] and \\[kmacro-add-counter]. |
| 19459 | The format of the inserted value of the counter can be controlled | 19460 | The format of the inserted value of the counter can be controlled |
| @@ -20140,7 +20141,8 @@ and then select the region of un-tablified names and use | |||
| 20140 | ;;; Generated autoloads from mail/mail-extr.el | 20141 | ;;; Generated autoloads from mail/mail-extr.el |
| 20141 | 20142 | ||
| 20142 | (autoload 'mail-extract-address-components "mail-extr" "\ | 20143 | (autoload 'mail-extract-address-components "mail-extr" "\ |
| 20143 | Given an RFC-822 address ADDRESS, extract full name and canonical address. | 20144 | Extract full name and canonical address from ADDRESS. |
| 20145 | ADDRESS should be in RFC 822 (or later) format. | ||
| 20144 | Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). If no | 20146 | Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). If no |
| 20145 | name can be extracted, FULL-NAME will be nil. Also see | 20147 | name can be extracted, FULL-NAME will be nil. Also see |
| 20146 | `mail-extr-ignore-single-names' and | 20148 | `mail-extr-ignore-single-names' and |
| @@ -20225,7 +20227,7 @@ This function normally would be called when the message is sent. | |||
| 20225 | ;;; Generated autoloads from mail/mail-utils.el | 20227 | ;;; Generated autoloads from mail/mail-utils.el |
| 20226 | 20228 | ||
| 20227 | (defvar mail-use-rfc822 nil "\ | 20229 | (defvar mail-use-rfc822 nil "\ |
| 20228 | If non-nil, use a full, hairy RFC822 parser on mail addresses. | 20230 | If non-nil, use a full, hairy RFC 822 (or later) parser on mail addresses. |
| 20229 | Otherwise, (the default) use a smaller, somewhat faster, and | 20231 | Otherwise, (the default) use a smaller, somewhat faster, and |
| 20230 | often correct parser.") | 20232 | often correct parser.") |
| 20231 | 20233 | ||
| @@ -24814,7 +24816,7 @@ matching parenthesis is highlighted in `show-paren-style' after | |||
| 24814 | 24816 | ||
| 24815 | (autoload 'parse-time-string "parse-time" "\ | 24817 | (autoload 'parse-time-string "parse-time" "\ |
| 24816 | Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ). | 24818 | Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ). |
| 24817 | STRING should be on something resembling an RFC2822 string, a la | 24819 | STRING should be something resembling an RFC 822 (or later) date-time, e.g., |
| 24818 | \"Fri, 25 Mar 2016 16:24:56 +0100\", but this function is | 24820 | \"Fri, 25 Mar 2016 16:24:56 +0100\", but this function is |
| 24819 | somewhat liberal in what format it accepts, and will attempt to | 24821 | somewhat liberal in what format it accepts, and will attempt to |
| 24820 | return a \"likely\" value even for somewhat malformed strings. | 24822 | return a \"likely\" value even for somewhat malformed strings. |
| @@ -29872,7 +29874,7 @@ Otherwise, let mailer send back a message to report errors.") | |||
| 29872 | (defvar send-mail-function (if (and (boundp 'smtpmail-smtp-server) smtpmail-smtp-server) 'smtpmail-send-it 'sendmail-query-once) "\ | 29874 | (defvar send-mail-function (if (and (boundp 'smtpmail-smtp-server) smtpmail-smtp-server) 'smtpmail-send-it 'sendmail-query-once) "\ |
| 29873 | Function to call to send the current buffer as mail. | 29875 | Function to call to send the current buffer as mail. |
| 29874 | The headers should be delimited by a line which is | 29876 | The headers should be delimited by a line which is |
| 29875 | not a valid RFC822 header or continuation line, | 29877 | not a valid RFC 822 (or later) header or continuation line, |
| 29876 | that matches the variable `mail-header-separator'. | 29878 | that matches the variable `mail-header-separator'. |
| 29877 | This is used by the default mail-sending commands. See also | 29879 | This is used by the default mail-sending commands. See also |
| 29878 | `message-send-mail-function' for use with the Message package.") | 29880 | `message-send-mail-function' for use with the Message package.") |
| @@ -33995,6 +33997,7 @@ Return a string giving the duration of the Emacs initialization. | |||
| 33995 | 33997 | ||
| 33996 | (autoload 'date-to-time "time-date" "\ | 33998 | (autoload 'date-to-time "time-date" "\ |
| 33997 | Parse a string DATE that represents a date-time and return a time value. | 33999 | Parse a string DATE that represents a date-time and return a time value. |
| 34000 | DATE should be in one of the forms recognized by `parse-time-string'. | ||
| 33998 | If DATE lacks timezone information, GMT is assumed. | 34001 | If DATE lacks timezone information, GMT is assumed. |
| 33999 | 34002 | ||
| 34000 | \(fn DATE)" nil nil) | 34003 | \(fn DATE)" nil nil) |