From: Glenn Morris Date: Fri, 1 Oct 2021 13:18:35 +0000 (-0700) Subject: ; Auto-commit of loaddefs files. X-Git-Tag: emacs-28.0.90~477 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35e6b8d3572819157034b4d52be103b77c1a862d;p=emacs.git ; Auto-commit of loaddefs files. --- diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 0ab9552c60b..c452825e6d3 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -48,7 +48,7 @@ Mutate the result." t nil) (autoload '5x5-crack "5x5" "\ Attempt to find a solution for 5x5. -5x5-crack takes the argument BREEDER which should be a function that takes +`5x5-crack' takes the argument BREEDER which should be a function that takes two parameters, the first will be a grid vector array that is the current solution and the second will be the best solution so far. The function should return a grid vector array that is the new solution. @@ -288,7 +288,7 @@ The syntax of `defadvice' is as follows: FUNCTION ::= Name of the function to be advised. CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'. NAME ::= Non-nil symbol that names this piece of advice. -POSITION ::= `first' | `last' | NUMBER. Optional, defaults to `first', +POSITION ::= `first' | `last' | NUMBER. Optional, defaults to `first', see also `ad-add-advice'. ARGLIST ::= An optional argument list to be used for the advised function instead of the argument list of the original. The first one found in @@ -368,22 +368,24 @@ align them so that the opening parentheses would line up: Mary-Anne (123) 456-7890 Joe (123) 456-7890 -There is no predefined rule to handle this, but you could easily do it -using a REGEXP like \"(\". Interactively, all you would have to do is -to mark the region, call `align-regexp' and enter that regular expression. - -REGEXP must contain at least one parenthesized subexpression, typically -whitespace of the form \"\\\\(\\\\s-*\\\\)\". In normal interactive use, -this is automatically added to the start of your regular expression after -you enter it. You only need to supply the characters to be lined up, and -any preceding whitespace is replaced. - -If you specify a prefix argument (or use this function non-interactively), -you must enter the full regular expression, including the subexpression. -The function also then prompts for which subexpression parenthesis GROUP -\(default 1) within REGEXP to modify, the amount of SPACING (default -`align-default-spacing') to use, and whether or not to REPEAT the rule -throughout the line. +There is no predefined rule to handle this, but interactively, +all you would have to do is to mark the region, call `align-regexp' +and enter \"(\". + +REGEXP must contain at least one parenthesized subexpression, +typically whitespace of the form \"\\\\(\\\\s-*\\\\)\", but in +interactive use, this is automatically added to the start of your +regular expression after you enter it. Interactively, you only +need to supply the characters to be lined up, and any preceding +whitespace is replaced. + +Non-interactively (or if you specify a prefix argument), you must +enter the full regular expression, including the subexpression. +Interactively, the function also then prompts for which +subexpression parenthesis GROUP (default 1) within REGEXP to +modify, the amount of SPACING (default `align-default-spacing') +to use, and whether or not to REPEAT the rule throughout the +line. See `align-rules-list' for more information about these options. @@ -463,7 +465,7 @@ Control whether and how allout outline mode is automatically activated when files are visited with non-nil buffer-specific file variable `allout-layout'. -When allout-auto-activation is \"On\" (t), allout mode is +When `allout-auto-activation' is \"On\" (t), allout mode is activated in buffers with non-nil `allout-layout', and the specified layout is applied. @@ -1201,8 +1203,9 @@ NOT recognized as integers or real numbers. The array MUST reside at the top of the buffer. TABs are not respected, and may be converted into spaces at any time. -Setting the variable `array-respect-tabs' to non-nil will prevent TAB conversion, -but will cause many functions to give errors if they encounter one. +Setting the variable `array-respect-tabs' to non-nil will prevent +TAB conversion, but will cause many functions to give errors if +they encounter one. Upon entering array mode, you will be prompted for the values of several variables. Others will be calculated based on the values you @@ -1392,7 +1395,7 @@ Drawing with keys \\[artist-key-set-point] Does one of the following: For lines/rectangles/squares: sets the first/second endpoint - For poly-lines: sets a point (use C-u \\[artist-key-set-point] to set last point) + For poly-lines: sets a point (use \\[universal-argument] \\[artist-key-set-point] to set last point) When erase characters: toggles erasing When cutting/copying: Sets first/last endpoint of rect/square When pasting: Pastes @@ -1517,9 +1520,8 @@ Special commands: ;;; Generated autoloads from auth-source.el (defvar auth-source-cache-expiry 7200 "\ -How many seconds passwords are cached, or nil to disable -expiring. Overrides `password-cache-expiry' through a -let-binding.") +How many seconds passwords are cached, or nil to disable expiring. +Overrides `password-cache-expiry' through a let-binding.") (custom-autoload 'auth-source-cache-expiry "auth-source" t) @@ -1967,7 +1969,6 @@ Output stream used is value of `standard-output'." nil nil) (autoload 'bat-mode "bat-mode" "\ Major mode for editing DOS/Windows batch files. - Start a new script from `bat-template'. Read help pages for DOS commands with `bat-cmd-help'. Navigate between sections using `imenu'. Run script using `bat-run' and `bat-run-args'. @@ -2385,14 +2386,14 @@ others are still there, should the user decide to delete the most recent one. To yank words from the text of the buffer and use them as part of the -bookmark name, type C-w while setting a bookmark. Successive C-w's +bookmark name, type \\\\[bookmark-yank-word] while setting a bookmark. Successive \\[bookmark-yank-word]'s yank successive words. -Typing C-u inserts (at the bookmark name prompt) the name of the last +Typing \\[universal-argument] inserts (at the bookmark name prompt) the name of the last bookmark used in the document where the new bookmark is being set; this helps you use a single bookmark name to track progress through a large document. If there is no prior bookmark for this document, then -C-u inserts an appropriate name based on the buffer or file. +\\[universal-argument] inserts an appropriate name based on the buffer or file. Use \\[bookmark-delete] to remove bookmarks (you give it a name and it removes only the first instance of a bookmark with that name from @@ -2415,14 +2416,14 @@ Otherwise, if a bookmark named NAME already exists but PUSH-BOOKMARK is nil, raise an error. To yank words from the text of the buffer and use them as part of the -bookmark name, type C-w while setting a bookmark. Successive C-w's +bookmark name, type \\\\[bookmark-yank-word] while setting a bookmark. Successive \\[bookmark-yank-word]'s yank successive words. -Typing C-u inserts (at the bookmark name prompt) the name of the last +Typing \\[universal-argument] inserts (at the bookmark name prompt) the name of the last bookmark used in the document where the new bookmark is being set; this helps you use a single bookmark name to track progress through a large document. If there is no prior bookmark for this document, then -C-u inserts an appropriate name based on the buffer or file. +\\[universal-argument] inserts an appropriate name based on the buffer or file. Use \\[bookmark-delete] to remove bookmarks (you give it a name and it removes only the first instance of a bookmark with that name from @@ -2489,7 +2490,7 @@ If called from Lisp, prompt for NEW-NAME if only OLD-NAME was passed as an argument. If called with two strings, then no prompting is done. You must pass at least OLD-NAME when calling from Lisp. -While you are entering the new name, consecutive C-w's insert +While you are entering the new name, consecutive \\\\[bookmark-yank-word]'s insert consecutive words from the text of the buffer into the new bookmark name. @@ -2534,7 +2535,7 @@ Write bookmarks to a file (reading the file name with the minibuffer)." t nil) Save currently defined bookmarks in FILE. FILE defaults to `bookmark-default-file'. With prefix PARG, query user for a file to save in. -If MAKE-DEFAULT is non-nil (interactively with prefix C-u C-u) +If MAKE-DEFAULT is non-nil (interactively with prefix \\[universal-argument] \\[universal-argument]) the file we save in becomes the new default in the current Emacs session (without affecting the value of `bookmark-default-file'.). @@ -2958,7 +2959,6 @@ If `current-prefix-arg' is non-nil, use ;;;### (autoloads nil "bs" "bs.el" (0 0 0 0)) ;;; Generated autoloads from bs.el -(push (purecopy '(bs 1 17)) package--builtin-versions) (autoload 'bs-cycle-next "bs" "\ Select next buffer defined by buffer cycling. @@ -3381,7 +3381,7 @@ or a list containing a character position and an error message in string form. Invoke the Calculator in \"visual keypad\" mode. This is most useful in the X window system. In this mode, click on the Calc \"buttons\" using the left mouse button. -Or, position the cursor manually and do M-x calc-keypad-press. +Or, position the cursor manually and do \\[calc-keypad-press]. \(fn &optional INTERACTIVE)" t nil) @@ -3982,7 +3982,7 @@ control). See \"cc-mode.el\" for more info. Major mode for editing C code. To submit a problem report, enter `\\[c-submit-bug-report]' from a -c-mode buffer. This automatically sets up a mail buffer with version +`c-mode' buffer. This automatically sets up a mail buffer with version information already added. You just need to add a description of the problem, including a reproducible test case, and send the message. @@ -4030,7 +4030,7 @@ Key bindings: (autoload 'objc-mode "cc-mode" "\ Major mode for editing Objective C code. To submit a problem report, enter `\\[c-submit-bug-report]' from an -objc-mode buffer. This automatically sets up a mail buffer with +`objc-mode' buffer. This automatically sets up a mail buffer with version information already added. You just need to add a description of the problem, including a reproducible test case, and send the message. @@ -4049,7 +4049,7 @@ Key bindings: (autoload 'java-mode "cc-mode" "\ Major mode for editing Java code. To submit a problem report, enter `\\[c-submit-bug-report]' from a -java-mode buffer. This automatically sets up a mail buffer with +`java-mode' buffer. This automatically sets up a mail buffer with version information already added. You just need to add a description of the problem, including a reproducible test case, and send the message. @@ -4068,7 +4068,7 @@ Key bindings: (autoload 'idl-mode "cc-mode" "\ Major mode for editing CORBA's IDL, PSDL and CIDL code. To submit a problem report, enter `\\[c-submit-bug-report]' from an -idl-mode buffer. This automatically sets up a mail buffer with +`idl-mode' buffer. This automatically sets up a mail buffer with version information already added. You just need to add a description of the problem, including a reproducible test case, and send the message. @@ -4088,7 +4088,7 @@ Key bindings: (autoload 'pike-mode "cc-mode" "\ Major mode for editing Pike code. To submit a problem report, enter `\\[c-submit-bug-report]' from a -pike-mode buffer. This automatically sets up a mail buffer with +`pike-mode' buffer. This automatically sets up a mail buffer with version information already added. You just need to add a description of the problem, including a reproducible test case, and send the message. @@ -4111,7 +4111,7 @@ Key bindings: (autoload 'awk-mode "cc-mode" "\ Major mode for editing AWK code. To submit a problem report, enter `\\[c-submit-bug-report]' from an -awk-mode buffer. This automatically sets up a mail buffer with version +`awk-mode' buffer. This automatically sets up a mail buffer with version information already added. You just need to add a description of the problem, including a reproducible test case, and send the message. @@ -4159,7 +4159,7 @@ a null operation. \(fn STYLENAME &optional DONT-OVERRIDE)" t nil) (autoload 'c-add-style "cc-styles" "\ -Adds a style to `c-style-alist', or updates an existing one. +Add a style to `c-style-alist', or update an existing one. STYLE is a string identifying the style to add or update. DESCRIPTION is an association list describing the style and must be of the form: @@ -4656,7 +4656,7 @@ Return t when OBJ is a list of strings. (autoload 'checkdoc "checkdoc" "\ Interactively check the entire buffer for style errors. The current status of the check will be displayed in a buffer which -the users will view as each check is completed." t nil) +the users will view as each check is completed." '(emacs-lisp-mode) nil) (autoload 'checkdoc-interactive "checkdoc" "\ Interactively check the current buffer for doc string errors. @@ -4667,7 +4667,7 @@ errors. Does not check for comment or space warnings. Optional argument SHOWSTATUS indicates that we should update the checkdoc status window instead of the usual behavior. -\(fn &optional START-HERE SHOWSTATUS)" t nil) +\(fn &optional START-HERE SHOWSTATUS)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-message-interactive "checkdoc" "\ Interactively check the current buffer for message string errors. @@ -4678,7 +4678,7 @@ errors. Does not check for comment or space warnings. Optional argument SHOWSTATUS indicates that we should update the checkdoc status window instead of the usual behavior. -\(fn &optional START-HERE SHOWSTATUS)" t nil) +\(fn &optional START-HERE SHOWSTATUS)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-eval-current-buffer "checkdoc" "\ Evaluate and check documentation for the current buffer. @@ -4692,7 +4692,7 @@ With a prefix argument (in Lisp, the argument TAKE-NOTES), store all errors found in a warnings buffer, otherwise stop after the first error. -\(fn &optional TAKE-NOTES)" t nil) +\(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-file "checkdoc" "\ Check FILE for document, comment, error style, and rogue spaces. @@ -4706,14 +4706,14 @@ Use `checkdoc-continue' to continue checking if an error cannot be fixed. Prefix argument TAKE-NOTES means to collect all the warning messages into a separate buffer. -\(fn &optional TAKE-NOTES)" t nil) +\(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-continue "checkdoc" "\ Find the next doc string in the current buffer which has a style error. Prefix argument TAKE-NOTES means to continue through the whole buffer and save warnings in a separate buffer. -\(fn &optional TAKE-NOTES)" t nil) +\(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-comments "checkdoc" "\ Find missing comment sections in the current Emacs Lisp file. @@ -4721,7 +4721,7 @@ Prefix argument TAKE-NOTES non-nil means to save warnings in a separate buffer. Otherwise print a message. This returns the error if there is one. -\(fn &optional TAKE-NOTES)" t nil) +\(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-rogue-spaces "checkdoc" "\ Find extra spaces at the end of lines in the current file. @@ -4730,13 +4730,13 @@ separate buffer. Otherwise print a message. This returns the error if there is one. Optional argument INTERACT permits more interactive fixing. -\(fn &optional TAKE-NOTES INTERACT)" t nil) +\(fn &optional TAKE-NOTES INTERACT)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-message-text "checkdoc" "\ Scan the buffer for occurrences of the error function, and verify text. Optional argument TAKE-NOTES causes all errors to be logged. -\(fn &optional TAKE-NOTES)" t nil) +\(fn &optional TAKE-NOTES)" '(emacs-lisp-mode) nil) (autoload 'checkdoc-eval-defun "checkdoc" "\ Evaluate the current form with `eval-defun' and check its documentation. @@ -5423,8 +5423,9 @@ clashes. \(fn NAME PREFIX &optional FIRST)" nil nil) (autoload 'comp-clean-up-stale-eln "comp" "\ -Given FILE remove all its *.eln files in `native-comp-eln-load-path' -sharing the original source filename (including FILE). +Remove all FILE*.eln* files found in `native-comp-eln-load-path'. +The files to be removed are those produced from the original source +filename (including FILE). \(fn FILE)" nil nil) @@ -5449,10 +5450,17 @@ form, return the compiled function. \(fn FUNCTION-OR-FILE &optional OUTPUT)" nil nil) (autoload 'batch-native-compile "comp" "\ -Perform native compilation on remaining command-line arguments. -Use this from the command line, with ‘-batch’; -it won’t work in an interactive Emacs. -Native compilation equivalent to `batch-byte-compile'." nil nil) +Perform batch native compilation of remaining command-line arguments. + +Native compilation equivalent of `batch-byte-compile'. +Use this from the command line, with `-batch'; it won't work +in an interactive Emacs session. +Optional argument FOR-TARBALL non-nil means the file being compiled +as part of building the source tarball, in which case the .eln file +will be placed under the native-lisp/ directory (actually, in the +last directory in `native-comp-eln-load-path'). + +\(fn &optional FOR-TARBALL)" nil nil) (autoload 'batch-byte+native-compile "comp" "\ Like `batch-native-compile', but used for bootstrap. @@ -5512,7 +5520,7 @@ If both windows display the same buffer, the mark is pushed twice in that buffer: first in the other window, then in the selected window. -A prefix arg means reverse the value of variable +A prefix arg IGNORE-WHITESPACE, means reverse the value of variable `compare-ignore-whitespace'. If `compare-ignore-whitespace' is nil, then a prefix arg means ignore changes in whitespace. If `compare-ignore-whitespace' is non-nil, then a prefix arg means @@ -5974,8 +5982,8 @@ of load, ENDMSG at the end. \(fn PHRASE-FILE &optional COUNT STARTMSG ENDMSG)" nil nil) (autoload 'cookie-snarf "cookie1" "\ -Reads in the PHRASE-FILE, returns it as a vector of strings. -Emit STARTMSG and ENDMSG before and after. Caches the result; second +Read the PHRASE-FILE, return it as a vector of strings. +Emit STARTMSG and ENDMSG before and after. Cache the result; second and subsequent calls on the same file won't go to disk. \(fn PHRASE-FILE &optional STARTMSG ENDMSG)" nil nil) @@ -6102,7 +6110,7 @@ into \\{cperl-mode-map} -Setting the variable `cperl-font-lock' to t switches on font-lock-mode +Setting the variable `cperl-font-lock' to t switches on `font-lock-mode' \(even with older Emacsen), `cperl-electric-lbrace-space' to t switches on electric space between $ and {, `cperl-electric-parens-string' is the string that contains parentheses that should be electric in CPerl @@ -7083,7 +7091,7 @@ Variables controlling indentation style and extra features: These variables control the look of expanded templates. dcl-imenu-generic-expression - Default value for imenu-generic-expression. The default includes + Default value for `imenu-generic-expression'. The default includes SUBROUTINE labels in the main listing and sub-listings for other labels, CALL, GOTO and GOSUB statements. @@ -7169,7 +7177,7 @@ Redefining FUNCTION also cancels it. (autoload 'cancel-debug-on-entry "debug" "\ Undo effect of \\[debug-on-entry] on FUNCTION. -If FUNCTION is nil, cancel debug-on-entry for all functions. +If FUNCTION is nil, cancel `debug-on-entry' for all functions. When called interactively, prompt for FUNCTION in the minibuffer. To specify a nil argument interactively, exit with an empty minibuffer. @@ -7199,7 +7207,7 @@ another symbol also cancels it. (autoload 'cancel-debug-on-variable-change "debug" "\ Undo effect of \\[debug-on-variable-change] on VARIABLE. -If VARIABLE is nil, cancel debug-on-variable-change for all variables. +If VARIABLE is nil, cancel `debug-on-variable-change' for all variables. When called interactively, prompt for VARIABLE in the minibuffer. To specify a nil argument interactively, exit with an empty minibuffer. @@ -7266,7 +7274,7 @@ See the `delimit-columns-str-before', `delimit-columns-before', `delimit-columns-after', `delimit-columns-separator', `delimit-columns-format' and `delimit-columns-extra' variables for customization of the -look. +look. \(fn START END)" t nil) @@ -7346,7 +7354,7 @@ The arguments are as follows: CHILD: the name of the command for the derived mode. PARENT: the name of the command for the parent mode (e.g. `text-mode') or nil if there is no parent. -NAME: a string which will appear in the status line (e.g. \"Hypertext\") +NAME: a string that will appear in the mode line (e.g. \"HTML\") DOCSTRING: an optional documentation string--if you do not supply one, the function will attempt to invent something useful. KEYWORD-ARGS: @@ -7365,7 +7373,7 @@ KEYWORD-ARGS: A nil value means to simply use the same abbrev-table as the parent. :after-hook FORM - A single lisp form which is evaluated after the mode + A single Lisp form which is evaluated after the mode hooks have been run. It should not be quoted. :interactive BOOLEAN Whether the derived mode should be `interactive' or not. @@ -7392,8 +7400,8 @@ the parent, and then sets the variable `case-fold-search' to nil: Note that if the documentation string had been left out, it would have been generated automatically, with a reference to the keymap. -The new mode runs the hook constructed by the function -`derived-mode-hook-name'. +The new mode runs the hook named MODE-hook. For `foo-mode', +the hook will be named `foo-mode-hook'. See Info node `(elisp)Derived Modes' for more details. @@ -7854,16 +7862,24 @@ active it will overwrite that mode for the current buffer. \(fn &optional ARG)" t nil) (autoload 'global-dictionary-tooltip-mode "dictionary" "\ -Enable/disable dictionary-tooltip-mode for all buffers. +Enable/disable `dictionary-tooltip-mode' for all buffers. -Internally it provides a default for the dictionary-tooltip-mode. -It can be overwritten for each buffer using dictionary-tooltip-mode. +Internally it provides a default for the `dictionary-tooltip-mode'. +It can be overwritten for each buffer using `dictionary-tooltip-mode'. Note: (global-dictionary-tooltip-mode 0) will not disable the mode any buffer where (dictionary-tooltip-mode 1) has been called. \(fn &optional ARG)" t nil) +(autoload 'context-menu-dictionary "dictionary" "\ +Populate MENU with dictionary commands at CLICK. +When you add this function to `context-menu-functions', +the context menu will contain an item that searches +the word at mouse click. + +\(fn MENU CLICK)" nil nil) + (register-definition-prefixes "dictionary" '("dictionary-" "global-dictionary-tooltip-mode")) ;;;*** @@ -7901,10 +7917,10 @@ minibuffer. The default for NEW is the current buffer's file name, and the default for OLD is a backup file for NEW, if one exists. If NO-ASYNC is non-nil, call diff synchronously. -When called interactively with a prefix argument, prompt +When called interactively with a prefix argument SWITCHES, prompt interactively for diff switches. Otherwise, the switches -specified in the variable `diff-switches' are passed to the -diff command. +specified in the variable `diff-switches' are passed to the diff +command. Non-interactively, OLD and NEW may each be a file or a buffer. @@ -7915,12 +7931,12 @@ Diff this file with its backup file or vice versa. Uses the latest backup, if there are several numerical backups. If this file is a backup, diff it with its original. The backup file is the first file given to `diff'. -With prefix arg, prompt for diff switches. +With prefix arg SWITCHES, prompt for diff switches. \(fn FILE &optional SWITCHES)" t nil) (autoload 'diff-latest-backup-file "diff" "\ -Return the latest existing backup of FILE, or nil. +Return the latest existing backup of file FN, or nil. \(fn FN)" nil nil) @@ -7960,7 +7976,7 @@ Supports unified and context diffs as well as (to a lesser extent) normal diffs. When the buffer is read-only, the ESC prefix is not necessary. -If you edit the buffer manually, diff-mode will try to update the hunk +If you edit the buffer manually, `diff-mode' will try to update the hunk headers for you on-the-fly. You can also switch between context diff and unified diff with \\[diff-context->unified], @@ -8065,24 +8081,24 @@ If DIRNAME is already in a Dired buffer, that buffer is used without refresh. (define-key ctl-x-4-map "d" 'dired-other-window) (autoload 'dired-other-window "dired" "\ -\"Edit\" directory DIRNAME. Like `dired' but selects in another window. +\"Edit\" directory DIRNAME. Like `dired' but select in another window. \(fn DIRNAME &optional SWITCHES)" t nil) (define-key ctl-x-5-map "d" 'dired-other-frame) (autoload 'dired-other-frame "dired" "\ -\"Edit\" directory DIRNAME. Like `dired' but makes a new frame. +\"Edit\" directory DIRNAME. Like `dired' but make a new frame. \(fn DIRNAME &optional SWITCHES)" t nil) (define-key tab-prefix-map "d" 'dired-other-tab) (autoload 'dired-other-tab "dired" "\ -\"Edit\" directory DIRNAME. Like `dired' but makes a new tab. +\"Edit\" directory DIRNAME. Like `dired' but make a new tab. \(fn DIRNAME &optional SWITCHES)" t nil) (autoload 'dired-noselect "dired" "\ -Like `dired' but returns the Dired buffer as value, does not select it. +Like `dired' but return the Dired buffer as value, do not select it. \(fn DIR-OR-LIST &optional SWITCHES)" nil nil) @@ -8349,7 +8365,7 @@ in `.emacs'. ;;; Generated autoloads from display-fill-column-indicator.el (autoload 'display-fill-column-indicator-mode "display-fill-column-indicator" "\ -Toggle display of fill-column indicator. +Toggle display of `fill-column' indicator. This uses `display-fill-column-indicator' internally. This is a minor mode. If called interactively, toggle the @@ -8403,8 +8419,8 @@ Display-Fill-Column-Indicator mode is enabled in all buffers where See `display-fill-column-indicator-mode' for more information on Display-Fill-Column-Indicator mode. -`global-display-fill-column-indicator-modes' is used to control -which modes this minor mode is used in. +`global-display-fill-column-indicator-modes' is used to control which +modes this minor mode is used in. \(fn &optional ARG)" t nil) @@ -8735,7 +8751,7 @@ BODY contains code to execute each time the mode is enabled or disabled. It is executed after toggling the mode, and before running MODE-hook. Before the actual body code, you can write keyword arguments, i.e. alternating keywords and values. If you provide BODY, then you must - provide at least one keyword argument (e.g. `:lighter nil'). + provide at least one keyword argument (e.g. `:lighter nil`). The following special keywords are supported (other keywords are passed to `defcustom' if the minor mode is global): @@ -8750,8 +8766,8 @@ BODY contains code to execute each time the mode is enabled or disabled. Not used if you also specify :variable. :lighter SPEC Text displayed in the mode line when the mode is on. :keymap MAP Keymap bound to the mode keymap. Defaults to `MODE-map'. - If non-nil, it should be a variable name (whose value is - a keymap), or an expression that returns either a keymap or + If non-nil, it should be an unquoted variable name (whose value + is a keymap), or an expression that returns either a keymap or a list of (KEY . BINDING) pairs where KEY and BINDING are suitable for `define-key'. If you supply a KEYMAP argument that is not a symbol, this macro defines the variable MODE-map @@ -8769,7 +8785,7 @@ BODY contains code to execute each time the mode is enabled or disabled. be assigned to PLACE. If you specify a :variable, this function does not define a MODE variable (nor any of the terms used in :variable). -:after-hook A single lisp form which is evaluated after the mode hooks +:after-hook A single Lisp form which is evaluated after the mode hooks have been run. It should not be quoted. For example, you could write @@ -9670,9 +9686,11 @@ symbol describing the Ediff job type; it defaults to (defalias 'ebuffers3 #'ediff-buffers3) (autoload 'ediff-directories "ediff" "\ -Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have -the same name in both. The third argument, REGEXP, is nil or a regular -expression; only file names that match the regexp are considered. +Run Ediff on directories DIR1 and DIR2, comparing files. +Consider only files that have the same name in both directories. + +REGEXP is nil or a regular expression; only file names that match +the regexp are considered. \(fn DIR1 DIR2 REGEXP)" t nil) @@ -9688,9 +9706,11 @@ names. Only the files that are under revision control are taken into account. (defalias 'edir-revisions #'ediff-directory-revisions) (autoload 'ediff-directories3 "ediff" "\ -Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that -have the same name in all three. The last argument, REGEXP, is nil or a -regular expression; only file names that match the regexp are considered. +Run Ediff on directories DIR1, DIR2, and DIR3, comparing files. +Consider only files that have the same name in all three directories. + +REGEXP is nil or a regular expression; only file names that match +the regexp are considered. \(fn DIR1 DIR2 DIR3 REGEXP)" t nil) @@ -9707,7 +9727,7 @@ MERGE-AUTOSTORE-DIR is the directory in which to store merged files. (defalias 'edirs-merge #'ediff-merge-directories) (autoload 'ediff-merge-directories-with-ancestor "ediff" "\ -Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors. +Merge files in DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors. Ediff merges files that have identical names in DIR1, DIR2. If a pair of files in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge without ancestor. The fourth argument, REGEXP, is nil or a regular expression; @@ -9727,7 +9747,7 @@ MERGE-AUTOSTORE-DIR is the directory in which to store merged files. (defalias 'edir-merge-revisions #'ediff-merge-directory-revisions) (autoload 'ediff-merge-directory-revisions-with-ancestor "ediff" "\ -Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors. +Run Ediff on DIR1 and merge its files with their revisions and ancestors. The second argument, REGEXP, is a regular expression that filters the file names. Only the files that are under revision control are taken into account. MERGE-AUTOSTORE-DIR is the directory in which to store merged files. @@ -9912,7 +9932,7 @@ Call `ediff3-files' with the next three command line arguments." nil nil) Call `ediff-merge-files' with the next two command line arguments." nil nil) (autoload 'ediff-merge-with-ancestor-command "ediff" "\ -Call `ediff-merge-files-with-ancestor' with the next three command line arguments." nil nil) +Call `ediff-merge-files-with-ancestor' with next three command line arguments." nil nil) (autoload 'ediff-directories-command "ediff" "\ Call `ediff-directories' with the next three command line arguments." nil nil) @@ -9924,7 +9944,8 @@ Call `ediff-directories3' with the next four command line arguments." nil nil) Call `ediff-merge-directories' with the next three command line arguments." nil nil) (autoload 'ediff-merge-directories-with-ancestor-command "ediff" "\ -Call `ediff-merge-directories-with-ancestor' with the next four command line arguments." nil nil) +Call `ediff-merge-directories-with-ancestor' with the next four command line +arguments." nil nil) (register-definition-prefixes "ediff" '("ediff-")) @@ -10413,7 +10434,7 @@ Message buffer where you can explain more about the patch. ;;; Generated autoloads from vc/emerge.el (autoload 'emerge-files "emerge" "\ -Run Emerge on two files. +Run Emerge on two files FILE-A and FILE-B. \(fn ARG FILE-A FILE-B FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) @@ -10423,7 +10444,7 @@ Run Emerge on two files, giving another file as the ancestor. \(fn ARG FILE-A FILE-B FILE-ANCESTOR FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) (autoload 'emerge-buffers "emerge" "\ -Run Emerge on two buffers. +Run Emerge on two buffers BUFFER-A and BUFFER-B. \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) @@ -10527,7 +10548,7 @@ List all keys matched with NAME from the private keyring. (autoload 'epa-select-keys "epa" "\ Display a user's keyring and ask him to select keys. -CONTEXT is an epg-context. +CONTEXT is an `epg-context'. PROMPT is a string to prompt with. NAMES is a list of strings to be matched with keys. If it is nil, all the keys are listed. @@ -10614,8 +10635,7 @@ For example: (function-put 'epa-verify-region 'interactive-only 't) (autoload 'epa-verify-cleartext-in-region "epa" "\ -Verify OpenPGP cleartext signed messages in the current region -between START and END. +Verify OpenPGP cleartext signed messages in current region from START to END. Don't use this command in Lisp programs! See the reason described in the `epa-verify-region' documentation. @@ -10683,8 +10703,7 @@ Import keys from the region. \(fn START END)" t nil) (autoload 'epa-import-armor-in-region "epa" "\ -Import keys in the OpenPGP armor format in the current region -between START and END. +Import keys in the OpenPGP armor format in the current region from START to END. \(fn START END)" t nil) @@ -10967,7 +10986,7 @@ first element is the certificate key file name, and the second element is the certificate file name itself, or t, which means that `auth-source' will be queried for the key and the certificate. Authenticating using a TLS client certificate is -also refered to as \"CertFP\" (Certificate Fingerprint) +also referred to as \"CertFP\" (Certificate Fingerprint) authentication by various IRC networks. Example usage: @@ -11207,7 +11226,7 @@ session. Return the buffer selected (or created). With a nonnumeric prefix arg, create a new session. -With a numeric prefix arg (as in `C-u 42 M-x eshell RET'), switch +With a numeric prefix arg (as in `\\[universal-argument] 42 \\[eshell]'), switch to the session with that number, or create it if it doesn't already exist. @@ -11540,7 +11559,21 @@ for \\[find-tag] (which see)." t nil) (autoload 'etags--xref-backend "etags" nil nil nil) -(register-definition-prefixes "etags" '("default-tags-table-function" "etags-" "file-of-tag" "find-tag-" "goto-tag-location-function" "initialize-new-tags-table" "last-tag" "list-tags-function" "select-tags-table-" "snarf-tag-function" "tag" "verify-tags-table-function" "xref-")) +(register-definition-prefixes "etags" '("default-tags-table-function" "etags-" "file-of-tag" "find-tag-" "goto-tag-location-function" "initialize-new-tags-table" "last-tag" "list-tags-function" "select-tags-table-" "snarf-tag-function" "tag" "verify-tags-table-function")) + +;;;*** + +;;;### (autoloads nil "etc-authors-mode" "textmodes/etc-authors-mode.el" +;;;;;; (0 0 0 0)) +;;; Generated autoloads from textmodes/etc-authors-mode.el + +(autoload 'etc-authors-mode "etc-authors-mode" "\ +Major mode for viewing \"etc/AUTHORS\" from the Emacs distribution. +Provides some basic font locking and not much else. + +\(fn)" t nil) + +(register-definition-prefixes "etc-authors-mode" '("etc-authors-")) ;;;*** @@ -11739,8 +11772,9 @@ see `eudc-inline-expansion-servers'. Query the directory server, and return the matching responses. The variable `eudc-inline-query-format' controls how to associate the individual QUERY-WORDS with directory attribute names. -After querying the server for the given string, the expansion specified by -`eudc-inline-expansion-format' is applied to the matches before returning them.inserted in the buffer at point. +After querying the server for the given string, the expansion +specified by `eudc-inline-expansion-format' is applied to the +matches before returning them.inserted in the buffer at point. Multiple servers can be tried with the same query until one finds a match, see `eudc-inline-expansion-servers'. @@ -11946,6 +11980,8 @@ for the search engine used." t nil) (autoload 'eww-mode "eww" "\ Mode for browsing the web. +\\{eww-mode-map} + \(fn)" t nil) (autoload 'eww-browse-url "eww" "\ @@ -11968,6 +12004,11 @@ instead of `browse-url-new-window-flag'. (autoload 'eww-list-bookmarks "eww" "\ Display the bookmarks." t nil) +(autoload 'eww-bookmark-jump "eww" "\ +Default bookmark handler for EWW buffers. + +\(fn BOOKMARK)" nil nil) + (register-definition-prefixes "eww" '("erc--download-directory" "eww-")) ;;;*** @@ -12224,7 +12265,7 @@ Adjust the height of the default face by INC. INC may be passed as a numeric prefix argument. The actual adjustment made depends on the final component of the -key-binding used to invoke the command, with all modifiers removed: +keybinding used to invoke the command, with all modifiers removed: +, = Increase the height of the default face by one step - Decrease the height of the default face by one step @@ -12322,10 +12363,10 @@ If the optional argument LIST is non-nil, it should be a list of colors to display. Otherwise, this command computes a list of colors that the current display can handle. Customize `list-colors-sort' to change the order in which colors are shown. -Type `g' or \\[revert-buffer] after customizing `list-colors-sort' -to redisplay colors in the new order. +Type \\\\[revert-buffer] after customizing `list-colors-sort' to redisplay colors in +the new order. -If the optional argument BUFFER-NAME is nil, it defaults to *Colors*. +If the optional argument BUFFER-NAME is nil, it defaults to \"*Colors*\". If the optional argument CALLBACK is non-nil, it should be a function to call each time the user types RET or clicks on a @@ -12775,7 +12816,7 @@ it finishes, type \\[kill-find]. \(fn DIR ARGS)" t nil) (autoload 'find-name-dired "find-dired" "\ -Search DIR recursively for files matching the globbing pattern PATTERN, +Search DIR recursively for files matching the globbing PATTERN, and run Dired on those files. PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted. The default command run (after changing into DIR) is @@ -12906,13 +12947,16 @@ Find the Emacs Lisp source of LIBRARY. Interactively, prompt for LIBRARY using the one at or near point. +This function searches `find-library-source-path' if non-nil, and +`load-path' otherwise. + \(fn LIBRARY)" t nil) (autoload 'read-library-name "find-func" "\ Read and return a library name, defaulting to the one near point. A library name is the filename of an Emacs Lisp library located -in a directory under `load-path' (or `find-function-source-path', +in a directory under `load-path' (or `find-library-source-path', if non-nil)." nil nil) (autoload 'find-library-other-window "find-func" "\ @@ -12953,10 +12997,6 @@ If FUNCTION is a built-in function, this function normally attempts to find it in the Emacs C sources; however, if LISP-ONLY is non-nil, signal an error instead. -If the file where FUNCTION is defined is not known, then it is -searched for in `find-function-source-path' if non-nil, otherwise -in `load-path'. - \(fn FUNCTION &optional LISP-ONLY)" nil nil) (autoload 'find-function "find-func" "\ @@ -12967,8 +13007,6 @@ near point (selected by `function-called-at-point') in a buffer and places point before the definition. Set mark before moving, if the buffer already existed. -The library where FUNCTION is defined is searched for in -`find-function-source-path', if non-nil, otherwise in `load-path'. See also `find-function-recenter-line' and `find-function-after-hook'. \(fn FUNCTION)" t nil) @@ -12994,9 +13032,6 @@ Finds the library containing the definition of VARIABLE in a buffer and the point of the definition. The buffer is not selected. If the variable's definition can't be found in the buffer, return (BUFFER). -The library where VARIABLE is defined is searched for in FILE or -`find-function-source-path', if non-nil, otherwise in `load-path'. - \(fn VARIABLE &optional FILE)" nil nil) (autoload 'find-variable "find-func" "\ @@ -13008,8 +13043,6 @@ places point before the definition. Set mark before moving, if the buffer already existed. -The library where VARIABLE is defined is searched for in -`find-function-source-path', if non-nil, otherwise in `load-path'. See also `find-function-recenter-line' and `find-function-after-hook'. \(fn VARIABLE)" t nil) @@ -13035,9 +13068,6 @@ TYPE says what type of definition: nil for a function, `defvar' for a variable, `defface' for a face. This function does not switch to the buffer nor display it. -The library where SYMBOL is defined is searched for in FILE or -`find-function-source-path', if non-nil, otherwise in `load-path'. - \(fn SYMBOL TYPE &optional FILE)" nil nil) (autoload 'find-face-definition "find-func" "\ @@ -13049,8 +13079,6 @@ places point before the definition. Set mark before moving, if the buffer already existed. -The library where FACE is defined is searched for in -`find-function-source-path', if non-nil, otherwise in `load-path'. See also `find-function-recenter-line' and `find-function-after-hook'. \(fn FACE)" t nil) @@ -13080,7 +13108,7 @@ Find directly the function at point in the other window." t nil) Find directly the variable at point in the other window." t nil) (autoload 'find-function-setup-keys "find-func" "\ -Define some key bindings for the find-function family of functions." nil nil) +Define some key bindings for the `find-function' family of functions." nil nil) (register-definition-prefixes "find-func" '("find-")) @@ -13173,7 +13201,7 @@ lines. ;;;### (autoloads nil "flymake" "progmodes/flymake.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/flymake.el -(push (purecopy '(flymake 1 1 1)) package--builtin-versions) +(push (purecopy '(flymake 1 2 1)) package--builtin-versions) (autoload 'flymake-log "flymake" "\ Log, at level LEVEL, the message MSG formatted with ARGS. @@ -13185,23 +13213,32 @@ generated it. \(fn LEVEL MSG &rest ARGS)" nil t) (autoload 'flymake-make-diagnostic "flymake" "\ -Make a Flymake diagnostic for BUFFER's region from BEG to END. +Make a Flymake diagnostic for LOCUS's region from BEG to END. +LOCUS is a buffer object or a string designating a file name. + TYPE is a diagnostic symbol and TEXT is string describing the problem detected in this region. DATA is any object that the caller wishes to attach to the created diagnostic for later -retrieval. +retrieval with `flymake-diagnostic-data'. + +If LOCUS is a buffer BEG and END should be buffer positions +inside it. If LOCUS designates a file, BEG and END should be a +cons (LINE . COL) indicating a file position. In this second +case, END may be ommited in which case the region is computed +using `flymake-diag-region' if the diagnostic is appended to an +actual buffer. OVERLAY-PROPERTIES is an alist of properties attached to the created diagnostic, overriding the default properties and any -properties of `flymake-overlay-control' of the diagnostic's -type. +properties listed in the `flymake-overlay-control' property of +the diagnostic's type symbol. -\(fn BUFFER BEG END TYPE TEXT &optional DATA OVERLAY-PROPERTIES)" nil nil) +\(fn LOCUS BEG END TYPE TEXT &optional DATA OVERLAY-PROPERTIES)" nil nil) (autoload 'flymake-diagnostics "flymake" "\ Get Flymake diagnostics in region determined by BEG and END. -If neither BEG or END is supplied, use the whole buffer, +If neither BEG or END is supplied, use whole accessible buffer, otherwise if BEG is non-nil and END is nil, consider only diagnostics at BEG. @@ -13678,7 +13715,7 @@ Variables controlling indentation style and extra features: `fortran-comment-line-extra-indent' Amount of extra indentation for text in full-line comments (default 0). `fortran-comment-indent-style' - How to indent the text in full-line comments. Allowed values are: + How to indent the text in full-line comments. Allowed values are: nil don't change the indentation `fixed' indent to `fortran-comment-line-extra-indent' beyond the value of either @@ -13924,7 +13961,8 @@ FORCE-ONSCREEN can be: - a list (LEFT TOP WIDTH HEIGHT), describing the workarea. It must return non-nil to force the frame onscreen, nil otherwise. -CLEANUP-FRAMES allows \"cleaning up\" the frame list after restoring a frameset: +CLEANUP-FRAMES allows \"cleaning up\" the frame list after +restoring a frameset: t Delete all frames that were not created or restored upon. nil Keep all frames. FUNC A function called with two arguments: @@ -14025,7 +14063,7 @@ becomes the initial working directory and source-file directory for your debugger. If COMMAND-LINE requests that gdb attaches to a process PID, gdb will run in *gud-PID*, otherwise it will run in *gud*; in these -cases the initial working directory is the default-directory of +cases the initial working directory is the `default-directory' of the buffer in which this command was invoked. COMMAND-LINE should include \"-i=mi\" to use gdb's MI text interface. @@ -14351,7 +14389,7 @@ Allow Gnus to be an offline newsreader. The gnus-agentize function is now called internally by gnus when gnus-agent is set. If you wish to avoid calling gnus-agentize, -customize gnus-agent to nil. +customize `gnus-agent' to nil. This will modify the `gnus-setup-news-hook', and `message-send-mail-real-function' variables, and install the Gnus agent @@ -14592,7 +14630,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. ;;; Generated autoloads from gnus/gnus-dired.el (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ -Convenience method to turn on gnus-dired-mode." t nil) +Convenience method to turn on `gnus-dired-mode'." t nil) (register-definition-prefixes "gnus-dired" '("gnus-dired-")) @@ -14626,7 +14664,8 @@ Reminder user if there are unsent drafts." t nil) ;;; Generated autoloads from gnus/gnus-fun.el (autoload 'gnus--random-face-with-type "gnus-fun" "\ -Return file from DIR with extension EXT, omitting matches of OMIT, processed by FUN. +Return file from DIR with extension EXT. +Omit matches of OMIT, and process them by FUN. \(fn DIR EXT OMIT FUN)" nil nil) @@ -14855,7 +14894,7 @@ match any of the group-specified splitting rules. See \(fn &optional AUTO-UPDATE CATCH-ALL)" t nil) (autoload 'gnus-group-split-update "gnus-mlspl" "\ -Computes nnmail-split-fancy from group params and CATCH-ALL. +Computes `nnmail-split-fancy' from group params and CATCH-ALL. It does this by calling (gnus-group-split-fancy nil nil CATCH-ALL). If CATCH-ALL is nil, `gnus-group-split-default-catch-all-group' is used @@ -15436,7 +15475,7 @@ This variable's value takes effect when `grep-compute-defaults' is called.") History list for grep.") (defvar grep-find-history nil "\ -History list for grep-find.") +History list for `grep-find'.") (autoload 'grep-process-setup "grep" "\ Setup compilation variables and buffer for `grep'. @@ -15575,7 +15614,7 @@ becomes the initial working directory and source-file directory for your debugger. If COMMAND-LINE requests that gdb attaches to a process PID, gdb will run in *gud-PID*, otherwise it will run in *gud*; in these -cases the initial working directory is the default-directory of +cases the initial working directory is the `default-directory' of the buffer in which this command was invoked. \(fn COMMAND-LINE)" t nil) @@ -15804,7 +15843,7 @@ binding mode. ;;; Generated autoloads from play/handwrite.el (autoload 'handwrite "handwrite" "\ -Turns the buffer into a \"handwritten\" document. +Turn the buffer into a \"handwritten\" document. The functions `handwrite-10pt', `handwrite-11pt', `handwrite-12pt' and `handwrite-13pt' set up for various sizes of output. @@ -15841,9 +15880,9 @@ second since 1970-01-01 00:00:00 GMT. Repent before ring 31 moves." t nil) (autoload 'hanoi-unix-64 "hanoi" "\ -Like hanoi-unix, but pretend to have a 64-bit clock. +Like `hanoi-unix', but pretend to have a 64-bit clock. This is, necessarily (as of Emacs 20.3), a crock. When the -current-time interface is made s2G-compliant, hanoi.el will need +`current-time' interface is made s2G-compliant, hanoi.el will need to be updated." t nil) (register-definition-prefixes "hanoi" '("hanoi-")) @@ -16029,13 +16068,16 @@ different regions. With numeric argument ARG, behaves like (autoload 'describe-function "help-fns" "\ Display the full documentation of FUNCTION (a symbol). -When called from lisp, FUNCTION may also be a function object. +When called from Lisp, FUNCTION may also be a function object. + +See the `help-enable-symbol-autoload' variable for special +handling of autoloaded functions. \(fn FUNCTION)" t nil) (autoload 'describe-command "help-fns" "\ Display the full documentation of COMMAND (a symbol). -When called from lisp, COMMAND may also be a function object. +When called from Lisp, COMMAND may also be a function object. \(fn COMMAND)" t nil) @@ -16477,9 +16519,9 @@ which can be called interactively, are: When hi-lock is started and if the mode is not excluded or patterns rejected, the beginning of the buffer is searched for lines of the form: - Hi-lock: FOO + Hi-lock: (FOO ...) -where FOO is a list of patterns. The patterns must start before +where (FOO ...) is a list of patterns. The patterns must start before position (number of characters into buffer) `hi-lock-file-patterns-range'. Patterns will be read until Hi-lock: end is found. A mode is excluded if it's in the list @@ -16912,8 +16954,8 @@ Disable the mode if ARG is a negative number. Highlight-Changes mode is enabled in all buffers where `highlight-changes-mode-turn-on' would do it. -See `highlight-changes-mode' for more information on -Highlight-Changes mode. +See `highlight-changes-mode' for more information on Highlight-Changes +mode. \(fn &optional ARG)" t nil) @@ -17761,7 +17803,7 @@ The main features of this mode are Info documentation for this package is available. Use \\[idlwave-info] to display (complain to your sysadmin if that does not work). For Postscript, PDF, and HTML versions of the - documentation, check IDLWAVE's homepage at URL + documentation, check IDLWAVE's website at URL `https://github.com/jdtsmith/idlwave'. IDLWAVE has customize support - see the group `idlwave'. @@ -17983,12 +18025,12 @@ The directory is selected interactively by typing a substring. For details of keybindings, see `ido-find-file'." t nil) (autoload 'ido-dired-other-window "ido" "\ -\"Edit\" a directory. Like `ido-dired' but selects in another window. +\"Edit\" a directory. Like `ido-dired' but select in another window. The directory is selected interactively by typing a substring. For details of keybindings, see `ido-find-file'." t nil) (autoload 'ido-dired-other-frame "ido" "\ -\"Edit\" a directory. Like `ido-dired' but makes a new frame. +\"Edit\" a directory. Like `ido-dired' but make a new frame. The directory is selected interactively by typing a substring. For details of keybindings, see `ido-find-file'." t nil) @@ -18993,7 +19035,7 @@ system." t nil) (autoload 'info-lookup-symbol "info-look" "\ Display the definition of SYMBOL, as found in the relevant manual. When this command is called interactively, it reads SYMBOL from the -minibuffer. In the minibuffer, use M-n to yank the default argument +minibuffer. In the minibuffer, use \\\\[next-history-element] to yank the default argument value into the minibuffer so you can edit it. The default symbol is the one found at point. @@ -19005,7 +19047,7 @@ With prefix arg MODE a query for the symbol help mode is offered. (autoload 'info-lookup-file "info-look" "\ Display the documentation of a file. When this command is called interactively, it reads FILE from the minibuffer. -In the minibuffer, use M-n to yank the default file name +In the minibuffer, use \\\\[next-history-element] to yank the default file name into the minibuffer so you can edit it. The default file name is the one found at point. @@ -19140,7 +19182,7 @@ Check current buffer for validity as an Info file. Check that every node pointer points to an existing node." t nil) (autoload 'batch-info-validate "informat" "\ -Runs `Info-validate' on the files remaining on the command line. +Run `Info-validate' on the files remaining on the command line. Must be used only with -batch, and kills Emacs on completion. Each file will be processed even if an error occurred previously. For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" nil nil) @@ -19752,7 +19794,7 @@ keys are bound. `S-cursor' Bind shifted keypad keys to the shifted cursor movement keys. `cursor' Bind keypad keys to the cursor movement keys. `numeric' Plain numeric keypad, i.e. 0 .. 9 and . (or DECIMAL arg) - `none' Removes all bindings for keypad keys in function-key-map; + `none' Removes all bindings for keypad keys in `function-key-map'; this enables any user-defined bindings for the keypad keys in the global and local keymaps. @@ -20071,7 +20113,7 @@ use either \\[customize] or the function `latin1-display'.") ;;; Generated autoloads from progmodes/ld-script.el (autoload 'ld-script-mode "ld-script" "\ -A major mode to edit GNU ld script files +A major mode to edit GNU ld script files. \(fn)" t nil) @@ -20148,7 +20190,7 @@ essentially expands to .site.contents)) If you nest `let-alist' invocations, the inner one can't access -the variables of the outer one. You can, however, access alists +the variables of the outer one. You can, however, access alists inside the original alist by using dots inside the symbol, as displayed in the example above. @@ -20529,11 +20571,16 @@ use this command, and then save the file. (autoload 'kbd-macro-query "macros" "\ Query user during kbd macro execution. - With prefix argument, enters recursive edit, reading keyboard -commands even within a kbd macro. You can give different commands -each time the macro executes. - Without prefix argument, asks whether to continue running the macro. + +With prefix argument FLAG, enter recursive edit, reading +keyboard commands even within a kbd macro. You can give +different commands each time the macro executes. + +Without prefix argument, ask whether to continue running the +macro. + Your options are: \\ + \\[act] Finish this iteration normally and continue with the next. \\[skip] Skip the rest of this iteration, and start the next. \\[exit] Stop the macro entirely right now. @@ -21142,7 +21189,7 @@ Default bookmark handler for Man buffers. ;;;### (autoloads nil "map" "emacs-lisp/map.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/map.el -(push (purecopy '(map 3 1)) package--builtin-versions) +(push (purecopy '(map 3 2 1)) package--builtin-versions) (register-definition-prefixes "map" '("map-")) @@ -23389,8 +23436,9 @@ closing requests for requests that are used in matched pairs. (autoload 'nxml-mode "nxml-mode" "\ Major mode for editing XML. - +\\ \\[nxml-finish-element] finishes the current element by inserting an end-tag. + C-c C-i closes a start-tag with `>' and then inserts a balancing end-tag leaving point between the start-tag and end-tag. \\[nxml-balanced-close-start-tag-block] is similar but for block rather than inline elements: @@ -23485,34 +23533,12 @@ Many aspects this mode can be customized using (register-definition-prefixes "ob-C" '("org-babel-")) -;;;*** - -;;;### (autoloads nil "ob-J" "org/ob-J.el" (0 0 0 0)) -;;; Generated autoloads from org/ob-J.el - -(register-definition-prefixes "ob-J" '("obj-" "org-babel-")) - ;;;*** ;;;### (autoloads nil "ob-R" "org/ob-R.el" (0 0 0 0)) ;;; Generated autoloads from org/ob-R.el -(register-definition-prefixes "ob-R" '("ob-R-" "org-babel-")) - -;;;*** - -;;;### (autoloads nil "ob-abc" "org/ob-abc.el" (0 0 0 0)) -;;; Generated autoloads from org/ob-abc.el - -(register-definition-prefixes "ob-abc" '("org-babel-")) - -;;;*** - -;;;### (autoloads nil "ob-asymptote" "org/ob-asymptote.el" (0 0 0 -;;;;;; 0)) -;;; Generated autoloads from org/ob-asymptote.el - -(register-definition-prefixes "ob-asymptote" '("org-babel-")) +(register-definition-prefixes "ob-R" '("ob-" "org-babel-")) ;;;*** @@ -23542,13 +23568,6 @@ Many aspects this mode can be customized using (register-definition-prefixes "ob-comint" '("org-babel-comint-")) -;;;*** - -;;;### (autoloads nil "ob-coq" "org/ob-coq.el" (0 0 0 0)) -;;; Generated autoloads from org/ob-coq.el - -(register-definition-prefixes "ob-coq" '("coq-program-name" "org-babel-")) - ;;;*** ;;;### (autoloads nil "ob-css" "org/ob-css.el" (0 0 0 0)) @@ -23570,13 +23589,6 @@ Many aspects this mode can be customized using (register-definition-prefixes "ob-dot" '("org-babel-")) -;;;*** - -;;;### (autoloads nil "ob-ebnf" "org/ob-ebnf.el" (0 0 0 0)) -;;; Generated autoloads from org/ob-ebnf.el - -(register-definition-prefixes "ob-ebnf" '("org-babel-")) - ;;;*** ;;;### (autoloads nil "ob-emacs-lisp" "org/ob-emacs-lisp.el" (0 0 @@ -23641,20 +23653,6 @@ Many aspects this mode can be customized using (register-definition-prefixes "ob-haskell" '("org-babel-")) -;;;*** - -;;;### (autoloads nil "ob-hledger" "org/ob-hledger.el" (0 0 0 0)) -;;; Generated autoloads from org/ob-hledger.el - -(register-definition-prefixes "ob-hledger" '("org-babel-")) - -;;;*** - -;;;### (autoloads nil "ob-io" "org/ob-io.el" (0 0 0 0)) -;;; Generated autoloads from org/ob-io.el - -(register-definition-prefixes "ob-io" '("org-babel-")) - ;;;*** ;;;### (autoloads nil "ob-java" "org/ob-java.el" (0 0 0 0)) @@ -23671,24 +23669,24 @@ Many aspects this mode can be customized using ;;;*** -;;;### (autoloads nil "ob-latex" "org/ob-latex.el" (0 0 0 0)) -;;; Generated autoloads from org/ob-latex.el +;;;### (autoloads nil "ob-julia" "org/ob-julia.el" (0 0 0 0)) +;;; Generated autoloads from org/ob-julia.el -(register-definition-prefixes "ob-latex" '("org-babel-")) +(register-definition-prefixes "ob-julia" '("org-babel-")) ;;;*** -;;;### (autoloads nil "ob-ledger" "org/ob-ledger.el" (0 0 0 0)) -;;; Generated autoloads from org/ob-ledger.el +;;;### (autoloads nil "ob-latex" "org/ob-latex.el" (0 0 0 0)) +;;; Generated autoloads from org/ob-latex.el -(register-definition-prefixes "ob-ledger" '("org-babel-")) +(register-definition-prefixes "ob-latex" '("org-babel-")) ;;;*** ;;;### (autoloads nil "ob-lilypond" "org/ob-lilypond.el" (0 0 0 0)) ;;; Generated autoloads from org/ob-lilypond.el -(register-definition-prefixes "ob-lilypond" '("lilypond-mode" "org-babel-")) +(register-definition-prefixes "ob-lilypond" '("lilypond-mode" "ob-lilypond-header-args" "org-babel-")) ;;;*** @@ -23718,13 +23716,6 @@ Many aspects this mode can be customized using (register-definition-prefixes "ob-maxima" '("org-babel-")) -;;;*** - -;;;### (autoloads nil "ob-mscgen" "org/ob-mscgen.el" (0 0 0 0)) -;;; Generated autoloads from org/ob-mscgen.el - -(register-definition-prefixes "ob-mscgen" '("org-babel-")) - ;;;*** ;;;### (autoloads nil "ob-ocaml" "org/ob-ocaml.el" (0 0 0 0)) @@ -23753,13 +23744,6 @@ Many aspects this mode can be customized using (register-definition-prefixes "ob-perl" '("org-babel-")) -;;;*** - -;;;### (autoloads nil "ob-picolisp" "org/ob-picolisp.el" (0 0 0 0)) -;;; Generated autoloads from org/ob-picolisp.el - -(register-definition-prefixes "ob-picolisp" '("org-babel-")) - ;;;*** ;;;### (autoloads nil "ob-plantuml" "org/ob-plantuml.el" (0 0 0 0)) @@ -23831,13 +23815,6 @@ Many aspects this mode can be customized using (register-definition-prefixes "ob-shell" '("org-babel-")) -;;;*** - -;;;### (autoloads nil "ob-shen" "org/ob-shen.el" (0 0 0 0)) -;;; Generated autoloads from org/ob-shen.el - -(register-definition-prefixes "ob-shen" '("org-babel-")) - ;;;*** ;;;### (autoloads nil "ob-sql" "org/ob-sql.el" (0 0 0 0)) @@ -23854,24 +23831,45 @@ Many aspects this mode can be customized using ;;;*** -;;;### (autoloads nil "ob-stan" "org/ob-stan.el" (0 0 0 0)) -;;; Generated autoloads from org/ob-stan.el +;;;### (autoloads nil "ob-table" "org/ob-table.el" (0 0 0 0)) +;;; Generated autoloads from org/ob-table.el -(register-definition-prefixes "ob-stan" '("org-babel-")) +(register-definition-prefixes "ob-table" '("org-")) ;;;*** -;;;### (autoloads nil "ob-table" "org/ob-table.el" (0 0 0 0)) -;;; Generated autoloads from org/ob-table.el +;;;### (autoloads nil "oc" "org/oc.el" (0 0 0 0)) +;;; Generated autoloads from org/oc.el -(register-definition-prefixes "ob-table" '("org-")) +(register-definition-prefixes "oc" '("org-cite-")) + +;;;*** + +;;;### (autoloads nil "oc-basic" "org/oc-basic.el" (0 0 0 0)) +;;; Generated autoloads from org/oc-basic.el + +(register-definition-prefixes "oc-basic" '("org-cite-basic-")) + +;;;*** + +;;;### (autoloads nil "oc-biblatex" "org/oc-biblatex.el" (0 0 0 0)) +;;; Generated autoloads from org/oc-biblatex.el + +(register-definition-prefixes "oc-biblatex" '("org-cite-biblatex-")) + +;;;*** + +;;;### (autoloads nil "oc-csl" "org/oc-csl.el" (0 0 0 0)) +;;; Generated autoloads from org/oc-csl.el + +(register-definition-prefixes "oc-csl" '("org-cite-csl-")) ;;;*** -;;;### (autoloads nil "ob-vala" "org/ob-vala.el" (0 0 0 0)) -;;; Generated autoloads from org/ob-vala.el +;;;### (autoloads nil "oc-natbib" "org/oc-natbib.el" (0 0 0 0)) +;;; Generated autoloads from org/oc-natbib.el -(register-definition-prefixes "ob-vala" '("org-babel-")) +(register-definition-prefixes "oc-natbib" '("org-cite-natbib-")) ;;;*** @@ -23937,6 +23935,13 @@ startup file, `~/.emacs-octave'. (register-definition-prefixes "ol-docview" '("org-docview-")) +;;;*** + +;;;### (autoloads nil "ol-doi" "org/ol-doi.el" (0 0 0 0)) +;;; Generated autoloads from org/ol-doi.el + +(register-definition-prefixes "ol-doi" '("org-link-doi-")) + ;;;*** ;;;### (autoloads nil "ol-eshell" "org/ol-eshell.el" (0 0 0 0)) @@ -23994,7 +23999,8 @@ startup file, `~/.emacs-octave'. (define-obsolete-function-alias 'delphi-mode #'opascal-mode "24.4") (autoload 'opascal-mode "opascal" "\ -Major mode for editing OPascal code.\\ +Major mode for editing OPascal code. +\\ \\[opascal-find-unit] - Search for a OPascal source file. \\[opascal-fill-comment] - Fill the current comment. \\[opascal-new-comment-line] - If in a // comment, do a new comment line. @@ -24027,7 +24033,7 @@ Coloring: ;;;### (autoloads nil "org" "org/org.el" (0 0 0 0)) ;;; Generated autoloads from org/org.el -(push (purecopy '(org 9 4 4)) package--builtin-versions) +(push (purecopy '(org 9 5)) package--builtin-versions) (autoload 'org-babel-do-load-languages "org" "\ Load the languages defined in `org-babel-load-languages'. @@ -24267,7 +24273,7 @@ first press `<' once to indicate that the agenda should be temporarily Pressing `<' twice means to restrict to the current subtree or region \(if active). -\(fn &optional ARG ORG-KEYS RESTRICTION)" t nil) +\(fn &optional ARG KEYS RESTRICTION)" t nil) (autoload 'org-batch-agenda "org-agenda" "\ Run an agenda command in batch mode and send the result to STDOUT. @@ -24453,7 +24459,7 @@ When in a restricted subtree, remove it. The restriction will span over the entire file if TYPE is `file', or if type is '(4), or if the cursor is before the first headline -in the file. Otherwise, only apply the restriction to the current +in the file. Otherwise, only apply the restriction to the current subtree. \(fn &optional TYPE)" t nil) @@ -24727,6 +24733,109 @@ See the command `outline-mode' for more information on this mode. (register-definition-prefixes "outline" '("outline-")) +;;;*** + +;;;### (autoloads nil "ox-koma-letter" "org/ox-koma-letter.el" (0 +;;;;;; 0 0 0)) +;;; Generated autoloads from org/ox-koma-letter.el + +(autoload 'org-koma-letter-export-as-latex "ox-koma-letter" "\ +Export current buffer as a KOMA Scrlttr2 letter. + +If narrowing is active in the current buffer, only export its +narrowed part. + +If a region is active, export that region. + +A non-nil optional argument ASYNC means the process should happen +asynchronously. The resulting buffer should be accessible +through the `org-export-stack' interface. + +When optional argument SUBTREEP is non-nil, export the sub-tree +at point, extracting information from the headline properties +first. + +When optional argument VISIBLE-ONLY is non-nil, don't export +contents of hidden elements. + +When optional argument BODY-ONLY is non-nil, only write code +between \"\\begin{letter}\" and \"\\end{letter}\". + +EXT-PLIST, when provided, is a property list with external +parameters overriding Org default settings, but still inferior to +file-local settings. + +Export is done in a buffer named \"*Org KOMA-LETTER Export*\". It +will be displayed if `org-export-show-temporary-export-buffer' is +non-nil. + +\(fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)" t nil) + +(autoload 'org-koma-letter-export-to-latex "ox-koma-letter" "\ +Export current buffer as a KOMA Scrlttr2 letter (tex). + +If narrowing is active in the current buffer, only export its +narrowed part. + +If a region is active, export that region. + +A non-nil optional argument ASYNC means the process should happen +asynchronously. The resulting file should be accessible through +the `org-export-stack' interface. + +When optional argument SUBTREEP is non-nil, export the sub-tree +at point, extracting information from the headline properties +first. + +When optional argument VISIBLE-ONLY is non-nil, don't export +contents of hidden elements. + +When optional argument BODY-ONLY is non-nil, only write code +between \"\\begin{letter}\" and \"\\end{letter}\". + +EXT-PLIST, when provided, is a property list with external +parameters overriding Org default settings, but still inferior to +file-local settings. + +When optional argument PUB-DIR is set, use it as the publishing +directory. + +Return output file's name. + +\(fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)" t nil) + +(autoload 'org-koma-letter-export-to-pdf "ox-koma-letter" "\ +Export current buffer as a KOMA Scrlttr2 letter (pdf). + +If narrowing is active in the current buffer, only export its +narrowed part. + +If a region is active, export that region. + +A non-nil optional argument ASYNC means the process should happen +asynchronously. The resulting file should be accessible through +the `org-export-stack' interface. + +When optional argument SUBTREEP is non-nil, export the sub-tree +at point, extracting information from the headline properties +first. + +When optional argument VISIBLE-ONLY is non-nil, don't export +contents of hidden elements. + +When optional argument BODY-ONLY is non-nil, only write code +between \"\\begin{letter}\" and \"\\end{letter}\". + +EXT-PLIST, when provided, is a property list with external +parameters overriding Org default settings, but still inferior to +file-local settings. + +Return PDF file's name. + +\(fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)" t nil) + +(register-definition-prefixes "ox-koma-letter" '("org-koma-letter-")) + ;;;*** ;;;### (autoloads nil "ox-man" "org/ox-man.el" (0 0 0 0)) @@ -24938,13 +25047,13 @@ archive). ;;;### (autoloads nil "paren" "paren.el" (0 0 0 0)) ;;; Generated autoloads from paren.el -(defvar show-paren-mode nil "\ +(defcustom show-paren-mode t "\ Non-nil if Show-Paren mode is enabled. See the `show-paren-mode' command for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') -or call the function `show-paren-mode'.") +or call the function `show-paren-mode'." :set #'custom-set-minor-mode :initialize 'custom-initialize-delay :type 'boolean :group 'paren-showing) (custom-autoload 'show-paren-mode "paren" nil) @@ -24965,9 +25074,30 @@ evaluate `(default-value 'show-paren-mode)'. The mode's hook is called both when the mode is enabled and when it is disabled. -Show Paren mode is a global minor mode. When enabled, any -matching parenthesis is highlighted in `show-paren-style' after -`show-paren-delay' seconds of Emacs idle time. +When enabled, any matching parenthesis is highlighted in `show-paren-style' +after `show-paren-delay' seconds of Emacs idle time. + +This is a global minor mode. To toggle the mode in a single buffer, +use `show-paren-local-mode'. + +\(fn &optional ARG)" t nil) + +(autoload 'show-paren-local-mode "paren" "\ +Toggle `show-paren-mode' only in this buffer. + +This is a minor mode. If called interactively, toggle the +`Show-Paren-Local mode' mode. If the prefix argument is positive, +enable the mode, and if it is zero or negative, disable the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable the +mode if ARG is nil, omitted, or is a positive number. Disable the +mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `(buffer-local-value 'show-paren-mode (current-buffer))'. + +The mode's hook is called both when the mode is enabled and when it is +disabled. \(fn &optional ARG)" t nil) @@ -25125,7 +25255,11 @@ Emacs Lisp manual for more information and examples. (autoload 'pcase-exhaustive "pcase" "\ The exhaustive version of `pcase' (which see). -If EXP fails to match any of the patterns in CASES, an error is signaled. +If EXP fails to match any of the patterns in CASES, an error is +signaled. + +In contrast, `pcase' will return nil if there is no match, but +not signal an error. \(fn EXP &rest CASES)" nil t) @@ -25516,10 +25650,10 @@ Global menu used by PCL-CVS.") (put 'perl-label-offset 'safe-local-variable 'integerp) (autoload 'perl-flymake "perl-mode" "\ -Perl backend for Flymake. Launches -`perl-flymake-command' (which see) and passes to its standard -input the contents of the current buffer. The output of this -command is analyzed for error and warning messages. +Perl backend for Flymake. +Launch `perl-flymake-command' (which see) and pass to its +standard input the contents of the current buffer. The output of +this command is analyzed for error and warning messages. \(fn REPORT-FN &rest ARGS)" nil nil) @@ -25596,10 +25730,10 @@ afterwards settable by these commands: Move southwest (sw) after insertion: \\[picture-movement-sw] Move southeast (se) after insertion: \\[picture-movement-se] - Move westnorthwest (wnw) after insertion: C-u \\[picture-movement-nw] - Move eastnortheast (ene) after insertion: C-u \\[picture-movement-ne] - Move westsouthwest (wsw) after insertion: C-u \\[picture-movement-sw] - Move eastsoutheast (ese) after insertion: C-u \\[picture-movement-se] + Move westnorthwest (wnw) after insertion: \\[universal-argument] \\[picture-movement-nw] + Move eastnortheast (ene) after insertion: \\[universal-argument] \\[picture-movement-ne] + Move westsouthwest (wsw) after insertion: \\[universal-argument] \\[picture-movement-sw] + Move eastsoutheast (ese) after insertion: \\[universal-argument] \\[picture-movement-se] The current direction is displayed in the mode line. The initial direction is right. Whitespace is inserted and tabs are changed to @@ -25826,7 +25960,7 @@ For more information, type \\[pr-interface-help]. Preview directory using ghostview. Interactively, the command prompts for N-UP printing number, a directory, a -file name regexp for matching and, when you use a prefix argument (C-u), the +file name regexp for matching and, when you use a prefix argument (\\[universal-argument]), the command prompts the user for a file name, and saves the PostScript image in that file instead of saving it in a temporary file. @@ -25845,7 +25979,7 @@ See also documentation for `pr-list-directory'. Print directory using PostScript through ghostscript. Interactively, the command prompts for N-UP printing number, a directory, a -file name regexp for matching and, when you use a prefix argument (C-u), the +file name regexp for matching and, when you use a prefix argument (\\[universal-argument]), the command prompts the user for a file name, and saves the PostScript image in that file instead of saving it in a temporary file. @@ -25864,7 +25998,7 @@ See also documentation for `pr-list-directory'. Print directory using PostScript printer. Interactively, the command prompts for N-UP printing number, a directory, a -file name regexp for matching and, when you use a prefix argument (C-u), the +file name regexp for matching and, when you use a prefix argument (\\[universal-argument]), the command prompts the user for a file name, and saves the PostScript image in that file instead of saving it in a temporary file. @@ -25885,7 +26019,7 @@ Print directory using PostScript printer or through ghostscript. It depends on `pr-print-using-ghostscript'. Interactively, the command prompts for N-UP printing number, a directory, a -file name regexp for matching and, when you use a prefix argument (C-u), the +file name regexp for matching and, when you use a prefix argument (\\[universal-argument]), the command prompts the user for a file name, and saves the PostScript image in that file instead of saving it in a temporary file. @@ -25904,7 +26038,7 @@ See also documentation for `pr-list-directory'. Preview buffer using ghostview. Interactively, the command prompts for N-UP printing number and, when you use a -prefix argument (C-u), the command prompts the user for a file name, and saves +prefix argument (\\[universal-argument]), the command prompts the user for a file name, and saves the PostScript image in that file instead of saving it in a temporary file. Noninteractively, if N-UP is nil, prompts for N-UP printing number. The @@ -25918,7 +26052,7 @@ with that name. If FILENAME is t, prompts for a file name. Print buffer using PostScript through ghostscript. Interactively, the command prompts for N-UP printing number and, when you use a -prefix argument (C-u), the command prompts the user for a file name, and saves +prefix argument (\\[universal-argument]), the command prompts the user for a file name, and saves the PostScript image in that file instead of sending it to the printer. Noninteractively, if N-UP is nil, prompts for N-UP printing number. The @@ -25932,7 +26066,7 @@ that name. If FILENAME is t, prompts for a file name. Print buffer using PostScript printer. Interactively, the command prompts for N-UP printing number and, when you use a -prefix argument (C-u), the command prompts the user for a file name, and saves +prefix argument (\\[universal-argument]), the command prompts the user for a file name, and saves the PostScript image in that file instead of sending it to the printer. Noninteractively, if N-UP is nil, prompts for N-UP printing number. The @@ -25948,7 +26082,7 @@ Print buffer using PostScript printer or through ghostscript. It depends on `pr-print-using-ghostscript'. Interactively, the command prompts for N-UP printing number and, when you use a -prefix argument (C-u), the command prompts the user for a file name, and saves +prefix argument (\\[universal-argument]), the command prompts the user for a file name, and saves the PostScript image in that file instead of sending it to the printer. Noninteractively, if N-UP is nil, prompts for N-UP printing number. The @@ -26064,7 +26198,7 @@ Print major mode using text printer." t nil) (autoload 'pr-despool-preview "printing" "\ Preview spooled PostScript. -Interactively, when you use a prefix argument (C-u), the command prompts the +Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the user for a file name, and saves the spooled PostScript image in that file instead of saving it in a temporary file. @@ -26077,7 +26211,7 @@ PostScript image in a file with that name. (autoload 'pr-despool-using-ghostscript "printing" "\ Print spooled PostScript using ghostscript. -Interactively, when you use a prefix argument (C-u), the command prompts the +Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the user for a file name, and saves the spooled PostScript image in that file instead of sending it to the printer. @@ -26090,7 +26224,7 @@ image in a file with that name. (autoload 'pr-despool-print "printing" "\ Send the spooled PostScript to the printer. -Interactively, when you use a prefix argument (C-u), the command prompts the +Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the user for a file name, and saves the spooled PostScript image in that file instead of sending it to the printer. @@ -26103,7 +26237,7 @@ image in a file with that name. (autoload 'pr-despool-ps-print "printing" "\ Send the spooled PostScript to the printer or use ghostscript to print it. -Interactively, when you use a prefix argument (C-u), the command prompts the +Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the user for a file name, and saves the spooled PostScript image in that file instead of sending it to the printer. @@ -26142,7 +26276,7 @@ Send PostScript file FILENAME to printer or use ghostscript to print it. Process a PostScript file IFILENAME and send it to printer. Interactively, the command prompts for N-UP printing number, for an input -PostScript file IFILENAME and, when you use a prefix argument (C-u), the +PostScript file IFILENAME and, when you use a prefix argument (\\[universal-argument]), the command prompts the user for an output PostScript file name OFILENAME, and saves the PostScript image in that file instead of sending it to the printer. @@ -26267,22 +26401,22 @@ printed using `pr-ps-mode-ps-print'. Interactively, you have the following situations: - M-x pr-ps-fast-fire RET + \\[pr-ps-fast-fire] The command prompts the user for a N-UP value and printing will immediately be done using the current active printer. - C-u M-x pr-ps-fast-fire RET - C-u 0 M-x pr-ps-fast-fire RET + \\[universal-argument] \\[pr-ps-fast-fire] + \\[universal-argument] 0 \\[pr-ps-fast-fire] The command prompts the user for a N-UP value and also for a current PostScript printer, then printing will immediately be done using the new current active printer. - C-u 1 M-x pr-ps-fast-fire RET + \\[universal-argument] 1 \\[pr-ps-fast-fire] The command prompts the user for a N-UP value and also for a file name, and saves the PostScript image in that file instead of sending it to the printer. - C-u 2 M-x pr-ps-fast-fire RET + \\[universal-argument] 2 \\[pr-ps-fast-fire] The command prompts the user for a N-UP value, then for a current PostScript printer and, finally, for a file name. Then change the active printer to that chosen by user and saves the PostScript image in @@ -26327,7 +26461,7 @@ Also if the current major-mode is defined in `pr-mode-alist', the settings in `pr-mode-alist' will be used, that is, the current buffer or region will be printed using `pr-txt-mode'. -Interactively, when you use a prefix argument (C-u), the command prompts the +Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the user for a new active text printer. Noninteractively, the argument SELECT-PRINTER is treated as follows: @@ -26405,7 +26539,7 @@ Open profile FILENAME. ;;;### (autoloads nil "project" "progmodes/project.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/project.el -(push (purecopy '(project 0 6 1)) package--builtin-versions) +(push (purecopy '(project 0 7 1)) package--builtin-versions) (autoload 'project-current "project" "\ Return the project instance in DIRECTORY, defaulting to `default-directory'. @@ -26426,7 +26560,7 @@ of the project instance object. \(fn &optional MAYBE-PROMPT DIRECTORY)" nil nil) -(defvar project-prefix-map (let ((map (make-sparse-keymap))) (define-key map "!" 'project-shell-command) (define-key map "&" 'project-async-shell-command) (define-key map "f" 'project-find-file) (define-key map "F" 'project-or-external-find-file) (define-key map "b" 'project-switch-to-buffer) (define-key map "s" 'project-shell) (define-key map "d" 'project-dired) (define-key map "v" 'project-vc-dir) (define-key map "c" 'project-compile) (define-key map "e" 'project-eshell) (define-key map "k" 'project-kill-buffers) (define-key map "p" 'project-switch-project) (define-key map "g" 'project-find-regexp) (define-key map "G" 'project-or-external-find-regexp) (define-key map "r" 'project-query-replace-regexp) (define-key map "x" 'project-execute-extended-command) map) "\ +(defvar project-prefix-map (let ((map (make-sparse-keymap))) (define-key map "!" 'project-shell-command) (define-key map "&" 'project-async-shell-command) (define-key map "f" 'project-find-file) (define-key map "F" 'project-or-external-find-file) (define-key map "b" 'project-switch-to-buffer) (define-key map "s" 'project-shell) (define-key map "d" 'project-find-dir) (define-key map "D" 'project-dired) (define-key map "v" 'project-vc-dir) (define-key map "c" 'project-compile) (define-key map "e" 'project-eshell) (define-key map "k" 'project-kill-buffers) (define-key map "p" 'project-switch-project) (define-key map "g" 'project-find-regexp) (define-key map "G" 'project-or-external-find-regexp) (define-key map "r" 'project-query-replace-regexp) (define-key map "x" 'project-execute-extended-command) map) "\ Keymap for project commands.") (define-key ctl-x-map "p" project-prefix-map) @@ -26478,14 +26612,17 @@ pattern to search for. (autoload 'project-find-file "project" "\ Visit a file (with completion) in the current project. -The completion default is the filename at point, determined by -`thing-at-point' (whether such file exists or not)." t nil) +The filename at point (determined by `thing-at-point'), if any, +is available as part of \"future history\"." t nil) (autoload 'project-or-external-find-file "project" "\ Visit a file (with completion) in the current project or external roots. -The completion default is the filename at point, determined by -`thing-at-point' (whether such file exists or not)." t nil) +The filename at point (determined by `thing-at-point'), if any, +is available as part of \"future history\"." t nil) + +(autoload 'project-find-dir "project" "\ +Start Dired in a directory inside the current project." t nil) (autoload 'project-dired "project" "\ Start Dired in the current project's root." t nil) @@ -26528,8 +26665,8 @@ command \\[fileloop-continue]. (autoload 'project-query-replace-regexp "project" "\ Query-replace REGEXP in all the files of the project. Stops when a match is found and prompts for whether to replace it. -If you exit the query-replace, you can later continue the query-replace -loop using the command \\[fileloop-continue]. +If you exit the `query-replace', you can later continue the +`query-replace' loop using the command \\[fileloop-continue]. \(fn FROM TO)" t nil) @@ -26586,9 +26723,10 @@ interactively. (autoload 'project-remember-project "project" "\ Add project PR to the front of the project list. -Save the result in `project-list-file' if the list of projects has changed. +Save the result in `project-list-file' if the list of projects +has changed, and NO-WRITE is nil. -\(fn PR)" nil nil) +\(fn PR &optional NO-WRITE)" nil nil) (autoload 'project-forget-project "project" "\ Remove directory PROJECT-ROOT from the project list. @@ -26924,9 +27062,11 @@ If EXTENSION is any other symbol, it is ignored. (autoload 'pulse-momentary-highlight-one-line "pulse" "\ Highlight the line around POINT, unhighlighting before next command. +If POINT is nil or missing, the current point is used instead. + Optional argument FACE specifies the face to do the highlighting. -\(fn POINT &optional FACE)" nil nil) +\(fn &optional POINT FACE)" nil nil) (autoload 'pulse-momentary-highlight-region "pulse" "\ Highlight between START and END, unhighlighting before next command. @@ -27097,7 +27237,7 @@ conversion region is active. It is an alist of single key character vs. corresponding command to be called. If SIMPLE is non-nil, then we do not alter the meanings of -commands such as C-f, C-b, C-n, C-p and TAB; they are treated as +commands such as \\[forward-char], \\[backward-char], \\[next-line], \\[previous-line] and \\[indent-for-tab-command]; they are treated as non-Quail commands. \(fn NAME LANGUAGE TITLE &optional GUIDANCE DOCSTRING TRANSLATION-KEYS FORGET-LAST-SELECTION DETERMINISTIC KBD-TRANSLATE SHOW-LAYOUT CREATE-DECODE-MAP MAXIMUM-SHORTEST OVERLAY-PLIST UPDATE-TRANSLATION-FUNCTION CONVERSION-KEYS SIMPLE)" nil nil) @@ -27997,6 +28137,7 @@ or call the function `repeat-mode'.") Toggle Repeat mode. When Repeat mode is enabled, and the command symbol has the property named `repeat-map', this map is activated temporarily for the next command. +See `describe-repeat-maps' for a list of all repeatable command. This is a minor mode. If called interactively, toggle the `Repeat mode' mode. If the prefix argument is positive, enable the mode, and @@ -29970,7 +30111,7 @@ Like `mail' command, but display mail buffer in another frame. ;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (0 0 0 0)) ;;; Generated autoloads from emacs-lisp/seq.el -(push (purecopy '(seq 2 22)) package--builtin-versions) +(push (purecopy '(seq 2 23)) package--builtin-versions) (autoload 'seq-subseq "seq" "\ Return the sequence of elements of SEQUENCE from START to END. @@ -30056,14 +30197,14 @@ TESTFN is used to compare elements, or `equal' if TESTFN is nil. \(fn SEQUENCE &optional TESTFN)" nil nil) -(autoload 'seq-intersection "seq" "\ -Return a list of the elements that appear in both SEQUENCE1 and SEQUENCE2. +(autoload 'seq-union "seq" "\ +Return a list of all elements that appear in either SEQUENCE1 or SEQUENCE2. Equality is defined by TESTFN if non-nil or by `equal' if nil. \(fn SEQUENCE1 SEQUENCE2 &optional TESTFN)" nil nil) -(autoload 'seq-difference "seq" "\ -Return a list of the elements that appear in SEQUENCE1 but not in SEQUENCE2. +(autoload 'seq-intersection "seq" "\ +Return a list of the elements that appear in both SEQUENCE1 and SEQUENCE2. Equality is defined by TESTFN if non-nil or by `equal' if nil. \(fn SEQUENCE1 SEQUENCE2 &optional TESTFN)" nil nil) @@ -30081,6 +30222,12 @@ SEQUENCE must be a sequence of numbers or markers. \(fn SEQUENCE)" nil nil) +(autoload 'seq-random-elt "seq" "\ +Return a random element from SEQUENCE. +Signal an error if SEQUENCE is empty. + +\(fn SEQUENCE)" nil nil) + (register-definition-prefixes "seq" '("seq-")) ;;;*** @@ -30256,10 +30403,11 @@ can also view with a browser to see what happens: have

Very Major Headlines

through
Very Minor Headlines

Parts can be separated with horizontal rules. -

Paragraphs only need an opening tag. Line breaks and multiple spaces are -ignored unless the text is

preformatted.
Text can be marked as -bold, italic or underlined using the normal M-o -or Edit/Text Properties/Face commands. +

Paragraphs only need an opening tag. Line breaks and multiple +spaces are ignored unless the text is

preformatted.
+Text can be marked as bold, italic or +underlined using the facemenu M-o or Edit/Text +Properties/Face commands. Pages can have named points and can link other points to them with see also somename. In the same way \\[tetris-start-game] Start a new game of Tetris \\[tetris-end-game] Terminate the current game @@ -33710,7 +33862,7 @@ and also to be turned into Info files with \\[makeinfo-buffer] or the `makeinfo' program. These files must be written in a very restricted and modified version of TeX input format. - Editing commands are like text-mode except that the syntax table is + Editing commands are like `text-mode' except that the syntax table is set up so expression commands skip Texinfo bracket groups. To see what the Info version of a region of the Texinfo file will look like, use \\[makeinfo-region], which runs `makeinfo' on the current region. @@ -33738,15 +33890,15 @@ updating menus and node pointers. These functions Here are the functions: - texinfo-update-node \\[texinfo-update-node] - texinfo-every-node-update \\[texinfo-every-node-update] - texinfo-sequential-node-update + `texinfo-update-node' \\[texinfo-update-node] + `texinfo-every-node-update' \\[texinfo-every-node-update] + `texinfo-sequential-node-update' - texinfo-make-menu \\[texinfo-make-menu] - texinfo-all-menus-update \\[texinfo-all-menus-update] - texinfo-master-menu + `texinfo-make-menu' \\[texinfo-make-menu] + `texinfo-all-menus-update' \\[texinfo-all-menus-update] + `texinfo-master-menu' - texinfo-indent-menu-description (column &optional region-p) + `texinfo-indent-menu-description' (column &optional region-p) The `texinfo-column-for-description' variable specifies the column to which menu descriptions are indented. @@ -33862,6 +34014,20 @@ a symbol as a valid THING. \(fn THING &optional NO-PROPERTIES)" nil nil) +(autoload 'bounds-of-thing-at-mouse "thingatpt" "\ +Determine start and end locations for THING at mouse click given by EVENT. +Like `bounds-of-thing-at-point', but tries to use the position in EVENT +where the mouse button is clicked to find the thing nearby. + +\(fn EVENT THING)" nil nil) + +(autoload 'thing-at-mouse "thingatpt" "\ +Return the THING at mouse click specified by EVENT. +Like `thing-at-point', but tries to use the position in EVENT +where the mouse button is clicked to find the thing nearby. + +\(fn EVENT THING &optional NO-PROPERTIES)" nil nil) + (autoload 'sexp-at-point "thingatpt" "\ Return the sexp at point, or nil if none is found." nil nil) @@ -33973,15 +34139,17 @@ Compose Tibetan text the region BEG and END. (autoload 'tibetan-decompose-region "tibet-util" "\ Decompose Tibetan text in the region FROM and TO. -This is different from decompose-region because precomposed Tibetan characters -are decomposed into normal Tibetan character sequences. +This is different from `decompose-region' because precomposed +Tibetan characters are decomposed into normal Tibetan character +sequences. \(fn FROM TO)" t nil) (autoload 'tibetan-decompose-string "tibet-util" "\ Decompose Tibetan string STR. -This is different from decompose-string because precomposed Tibetan characters -are decomposed into normal Tibetan character sequences. +This is different from `decompose-string' because precomposed +Tibetan characters are decomposed into normal Tibetan character +sequences. \(fn STR)" nil nil) @@ -33991,7 +34159,7 @@ See also the documentation of the function `tibetan-decompose-region'." t nil) (autoload 'tibetan-compose-buffer "tibet-util" "\ Composes Tibetan character components in the buffer. -See also docstring of the function tibetan-compose-region." t nil) +See also docstring of the function `tibetan-compose-region'." t nil) (autoload 'tibetan-post-read-conversion "tibet-util" "\ @@ -34161,7 +34329,7 @@ point. (autoload 'emacs-init-time "time" "\ Return a string giving the duration of the Emacs initialization. -FORMAT is a string to format the result, using `format'. If nil, +FORMAT is a string to format the result, using `format'. If nil, the default format \"%f seconds\" is used. \(fn &optional FORMAT)" t nil) @@ -35445,8 +35613,7 @@ how long to wait for a response before giving up. ;;; Generated autoloads from url/url-auth.el (autoload 'url-get-authentication "url-auth" "\ -Return an authorization string suitable for use in the WWW-Authenticate -header in an HTTP/1.0 request. +Return authorization string for the WWW-Authenticate header in HTTP/1.0 request. URL is the url you are requesting authorization to. This can be either a string representing the URL, or the parsed representation returned by @@ -36056,7 +36223,7 @@ Given a QUERY in the form: \(This is the same format as produced by `url-parse-query-string') This will return a string -\"key1=val1&key2=val2&key3=val1&key3=val2&key4&key5\". Keys may +\"key1=val1&key2=val2&key3=val1&key3=val2&key4&key5\". Keys may be strings or symbols; if they are symbols, the symbol name will be used. @@ -36504,13 +36671,13 @@ Show the change log for BRANCH root in a window. \(fn BRANCH)" t nil) (autoload 'vc-log-incoming "vc" "\ -Show a log of changes that will be received with a pull operation from REMOTE-LOCATION. +Show log of changes that will be received with pull from REMOTE-LOCATION. When called interactively with a prefix argument, prompt for REMOTE-LOCATION. \(fn &optional REMOTE-LOCATION)" t nil) (autoload 'vc-log-outgoing "vc" "\ -Show a log of changes that will be sent with a push operation to REMOTE-LOCATION. +Show log of changes that will be sent with a push operation to REMOTE-LOCATION. When called interactively with a prefix argument, prompt for REMOTE-LOCATION. \(fn &optional REMOTE-LOCATION)" t nil) @@ -36741,7 +36908,7 @@ These are the commands available for use in the file status buffer: \(fn DIR &optional BACKEND)" t nil) (autoload 'vc-dir-bookmark-jump "vc-dir" "\ -Provides the bookmark-jump behavior for a `vc-dir' buffer. +Provide the `bookmark-jump' behavior for a `vc-dir' buffer. This implements the `handler' function interface for the record type returned by `vc-dir-bookmark-make-record'. @@ -36964,7 +37131,7 @@ Key bindings: ;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" ;;;;;; (0 0 0 0)) ;;; Generated autoloads from progmodes/verilog-mode.el -(push (purecopy '(verilog-mode 2021 4 12 188864585)) package--builtin-versions) +(push (purecopy '(verilog-mode 2021 9 23 89128420)) package--builtin-versions) (autoload 'verilog-mode "verilog-mode" "\ Major mode for editing Verilog code. @@ -37077,9 +37244,12 @@ Some other functions are: \\[verilog-sk-repeat] Insert a repeat (..) begin .. end block. \\[verilog-sk-specify] Insert a specify .. endspecify block. \\[verilog-sk-task] Insert a task .. begin .. end endtask block. - \\[verilog-sk-while] Insert a while (...) begin .. end block, prompting for details. - \\[verilog-sk-casex] Insert a casex (...) item: begin.. end endcase block, prompting for details. - \\[verilog-sk-casez] Insert a casez (...) item: begin.. end endcase block, prompting for details. + \\[verilog-sk-while] Insert a while (...) begin .. end block, + prompting for details. + \\[verilog-sk-casex] Insert a casex (...) item: begin.. end endcase block, + prompting for details. + \\[verilog-sk-casez] Insert a casez (...) item: begin.. end endcase block, + prompting for details. \\[verilog-sk-if] Insert an if (..) begin .. end block. \\[verilog-sk-else-if] Insert an else if (..) begin .. end block. \\[verilog-sk-comment] Insert a comment block. @@ -37470,7 +37640,7 @@ Usage: `vhdl-project-alist'. - SPECIAL MENUES: + SPECIAL MENUS: As an alternative to the speedbar, an index menu can be added (set option `vhdl-index-menu' to non-nil) or made accessible as a mouse menu (e.g. add \"(global-set-key [S-down-mouse-3] \\='imenu)\" to your start-up @@ -37978,7 +38148,7 @@ Toggle Viper on/off. If Viper is enabled, turn it off. Otherwise, turn it on." t nil) (autoload 'viper-mode "viper" "\ -Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'." t nil) +Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'." t nil) (register-definition-prefixes "viper" '("set-viper-state-in-major-mode" "this-major-mode-requires-vi-state" "viper-")) @@ -38268,6 +38438,9 @@ disabled. See also `whitespace-style', `whitespace-newline' and `whitespace-display-mappings'. +This mode uses a number of faces to visualize the whitespace; see +the customization group `whitespace' for details. + \(fn &optional ARG)" t nil) (autoload 'whitespace-newline-mode "whitespace" "\ @@ -38849,28 +39022,28 @@ Default value of MODIFIERS is `shift-meta'. (autoload 'windmove-delete-left "windmove" "\ Delete the window to the left of the current one. -If prefix ARG is `C-u', delete the selected window and +If prefix ARG is \\[universal-argument], delete the selected window and select the window that was to the left of the current one. \(fn &optional ARG)" t nil) (autoload 'windmove-delete-up "windmove" "\ Delete the window above the current one. -If prefix ARG is `C-u', delete the selected window and +If prefix ARG is \\[universal-argument], delete the selected window and select the window that was above the current one. \(fn &optional ARG)" t nil) (autoload 'windmove-delete-right "windmove" "\ Delete the window to the right of the current one. -If prefix ARG is `C-u', delete the selected window and +If prefix ARG is \\[universal-argument], delete the selected window and select the window that was to the right of the current one. \(fn &optional ARG)" t nil) (autoload 'windmove-delete-down "windmove" "\ Delete the window below the current one. -If prefix ARG is `C-u', delete the selected window and +If prefix ARG is \\[universal-argument], delete the selected window and select the window that was below the current one. \(fn &optional ARG)" t nil) @@ -38881,8 +39054,8 @@ Keys are bound to commands that delete windows in the specified direction. Keybindings are of the form PREFIX MODIFIERS-{left,right,up,down}, where PREFIX is a prefix key and MODIFIERS is either a list of modifiers or a single modifier. -If PREFIX is `none', no prefix is used. If MODIFIERS is `none', the keybindings -are directly bound to the arrow keys. +If PREFIX is `none', no prefix is used. If MODIFIERS is `none', +the keybindings are directly bound to the arrow keys. Default value of PREFIX is `C-x' and MODIFIERS is `shift'. \(fn &optional PREFIX MODIFIERS)" t nil) @@ -39106,7 +39279,7 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT. ;;;### (autoloads nil "xref" "progmodes/xref.el" (0 0 0 0)) ;;; Generated autoloads from progmodes/xref.el -(push (purecopy '(xref 1 1 0)) package--builtin-versions) +(push (purecopy '(xref 1 2 2)) package--builtin-versions) (autoload 'xref-find-backend "xref" nil nil nil) @@ -39165,6 +39338,8 @@ This command is intended to be bound to a mouse event. (autoload 'xref-find-apropos "xref" "\ Find all meaningful symbols that match PATTERN. The argument has the same meaning as in `apropos'. +See `tags-apropos-additional-actions' for how to augment the +output of this command when the backend is etags. \(fn PATTERN)" t nil) (define-key esc-map "." #'xref-find-definitions) @@ -39198,6 +39373,9 @@ Find all matches for REGEXP in FILES. Return a list of xref values. FILES must be a list of absolute file names. +See `xref-search-program' and `xref-search-program-alist' for how +to control which program to use when looking for matches. + \(fn REGEXP FILES)" nil nil) (register-definition-prefixes "xref" '("xref-")) @@ -39354,48 +39532,49 @@ Zone out, completely." t nil) ;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/macroexp.el" ;;;;;; "emacs-lisp/map-ynp.el" "emacs-lisp/nadvice.el" "emacs-lisp/syntax.el" ;;;;;; "emacs-lisp/timer.el" "env.el" "epa-hook.el" "erc/erc-autoaway.el" -;;;;;; "erc/erc-button.el" "erc/erc-capab.el" "erc/erc-dcc.el" "erc/erc-desktop-notifications.el" -;;;;;; "erc/erc-ezbounce.el" "erc/erc-fill.el" "erc/erc-identd.el" -;;;;;; "erc/erc-imenu.el" "erc/erc-join.el" "erc/erc-list.el" "erc/erc-log.el" -;;;;;; "erc/erc-match.el" "erc/erc-menu.el" "erc/erc-netsplit.el" -;;;;;; "erc/erc-notify.el" "erc/erc-page.el" "erc/erc-pcomplete.el" -;;;;;; "erc/erc-replace.el" "erc/erc-ring.el" "erc/erc-services.el" -;;;;;; "erc/erc-sound.el" "erc/erc-speedbar.el" "erc/erc-spelling.el" -;;;;;; "erc/erc-stamp.el" "erc/erc-status-sidebar.el" "erc/erc-track.el" -;;;;;; "erc/erc-truncate.el" "erc/erc-xdcc.el" "eshell/em-alias.el" -;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" -;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" -;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el" -;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el" -;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el" -;;;;;; "eshell/em-xtra.el" "faces.el" "files.el" "font-core.el" -;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el" -;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charscript.el" -;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/iso-transl.el" -;;;;;; "international/mule-cmds.el" "international/mule-conf.el" -;;;;;; "international/mule.el" "isearch.el" "jit-lock.el" "jka-cmpr-hook.el" -;;;;;; "language/burmese.el" "language/cham.el" "language/chinese.el" -;;;;;; "language/cyrillic.el" "language/czech.el" "language/english.el" -;;;;;; "language/ethiopic.el" "language/european.el" "language/georgian.el" -;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" -;;;;;; "language/japanese.el" "language/khmer.el" "language/korean.el" -;;;;;; "language/lao.el" "language/misc-lang.el" "language/romanian.el" -;;;;;; "language/sinhala.el" "language/slovak.el" "language/tai-viet.el" -;;;;;; "language/thai.el" "language/tibetan.el" "language/utf-8-lang.el" -;;;;;; "language/vietnamese.el" "ldefs-boot.el" "leim/ja-dic/ja-dic.el" -;;;;;; "leim/leim-list.el" "leim/quail/4Corner.el" "leim/quail/ARRAY30.el" -;;;;;; "leim/quail/CCDOSPY.el" "leim/quail/CTLau-b5.el" "leim/quail/CTLau.el" -;;;;;; "leim/quail/ECDICT.el" "leim/quail/ETZY.el" "leim/quail/PY-b5.el" -;;;;;; "leim/quail/PY.el" "leim/quail/Punct-b5.el" "leim/quail/Punct.el" -;;;;;; "leim/quail/QJ-b5.el" "leim/quail/QJ.el" "leim/quail/SW.el" -;;;;;; "leim/quail/TONEPY.el" "leim/quail/ZIRANMA.el" "leim/quail/ZOZY.el" -;;;;;; "leim/quail/arabic.el" "leim/quail/cham.el" "leim/quail/compose.el" -;;;;;; "leim/quail/croatian.el" "leim/quail/cyril-jis.el" "leim/quail/cyrillic.el" -;;;;;; "leim/quail/czech.el" "leim/quail/georgian.el" "leim/quail/greek.el" -;;;;;; "leim/quail/hanja-jis.el" "leim/quail/hanja.el" "leim/quail/hanja3.el" -;;;;;; "leim/quail/hebrew.el" "leim/quail/ipa-praat.el" "leim/quail/latin-alt.el" -;;;;;; "leim/quail/latin-ltx.el" "leim/quail/latin-post.el" "leim/quail/latin-pre.el" -;;;;;; "leim/quail/persian.el" "leim/quail/programmer-dvorak.el" +;;;;;; "erc/erc-button.el" "erc/erc-capab.el" "erc/erc-compat.el" +;;;;;; "erc/erc-dcc.el" "erc/erc-desktop-notifications.el" "erc/erc-ezbounce.el" +;;;;;; "erc/erc-fill.el" "erc/erc-identd.el" "erc/erc-imenu.el" +;;;;;; "erc/erc-join.el" "erc/erc-list.el" "erc/erc-log.el" "erc/erc-match.el" +;;;;;; "erc/erc-menu.el" "erc/erc-netsplit.el" "erc/erc-notify.el" +;;;;;; "erc/erc-page.el" "erc/erc-pcomplete.el" "erc/erc-replace.el" +;;;;;; "erc/erc-ring.el" "erc/erc-services.el" "erc/erc-sound.el" +;;;;;; "erc/erc-speedbar.el" "erc/erc-spelling.el" "erc/erc-stamp.el" +;;;;;; "erc/erc-status-sidebar.el" "erc/erc-track.el" "erc/erc-truncate.el" +;;;;;; "erc/erc-xdcc.el" "eshell/em-alias.el" "eshell/em-banner.el" +;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" +;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el" +;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" +;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" +;;;;;; "eshell/em-tramp.el" "eshell/em-unix.el" "eshell/em-xtra.el" +;;;;;; "faces.el" "files.el" "font-core.el" "font-lock.el" "format.el" +;;;;;; "frame.el" "help.el" "hfy-cmap.el" "ibuf-ext.el" "indent.el" +;;;;;; "international/characters.el" "international/charscript.el" +;;;;;; "international/cp51932.el" "international/emoji-zwj.el" "international/eucjp-ms.el" +;;;;;; "international/iso-transl.el" "international/mule-cmds.el" +;;;;;; "international/mule-conf.el" "international/mule.el" "isearch.el" +;;;;;; "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" +;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" +;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" +;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" +;;;;;; "language/indian.el" "language/japanese.el" "language/khmer.el" +;;;;;; "language/korean.el" "language/lao.el" "language/misc-lang.el" +;;;;;; "language/romanian.el" "language/sinhala.el" "language/slovak.el" +;;;;;; "language/tai-viet.el" "language/thai.el" "language/tibetan.el" +;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "ldefs-boot.el" +;;;;;; "leim/ja-dic/ja-dic.el" "leim/leim-list.el" "leim/quail/4Corner.el" +;;;;;; "leim/quail/ARRAY30.el" "leim/quail/CCDOSPY.el" "leim/quail/CTLau-b5.el" +;;;;;; "leim/quail/CTLau.el" "leim/quail/ECDICT.el" "leim/quail/ETZY.el" +;;;;;; "leim/quail/PY-b5.el" "leim/quail/PY.el" "leim/quail/Punct-b5.el" +;;;;;; "leim/quail/Punct.el" "leim/quail/QJ-b5.el" "leim/quail/QJ.el" +;;;;;; "leim/quail/SW.el" "leim/quail/TONEPY.el" "leim/quail/ZIRANMA.el" +;;;;;; "leim/quail/ZOZY.el" "leim/quail/arabic.el" "leim/quail/cham.el" +;;;;;; "leim/quail/compose.el" "leim/quail/croatian.el" "leim/quail/cyril-jis.el" +;;;;;; "leim/quail/cyrillic.el" "leim/quail/czech.el" "leim/quail/georgian.el" +;;;;;; "leim/quail/greek.el" "leim/quail/hanja-jis.el" "leim/quail/hanja.el" +;;;;;; "leim/quail/hanja3.el" "leim/quail/hebrew.el" "leim/quail/ipa-praat.el" +;;;;;; "leim/quail/latin-alt.el" "leim/quail/latin-ltx.el" "leim/quail/latin-post.el" +;;;;;; "leim/quail/latin-pre.el" "leim/quail/persian.el" "leim/quail/programmer-dvorak.el" ;;;;;; "leim/quail/py-punct.el" "leim/quail/pypunct-b5.el" "leim/quail/quick-b5.el" ;;;;;; "leim/quail/quick-cns.el" "leim/quail/rfc1345.el" "leim/quail/sami.el" ;;;;;; "leim/quail/sgml-input.el" "leim/quail/slovak.el" "leim/quail/symbol-ksc.el"