aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2019-10-01 06:26:28 -0700
committerGlenn Morris2019-10-01 06:26:28 -0700
commit7b87e73ddc007d1ddebd65effe8c1ac0d4eb5530 (patch)
treef861789b1946de10075ff730f2cf6615e778b547
parent4861328f2a0b95adfb36885db645f5a87ddda7ea (diff)
downloademacs-7b87e73ddc007d1ddebd65effe8c1ac0d4eb5530.tar.gz
emacs-7b87e73ddc007d1ddebd65effe8c1ac0d4eb5530.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el244
1 files changed, 190 insertions, 54 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 7bac452a5ce..ea111f2d3f1 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -811,7 +811,7 @@ Also enable `allout-auto-activation' for this to take effect upon
811visiting an outline. 811visiting an outline.
812 812
813When this is set you can disable allout widgets in select files 813When this is set you can disable allout widgets in select files
814by setting `allout-widgets-mode-inhibit' 814by setting `allout-widgets-mode-inhibit'.
815 815
816Instead of setting `allout-widgets-auto-activation' you can 816Instead of setting `allout-widgets-auto-activation' you can
817explicitly invoke `allout-widgets-mode' in allout buffers where 817explicitly invoke `allout-widgets-mode' in allout buffers where
@@ -1477,7 +1477,17 @@ let-binding.")
1477 1477
1478(custom-autoload 'auth-source-cache-expiry "auth-source" t) 1478(custom-autoload 'auth-source-cache-expiry "auth-source" t)
1479 1479
1480(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "auth-source" '("auth-source"))) 1480(autoload 'authinfo-mode "auth-source" "\
1481Mode for editing .authinfo/.netrc files.
1482
1483This is just like `fundamental-mode', but hides passwords. The
1484passwords are revealed when point moved into the password.
1485
1486\\{authinfo-mode-map}
1487
1488\(fn)" t nil)
1489
1490(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "auth-source" '("auth")))
1481 1491
1482;;;*** 1492;;;***
1483 1493
@@ -1959,7 +1969,7 @@ already set. If SELECT is non-nil interactively select a BibTeX buffer.
1959 1969
1960When called interactively, FORCE is t, CURRENT is t if current buffer 1970When called interactively, FORCE is t, CURRENT is t if current buffer
1961visits a file using `bibtex-mode', and SELECT is t if current buffer 1971visits a file using `bibtex-mode', and SELECT is t if current buffer
1962does not use `bibtex-mode', 1972does not use `bibtex-mode'.
1963 1973
1964\(fn &optional CURRENT FORCE SELECT)" t nil) 1974\(fn &optional CURRENT FORCE SELECT)" t nil)
1965 1975
@@ -3151,7 +3161,7 @@ Invoke the GNU Emacs Calculator. See \\[calc-dispatch-help] for details.
3151\(fn &optional ARG)" t nil) 3161\(fn &optional ARG)" t nil)
3152 3162
3153(autoload 'calc "calc" "\ 3163(autoload 'calc "calc" "\
3154The Emacs Calculator. Full documentation is listed under \"calc-mode\". 3164The Emacs Calculator. Full documentation is listed under `calc-mode'.
3155 3165
3156\(fn &optional ARG FULL-DISPLAY INTERACTIVE)" t nil) 3166\(fn &optional ARG FULL-DISPLAY INTERACTIVE)" t nil)
3157 3167
@@ -4582,47 +4592,47 @@ space at the end of each line.
4582(autoload 'checkdoc-ispell "checkdoc" "\ 4592(autoload 'checkdoc-ispell "checkdoc" "\
4583Check the style and spelling of everything interactively. 4593Check the style and spelling of everything interactively.
4584Calls `checkdoc' with spell-checking turned on. 4594Calls `checkdoc' with spell-checking turned on.
4585Prefix argument is the same as for `checkdoc'" t nil) 4595Prefix argument is the same as for `checkdoc'." t nil)
4586 4596
4587(autoload 'checkdoc-ispell-current-buffer "checkdoc" "\ 4597(autoload 'checkdoc-ispell-current-buffer "checkdoc" "\
4588Check the style and spelling of the current buffer. 4598Check the style and spelling of the current buffer.
4589Calls `checkdoc-current-buffer' with spell-checking turned on. 4599Calls `checkdoc-current-buffer' with spell-checking turned on.
4590Prefix argument is the same as for `checkdoc-current-buffer'" t nil) 4600Prefix argument is the same as for `checkdoc-current-buffer'." t nil)
4591 4601
4592(autoload 'checkdoc-ispell-interactive "checkdoc" "\ 4602(autoload 'checkdoc-ispell-interactive "checkdoc" "\
4593Check the style and spelling of the current buffer interactively. 4603Check the style and spelling of the current buffer interactively.
4594Calls `checkdoc-interactive' with spell-checking turned on. 4604Calls `checkdoc-interactive' with spell-checking turned on.
4595Prefix argument is the same as for `checkdoc-interactive'" t nil) 4605Prefix argument is the same as for `checkdoc-interactive'." t nil)
4596 4606
4597(autoload 'checkdoc-ispell-message-interactive "checkdoc" "\ 4607(autoload 'checkdoc-ispell-message-interactive "checkdoc" "\
4598Check the style and spelling of message text interactively. 4608Check the style and spelling of message text interactively.
4599Calls `checkdoc-message-interactive' with spell-checking turned on. 4609Calls `checkdoc-message-interactive' with spell-checking turned on.
4600Prefix argument is the same as for `checkdoc-message-interactive'" t nil) 4610Prefix argument is the same as for `checkdoc-message-interactive'." t nil)
4601 4611
4602(autoload 'checkdoc-ispell-message-text "checkdoc" "\ 4612(autoload 'checkdoc-ispell-message-text "checkdoc" "\
4603Check the style and spelling of message text interactively. 4613Check the style and spelling of message text interactively.
4604Calls `checkdoc-message-text' with spell-checking turned on. 4614Calls `checkdoc-message-text' with spell-checking turned on.
4605Prefix argument is the same as for `checkdoc-message-text'" t nil) 4615Prefix argument is the same as for `checkdoc-message-text'." t nil)
4606 4616
4607(autoload 'checkdoc-ispell-start "checkdoc" "\ 4617(autoload 'checkdoc-ispell-start "checkdoc" "\
4608Check the style and spelling of the current buffer. 4618Check the style and spelling of the current buffer.
4609Calls `checkdoc-start' with spell-checking turned on. 4619Calls `checkdoc-start' with spell-checking turned on.
4610Prefix argument is the same as for `checkdoc-start'" t nil) 4620Prefix argument is the same as for `checkdoc-start'." t nil)
4611 4621
4612(autoload 'checkdoc-ispell-continue "checkdoc" "\ 4622(autoload 'checkdoc-ispell-continue "checkdoc" "\
4613Check the style and spelling of the current buffer after point. 4623Check the style and spelling of the current buffer after point.
4614Calls `checkdoc-continue' with spell-checking turned on. 4624Calls `checkdoc-continue' with spell-checking turned on.
4615Prefix argument is the same as for `checkdoc-continue'" t nil) 4625Prefix argument is the same as for `checkdoc-continue'." t nil)
4616 4626
4617(autoload 'checkdoc-ispell-comments "checkdoc" "\ 4627(autoload 'checkdoc-ispell-comments "checkdoc" "\
4618Check the style and spelling of the current buffer's comments. 4628Check the style and spelling of the current buffer's comments.
4619Calls `checkdoc-comments' with spell-checking turned on. 4629Calls `checkdoc-comments' with spell-checking turned on.
4620Prefix argument is the same as for `checkdoc-comments'" t nil) 4630Prefix argument is the same as for `checkdoc-comments'." t nil)
4621 4631
4622(autoload 'checkdoc-ispell-defun "checkdoc" "\ 4632(autoload 'checkdoc-ispell-defun "checkdoc" "\
4623Check the style and spelling of the current defun with Ispell. 4633Check the style and spelling of the current defun with Ispell.
4624Calls `checkdoc-defun' with spell-checking turned on. 4634Calls `checkdoc-defun' with spell-checking turned on.
4625Prefix argument is the same as for `checkdoc-defun'" t nil) 4635Prefix argument is the same as for `checkdoc-defun'." t nil)
4626 4636
4627(autoload 'checkdoc-minor-mode "checkdoc" "\ 4637(autoload 'checkdoc-minor-mode "checkdoc" "\
4628Toggle automatic docstring checking (Checkdoc minor mode). 4638Toggle automatic docstring checking (Checkdoc minor mode).
@@ -4837,6 +4847,13 @@ printer proceeds to the next function on the list.
4837This variable is not used at present, but it is defined in hopes that 4847This variable is not used at present, but it is defined in hopes that
4838a future Emacs interpreter will be able to use it.") 4848a future Emacs interpreter will be able to use it.")
4839 4849
4850(autoload 'cl-incf "cl-lib" "\
4851Increment PLACE by X (1 by default).
4852PLACE may be a symbol, or any generalized variable allowed by `setf'.
4853The return value is the incremented value of PLACE.
4854
4855\(fn PLACE &optional X)" nil t)
4856
4840(defvar cl-old-struct-compat-mode nil "\ 4857(defvar cl-old-struct-compat-mode nil "\
4841Non-nil if Cl-Old-Struct-Compat mode is enabled. 4858Non-nil if Cl-Old-Struct-Compat mode is enabled.
4842See the `cl-old-struct-compat-mode' command 4859See the `cl-old-struct-compat-mode' command
@@ -5334,7 +5351,7 @@ This is the value of `next-error-function' in Compilation buffers.
5334 5351
5335\(fn N &optional RESET)" t nil) 5352\(fn N &optional RESET)" t nil)
5336 5353
5337(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "compile" '("compil" "define-compilation-mode" "kill-compilation" "overlay-arrow-overlay" "recompile"))) 5354(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "compile" '("compil" "define-compilation-mode" "kill-compilation" "recompile")))
5338 5355
5339;;;*** 5356;;;***
5340 5357
@@ -6672,6 +6689,9 @@ You may call with no args, or you may pass nil as the first arg and
6672any other args you like. In that case, the list of args after the 6689any other args you like. In that case, the list of args after the
6673first will be printed into the backtrace buffer. 6690first will be printed into the backtrace buffer.
6674 6691
6692If `inhibit-redisplay' is non-nil when this function is called,
6693the debugger will not be entered.
6694
6675\(fn &rest ARGS)" t nil) 6695\(fn &rest ARGS)" t nil)
6676 6696
6677(autoload 'debug-on-entry "debug" "\ 6697(autoload 'debug-on-entry "debug" "\
@@ -7168,10 +7188,11 @@ Look for a desktop file in DIRNAME, or if DIRNAME is omitted, look in
7168directories listed in `desktop-path'. If a desktop file is found, it 7188directories listed in `desktop-path'. If a desktop file is found, it
7169is processed and `desktop-after-read-hook' is run. If no desktop file 7189is processed and `desktop-after-read-hook' is run. If no desktop file
7170is found, clear the desktop and run `desktop-no-desktop-file-hook'. 7190is found, clear the desktop and run `desktop-no-desktop-file-hook'.
7191Interactively, with prefix arg \\[universal-argument], ask for DIRNAME.
7171This function is a no-op when Emacs is running in batch mode. 7192This function is a no-op when Emacs is running in batch mode.
7172It returns t if a desktop file was loaded, nil otherwise. 7193It returns t if a desktop file was loaded, nil otherwise.
7173 7194
7174\(fn &optional DIRNAME)" t nil) 7195\(fn DIRNAME)" t nil)
7175 7196
7176(autoload 'desktop-change-dir "desktop" "\ 7197(autoload 'desktop-change-dir "desktop" "\
7177Change to desktop saved in DIRNAME. 7198Change to desktop saved in DIRNAME.
@@ -7211,8 +7232,9 @@ If NODISPLAY is non-nil, don't redisplay the article buffer.
7211 7232
7212(autoload 'gnus-outlook-deuglify-article "deuglify" "\ 7233(autoload 'gnus-outlook-deuglify-article "deuglify" "\
7213Full deuglify of broken Outlook (Express) articles. 7234Full deuglify of broken Outlook (Express) articles.
7214Treat dumbquotes, unwrap lines, repair attribution and rearrange citation. If 7235Treat \"smartquotes\", unwrap lines, repair attribution and
7215NODISPLAY is non-nil, don't redisplay the article buffer. 7236rearrange citation. If NODISPLAY is non-nil, don't redisplay the
7237article buffer.
7216 7238
7217\(fn &optional NODISPLAY)" t nil) 7239\(fn &optional NODISPLAY)" t nil)
7218 7240
@@ -11512,7 +11534,7 @@ After querying the server for the given string, the expansion specified by
11512If REPLACE is non-nil, then this expansion replaces the name in the buffer. 11534If REPLACE is non-nil, then this expansion replaces the name in the buffer.
11513`eudc-expansion-overwrites-query' being non-nil inverts the meaning of REPLACE. 11535`eudc-expansion-overwrites-query' being non-nil inverts the meaning of REPLACE.
11514Multiple servers can be tried with the same query until one finds a match, 11536Multiple servers can be tried with the same query until one finds a match,
11515see `eudc-inline-expansion-servers' 11537see `eudc-inline-expansion-servers'.
11516 11538
11517\(fn &optional REPLACE)" t nil) 11539\(fn &optional REPLACE)" t nil)
11518 11540
@@ -11740,6 +11762,13 @@ file modes." nil nil)
11740 11762
11741;;;*** 11763;;;***
11742 11764
11765;;;### (autoloads nil "exif" "image/exif.el" (0 0 0 0))
11766;;; Generated autoloads from image/exif.el
11767
11768(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "exif" '("exif-")))
11769
11770;;;***
11771
11743;;;### (autoloads nil "expand" "expand.el" (0 0 0 0)) 11772;;;### (autoloads nil "expand" "expand.el" (0 0 0 0))
11744;;; Generated autoloads from expand.el 11773;;; Generated autoloads from expand.el
11745 11774
@@ -12849,7 +12878,7 @@ TYPE is a key to symbol and TEXT is a description of the problem
12849detected in this region. DATA is any object that the caller 12878detected in this region. DATA is any object that the caller
12850wishes to attach to the created diagnostic for later retrieval. 12879wishes to attach to the created diagnostic for later retrieval.
12851 12880
12852OVERLAY-PROPERTIES is an an alist of properties attached to the 12881OVERLAY-PROPERTIES is an alist of properties attached to the
12853created diagnostic, overriding the default properties and any 12882created diagnostic, overriding the default properties and any
12854properties of `flymake-overlay-control' of the diagnostic's 12883properties of `flymake-overlay-control' of the diagnostic's
12855type. 12884type.
@@ -12905,7 +12934,7 @@ buffer happens via the special hook
12905 12934
12906Some backends may take longer than others to respond or complete, 12935Some backends may take longer than others to respond or complete,
12907and some may decide to disable themselves if they are not 12936and some may decide to disable themselves if they are not
12908suitable for the current buffer. The commands 12937suitable for the current buffer. The commands
12909`flymake-running-backends', `flymake-disabled-backends' and 12938`flymake-running-backends', `flymake-disabled-backends' and
12910`flymake-reporting-backends' summarize the situation, as does the 12939`flymake-reporting-backends' summarize the situation, as does the
12911special *Flymake log* buffer. 12940special *Flymake log* buffer.
@@ -13831,10 +13860,10 @@ Read network news as a slave, without connecting to the local server.
13831 13860
13832(autoload 'gnus-no-server "gnus" "\ 13861(autoload 'gnus-no-server "gnus" "\
13833Read network news. 13862Read network news.
13834If ARG is a positive number, Gnus will use that as the startup 13863If ARG is a positive number, Gnus will use that as the startup level.
13835level. If ARG is nil, Gnus will be started at level 2. If ARG is 13864If ARG is nil, Gnus will be started at level 2. If ARG is non-nil
13836non-nil and not a positive number, Gnus will prompt the user for the 13865and not a positive number, Gnus will prompt the user for the name of
13837name of an NNTP server to use. 13866an NNTP server to use.
13838As opposed to `gnus', this command will not connect to the local 13867As opposed to `gnus', this command will not connect to the local
13839server. 13868server.
13840 13869
@@ -15278,7 +15307,7 @@ to be updated." t nil)
15278;;; Generated autoloads from mail/hashcash.el 15307;;; Generated autoloads from mail/hashcash.el
15279 15308
15280(autoload 'hashcash-insert-payment "hashcash" "\ 15309(autoload 'hashcash-insert-payment "hashcash" "\
15281Insert X-Payment and X-Hashcash headers with a payment for ARG 15310Insert X-Payment and X-Hashcash headers with a payment for ARG.
15282 15311
15283\(fn ARG)" t nil) 15312\(fn ARG)" t nil)
15284 15313
@@ -15289,7 +15318,7 @@ Only start calculation. Results are inserted when ready.
15289\(fn ARG)" t nil) 15318\(fn ARG)" t nil)
15290 15319
15291(autoload 'hashcash-verify-payment "hashcash" "\ 15320(autoload 'hashcash-verify-payment "hashcash" "\
15292Verify a hashcash payment 15321Verify a hashcash payment.
15293 15322
15294\(fn TOKEN &optional RESOURCE AMOUNT)" nil nil) 15323\(fn TOKEN &optional RESOURCE AMOUNT)" nil nil)
15295 15324
@@ -15494,6 +15523,17 @@ it is displayed along with the global value.
15494 15523
15495\(fn VARIABLE &optional BUFFER FRAME)" t nil) 15524\(fn VARIABLE &optional BUFFER FRAME)" t nil)
15496 15525
15526(autoload 'describe-face "help-fns" "\
15527Display the properties of face FACE on FRAME.
15528Interactively, FACE defaults to the faces of the character after point
15529and FRAME defaults to the selected frame.
15530
15531If the optional argument FRAME is given, report on face FACE in that frame.
15532If FRAME is t, report on the defaults for face FACE (for new frames).
15533If FRAME is omitted or nil, use the selected frame.
15534
15535\(fn FACE &optional FRAME)" t nil)
15536
15497(autoload 'describe-symbol "help-fns" "\ 15537(autoload 'describe-symbol "help-fns" "\
15498Display the full documentation of SYMBOL. 15538Display the full documentation of SYMBOL.
15499Will show the info of SYMBOL as a function, variable, and/or face. 15539Will show the info of SYMBOL as a function, variable, and/or face.
@@ -17426,6 +17466,14 @@ If Emacs is compiled without ImageMagick support, this does nothing." nil nil)
17426 17466
17427;;;*** 17467;;;***
17428 17468
17469;;;### (autoloads nil "image-converter" "image/image-converter.el"
17470;;;;;; (0 0 0 0))
17471;;; Generated autoloads from image/image-converter.el
17472
17473(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "image-converter" '("image-convert")))
17474
17475;;;***
17476
17429;;;### (autoloads nil "image-dired" "image-dired.el" (0 0 0 0)) 17477;;;### (autoloads nil "image-dired" "image-dired.el" (0 0 0 0))
17430;;; Generated autoloads from image-dired.el 17478;;; Generated autoloads from image-dired.el
17431(push (purecopy '(image-dired 0 4 11)) package--builtin-versions) 17479(push (purecopy '(image-dired 0 4 11)) package--builtin-versions)
@@ -19134,7 +19182,7 @@ use either \\[customize] or the function `latin1-display'.")
19134Set up Latin-1/ASCII display for the arguments character SETS. 19182Set up Latin-1/ASCII display for the arguments character SETS.
19135See option `latin1-display' for the method. The members of the list 19183See option `latin1-display' for the method. The members of the list
19136must be in `latin1-display-sets'. With no arguments, reset the 19184must be in `latin1-display-sets'. With no arguments, reset the
19137display for all of `latin1-display-sets'. See also 19185display for all of `latin1-display-sets'. See also
19138`latin1-display-setup'. 19186`latin1-display-setup'.
19139 19187
19140\(fn &rest SETS)" nil nil) 19188\(fn &rest SETS)" nil nil)
@@ -21066,7 +21114,7 @@ Put the external-body part of HANDLE into its cache.
21066Show the external-body part of HANDLE. 21114Show the external-body part of HANDLE.
21067This function replaces the buffer of HANDLE with a buffer contains 21115This function replaces the buffer of HANDLE with a buffer contains
21068the entire message. 21116the entire message.
21069If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. 21117If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
21070 21118
21071\(fn HANDLE &optional NO-DISPLAY)" nil nil) 21119\(fn HANDLE &optional NO-DISPLAY)" nil nil)
21072 21120
@@ -21081,7 +21129,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
21081Show the partial part of HANDLE. 21129Show the partial part of HANDLE.
21082This function replaces the buffer of HANDLE with a buffer contains 21130This function replaces the buffer of HANDLE with a buffer contains
21083the entire message. 21131the entire message.
21084If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. 21132If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
21085 21133
21086\(fn HANDLE &optional NO-DISPLAY)" nil nil) 21134\(fn HANDLE &optional NO-DISPLAY)" nil nil)
21087 21135
@@ -21830,7 +21878,7 @@ Open a network connection to HOST on PORT.
21830 21878
21831\(fn HOST PORT)" t nil) 21879\(fn HOST PORT)" t nil)
21832 21880
21833(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "net-utils" '("arp-program" "dig-program" "dns-lookup-program" "finger-X.500-host-regexps" "ftp-" "ifconfig-program" "iwconfig-program" "net" "nslookup-" "ping-program" "route-program" "run-network-program" "smbclient" "traceroute-program" "whois-"))) 21881(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "net-utils" '("arp-program" "dig-program" "dns-lookup-program" "finger-X.500-host-regexps" "ftp-" "ifconfig-program" "ipconfig" "iwconfig-program" "net" "nslookup-" "ping-program" "route-program" "run-network-program" "smbclient" "traceroute-program" "whois-")))
21834 21882
21835;;;*** 21883;;;***
21836 21884
@@ -23103,7 +23151,7 @@ Follow a link or time-stamp like Org mode does.
23103This command can be called in any mode to follow an external link 23151This command can be called in any mode to follow an external link
23104or a time-stamp that has Org mode syntax. Its behavior is 23152or a time-stamp that has Org mode syntax. Its behavior is
23105undefined when called on internal links (e.g., fuzzy links). 23153undefined when called on internal links (e.g., fuzzy links).
23106Raise an error when there is nothing to follow. " t nil) 23154Raise an error when there is nothing to follow." t nil)
23107 23155
23108(autoload 'org-open-link-from-string "org" "\ 23156(autoload 'org-open-link-from-string "org" "\
23109Open a link in the string S, as if it was in Org mode. 23157Open a link in the string S, as if it was in Org mode.
@@ -24133,7 +24181,7 @@ is derived from the main .el file in the directory.
24133Downloads and installs required packages as needed." t nil) 24181Downloads and installs required packages as needed." t nil)
24134 24182
24135(autoload 'package-install-file "package" "\ 24183(autoload 'package-install-file "package" "\
24136Install a package from a file. 24184Install a package from FILE.
24137The file can either be a tar file, an Emacs Lisp file, or a 24185The file can either be a tar file, an Emacs Lisp file, or a
24138directory. 24186directory.
24139 24187
@@ -24151,7 +24199,7 @@ object.
24151\(fn PKG)" t nil) 24199\(fn PKG)" t nil)
24152 24200
24153(autoload 'package-autoremove "package" "\ 24201(autoload 'package-autoremove "package" "\
24154Remove packages that are no more needed. 24202Remove packages that are no longer needed.
24155 24203
24156Packages that are no more needed by other packages in 24204Packages that are no more needed by other packages in
24157`package-selected-packages' and their dependencies 24205`package-selected-packages' and their dependencies
@@ -25784,7 +25832,7 @@ The keymap for this second window is:
25784 25832
25785 25833
25786When Ghostscript encounters an error it displays an error message 25834When Ghostscript encounters an error it displays an error message
25787with a file position. Clicking mouse-2 on this number will bring 25835with a file position. Clicking mouse-2 on this number will bring
25788point to the corresponding spot in the PostScript window, if input 25836point to the corresponding spot in the PostScript window, if input
25789to the interpreter was sent from that window. 25837to the interpreter was sent from that window.
25790Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number has the same effect. 25838Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number has the same effect.
@@ -27739,6 +27787,11 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil." t nil)
27739(autoload 'rng-validate-mode "rng-valid" "\ 27787(autoload 'rng-validate-mode "rng-valid" "\
27740Minor mode performing continual validation against a RELAX NG schema. 27788Minor mode performing continual validation against a RELAX NG schema.
27741 27789
27790If called interactively, enable Rng-Validate mode if ARG is positive, and
27791disable it if ARG is zero or negative. If called from Lisp,
27792also enable the mode if ARG is omitted or nil, and toggle it
27793if ARG is `toggle'; disable the mode otherwise.
27794
27742Checks whether the buffer is a well-formed XML 1.0 document, 27795Checks whether the buffer is a well-formed XML 1.0 document,
27743conforming to the XML Namespaces Recommendation and valid against a 27796conforming to the XML Namespaces Recommendation and valid against a
27744RELAX NG schema. The mode-line indicates whether it is or not. Any 27797RELAX NG schema. The mode-line indicates whether it is or not. Any
@@ -27759,7 +27812,7 @@ conventionally have a suffix of `.rnc'). The variable
27759`rng-schema-locating-files' specifies files containing rules 27812`rng-schema-locating-files' specifies files containing rules
27760to use for finding the schema. 27813to use for finding the schema.
27761 27814
27762\(fn &optional ARG NO-CHANGE-SCHEMA)" t nil) 27815\(fn &optional ARG)" t nil)
27763 27816
27764(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rng-valid" '("rng-"))) 27817(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rng-valid" '("rng-")))
27765 27818
@@ -27951,13 +28004,13 @@ if ARG is `toggle'; disable the mode otherwise.
27951;;; Generated autoloads from emacs-lisp/rx.el 28004;;; Generated autoloads from emacs-lisp/rx.el
27952 28005
27953(autoload 'rx-to-string "rx" "\ 28006(autoload 'rx-to-string "rx" "\
27954Parse and produce code for regular expression FORM. 28007Translate FORM from `rx' sexp syntax into a string regexp.
27955FORM is a regular expression in sexp form. 28008The arguments to `literal' and `regexp' forms inside FORM must be
27956NO-GROUP non-nil means don't put shy groups around the result. 28009constant strings.
28010If NO-GROUP is non-nil, don't bracket the result in a non-capturing
28011group.
27957 28012
27958In contrast to the `rx' macro, subforms `literal' and `regexp' 28013For extending the `rx' notation in FORM, use `rx-define' or `rx-let-eval'.
27959will not accept non-string arguments, i.e., (literal STRING)
27960becomes just a more verbose version of STRING.
27961 28014
27962\(fn FORM &optional NO-GROUP)" nil nil) 28015\(fn FORM &optional NO-GROUP)" nil nil)
27963 28016
@@ -28060,7 +28113,77 @@ Zero-width assertions: these all match the empty string in specific places.
28060\(regexp EXPR) Match the string regexp from evaluating EXPR at run time. 28113\(regexp EXPR) Match the string regexp from evaluating EXPR at run time.
28061\(eval EXPR) Match the rx sexp from evaluating EXPR at compile time. 28114\(eval EXPR) Match the rx sexp from evaluating EXPR at compile time.
28062 28115
28063\(fn &rest REGEXPS)" nil t) 28116Additional constructs can be defined using `rx-define' and `rx-let',
28117which see.
28118
28119\(fn REGEXPS...)" nil t)
28120
28121(autoload 'rx-let-eval "rx" "\
28122Evaluate BODY with local BINDINGS for `rx-to-string'.
28123BINDINGS, after evaluation, is a list of definitions each on the form
28124\(NAME [(ARGS...)] RX), in effect for calls to `rx-to-string'
28125in BODY.
28126
28127For bindings without an ARGS list, NAME is defined as an alias
28128for the `rx' expression RX. Where ARGS is supplied, NAME is
28129defined as an `rx' form with ARGS as argument list. The
28130parameters are bound from the values in the (NAME ...) form and
28131are substituted in RX. ARGS can contain `&rest' parameters,
28132whose values are spliced into RX where the parameter name occurs.
28133
28134Any previous definitions with the same names are shadowed during
28135the expansion of BODY only.
28136For extensions when using the `rx' macro, use `rx-let'.
28137To make global rx extensions, use `rx-define'.
28138For more details, see Info node `(elisp) Extending Rx'.
28139
28140\(fn BINDINGS BODY...)" nil t)
28141
28142(function-put 'rx-let-eval 'lisp-indent-function '1)
28143
28144(autoload 'rx-let "rx" "\
28145Evaluate BODY with local BINDINGS for `rx'.
28146BINDINGS is an unevaluated list of bindings each on the form
28147\(NAME [(ARGS...)] RX).
28148They are bound lexically and are available in `rx' expressions in
28149BODY only.
28150
28151For bindings without an ARGS list, NAME is defined as an alias
28152for the `rx' expression RX. Where ARGS is supplied, NAME is
28153defined as an `rx' form with ARGS as argument list. The
28154parameters are bound from the values in the (NAME ...) form and
28155are substituted in RX. ARGS can contain `&rest' parameters,
28156whose values are spliced into RX where the parameter name occurs.
28157
28158Any previous definitions with the same names are shadowed during
28159the expansion of BODY only.
28160For local extensions to `rx-to-string', use `rx-let-eval'.
28161To make global rx extensions, use `rx-define'.
28162For more details, see Info node `(elisp) Extending Rx'.
28163
28164\(fn BINDINGS BODY...)" nil t)
28165
28166(function-put 'rx-let 'lisp-indent-function '1)
28167
28168(autoload 'rx-define "rx" "\
28169Define NAME as a global `rx' definition.
28170If the ARGS list is omitted, define NAME as an alias for the `rx'
28171expression RX.
28172
28173If the ARGS list is supplied, define NAME as an `rx' form with
28174ARGS as argument list. The parameters are bound from the values
28175in the (NAME ...) form and are substituted in RX.
28176ARGS can contain `&rest' parameters, whose values are spliced
28177into RX where the parameter name occurs.
28178
28179Any previous global definition of NAME is overwritten with the new one.
28180To make local rx extensions, use `rx-let' for `rx',
28181`rx-let-eval' for `rx-to-string'.
28182For more details, see Info node `(elisp) Extending Rx'.
28183
28184\(fn NAME [(ARGS...)] RX)" nil t)
28185
28186(function-put 'rx-define 'lisp-indent-function '1)
28064 28187
28065(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rx" '("rx-"))) 28188(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rx" '("rx-")))
28066 28189
@@ -29117,7 +29240,7 @@ instead of no action.")
29117 29240
29118(custom-autoload 'mail-citation-hook "sendmail" t) 29241(custom-autoload 'mail-citation-hook "sendmail" t)
29119 29242
29120(defvar mail-citation-prefix-regexp (purecopy "\\([ \11]*\\(\\w\\|[_.]\\)+>+\\|[ \11]*[]>|]\\)+") "\ 29243(defvar mail-citation-prefix-regexp (purecopy "\\([ \11]*\\(\\w\\|[_.]\\)+>+\\|[ \11]*[>|]\\)+") "\
29121Regular expression to match a citation prefix plus whitespace. 29244Regular expression to match a citation prefix plus whitespace.
29122It should match whatever sort of citation prefixes you want to handle, 29245It should match whatever sort of citation prefixes you want to handle,
29123with whitespace before and after; it should also match just whitespace. 29246with whitespace before and after; it should also match just whitespace.
@@ -29694,7 +29817,7 @@ DOM should be a parse tree as generated by
29694 29817
29695\(fn DOM)" nil nil) 29818\(fn DOM)" nil nil)
29696 29819
29697(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "shr" '("shr-"))) 29820(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "shr" '("shr-" "svg--wrap-svg")))
29698 29821
29699;;;*** 29822;;;***
29700 29823
@@ -30512,9 +30635,9 @@ symbol `ask', query before flushing the queue file.
30512\(fn &optional FILE KEEP)" t nil) 30635\(fn &optional FILE KEEP)" t nil)
30513 30636
30514(autoload 'spam-report-url-ping-mm-url "spam-report" "\ 30637(autoload 'spam-report-url-ping-mm-url "spam-report" "\
30515Ping a host through HTTP, addressing a specific GET resource. Use 30638Ping a host through HTTP, addressing a specific GET resource.
30516the external program specified in `mm-url-program' to connect to 30639Use the external program specified in `mm-url-program' to connect
30517server. 30640to server.
30518 30641
30519\(fn HOST REPORT)" nil nil) 30642\(fn HOST REPORT)" nil nil)
30520 30643
@@ -31414,7 +31537,18 @@ Studlify-case the current buffer." t nil)
31414;;;### (autoloads nil "subr-x" "emacs-lisp/subr-x.el" (0 0 0 0)) 31537;;;### (autoloads nil "subr-x" "emacs-lisp/subr-x.el" (0 0 0 0))
31415;;; Generated autoloads from emacs-lisp/subr-x.el 31538;;; Generated autoloads from emacs-lisp/subr-x.el
31416 31539
31417(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "subr-x" '("and-let*" "hash-table-" "if-let" "internal--" "replace-region-contents" "string-" "thread-" "when-let"))) 31540(autoload 'when-let "subr-x" "\
31541Bind variables according to SPEC and conditionally evaluate BODY.
31542Evaluate each binding in turn, stopping if a binding value is nil.
31543If all are non-nil, return the value of the last form in BODY.
31544
31545The variable list SPEC is the same as in `if-let'.
31546
31547\(fn SPEC &rest BODY)" nil t)
31548
31549(function-put 'when-let 'lisp-indent-function '1)
31550
31551(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "subr-x" '("and-let*" "hash-table-" "if-let" "internal--" "replace-region-contents" "string-" "thread-" "when-let*")))
31418 31552
31419;;;*** 31553;;;***
31420 31554
@@ -32358,7 +32492,7 @@ commands to use in that buffer.
32358(autoload 'ansi-term "term" "\ 32492(autoload 'ansi-term "term" "\
32359Start a terminal-emulator in a new buffer. 32493Start a terminal-emulator in a new buffer.
32360This is almost the same as `term' apart from always creating a new buffer, 32494This is almost the same as `term' apart from always creating a new buffer,
32361and `C-x' being marked as a `term-escape-char'. 32495and `C-x' being marked as a `term-escape-char'.
32362 32496
32363\(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil) 32497\(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil)
32364 32498
@@ -32957,7 +33091,9 @@ Return the sexp at point, or nil if none is found." nil nil)
32957Return the symbol at point, or nil if none is found." nil nil) 33091Return the symbol at point, or nil if none is found." nil nil)
32958 33092
32959(autoload 'number-at-point "thingatpt" "\ 33093(autoload 'number-at-point "thingatpt" "\
32960Return the number at point, or nil if none is found." nil nil) 33094Return the number at point, or nil if none is found.
33095Decimal numbers like \"14\" or \"-14.5\", as well as hex numbers
33096like \"0xBEEF09\" or \"#xBEEF09\", are regognized." nil nil)
32961 33097
32962(autoload 'list-at-point "thingatpt" "\ 33098(autoload 'list-at-point "thingatpt" "\
32963Return the Lisp list at point, or nil if none is found. 33099Return the Lisp list at point, or nil if none is found.
@@ -33032,7 +33168,7 @@ In dired, call the setroot program on the image at point." t nil)
33032 33168
33033(autoload 'tibetan-char-p "tibet-util" "\ 33169(autoload 'tibetan-char-p "tibet-util" "\
33034Check if char CH is Tibetan character. 33170Check if char CH is Tibetan character.
33035Returns non-nil if CH is Tibetan. Otherwise, returns nil. 33171Returns non-nil if CH is Tibetan. Otherwise, returns nil.
33036 33172
33037\(fn CH)" nil nil) 33173\(fn CH)" nil nil)
33038 33174
@@ -35897,7 +36033,7 @@ Key bindings:
35897;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" 36033;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el"
35898;;;;;; (0 0 0 0)) 36034;;;;;; (0 0 0 0))
35899;;; Generated autoloads from progmodes/verilog-mode.el 36035;;; Generated autoloads from progmodes/verilog-mode.el
35900(push (purecopy '(verilog-mode 2019 6 21 103209889)) package--builtin-versions) 36036(push (purecopy '(verilog-mode 2019 9 23 4801067)) package--builtin-versions)
35901 36037
35902(autoload 'verilog-mode "verilog-mode" "\ 36038(autoload 'verilog-mode "verilog-mode" "\
35903Major mode for editing Verilog code. 36039Major mode for editing Verilog code.
@@ -35969,7 +36105,7 @@ Variables controlling indentation/edit style:
35969 36105
35970Variables controlling other actions: 36106Variables controlling other actions:
35971 36107
35972 `verilog-linter' (default `surelint') 36108 `verilog-linter' (default `none')
35973 Unix program to call to run the lint checker. This is the default 36109 Unix program to call to run the lint checker. This is the default
35974 command for \\[compile-command] and \\[verilog-auto-save-compile]. 36110 command for \\[compile-command] and \\[verilog-auto-save-compile].
35975 36111
@@ -36567,7 +36703,7 @@ releases. You are kindly invited to participate in beta testing. Subscribe
36567to above mailing lists by sending an email to <reto@gnu.org>. 36703to above mailing lists by sending an email to <reto@gnu.org>.
36568 36704
36569VHDL Mode is officially distributed at 36705VHDL Mode is officially distributed at
36570http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html 36706https://guest.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html
36571where the latest version can be found. 36707where the latest version can be found.
36572 36708
36573 36709