diff options
| author | Glenn Morris | 2019-06-01 11:57:55 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-06-01 11:57:55 -0700 |
| commit | 1860b6d57bb51cff082d4cf596bdd054f493c4cd (patch) | |
| tree | 76fb2c26446de1ea171dd25d3be9324079e69167 | |
| parent | f2a7acdde7207f92de53352f17dd7f506e15a851 (diff) | |
| download | emacs-1860b6d57bb51cff082d4cf596bdd054f493c4cd.tar.gz emacs-1860b6d57bb51cff082d4cf596bdd054f493c4cd.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 204 |
1 files changed, 86 insertions, 118 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 45c72ffbd4d..d131bc014fb 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -1199,7 +1199,7 @@ archive. | |||
| 1199 | 1199 | ||
| 1200 | \(fn &optional FORCE)" nil nil) | 1200 | \(fn &optional FORCE)" nil nil) |
| 1201 | 1201 | ||
| 1202 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "arc-mode" '("archive-"))) | 1202 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "arc-mode" '("arc"))) |
| 1203 | 1203 | ||
| 1204 | ;;;*** | 1204 | ;;;*** |
| 1205 | 1205 | ||
| @@ -5887,7 +5887,7 @@ Major mode to edit Cascading Style Sheets (CSS). | |||
| 5887 | This mode provides syntax highlighting, indentation, completion, | 5887 | This mode provides syntax highlighting, indentation, completion, |
| 5888 | and documentation lookup for CSS. | 5888 | and documentation lookup for CSS. |
| 5889 | 5889 | ||
| 5890 | Use `\\[complete-symbol]' to complete CSS properties, property values, | 5890 | Use `\\[completion-at-point]' to complete CSS properties, property values, |
| 5891 | pseudo-elements, pseudo-classes, at-rules, bang-rules, and HTML | 5891 | pseudo-elements, pseudo-classes, at-rules, bang-rules, and HTML |
| 5892 | tags, classes and IDs. Completion candidates for HTML class | 5892 | tags, classes and IDs. Completion candidates for HTML class |
| 5893 | names and IDs are found by looking through open HTML mode | 5893 | names and IDs are found by looking through open HTML mode |
| @@ -6792,19 +6792,19 @@ The most useful commands are: | |||
| 6792 | (push (purecopy '(delim-col 2 1)) package--builtin-versions) | 6792 | (push (purecopy '(delim-col 2 1)) package--builtin-versions) |
| 6793 | 6793 | ||
| 6794 | (autoload 'delimit-columns-customize "delim-col" "\ | 6794 | (autoload 'delimit-columns-customize "delim-col" "\ |
| 6795 | Customization of `columns' group." t nil) | 6795 | Customize the `columns' group." t nil) |
| 6796 | 6796 | ||
| 6797 | (autoload 'delimit-columns-region "delim-col" "\ | 6797 | (autoload 'delimit-columns-region "delim-col" "\ |
| 6798 | Prettify all columns in a text region. | 6798 | Prettify all columns in a text region. |
| 6799 | 6799 | ||
| 6800 | START and END delimits the text region. | 6800 | START and END delimit the text region. |
| 6801 | 6801 | ||
| 6802 | \(fn START END)" t nil) | 6802 | \(fn START END)" t nil) |
| 6803 | 6803 | ||
| 6804 | (autoload 'delimit-columns-rectangle "delim-col" "\ | 6804 | (autoload 'delimit-columns-rectangle "delim-col" "\ |
| 6805 | Prettify all columns in a text rectangle. | 6805 | Prettify all columns in a text rectangle. |
| 6806 | 6806 | ||
| 6807 | START and END delimits the corners of text rectangle. | 6807 | START and END delimit the corners of the text rectangle. |
| 6808 | 6808 | ||
| 6809 | \(fn START END)" t nil) | 6809 | \(fn START END)" t nil) |
| 6810 | 6810 | ||
| @@ -7693,6 +7693,51 @@ in `.emacs'. | |||
| 7693 | 7693 | ||
| 7694 | ;;;*** | 7694 | ;;;*** |
| 7695 | 7695 | ||
| 7696 | ;;;### (autoloads nil "display-fill-column-indicator" "display-fill-column-indicator.el" | ||
| 7697 | ;;;;;; (0 0 0 0)) | ||
| 7698 | ;;; Generated autoloads from display-fill-column-indicator.el | ||
| 7699 | |||
| 7700 | (autoload 'display-fill-column-indicator-mode "display-fill-column-indicator" "\ | ||
| 7701 | Toggle display of fill-column indicator. | ||
| 7702 | This uses `display-fill-column-indicator' internally. | ||
| 7703 | |||
| 7704 | If called interactively, enable Display-Fill-Column-Indicator mode if ARG is positive, and | ||
| 7705 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 7706 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 7707 | if ARG is `toggle'; disable the mode otherwise. | ||
| 7708 | |||
| 7709 | To change the position of the column displayed by default | ||
| 7710 | customize `display-fill-column-indicator-column'. You can change the | ||
| 7711 | character for the indicator setting `display-fill-column-indicator-character'. | ||
| 7712 | |||
| 7713 | \(fn &optional ARG)" t nil) | ||
| 7714 | |||
| 7715 | (defvar global-display-fill-column-indicator-mode nil "\ | ||
| 7716 | Non-nil if Global Display-Fill-Column-Indicator mode is enabled. | ||
| 7717 | See the `global-display-fill-column-indicator-mode' command | ||
| 7718 | for a description of this minor mode. | ||
| 7719 | Setting this variable directly does not take effect; | ||
| 7720 | either customize it (see the info node `Easy Customization') | ||
| 7721 | or call the function `global-display-fill-column-indicator-mode'.") | ||
| 7722 | |||
| 7723 | (custom-autoload 'global-display-fill-column-indicator-mode "display-fill-column-indicator" nil) | ||
| 7724 | |||
| 7725 | (autoload 'global-display-fill-column-indicator-mode "display-fill-column-indicator" "\ | ||
| 7726 | Toggle Display-Fill-Column-Indicator mode in all buffers. | ||
| 7727 | With prefix ARG, enable Global Display-Fill-Column-Indicator mode if ARG is positive; | ||
| 7728 | otherwise, disable it. If called from Lisp, enable the mode if | ||
| 7729 | ARG is omitted or nil. | ||
| 7730 | |||
| 7731 | Display-Fill-Column-Indicator mode is enabled in all buffers where | ||
| 7732 | `display-fill-column-indicator--turn-on' would do it. | ||
| 7733 | See `display-fill-column-indicator-mode' for more information on Display-Fill-Column-Indicator mode. | ||
| 7734 | |||
| 7735 | \(fn &optional ARG)" t nil) | ||
| 7736 | |||
| 7737 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "display-fill-column-indicator" '("display-fill-column-indicator--turn-on"))) | ||
| 7738 | |||
| 7739 | ;;;*** | ||
| 7740 | |||
| 7696 | ;;;### (autoloads nil "display-line-numbers" "display-line-numbers.el" | 7741 | ;;;### (autoloads nil "display-line-numbers" "display-line-numbers.el" |
| 7697 | ;;;;;; (0 0 0 0)) | 7742 | ;;;;;; (0 0 0 0)) |
| 7698 | ;;; Generated autoloads from display-line-numbers.el | 7743 | ;;; Generated autoloads from display-line-numbers.el |
| @@ -7734,44 +7779,7 @@ See `display-line-numbers-mode' for more information on Display-Line-Numbers mod | |||
| 7734 | 7779 | ||
| 7735 | \(fn &optional ARG)" t nil) | 7780 | \(fn &optional ARG)" t nil) |
| 7736 | 7781 | ||
| 7737 | (if (fboundp 'register-definition-prefixes) | 7782 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "display-line-numbers" '("display-line-numbers-"))) |
| 7738 | (register-definition-prefixes "display-line-numbers" '("display-line-numbers-"))) | ||
| 7739 | |||
| 7740 | ;;;*** | ||
| 7741 | |||
| 7742 | ;;;### (autoloads nil "display-fill-column-indicator" "display-fill-column-indicator.el" | ||
| 7743 | ;;;;;; (0 0 0 0)) | ||
| 7744 | ;;; Generated autoloads from display-fill-column-indicator.el | ||
| 7745 | |||
| 7746 | (autoload 'display-fill-column-indicator-mode "display-fill-column-indicator" "\ | ||
| 7747 | Toggle display fill column indicator. | ||
| 7748 | This uses `display-fill-column-indicator' internally. | ||
| 7749 | |||
| 7750 | To change the position of the line displayed by default, | ||
| 7751 | customize `display-fill-column-indicator-column'. | ||
| 7752 | |||
| 7753 | \(fn &optional ARG)" t nil) | ||
| 7754 | |||
| 7755 | (defvar global-display-fill-column-indicator-mode nil "\ | ||
| 7756 | Non-nil if Global Display-fill-column-indicator mode is enabled. | ||
| 7757 | See the `global-display-fill-column-indicator-mode' command | ||
| 7758 | for a description of this minor mode.") | ||
| 7759 | |||
| 7760 | (custom-autoload 'global-display-fill-column-indicator-mode | ||
| 7761 | "display-fill-column-indicator" nil) | ||
| 7762 | |||
| 7763 | (autoload 'global-display-fill-column-indicator-mode | ||
| 7764 | "display-fill-column-indicator" "\ | ||
| 7765 | Toggle display fill column indicator. | ||
| 7766 | This uses `display-fill-column-indicator' internally. | ||
| 7767 | |||
| 7768 | To change the position of the line displayed by default, | ||
| 7769 | customize `display-fill-column-indicator-column'. | ||
| 7770 | |||
| 7771 | \(fn &optional ARG)" t nil) | ||
| 7772 | |||
| 7773 | (if (fboundp 'register-definition-prefixes) | ||
| 7774 | (register-definition-prefixes "display-fill-column-indicator" '("display-fill-column-indicator-"))) | ||
| 7775 | 7783 | ||
| 7776 | ;;;*** | 7784 | ;;;*** |
| 7777 | 7785 | ||
| @@ -11636,7 +11644,7 @@ fourth arg NOSEP non-nil inhibits this. | |||
| 11636 | ;;;### (autoloads nil "eww" "net/eww.el" (0 0 0 0)) | 11644 | ;;;### (autoloads nil "eww" "net/eww.el" (0 0 0 0)) |
| 11637 | ;;; Generated autoloads from net/eww.el | 11645 | ;;; Generated autoloads from net/eww.el |
| 11638 | 11646 | ||
| 11639 | (defvar eww-suggest-uris '(eww-links-at-point url-get-url-at-point eww-current-url) "\ | 11647 | (defvar eww-suggest-uris '(eww-links-at-point thing-at-point-url-at-point eww-current-url) "\ |
| 11640 | List of functions called to form the list of default URIs for `eww'. | 11648 | List of functions called to form the list of default URIs for `eww'. |
| 11641 | Each of the elements is a function returning either a string or a list | 11649 | Each of the elements is a function returning either a string or a list |
| 11642 | of strings. The results will be joined into a single list with | 11650 | of strings. The results will be joined into a single list with |
| @@ -12811,7 +12819,7 @@ to get the effect of a C-q. | |||
| 12811 | 12819 | ||
| 12812 | ;;;### (autoloads nil "flymake" "progmodes/flymake.el" (0 0 0 0)) | 12820 | ;;;### (autoloads nil "flymake" "progmodes/flymake.el" (0 0 0 0)) |
| 12813 | ;;; Generated autoloads from progmodes/flymake.el | 12821 | ;;; Generated autoloads from progmodes/flymake.el |
| 12814 | (push (purecopy '(flymake 1 0 5)) package--builtin-versions) | 12822 | (push (purecopy '(flymake 1 0 6)) package--builtin-versions) |
| 12815 | 12823 | ||
| 12816 | (autoload 'flymake-log "flymake" "\ | 12824 | (autoload 'flymake-log "flymake" "\ |
| 12817 | Log, at level LEVEL, the message MSG formatted with ARGS. | 12825 | Log, at level LEVEL, the message MSG formatted with ARGS. |
| @@ -12864,12 +12872,10 @@ Flymake collects diagnostic information from multiple sources, | |||
| 12864 | called backends, and visually annotates the buffer with the | 12872 | called backends, and visually annotates the buffer with the |
| 12865 | results. | 12873 | results. |
| 12866 | 12874 | ||
| 12867 | Flymake performs these checks while the user is editing. The | 12875 | Flymake performs these checks while the user is editing. |
| 12868 | customization variables `flymake-start-on-flymake-mode', | 12876 | The customization variables `flymake-start-on-flymake-mode', |
| 12869 | `flymake-no-changes-timeout' and | 12877 | `flymake-no-changes-timeout' determine the exact circumstances |
| 12870 | `flymake-start-syntax-check-on-newline' determine the exact | 12878 | whereupon Flymake decides to initiate a check of the buffer. |
| 12871 | circumstances whereupon Flymake decides to initiate a check of | ||
| 12872 | the buffer. | ||
| 12873 | 12879 | ||
| 12874 | The commands `flymake-goto-next-error' and | 12880 | The commands `flymake-goto-next-error' and |
| 12875 | `flymake-goto-prev-error' can be used to navigate among Flymake | 12881 | `flymake-goto-prev-error' can be used to navigate among Flymake |
| @@ -13500,18 +13506,6 @@ All keyword parameters default to nil. | |||
| 13500 | 13506 | ||
| 13501 | \(fn FRAMESET &key PREDICATE FILTERS REUSE-FRAMES FORCE-DISPLAY FORCE-ONSCREEN CLEANUP-FRAMES)" nil nil) | 13507 | \(fn FRAMESET &key PREDICATE FILTERS REUSE-FRAMES FORCE-DISPLAY FORCE-ONSCREEN CLEANUP-FRAMES)" nil nil) |
| 13502 | 13508 | ||
| 13503 | (autoload 'frameset--jump-to-register "frameset" "\ | ||
| 13504 | Restore frameset from DATA stored in register. | ||
| 13505 | Called from `jump-to-register'. Internal use only. | ||
| 13506 | |||
| 13507 | \(fn DATA)" nil nil) | ||
| 13508 | |||
| 13509 | (autoload 'frameset--print-register "frameset" "\ | ||
| 13510 | Print basic info about frameset stored in DATA. | ||
| 13511 | Called from `list-registers' and `view-register'. Internal use only. | ||
| 13512 | |||
| 13513 | \(fn DATA)" nil nil) | ||
| 13514 | |||
| 13515 | (autoload 'frameset-to-register "frameset" "\ | 13509 | (autoload 'frameset-to-register "frameset" "\ |
| 13516 | Store the current frameset in register REGISTER. | 13510 | Store the current frameset in register REGISTER. |
| 13517 | Use \\[jump-to-register] to restore the frameset. | 13511 | Use \\[jump-to-register] to restore the frameset. |
| @@ -16023,7 +16017,7 @@ The value (hs . t) is added to `buffer-invisibility-spec'. | |||
| 16023 | 16017 | ||
| 16024 | The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block', | 16018 | The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block', |
| 16025 | `hs-show-block', `hs-hide-level' and `hs-toggle-hiding'. There is also | 16019 | `hs-show-block', `hs-hide-level' and `hs-toggle-hiding'. There is also |
| 16026 | `hs-hide-initial-comment-block' and `hs-mouse-toggle-hiding'. | 16020 | `hs-hide-initial-comment-block'. |
| 16027 | 16021 | ||
| 16028 | Turning hideshow minor mode off reverts the menu bar and the | 16022 | Turning hideshow minor mode off reverts the menu bar and the |
| 16029 | variables to default values and disables the hideshow commands. | 16023 | variables to default values and disables the hideshow commands. |
| @@ -18991,6 +18985,11 @@ If kbd macro currently being defined end it before activating it. | |||
| 18991 | 18985 | ||
| 18992 | \(fn EVENT)" t nil) | 18986 | \(fn EVENT)" t nil) |
| 18993 | 18987 | ||
| 18988 | (autoload 'kmacro-lambda-form "kmacro" "\ | ||
| 18989 | Create lambda form for macro bound to symbol or key. | ||
| 18990 | |||
| 18991 | \(fn MAC &optional COUNTER FORMAT)" nil nil) | ||
| 18992 | |||
| 18994 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "kmacro" '("kmacro-"))) | 18993 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "kmacro" '("kmacro-"))) |
| 18995 | 18994 | ||
| 18996 | ;;;*** | 18995 | ;;;*** |
| @@ -19630,6 +19629,8 @@ and then select the region of un-tablified names and use | |||
| 19630 | \(fn TOP BOTTOM &optional MACRO)" t nil) | 19629 | \(fn TOP BOTTOM &optional MACRO)" t nil) |
| 19631 | (define-key ctl-x-map "q" 'kbd-macro-query) | 19630 | (define-key ctl-x-map "q" 'kbd-macro-query) |
| 19632 | 19631 | ||
| 19632 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "macros" '("macros--insert-vector-macro"))) | ||
| 19633 | |||
| 19633 | ;;;*** | 19634 | ;;;*** |
| 19634 | 19635 | ||
| 19635 | ;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (0 0 0 0)) | 19636 | ;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (0 0 0 0)) |
| @@ -20216,42 +20217,9 @@ recursion depth in the minibuffer prompt. This is only useful if | |||
| 20216 | 20217 | ||
| 20217 | (autoload 'message-mode "message" "\ | 20218 | (autoload 'message-mode "message" "\ |
| 20218 | Major mode for editing mail and news to be sent. | 20219 | Major mode for editing mail and news to be sent. |
| 20219 | Like Text Mode but with these additional commands:\\<message-mode-map> | 20220 | Like `text-mode', but with these additional commands: |
| 20220 | C-c C-s `message-send' (send the message) C-c C-c `message-send-and-exit' | 20221 | |
| 20221 | C-c C-d Postpone sending the message C-c C-k Kill the message | 20222 | \\{message-mode-map} |
| 20222 | C-c C-f move to a header field (and create it if there isn't): | ||
| 20223 | C-c C-f C-t move to To C-c C-f C-s move to Subject | ||
| 20224 | C-c C-f C-c move to Cc C-c C-f C-b move to Bcc | ||
| 20225 | C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To | ||
| 20226 | C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups | ||
| 20227 | C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution | ||
| 20228 | C-c C-f C-o move to From (\"Originator\") | ||
| 20229 | C-c C-f C-f move to Followup-To | ||
| 20230 | C-c C-f C-m move to Mail-Followup-To | ||
| 20231 | C-c C-f C-e move to Expires | ||
| 20232 | C-c C-f C-i cycle through Importance values | ||
| 20233 | C-c C-f s change subject and append \"(was: <Old Subject>)\" | ||
| 20234 | C-c C-f x crossposting with FollowUp-To header and note in body | ||
| 20235 | C-c C-f t replace To: header with contents of Cc: or Bcc: | ||
| 20236 | C-c C-f a Insert X-No-Archive: header and a note in the body | ||
| 20237 | C-c C-t `message-insert-to' (add a To header to a news followup) | ||
| 20238 | C-c C-l `message-to-list-only' (removes all but list address in to/cc) | ||
| 20239 | C-c C-n `message-insert-newsgroups' (add a Newsgroup header to a news reply) | ||
| 20240 | C-c C-b `message-goto-body' (move to beginning of message text). | ||
| 20241 | C-c C-i `message-goto-signature' (move to the beginning of the signature). | ||
| 20242 | C-c C-w `message-insert-signature' (insert `message-signature-file' file). | ||
| 20243 | C-c C-y `message-yank-original' (insert current message, if any). | ||
| 20244 | C-c C-q `message-fill-yanked-message' (fill what was yanked). | ||
| 20245 | C-c C-e `message-elide-region' (elide the text between point and mark). | ||
| 20246 | C-c C-v `message-delete-not-region' (remove the text outside the region). | ||
| 20247 | C-c C-z `message-kill-to-signature' (kill the text up to the signature). | ||
| 20248 | C-c C-r `message-caesar-buffer-body' (rot13 the message body). | ||
| 20249 | C-c C-a `mml-attach-file' (attach a file as MIME). | ||
| 20250 | C-c C-u `message-insert-or-toggle-importance' (insert or cycle importance). | ||
| 20251 | C-c M-n `message-insert-disposition-notification-to' (request receipt). | ||
| 20252 | C-c M-m `message-mark-inserted-region' (mark region with enclosing tags). | ||
| 20253 | C-c M-f `message-mark-insert-file' (insert file marked with enclosing tags). | ||
| 20254 | M-RET `message-newline-and-reformat' (break the line and reformat). | ||
| 20255 | 20223 | ||
| 20256 | \(fn)" t nil) | 20224 | \(fn)" t nil) |
| 20257 | 20225 | ||
| @@ -22111,7 +22079,7 @@ This command does not work if you use short group names." t nil) | |||
| 22111 | ;;;### (autoloads nil "nnheader" "gnus/nnheader.el" (0 0 0 0)) | 22079 | ;;;### (autoloads nil "nnheader" "gnus/nnheader.el" (0 0 0 0)) |
| 22112 | ;;; Generated autoloads from gnus/nnheader.el | 22080 | ;;; Generated autoloads from gnus/nnheader.el |
| 22113 | 22081 | ||
| 22114 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "nnheader" '("gnus-" "mail-header-" "make-" "nnheader-" "nntp-"))) | 22082 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "nnheader" '("gnus-" "mail-header-" "make-mail-header" "nnheader-" "nntp-"))) |
| 22115 | 22083 | ||
| 22116 | ;;;*** | 22084 | ;;;*** |
| 22117 | 22085 | ||
| @@ -28153,6 +28121,7 @@ CHAR | |||
| 28153 | `(seq SEXP1 SEXP2 ...)' | 28121 | `(seq SEXP1 SEXP2 ...)' |
| 28154 | `(sequence SEXP1 SEXP2 ...)' | 28122 | `(sequence SEXP1 SEXP2 ...)' |
| 28155 | matches what SEXP1 matches, followed by what SEXP2 matches, etc. | 28123 | matches what SEXP1 matches, followed by what SEXP2 matches, etc. |
| 28124 | Without arguments, matches the empty string. | ||
| 28156 | 28125 | ||
| 28157 | `(submatch SEXP1 SEXP2 ...)' | 28126 | `(submatch SEXP1 SEXP2 ...)' |
| 28158 | `(group SEXP1 SEXP2 ...)' | 28127 | `(group SEXP1 SEXP2 ...)' |
| @@ -28168,7 +28137,7 @@ CHAR | |||
| 28168 | `(| SEXP1 SEXP2 ...)' | 28137 | `(| SEXP1 SEXP2 ...)' |
| 28169 | matches anything that matches SEXP1 or SEXP2, etc. If all | 28138 | matches anything that matches SEXP1 or SEXP2, etc. If all |
| 28170 | args are strings, use `regexp-opt' to optimize the resulting | 28139 | args are strings, use `regexp-opt' to optimize the resulting |
| 28171 | regular expression. | 28140 | regular expression. Without arguments, never matches anything. |
| 28172 | 28141 | ||
| 28173 | `(minimal-match SEXP)' | 28142 | `(minimal-match SEXP)' |
| 28174 | produce a non-greedy regexp for SEXP. Normally, regexps matching | 28143 | produce a non-greedy regexp for SEXP. Normally, regexps matching |
| @@ -29303,6 +29272,7 @@ The default value matches citations like `foo-bar>' plus whitespace.") | |||
| 29303 | 29272 | ||
| 29304 | (defvar mail-signature t "\ | 29273 | (defvar mail-signature t "\ |
| 29305 | Text inserted at end of mail buffer when a message is initialized. | 29274 | Text inserted at end of mail buffer when a message is initialized. |
| 29275 | If nil, no signature is inserted. | ||
| 29306 | If t, it means to insert the contents of the file `mail-signature-file'. | 29276 | If t, it means to insert the contents of the file `mail-signature-file'. |
| 29307 | If a string, that string is inserted. | 29277 | If a string, that string is inserted. |
| 29308 | (To make a proper signature, the string should begin with \\n\\n-- \\n, | 29278 | (To make a proper signature, the string should begin with \\n\\n-- \\n, |
| @@ -34398,9 +34368,11 @@ STATUS is a plist representing what happened during the request, | |||
| 34398 | with most recent events first, or an empty list if no events have | 34368 | with most recent events first, or an empty list if no events have |
| 34399 | occurred. Each pair is one of: | 34369 | occurred. Each pair is one of: |
| 34400 | 34370 | ||
| 34401 | \(:redirect REDIRECTED-TO) - the request was redirected to this URL | 34371 | \(:redirect REDIRECTED-TO) - the request was redirected to this URL. |
| 34402 | \(:error (ERROR-SYMBOL . DATA)) - an error occurred. The error can be | 34372 | |
| 34403 | signaled with (signal ERROR-SYMBOL DATA). | 34373 | \(:error (error type . DATA)) - an error occurred. TYPE is a |
| 34374 | symbol that says something about where the error occurred, and | ||
| 34375 | DATA is a list (possibly nil) that describes the error further. | ||
| 34404 | 34376 | ||
| 34405 | Return the buffer URL will load into, or nil if the process has | 34377 | Return the buffer URL will load into, or nil if the process has |
| 34406 | already completed (i.e. URL was a mailto URL or similar; in this case | 34378 | already completed (i.e. URL was a mailto URL or similar; in this case |
| @@ -34660,23 +34632,19 @@ if ARG is `toggle'; disable the mode otherwise. | |||
| 34660 | 34632 | ||
| 34661 | (autoload 'url-file-handler "url-handlers" "\ | 34633 | (autoload 'url-file-handler "url-handlers" "\ |
| 34662 | Function called from the `file-name-handler-alist' routines. | 34634 | Function called from the `file-name-handler-alist' routines. |
| 34663 | OPERATION is what needs to be done (`file-exists-p', etc). ARGS are | 34635 | OPERATION is what needs to be done (`file-exists-p', etc.). |
| 34664 | the arguments that would have been passed to OPERATION. | 34636 | ARGS are the arguments that would have been passed to OPERATION. |
| 34665 | 34637 | ||
| 34666 | \(fn OPERATION &rest ARGS)" nil nil) | 34638 | \(fn OPERATION &rest ARGS)" nil nil) |
| 34667 | 34639 | ||
| 34668 | (autoload 'url-copy-file "url-handlers" "\ | 34640 | (autoload 'url-copy-file "url-handlers" "\ |
| 34669 | Copy URL to NEWNAME. Both args must be strings. | 34641 | Copy URL to NEWNAME. Both arguments must be strings. |
| 34670 | Signal a `file-already-exists' error if file NEWNAME already exists, | 34642 | Signal a `file-already-exists' error if file NEWNAME already |
| 34671 | unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil. | 34643 | exists, unless a third argument OK-IF-ALREADY-EXISTS is supplied |
| 34672 | A number as third arg means request confirmation if NEWNAME already exists. | 34644 | and non-nil. An integer as third argument means request |
| 34673 | This is what happens in interactive use with M-x. | 34645 | confirmation if NEWNAME already exists. |
| 34674 | Fourth arg KEEP-TIME non-nil means give the new file the same | 34646 | |
| 34675 | last-modified time as the old one. (This works on only some systems.) | 34647 | \(fn URL NEWNAME &optional OK-IF-ALREADY-EXISTS &rest IGNORED)" nil nil) |
| 34676 | Args PRESERVE-UID-GID and PRESERVE-PERMISSIONS are ignored. | ||
| 34677 | A prefix arg makes KEEP-TIME non-nil. | ||
| 34678 | |||
| 34679 | \(fn URL NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-TIME PRESERVE-UID-GID PRESERVE-PERMISSIONS)" nil nil) | ||
| 34680 | 34648 | ||
| 34681 | (autoload 'url-file-local-copy "url-handlers" "\ | 34649 | (autoload 'url-file-local-copy "url-handlers" "\ |
| 34682 | Copy URL into a temporary file on this machine. | 34650 | Copy URL into a temporary file on this machine. |