aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2020-04-01 06:26:50 -0700
committerGlenn Morris2020-04-01 06:26:50 -0700
commit953b5b4a6d2b47bd762df4edfc4764b3d518dda9 (patch)
tree14d74db77c7bc670190a17dab59bdd52cc482dcd
parente2165eef3d6f37aca83ea592e928fdb1cac5b569 (diff)
downloademacs-953b5b4a6d2b47bd762df4edfc4764b3d518dda9.tar.gz
emacs-953b5b4a6d2b47bd762df4edfc4764b3d518dda9.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el92
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
5492See also `conf-space-mode', `conf-colon-mode', `conf-javaprop-mode', 5491See 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" "\
5498Conf Mode starter for Unix style Conf files. 5499Conf 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" "\
6475Minor mode that highlights suspicious C and C++ constructions. 6475Minor 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
14253The value of `message-draft-headers' determines which headers are
14254generated when the article is delayed. Remaining headers are
14255generated 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" "\
15735Display documentation of current major mode and minor modes.
15736A brief summary of the minor modes comes first, followed by the
15737major mode description. This is followed by detailed
15738descriptions of the minor modes, each on a separate page.
15739
15740For this to work correctly for a minor mode, the mode's indicator
15741variable (listed in `minor-mode-alist') must also be a function
15742whose documentation describes the minor mode.
15743
15744If called from Lisp with a non-nil BUFFER argument, display
15745documentation 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" "\
15731Produce an nroff buffer containing the doc-strings from the DOC file. 15750Produce 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) "\
16409The list of expansion functions tried in order by `hippie-expand'. 16427The 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" "\
16831Export diary file to iCalendar format. 16848Export 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" "\
19524Toggle display of line numbers in the left margin (Linum mode). 19540Toggle 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" "\
20430Toggle Master mode. 20445Toggle Master mode.
@@ -24582,7 +24597,7 @@ Mark the installed package as selected by adding it to
24582 24597
24583When called from Lisp and optional argument DONT-SELECT is 24598When called from Lisp and optional argument DONT-SELECT is
24584non-nil, install the package but do not add it to 24599non-nil, install the package but do not add it to
24585`package-select-packages'. 24600`package-selected-packages'.
24586 24601
24587If PKG is a `package-desc' and it is already installed, don't try 24602If PKG is a `package-desc' and it is already installed, don't try
24588to install it but still mark it as selected. 24603to 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" "\
26152Search for REGEXP in all the files of the project. 26167Search for REGEXP in all the files of the project.
26153Stops when a match is found. 26168Stops when a match is found.
26154To continue searching for next match, use command \\[fileloop-continue]. 26169To continue searching for the next match, use the
26170command \\[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" "\
26159Search for REGEXP in all the files of the project. 26175Query-replace REGEXP in all the files of the project.
26160Stops when a match is found. 26176Stops when a match is found and prompts for whether to replace it.
26161To continue searching for next match, use command \\[fileloop-continue]. 26177If you exit the query-replace, you can later continue the query-replace
26178loop 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" "\
27482Remember an arbitrary piece of data. 27498Remember 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" "\
27534Repeat most recently executed command. 27549Repeat 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 "\
28409Non-nil if Ruler mode is enabled. 28423Non-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" "\
30587Turn on `smerge-mode' and move point to first conflict marker. 30601Turn on `smerge-mode' and move point to first conflict marker.
30588If no conflict maker is found, turn off `smerge-mode'." t nil) 30602If 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" "\
32670Generate source of the current table in the specified language. 32686Generate source of the current table in the specified language.
32671LANGUAGE is a symbol that specifies the language to describe the 32687LANGUAGE is a symbol that specifies the language to describe the
32672structure of the table. It must be either `html', `latex' or `cals'. 32688structure of the table. It must be either `html', `latex', `cals',
32673The resulted source text is inserted into DEST-BUFFER and the buffer 32689`wiki', or `mediawiki'.
32674object is returned. When DEST-BUFFER is omitted or nil the default 32690The function inserts the resulting source text into DEST-BUFFER, and
32675buffer specified in `table-dest-buffer-name' is used. In this case 32691returns the buffer object. When DEST-BUFFER is omitted or nil, the
32676the content of the default buffer is erased prior to the generation. 32692function uses the default buffer specified in `table-dest-buffer-name'.
32677When DEST-BUFFER is non-nil it is expected to be either a destination 32693In this case, the function erases the default buffer prior to the
32678buffer or a name of the destination buffer. In this case the 32694source generation.
32679generated result is inserted at the current point in the destination 32695When DEST-BUFFER is non-nil, it should be either a destination
32680buffer and the previously existing contents in the buffer are 32696buffer or a name of the destination buffer. In that case, the
32681untouched. 32697function inserts the generated result at point in the destination
32698buffer, and leaves the previous contents of the buffer untouched.
32682 32699
32683References used for this implementation: 32700References 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 "\
33243Mode to enter for a new file that might be either TeX or LaTeX. 33260Mode to enter for a new file that might be either TeX or LaTeX.
33244This variable is used when it can't be determined whether the file 33261This variable is used when it can't be determined whether the file
33245is plain TeX or LaTeX or what because the file contains no commands. 33262is 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" "\
33261Major mode for editing files of input for TeX, LaTeX, or SliTeX. 33278Major mode for editing files of input for TeX, LaTeX, or SliTeX.
33279This is the shared parent mode of several submodes.
33262Tries to determine (by looking at the beginning of the file) whether 33280Tries to determine (by looking at the beginning of the file) whether
33263this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode', 33281this 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,
33265such as if there are no commands in the file, the value of `tex-default-mode' 33283such as if there are no commands in the file, the value of `tex-default-mode'
33266says which mode to use." t nil) 33284says 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" "\
36096Show the change log for BRANCH in a window. 36116Show 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" "\
36341Run `vc-dir' in the repository root directory without prompt.
36342If the default directory of the current buffer is
36343not under version control, prompt for a directory." t nil)
36344
36320(autoload 'vc-dir "vc-dir" "\ 36345(autoload 'vc-dir "vc-dir" "\
36321Show the VC status for \"interesting\" files in and below DIR. 36346Show the VC status for \"interesting\" files in and below DIR.
36322This allows you to mark files and perform VC operations on them. 36347This 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" "\
37751Put a Dired buffer in Writable Dired (WDired) mode. 37775Put 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" "\
38372Display 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" "\
38348Display the next buffer in a new tab. 38377Display 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 "\
38462String specifying a manual page locale, or nil. 38490String specifying a manual page locale, or nil.