diff options
| author | Glenn Morris | 2020-04-01 06:26:50 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-04-01 06:26:50 -0700 |
| commit | 953b5b4a6d2b47bd762df4edfc4764b3d518dda9 (patch) | |
| tree | 14d74db77c7bc670190a17dab59bdd52cc482dcd | |
| parent | e2165eef3d6f37aca83ea592e928fdb1cac5b569 (diff) | |
| download | emacs-953b5b4a6d2b47bd762df4edfc4764b3d518dda9.tar.gz emacs-953b5b4a6d2b47bd762df4edfc4764b3d518dda9.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 92 |
1 files changed, 60 insertions, 32 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 8776e9ba703..10dc78d6288 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -4480,7 +4480,6 @@ Returns non-nil if any false statements are found. | |||
| 4480 | ;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (0 0 0 | 4480 | ;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (0 0 0 |
| 4481 | ;;;;;; 0)) | 4481 | ;;;;;; 0)) |
| 4482 | ;;; Generated autoloads from emacs-lisp/checkdoc.el | 4482 | ;;; Generated autoloads from emacs-lisp/checkdoc.el |
| 4483 | (push (purecopy '(checkdoc 0 6 2)) package--builtin-versions) | ||
| 4484 | (put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp) | 4483 | (put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp) |
| 4485 | (put 'checkdoc-force-history-flag 'safe-local-variable #'booleanp) | 4484 | (put 'checkdoc-force-history-flag 'safe-local-variable #'booleanp) |
| 4486 | (put 'checkdoc-permit-comma-termination-flag 'safe-local-variable #'booleanp) | 4485 | (put 'checkdoc-permit-comma-termination-flag 'safe-local-variable #'booleanp) |
| @@ -5492,7 +5491,9 @@ doesn't have enough contents to decide, this is identical to | |||
| 5492 | See also `conf-space-mode', `conf-colon-mode', `conf-javaprop-mode', | 5491 | See also `conf-space-mode', `conf-colon-mode', `conf-javaprop-mode', |
| 5493 | `conf-ppd-mode' and `conf-xdefaults-mode'. | 5492 | `conf-ppd-mode' and `conf-xdefaults-mode'. |
| 5494 | 5493 | ||
| 5495 | \\{conf-mode-map}" t nil) | 5494 | \\{conf-mode-map} |
| 5495 | |||
| 5496 | \(fn)" t nil) | ||
| 5496 | 5497 | ||
| 5497 | (autoload 'conf-unix-mode "conf-mode" "\ | 5498 | (autoload 'conf-unix-mode "conf-mode" "\ |
| 5498 | Conf Mode starter for Unix style Conf files. | 5499 | Conf Mode starter for Unix style Conf files. |
| @@ -6469,7 +6470,6 @@ Mode used for cvs status output. | |||
| 6469 | 6470 | ||
| 6470 | ;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (0 0 0 0)) | 6471 | ;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (0 0 0 0)) |
| 6471 | ;;; Generated autoloads from progmodes/cwarn.el | 6472 | ;;; Generated autoloads from progmodes/cwarn.el |
| 6472 | (push (purecopy '(cwarn 1 3 1)) package--builtin-versions) | ||
| 6473 | 6473 | ||
| 6474 | (autoload 'cwarn-mode "cwarn" "\ | 6474 | (autoload 'cwarn-mode "cwarn" "\ |
| 6475 | Minor mode that highlights suspicious C and C++ constructions. | 6475 | Minor mode that highlights suspicious C and C++ constructions. |
| @@ -14250,6 +14250,10 @@ DELAY is a string, giving the length of the time. Possible values are: | |||
| 14250 | * hh:mm for a specific time. Use 24h format. If it is later than this | 14250 | * hh:mm for a specific time. Use 24h format. If it is later than this |
| 14251 | time, then the deadline is tomorrow, else today. | 14251 | time, then the deadline is tomorrow, else today. |
| 14252 | 14252 | ||
| 14253 | The value of `message-draft-headers' determines which headers are | ||
| 14254 | generated when the article is delayed. Remaining headers are | ||
| 14255 | generated when the article is sent. | ||
| 14256 | |||
| 14253 | \(fn DELAY)" t nil) | 14257 | \(fn DELAY)" t nil) |
| 14254 | 14258 | ||
| 14255 | (autoload 'gnus-delay-send-queue "gnus-delay" "\ | 14259 | (autoload 'gnus-delay-send-queue "gnus-delay" "\ |
| @@ -15727,6 +15731,21 @@ keymap value. | |||
| 15727 | 15731 | ||
| 15728 | \(fn KEYMAP)" t nil) | 15732 | \(fn KEYMAP)" t nil) |
| 15729 | 15733 | ||
| 15734 | (autoload 'describe-mode "help-fns" "\ | ||
| 15735 | Display documentation of current major mode and minor modes. | ||
| 15736 | A brief summary of the minor modes comes first, followed by the | ||
| 15737 | major mode description. This is followed by detailed | ||
| 15738 | descriptions of the minor modes, each on a separate page. | ||
| 15739 | |||
| 15740 | For this to work correctly for a minor mode, the mode's indicator | ||
| 15741 | variable (listed in `minor-mode-alist') must also be a function | ||
| 15742 | whose documentation describes the minor mode. | ||
| 15743 | |||
| 15744 | If called from Lisp with a non-nil BUFFER argument, display | ||
| 15745 | documentation for the major and minor modes of that buffer. | ||
| 15746 | |||
| 15747 | \(fn &optional BUFFER)" t nil) | ||
| 15748 | |||
| 15730 | (autoload 'doc-file-to-man "help-fns" "\ | 15749 | (autoload 'doc-file-to-man "help-fns" "\ |
| 15731 | Produce an nroff buffer containing the doc-strings from the DOC file. | 15750 | Produce an nroff buffer containing the doc-strings from the DOC file. |
| 15732 | 15751 | ||
| @@ -16403,7 +16422,6 @@ See `highlight-changes-mode' for more information on Highlight-Changes mode. | |||
| 16403 | 16422 | ||
| 16404 | ;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (0 0 0 0)) | 16423 | ;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (0 0 0 0)) |
| 16405 | ;;; Generated autoloads from hippie-exp.el | 16424 | ;;; Generated autoloads from hippie-exp.el |
| 16406 | (push (purecopy '(hippie-exp 1 6)) package--builtin-versions) | ||
| 16407 | 16425 | ||
| 16408 | (defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\ | 16426 | (defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\ |
| 16409 | The list of expansion functions tried in order by `hippie-expand'. | 16427 | The list of expansion functions tried in order by `hippie-expand'. |
| @@ -16825,7 +16843,6 @@ If optional arg OTHER-WINDOW is non-nil, then use another window. | |||
| 16825 | ;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (0 0 0 | 16843 | ;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (0 0 0 |
| 16826 | ;;;;;; 0)) | 16844 | ;;;;;; 0)) |
| 16827 | ;;; Generated autoloads from calendar/icalendar.el | 16845 | ;;; Generated autoloads from calendar/icalendar.el |
| 16828 | (push (purecopy '(icalendar 0 19)) package--builtin-versions) | ||
| 16829 | 16846 | ||
| 16830 | (autoload 'icalendar-export-file "icalendar" "\ | 16847 | (autoload 'icalendar-export-file "icalendar" "\ |
| 16831 | Export diary file to iCalendar format. | 16848 | Export diary file to iCalendar format. |
| @@ -19518,7 +19535,6 @@ generations (this defaults to 1). | |||
| 19518 | 19535 | ||
| 19519 | ;;;### (autoloads nil "linum" "linum.el" (0 0 0 0)) | 19536 | ;;;### (autoloads nil "linum" "linum.el" (0 0 0 0)) |
| 19520 | ;;; Generated autoloads from linum.el | 19537 | ;;; Generated autoloads from linum.el |
| 19521 | (push (purecopy '(linum 0 9 24)) package--builtin-versions) | ||
| 19522 | 19538 | ||
| 19523 | (autoload 'linum-mode "linum" "\ | 19539 | (autoload 'linum-mode "linum" "\ |
| 19524 | Toggle display of line numbers in the left margin (Linum mode). | 19540 | Toggle display of line numbers in the left margin (Linum mode). |
| @@ -20424,7 +20440,6 @@ Default bookmark handler for Man buffers. | |||
| 20424 | 20440 | ||
| 20425 | ;;;### (autoloads nil "master" "master.el" (0 0 0 0)) | 20441 | ;;;### (autoloads nil "master" "master.el" (0 0 0 0)) |
| 20426 | ;;; Generated autoloads from master.el | 20442 | ;;; Generated autoloads from master.el |
| 20427 | (push (purecopy '(master 1 0 2)) package--builtin-versions) | ||
| 20428 | 20443 | ||
| 20429 | (autoload 'master-mode "master" "\ | 20444 | (autoload 'master-mode "master" "\ |
| 20430 | Toggle Master mode. | 20445 | Toggle Master mode. |
| @@ -24582,7 +24597,7 @@ Mark the installed package as selected by adding it to | |||
| 24582 | 24597 | ||
| 24583 | When called from Lisp and optional argument DONT-SELECT is | 24598 | When called from Lisp and optional argument DONT-SELECT is |
| 24584 | non-nil, install the package but do not add it to | 24599 | non-nil, install the package but do not add it to |
| 24585 | `package-select-packages'. | 24600 | `package-selected-packages'. |
| 24586 | 24601 | ||
| 24587 | If PKG is a `package-desc' and it is already installed, don't try | 24602 | If PKG is a `package-desc' and it is already installed, don't try |
| 24588 | to install it but still mark it as selected. | 24603 | to install it but still mark it as selected. |
| @@ -26151,14 +26166,16 @@ recognized." t nil) | |||
| 26151 | (autoload 'project-search "project" "\ | 26166 | (autoload 'project-search "project" "\ |
| 26152 | Search for REGEXP in all the files of the project. | 26167 | Search for REGEXP in all the files of the project. |
| 26153 | Stops when a match is found. | 26168 | Stops when a match is found. |
| 26154 | To continue searching for next match, use command \\[fileloop-continue]. | 26169 | To continue searching for the next match, use the |
| 26170 | command \\[fileloop-continue]. | ||
| 26155 | 26171 | ||
| 26156 | \(fn REGEXP)" t nil) | 26172 | \(fn REGEXP)" t nil) |
| 26157 | 26173 | ||
| 26158 | (autoload 'project-query-replace-regexp "project" "\ | 26174 | (autoload 'project-query-replace-regexp "project" "\ |
| 26159 | Search for REGEXP in all the files of the project. | 26175 | Query-replace REGEXP in all the files of the project. |
| 26160 | Stops when a match is found. | 26176 | Stops when a match is found and prompts for whether to replace it. |
| 26161 | To continue searching for next match, use command \\[fileloop-continue]. | 26177 | If you exit the query-replace, you can later continue the query-replace |
| 26178 | loop using the command \\[fileloop-continue]. | ||
| 26162 | 26179 | ||
| 26163 | \(fn FROM TO)" t nil) | 26180 | \(fn FROM TO)" t nil) |
| 26164 | 26181 | ||
| @@ -27476,7 +27493,6 @@ This means the number of non-shy regexp grouping constructs | |||
| 27476 | 27493 | ||
| 27477 | ;;;### (autoloads nil "remember" "textmodes/remember.el" (0 0 0 0)) | 27494 | ;;;### (autoloads nil "remember" "textmodes/remember.el" (0 0 0 0)) |
| 27478 | ;;; Generated autoloads from textmodes/remember.el | 27495 | ;;; Generated autoloads from textmodes/remember.el |
| 27479 | (push (purecopy '(remember 2 0)) package--builtin-versions) | ||
| 27480 | 27496 | ||
| 27481 | (autoload 'remember "remember" "\ | 27497 | (autoload 'remember "remember" "\ |
| 27482 | Remember an arbitrary piece of data. | 27498 | Remember an arbitrary piece of data. |
| @@ -27528,7 +27544,6 @@ to turn the *scratch* buffer into your notes buffer. | |||
| 27528 | 27544 | ||
| 27529 | ;;;### (autoloads nil "repeat" "repeat.el" (0 0 0 0)) | 27545 | ;;;### (autoloads nil "repeat" "repeat.el" (0 0 0 0)) |
| 27530 | ;;; Generated autoloads from repeat.el | 27546 | ;;; Generated autoloads from repeat.el |
| 27531 | (push (purecopy '(repeat 0 51)) package--builtin-versions) | ||
| 27532 | 27547 | ||
| 27533 | (autoload 'repeat "repeat" "\ | 27548 | (autoload 'repeat "repeat" "\ |
| 27534 | Repeat most recently executed command. | 27549 | Repeat most recently executed command. |
| @@ -28403,7 +28418,6 @@ Major mode for editing Ruby code. | |||
| 28403 | 28418 | ||
| 28404 | ;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (0 0 0 0)) | 28419 | ;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (0 0 0 0)) |
| 28405 | ;;; Generated autoloads from ruler-mode.el | 28420 | ;;; Generated autoloads from ruler-mode.el |
| 28406 | (push (purecopy '(ruler-mode 1 6)) package--builtin-versions) | ||
| 28407 | 28421 | ||
| 28408 | (defvar ruler-mode nil "\ | 28422 | (defvar ruler-mode nil "\ |
| 28409 | Non-nil if Ruler mode is enabled. | 28423 | Non-nil if Ruler mode is enabled. |
| @@ -30585,7 +30599,9 @@ enable the mode if ARG is omitted or nil, and toggle it if ARG is | |||
| 30585 | 30599 | ||
| 30586 | (autoload 'smerge-start-session "smerge-mode" "\ | 30600 | (autoload 'smerge-start-session "smerge-mode" "\ |
| 30587 | Turn on `smerge-mode' and move point to first conflict marker. | 30601 | Turn on `smerge-mode' and move point to first conflict marker. |
| 30588 | If no conflict maker is found, turn off `smerge-mode'." t nil) | 30602 | If no conflict maker is found, turn off `smerge-mode'. |
| 30603 | |||
| 30604 | \(fn &optional INTERACTIVELY)" t nil) | ||
| 30589 | 30605 | ||
| 30590 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "smerge-mode" '("smerge-"))) | 30606 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "smerge-mode" '("smerge-"))) |
| 30591 | 30607 | ||
| @@ -32669,16 +32685,17 @@ WHERE is provided the cell and table at that location is reported. | |||
| 32669 | (autoload 'table-generate-source "table" "\ | 32685 | (autoload 'table-generate-source "table" "\ |
| 32670 | Generate source of the current table in the specified language. | 32686 | Generate source of the current table in the specified language. |
| 32671 | LANGUAGE is a symbol that specifies the language to describe the | 32687 | LANGUAGE is a symbol that specifies the language to describe the |
| 32672 | structure of the table. It must be either `html', `latex' or `cals'. | 32688 | structure of the table. It must be either `html', `latex', `cals', |
| 32673 | The resulted source text is inserted into DEST-BUFFER and the buffer | 32689 | `wiki', or `mediawiki'. |
| 32674 | object is returned. When DEST-BUFFER is omitted or nil the default | 32690 | The function inserts the resulting source text into DEST-BUFFER, and |
| 32675 | buffer specified in `table-dest-buffer-name' is used. In this case | 32691 | returns the buffer object. When DEST-BUFFER is omitted or nil, the |
| 32676 | the content of the default buffer is erased prior to the generation. | 32692 | function uses the default buffer specified in `table-dest-buffer-name'. |
| 32677 | When DEST-BUFFER is non-nil it is expected to be either a destination | 32693 | In this case, the function erases the default buffer prior to the |
| 32678 | buffer or a name of the destination buffer. In this case the | 32694 | source generation. |
| 32679 | generated result is inserted at the current point in the destination | 32695 | When DEST-BUFFER is non-nil, it should be either a destination |
| 32680 | buffer and the previously existing contents in the buffer are | 32696 | buffer or a name of the destination buffer. In that case, the |
| 32681 | untouched. | 32697 | function inserts the generated result at point in the destination |
| 32698 | buffer, and leaves the previous contents of the buffer untouched. | ||
| 32682 | 32699 | ||
| 32683 | References used for this implementation: | 32700 | References used for this implementation: |
| 32684 | 32701 | ||
| @@ -33239,7 +33256,7 @@ Should show the queue(s) that \\[tex-print] puts jobs on.") | |||
| 33239 | 33256 | ||
| 33240 | (custom-autoload 'tex-show-queue-command "tex-mode" t) | 33257 | (custom-autoload 'tex-show-queue-command "tex-mode" t) |
| 33241 | 33258 | ||
| 33242 | (defvar tex-default-mode 'latex-mode "\ | 33259 | (defvar tex-default-mode #'latex-mode "\ |
| 33243 | Mode to enter for a new file that might be either TeX or LaTeX. | 33260 | Mode to enter for a new file that might be either TeX or LaTeX. |
| 33244 | This variable is used when it can't be determined whether the file | 33261 | This variable is used when it can't be determined whether the file |
| 33245 | is plain TeX or LaTeX or what because the file contains no commands. | 33262 | is plain TeX or LaTeX or what because the file contains no commands. |
| @@ -33259,11 +33276,14 @@ String inserted by typing \\[tex-insert-quote] to close a quotation.") | |||
| 33259 | 33276 | ||
| 33260 | (autoload 'tex-mode "tex-mode" "\ | 33277 | (autoload 'tex-mode "tex-mode" "\ |
| 33261 | Major mode for editing files of input for TeX, LaTeX, or SliTeX. | 33278 | Major mode for editing files of input for TeX, LaTeX, or SliTeX. |
| 33279 | This is the shared parent mode of several submodes. | ||
| 33262 | Tries to determine (by looking at the beginning of the file) whether | 33280 | Tries to determine (by looking at the beginning of the file) whether |
| 33263 | this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode', | 33281 | this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode', |
| 33264 | `latex-mode', or `slitex-mode', respectively. If it cannot be determined, | 33282 | `latex-mode', or `slitex-mode', accordingly. If it cannot be determined, |
| 33265 | such as if there are no commands in the file, the value of `tex-default-mode' | 33283 | such as if there are no commands in the file, the value of `tex-default-mode' |
| 33266 | says which mode to use." t nil) | 33284 | says which mode to use. |
| 33285 | |||
| 33286 | \(fn)" t nil) | ||
| 33267 | 33287 | ||
| 33268 | (defalias 'TeX-mode 'tex-mode) | 33288 | (defalias 'TeX-mode 'tex-mode) |
| 33269 | 33289 | ||
| @@ -36093,7 +36113,7 @@ with its diffs (if the underlying VCS supports that). | |||
| 36093 | \(fn &optional LIMIT REVISION)" t nil) | 36113 | \(fn &optional LIMIT REVISION)" t nil) |
| 36094 | 36114 | ||
| 36095 | (autoload 'vc-print-branch-log "vc" "\ | 36115 | (autoload 'vc-print-branch-log "vc" "\ |
| 36096 | Show the change log for BRANCH in a window. | 36116 | Show the change log for BRANCH root in a window. |
| 36097 | 36117 | ||
| 36098 | \(fn BRANCH)" t nil) | 36118 | \(fn BRANCH)" t nil) |
| 36099 | 36119 | ||
| @@ -36317,6 +36337,11 @@ Name of the format file in a .bzr directory.") | |||
| 36317 | ;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (0 0 0 0)) | 36337 | ;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (0 0 0 0)) |
| 36318 | ;;; Generated autoloads from vc/vc-dir.el | 36338 | ;;; Generated autoloads from vc/vc-dir.el |
| 36319 | 36339 | ||
| 36340 | (autoload 'vc-dir-root "vc-dir" "\ | ||
| 36341 | Run `vc-dir' in the repository root directory without prompt. | ||
| 36342 | If the default directory of the current buffer is | ||
| 36343 | not under version control, prompt for a directory." t nil) | ||
| 36344 | |||
| 36320 | (autoload 'vc-dir "vc-dir" "\ | 36345 | (autoload 'vc-dir "vc-dir" "\ |
| 36321 | Show the VC status for \"interesting\" files in and below DIR. | 36346 | Show the VC status for \"interesting\" files in and below DIR. |
| 36322 | This allows you to mark files and perform VC operations on them. | 36347 | This allows you to mark files and perform VC operations on them. |
| @@ -37745,7 +37770,6 @@ this is equivalent to `display-warning', using | |||
| 37745 | 37770 | ||
| 37746 | ;;;### (autoloads nil "wdired" "wdired.el" (0 0 0 0)) | 37771 | ;;;### (autoloads nil "wdired" "wdired.el" (0 0 0 0)) |
| 37747 | ;;; Generated autoloads from wdired.el | 37772 | ;;; Generated autoloads from wdired.el |
| 37748 | (push (purecopy '(wdired 2 0)) package--builtin-versions) | ||
| 37749 | 37773 | ||
| 37750 | (autoload 'wdired-change-to-wdired-mode "wdired" "\ | 37774 | (autoload 'wdired-change-to-wdired-mode "wdired" "\ |
| 37751 | Put a Dired buffer in Writable Dired (WDired) mode. | 37775 | Put a Dired buffer in Writable Dired (WDired) mode. |
| @@ -38344,6 +38368,11 @@ Display the next buffer in the same window. | |||
| 38344 | 38368 | ||
| 38345 | \(fn &optional ARG)" t nil) | 38369 | \(fn &optional ARG)" t nil) |
| 38346 | 38370 | ||
| 38371 | (autoload 'windmove-display-new-frame "windmove" "\ | ||
| 38372 | Display the next buffer in a new frame. | ||
| 38373 | |||
| 38374 | \(fn &optional ARG)" t nil) | ||
| 38375 | |||
| 38347 | (autoload 'windmove-display-new-tab "windmove" "\ | 38376 | (autoload 'windmove-display-new-tab "windmove" "\ |
| 38348 | Display the next buffer in a new tab. | 38377 | Display the next buffer in a new tab. |
| 38349 | 38378 | ||
| @@ -38456,7 +38485,6 @@ you can press `C-c <right>' (calling `winner-redo'). | |||
| 38456 | 38485 | ||
| 38457 | ;;;### (autoloads nil "woman" "woman.el" (0 0 0 0)) | 38486 | ;;;### (autoloads nil "woman" "woman.el" (0 0 0 0)) |
| 38458 | ;;; Generated autoloads from woman.el | 38487 | ;;; Generated autoloads from woman.el |
| 38459 | (push (purecopy '(woman 0 551)) package--builtin-versions) | ||
| 38460 | 38488 | ||
| 38461 | (defvar woman-locale nil "\ | 38489 | (defvar woman-locale nil "\ |
| 38462 | String specifying a manual page locale, or nil. | 38490 | String specifying a manual page locale, or nil. |