diff options
| author | Glenn Morris | 2019-10-01 06:26:28 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-10-01 06:26:28 -0700 |
| commit | 7b87e73ddc007d1ddebd65effe8c1ac0d4eb5530 (patch) | |
| tree | f861789b1946de10075ff730f2cf6615e778b547 | |
| parent | 4861328f2a0b95adfb36885db645f5a87ddda7ea (diff) | |
| download | emacs-7b87e73ddc007d1ddebd65effe8c1ac0d4eb5530.tar.gz emacs-7b87e73ddc007d1ddebd65effe8c1ac0d4eb5530.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 244 |
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 | |||
| 811 | visiting an outline. | 811 | visiting an outline. |
| 812 | 812 | ||
| 813 | When this is set you can disable allout widgets in select files | 813 | When this is set you can disable allout widgets in select files |
| 814 | by setting `allout-widgets-mode-inhibit' | 814 | by setting `allout-widgets-mode-inhibit'. |
| 815 | 815 | ||
| 816 | Instead of setting `allout-widgets-auto-activation' you can | 816 | Instead of setting `allout-widgets-auto-activation' you can |
| 817 | explicitly invoke `allout-widgets-mode' in allout buffers where | 817 | explicitly 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" "\ |
| 1481 | Mode for editing .authinfo/.netrc files. | ||
| 1482 | |||
| 1483 | This is just like `fundamental-mode', but hides passwords. The | ||
| 1484 | passwords 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 | ||
| 1960 | When called interactively, FORCE is t, CURRENT is t if current buffer | 1970 | When called interactively, FORCE is t, CURRENT is t if current buffer |
| 1961 | visits a file using `bibtex-mode', and SELECT is t if current buffer | 1971 | visits a file using `bibtex-mode', and SELECT is t if current buffer |
| 1962 | does not use `bibtex-mode', | 1972 | does 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" "\ |
| 3154 | The Emacs Calculator. Full documentation is listed under \"calc-mode\". | 3164 | The 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" "\ |
| 4583 | Check the style and spelling of everything interactively. | 4593 | Check the style and spelling of everything interactively. |
| 4584 | Calls `checkdoc' with spell-checking turned on. | 4594 | Calls `checkdoc' with spell-checking turned on. |
| 4585 | Prefix argument is the same as for `checkdoc'" t nil) | 4595 | Prefix 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" "\ |
| 4588 | Check the style and spelling of the current buffer. | 4598 | Check the style and spelling of the current buffer. |
| 4589 | Calls `checkdoc-current-buffer' with spell-checking turned on. | 4599 | Calls `checkdoc-current-buffer' with spell-checking turned on. |
| 4590 | Prefix argument is the same as for `checkdoc-current-buffer'" t nil) | 4600 | Prefix 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" "\ |
| 4593 | Check the style and spelling of the current buffer interactively. | 4603 | Check the style and spelling of the current buffer interactively. |
| 4594 | Calls `checkdoc-interactive' with spell-checking turned on. | 4604 | Calls `checkdoc-interactive' with spell-checking turned on. |
| 4595 | Prefix argument is the same as for `checkdoc-interactive'" t nil) | 4605 | Prefix 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" "\ |
| 4598 | Check the style and spelling of message text interactively. | 4608 | Check the style and spelling of message text interactively. |
| 4599 | Calls `checkdoc-message-interactive' with spell-checking turned on. | 4609 | Calls `checkdoc-message-interactive' with spell-checking turned on. |
| 4600 | Prefix argument is the same as for `checkdoc-message-interactive'" t nil) | 4610 | Prefix 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" "\ |
| 4603 | Check the style and spelling of message text interactively. | 4613 | Check the style and spelling of message text interactively. |
| 4604 | Calls `checkdoc-message-text' with spell-checking turned on. | 4614 | Calls `checkdoc-message-text' with spell-checking turned on. |
| 4605 | Prefix argument is the same as for `checkdoc-message-text'" t nil) | 4615 | Prefix 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" "\ |
| 4608 | Check the style and spelling of the current buffer. | 4618 | Check the style and spelling of the current buffer. |
| 4609 | Calls `checkdoc-start' with spell-checking turned on. | 4619 | Calls `checkdoc-start' with spell-checking turned on. |
| 4610 | Prefix argument is the same as for `checkdoc-start'" t nil) | 4620 | Prefix argument is the same as for `checkdoc-start'." t nil) |
| 4611 | 4621 | ||
| 4612 | (autoload 'checkdoc-ispell-continue "checkdoc" "\ | 4622 | (autoload 'checkdoc-ispell-continue "checkdoc" "\ |
| 4613 | Check the style and spelling of the current buffer after point. | 4623 | Check the style and spelling of the current buffer after point. |
| 4614 | Calls `checkdoc-continue' with spell-checking turned on. | 4624 | Calls `checkdoc-continue' with spell-checking turned on. |
| 4615 | Prefix argument is the same as for `checkdoc-continue'" t nil) | 4625 | Prefix argument is the same as for `checkdoc-continue'." t nil) |
| 4616 | 4626 | ||
| 4617 | (autoload 'checkdoc-ispell-comments "checkdoc" "\ | 4627 | (autoload 'checkdoc-ispell-comments "checkdoc" "\ |
| 4618 | Check the style and spelling of the current buffer's comments. | 4628 | Check the style and spelling of the current buffer's comments. |
| 4619 | Calls `checkdoc-comments' with spell-checking turned on. | 4629 | Calls `checkdoc-comments' with spell-checking turned on. |
| 4620 | Prefix argument is the same as for `checkdoc-comments'" t nil) | 4630 | Prefix argument is the same as for `checkdoc-comments'." t nil) |
| 4621 | 4631 | ||
| 4622 | (autoload 'checkdoc-ispell-defun "checkdoc" "\ | 4632 | (autoload 'checkdoc-ispell-defun "checkdoc" "\ |
| 4623 | Check the style and spelling of the current defun with Ispell. | 4633 | Check the style and spelling of the current defun with Ispell. |
| 4624 | Calls `checkdoc-defun' with spell-checking turned on. | 4634 | Calls `checkdoc-defun' with spell-checking turned on. |
| 4625 | Prefix argument is the same as for `checkdoc-defun'" t nil) | 4635 | Prefix argument is the same as for `checkdoc-defun'." t nil) |
| 4626 | 4636 | ||
| 4627 | (autoload 'checkdoc-minor-mode "checkdoc" "\ | 4637 | (autoload 'checkdoc-minor-mode "checkdoc" "\ |
| 4628 | Toggle automatic docstring checking (Checkdoc minor mode). | 4638 | Toggle automatic docstring checking (Checkdoc minor mode). |
| @@ -4837,6 +4847,13 @@ printer proceeds to the next function on the list. | |||
| 4837 | This variable is not used at present, but it is defined in hopes that | 4847 | This variable is not used at present, but it is defined in hopes that |
| 4838 | a future Emacs interpreter will be able to use it.") | 4848 | a future Emacs interpreter will be able to use it.") |
| 4839 | 4849 | ||
| 4850 | (autoload 'cl-incf "cl-lib" "\ | ||
| 4851 | Increment PLACE by X (1 by default). | ||
| 4852 | PLACE may be a symbol, or any generalized variable allowed by `setf'. | ||
| 4853 | The 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 "\ |
| 4841 | Non-nil if Cl-Old-Struct-Compat mode is enabled. | 4858 | Non-nil if Cl-Old-Struct-Compat mode is enabled. |
| 4842 | See the `cl-old-struct-compat-mode' command | 4859 | See 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 | |||
| 6672 | any other args you like. In that case, the list of args after the | 6689 | any other args you like. In that case, the list of args after the |
| 6673 | first will be printed into the backtrace buffer. | 6690 | first will be printed into the backtrace buffer. |
| 6674 | 6691 | ||
| 6692 | If `inhibit-redisplay' is non-nil when this function is called, | ||
| 6693 | the 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 | |||
| 7168 | directories listed in `desktop-path'. If a desktop file is found, it | 7188 | directories listed in `desktop-path'. If a desktop file is found, it |
| 7169 | is processed and `desktop-after-read-hook' is run. If no desktop file | 7189 | is processed and `desktop-after-read-hook' is run. If no desktop file |
| 7170 | is found, clear the desktop and run `desktop-no-desktop-file-hook'. | 7190 | is found, clear the desktop and run `desktop-no-desktop-file-hook'. |
| 7191 | Interactively, with prefix arg \\[universal-argument], ask for DIRNAME. | ||
| 7171 | This function is a no-op when Emacs is running in batch mode. | 7192 | This function is a no-op when Emacs is running in batch mode. |
| 7172 | It returns t if a desktop file was loaded, nil otherwise. | 7193 | It 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" "\ |
| 7177 | Change to desktop saved in DIRNAME. | 7198 | Change 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" "\ |
| 7213 | Full deuglify of broken Outlook (Express) articles. | 7234 | Full deuglify of broken Outlook (Express) articles. |
| 7214 | Treat dumbquotes, unwrap lines, repair attribution and rearrange citation. If | 7235 | Treat \"smartquotes\", unwrap lines, repair attribution and |
| 7215 | NODISPLAY is non-nil, don't redisplay the article buffer. | 7236 | rearrange citation. If NODISPLAY is non-nil, don't redisplay the |
| 7237 | article 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 | |||
| 11512 | If REPLACE is non-nil, then this expansion replaces the name in the buffer. | 11534 | If 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. |
| 11514 | Multiple servers can be tried with the same query until one finds a match, | 11536 | Multiple servers can be tried with the same query until one finds a match, |
| 11515 | see `eudc-inline-expansion-servers' | 11537 | see `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 | |||
| 12849 | detected in this region. DATA is any object that the caller | 12878 | detected in this region. DATA is any object that the caller |
| 12850 | wishes to attach to the created diagnostic for later retrieval. | 12879 | wishes to attach to the created diagnostic for later retrieval. |
| 12851 | 12880 | ||
| 12852 | OVERLAY-PROPERTIES is an an alist of properties attached to the | 12881 | OVERLAY-PROPERTIES is an alist of properties attached to the |
| 12853 | created diagnostic, overriding the default properties and any | 12882 | created diagnostic, overriding the default properties and any |
| 12854 | properties of `flymake-overlay-control' of the diagnostic's | 12883 | properties of `flymake-overlay-control' of the diagnostic's |
| 12855 | type. | 12884 | type. |
| @@ -12905,7 +12934,7 @@ buffer happens via the special hook | |||
| 12905 | 12934 | ||
| 12906 | Some backends may take longer than others to respond or complete, | 12935 | Some backends may take longer than others to respond or complete, |
| 12907 | and some may decide to disable themselves if they are not | 12936 | and some may decide to disable themselves if they are not |
| 12908 | suitable for the current buffer. The commands | 12937 | suitable 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 |
| 12911 | special *Flymake log* buffer. | 12940 | special *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" "\ |
| 13833 | Read network news. | 13862 | Read network news. |
| 13834 | If ARG is a positive number, Gnus will use that as the startup | 13863 | If ARG is a positive number, Gnus will use that as the startup level. |
| 13835 | level. If ARG is nil, Gnus will be started at level 2. If ARG is | 13864 | If ARG is nil, Gnus will be started at level 2. If ARG is non-nil |
| 13836 | non-nil and not a positive number, Gnus will prompt the user for the | 13865 | and not a positive number, Gnus will prompt the user for the name of |
| 13837 | name of an NNTP server to use. | 13866 | an NNTP server to use. |
| 13838 | As opposed to `gnus', this command will not connect to the local | 13867 | As opposed to `gnus', this command will not connect to the local |
| 13839 | server. | 13868 | server. |
| 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" "\ |
| 15281 | Insert X-Payment and X-Hashcash headers with a payment for ARG | 15310 | Insert 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" "\ |
| 15292 | Verify a hashcash payment | 15321 | Verify 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" "\ | ||
| 15527 | Display the properties of face FACE on FRAME. | ||
| 15528 | Interactively, FACE defaults to the faces of the character after point | ||
| 15529 | and FRAME defaults to the selected frame. | ||
| 15530 | |||
| 15531 | If the optional argument FRAME is given, report on face FACE in that frame. | ||
| 15532 | If FRAME is t, report on the defaults for face FACE (for new frames). | ||
| 15533 | If 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" "\ |
| 15498 | Display the full documentation of SYMBOL. | 15538 | Display the full documentation of SYMBOL. |
| 15499 | Will show the info of SYMBOL as a function, variable, and/or face. | 15539 | Will 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'.") | |||
| 19134 | Set up Latin-1/ASCII display for the arguments character SETS. | 19182 | Set up Latin-1/ASCII display for the arguments character SETS. |
| 19135 | See option `latin1-display' for the method. The members of the list | 19183 | See option `latin1-display' for the method. The members of the list |
| 19136 | must be in `latin1-display-sets'. With no arguments, reset the | 19184 | must be in `latin1-display-sets'. With no arguments, reset the |
| 19137 | display for all of `latin1-display-sets'. See also | 19185 | display 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. | |||
| 21066 | Show the external-body part of HANDLE. | 21114 | Show the external-body part of HANDLE. |
| 21067 | This function replaces the buffer of HANDLE with a buffer contains | 21115 | This function replaces the buffer of HANDLE with a buffer contains |
| 21068 | the entire message. | 21116 | the entire message. |
| 21069 | If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | 21117 | If 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. | |||
| 21081 | Show the partial part of HANDLE. | 21129 | Show the partial part of HANDLE. |
| 21082 | This function replaces the buffer of HANDLE with a buffer contains | 21130 | This function replaces the buffer of HANDLE with a buffer contains |
| 21083 | the entire message. | 21131 | the entire message. |
| 21084 | If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | 21132 | If 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. | |||
| 23103 | This command can be called in any mode to follow an external link | 23151 | This command can be called in any mode to follow an external link |
| 23104 | or a time-stamp that has Org mode syntax. Its behavior is | 23152 | or a time-stamp that has Org mode syntax. Its behavior is |
| 23105 | undefined when called on internal links (e.g., fuzzy links). | 23153 | undefined when called on internal links (e.g., fuzzy links). |
| 23106 | Raise an error when there is nothing to follow. " t nil) | 23154 | Raise 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" "\ |
| 23109 | Open a link in the string S, as if it was in Org mode. | 23157 | Open 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. | |||
| 24133 | Downloads and installs required packages as needed." t nil) | 24181 | Downloads and installs required packages as needed." t nil) |
| 24134 | 24182 | ||
| 24135 | (autoload 'package-install-file "package" "\ | 24183 | (autoload 'package-install-file "package" "\ |
| 24136 | Install a package from a file. | 24184 | Install a package from FILE. |
| 24137 | The file can either be a tar file, an Emacs Lisp file, or a | 24185 | The file can either be a tar file, an Emacs Lisp file, or a |
| 24138 | directory. | 24186 | directory. |
| 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" "\ |
| 24154 | Remove packages that are no more needed. | 24202 | Remove packages that are no longer needed. |
| 24155 | 24203 | ||
| 24156 | Packages that are no more needed by other packages in | 24204 | Packages 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 | ||
| 25786 | When Ghostscript encounters an error it displays an error message | 25834 | When Ghostscript encounters an error it displays an error message |
| 25787 | with a file position. Clicking mouse-2 on this number will bring | 25835 | with a file position. Clicking mouse-2 on this number will bring |
| 25788 | point to the corresponding spot in the PostScript window, if input | 25836 | point to the corresponding spot in the PostScript window, if input |
| 25789 | to the interpreter was sent from that window. | 25837 | to the interpreter was sent from that window. |
| 25790 | Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number has the same effect. | 25838 | Typing \\<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" "\ |
| 27740 | Minor mode performing continual validation against a RELAX NG schema. | 27788 | Minor mode performing continual validation against a RELAX NG schema. |
| 27741 | 27789 | ||
| 27790 | If called interactively, enable Rng-Validate mode if ARG is positive, and | ||
| 27791 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 27792 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 27793 | if ARG is `toggle'; disable the mode otherwise. | ||
| 27794 | |||
| 27742 | Checks whether the buffer is a well-formed XML 1.0 document, | 27795 | Checks whether the buffer is a well-formed XML 1.0 document, |
| 27743 | conforming to the XML Namespaces Recommendation and valid against a | 27796 | conforming to the XML Namespaces Recommendation and valid against a |
| 27744 | RELAX NG schema. The mode-line indicates whether it is or not. Any | 27797 | RELAX 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 |
| 27760 | to use for finding the schema. | 27813 | to 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" "\ |
| 27954 | Parse and produce code for regular expression FORM. | 28007 | Translate FORM from `rx' sexp syntax into a string regexp. |
| 27955 | FORM is a regular expression in sexp form. | 28008 | The arguments to `literal' and `regexp' forms inside FORM must be |
| 27956 | NO-GROUP non-nil means don't put shy groups around the result. | 28009 | constant strings. |
| 28010 | If NO-GROUP is non-nil, don't bracket the result in a non-capturing | ||
| 28011 | group. | ||
| 27957 | 28012 | ||
| 27958 | In contrast to the `rx' macro, subforms `literal' and `regexp' | 28013 | For extending the `rx' notation in FORM, use `rx-define' or `rx-let-eval'. |
| 27959 | will not accept non-string arguments, i.e., (literal STRING) | ||
| 27960 | becomes 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) | 28116 | Additional constructs can be defined using `rx-define' and `rx-let', |
| 28117 | which see. | ||
| 28118 | |||
| 28119 | \(fn REGEXPS...)" nil t) | ||
| 28120 | |||
| 28121 | (autoload 'rx-let-eval "rx" "\ | ||
| 28122 | Evaluate BODY with local BINDINGS for `rx-to-string'. | ||
| 28123 | BINDINGS, after evaluation, is a list of definitions each on the form | ||
| 28124 | \(NAME [(ARGS...)] RX), in effect for calls to `rx-to-string' | ||
| 28125 | in BODY. | ||
| 28126 | |||
| 28127 | For bindings without an ARGS list, NAME is defined as an alias | ||
| 28128 | for the `rx' expression RX. Where ARGS is supplied, NAME is | ||
| 28129 | defined as an `rx' form with ARGS as argument list. The | ||
| 28130 | parameters are bound from the values in the (NAME ...) form and | ||
| 28131 | are substituted in RX. ARGS can contain `&rest' parameters, | ||
| 28132 | whose values are spliced into RX where the parameter name occurs. | ||
| 28133 | |||
| 28134 | Any previous definitions with the same names are shadowed during | ||
| 28135 | the expansion of BODY only. | ||
| 28136 | For extensions when using the `rx' macro, use `rx-let'. | ||
| 28137 | To make global rx extensions, use `rx-define'. | ||
| 28138 | For 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" "\ | ||
| 28145 | Evaluate BODY with local BINDINGS for `rx'. | ||
| 28146 | BINDINGS is an unevaluated list of bindings each on the form | ||
| 28147 | \(NAME [(ARGS...)] RX). | ||
| 28148 | They are bound lexically and are available in `rx' expressions in | ||
| 28149 | BODY only. | ||
| 28150 | |||
| 28151 | For bindings without an ARGS list, NAME is defined as an alias | ||
| 28152 | for the `rx' expression RX. Where ARGS is supplied, NAME is | ||
| 28153 | defined as an `rx' form with ARGS as argument list. The | ||
| 28154 | parameters are bound from the values in the (NAME ...) form and | ||
| 28155 | are substituted in RX. ARGS can contain `&rest' parameters, | ||
| 28156 | whose values are spliced into RX where the parameter name occurs. | ||
| 28157 | |||
| 28158 | Any previous definitions with the same names are shadowed during | ||
| 28159 | the expansion of BODY only. | ||
| 28160 | For local extensions to `rx-to-string', use `rx-let-eval'. | ||
| 28161 | To make global rx extensions, use `rx-define'. | ||
| 28162 | For 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" "\ | ||
| 28169 | Define NAME as a global `rx' definition. | ||
| 28170 | If the ARGS list is omitted, define NAME as an alias for the `rx' | ||
| 28171 | expression RX. | ||
| 28172 | |||
| 28173 | If the ARGS list is supplied, define NAME as an `rx' form with | ||
| 28174 | ARGS as argument list. The parameters are bound from the values | ||
| 28175 | in the (NAME ...) form and are substituted in RX. | ||
| 28176 | ARGS can contain `&rest' parameters, whose values are spliced | ||
| 28177 | into RX where the parameter name occurs. | ||
| 28178 | |||
| 28179 | Any previous global definition of NAME is overwritten with the new one. | ||
| 28180 | To make local rx extensions, use `rx-let' for `rx', | ||
| 28181 | `rx-let-eval' for `rx-to-string'. | ||
| 28182 | For 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]*[>|]\\)+") "\ |
| 29121 | Regular expression to match a citation prefix plus whitespace. | 29244 | Regular expression to match a citation prefix plus whitespace. |
| 29122 | It should match whatever sort of citation prefixes you want to handle, | 29245 | It should match whatever sort of citation prefixes you want to handle, |
| 29123 | with whitespace before and after; it should also match just whitespace. | 29246 | with 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" "\ |
| 30515 | Ping a host through HTTP, addressing a specific GET resource. Use | 30638 | Ping a host through HTTP, addressing a specific GET resource. |
| 30516 | the external program specified in `mm-url-program' to connect to | 30639 | Use the external program specified in `mm-url-program' to connect |
| 30517 | server. | 30640 | to 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" "\ |
| 31541 | Bind variables according to SPEC and conditionally evaluate BODY. | ||
| 31542 | Evaluate each binding in turn, stopping if a binding value is nil. | ||
| 31543 | If all are non-nil, return the value of the last form in BODY. | ||
| 31544 | |||
| 31545 | The 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" "\ |
| 32359 | Start a terminal-emulator in a new buffer. | 32493 | Start a terminal-emulator in a new buffer. |
| 32360 | This is almost the same as `term' apart from always creating a new buffer, | 32494 | This is almost the same as `term' apart from always creating a new buffer, |
| 32361 | and `C-x' being marked as a `term-escape-char'. | 32495 | and `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) | |||
| 32957 | Return the symbol at point, or nil if none is found." nil nil) | 33091 | Return 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" "\ |
| 32960 | Return the number at point, or nil if none is found." nil nil) | 33094 | Return the number at point, or nil if none is found. |
| 33095 | Decimal numbers like \"14\" or \"-14.5\", as well as hex numbers | ||
| 33096 | like \"0xBEEF09\" or \"#xBEEF09\", are regognized." nil nil) | ||
| 32961 | 33097 | ||
| 32962 | (autoload 'list-at-point "thingatpt" "\ | 33098 | (autoload 'list-at-point "thingatpt" "\ |
| 32963 | Return the Lisp list at point, or nil if none is found. | 33099 | Return 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" "\ |
| 33034 | Check if char CH is Tibetan character. | 33170 | Check if char CH is Tibetan character. |
| 33035 | Returns non-nil if CH is Tibetan. Otherwise, returns nil. | 33171 | Returns 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" "\ |
| 35903 | Major mode for editing Verilog code. | 36039 | Major mode for editing Verilog code. |
| @@ -35969,7 +36105,7 @@ Variables controlling indentation/edit style: | |||
| 35969 | 36105 | ||
| 35970 | Variables controlling other actions: | 36106 | Variables 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 | |||
| 36567 | to above mailing lists by sending an email to <reto@gnu.org>. | 36703 | to above mailing lists by sending an email to <reto@gnu.org>. |
| 36568 | 36704 | ||
| 36569 | VHDL Mode is officially distributed at | 36705 | VHDL Mode is officially distributed at |
| 36570 | http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html | 36706 | https://guest.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html |
| 36571 | where the latest version can be found. | 36707 | where the latest version can be found. |
| 36572 | 36708 | ||
| 36573 | 36709 | ||