aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2020-11-01 06:28:38 -0800
committerGlenn Morris2020-11-01 06:28:38 -0800
commited70be7a187f211d366312e1c6b04b1dbcbffd06 (patch)
tree71b6b71d0049236d3655a729ed06645af7640f40
parent2a4b0da28c3d25f2eea17c9dc95f7a244bdf4535 (diff)
downloademacs-ed70be7a187f211d366312e1c6b04b1dbcbffd06.tar.gz
emacs-ed70be7a187f211d366312e1c6b04b1dbcbffd06.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el2900
1 files changed, 924 insertions, 1976 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index d611293546c..f5ae3adf2eb 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -511,10 +511,13 @@ Return t if `allout-mode' is active in current buffer." nil t)
511(autoload 'allout-mode "allout" "\ 511(autoload 'allout-mode "allout" "\
512Toggle Allout outline mode. 512Toggle Allout outline mode.
513 513
514If called interactively, enable Allout mode if ARG is positive, and 514If called interactively, toggle `Allout mode'. If the prefix argument
515disable it if ARG is zero or negative. If called from Lisp, also 515is positive, enable the mode, and if it is zero or negative, disable
516enable the mode if ARG is omitted or nil, and toggle it if ARG is 516the mode.
517`toggle'; disable the mode otherwise. 517
518If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
519the mode if ARG is nil, omitted, or is a positive number. All other
520values will disable the mode.
518 521
519The mode's hook is called both when the mode is enabled and when it is 522The mode's hook is called both when the mode is enabled and when it is
520disabled. 523disabled.
@@ -829,10 +832,13 @@ See `allout-widgets-mode' for allout widgets mode features.")
829(autoload 'allout-widgets-mode "allout-widgets" "\ 832(autoload 'allout-widgets-mode "allout-widgets" "\
830Toggle Allout Widgets mode. 833Toggle Allout Widgets mode.
831 834
832If called interactively, enable Allout-Widgets mode if ARG is 835If called interactively, toggle `Allout-Widgets mode'. If the prefix
833positive, and disable it if ARG is zero or negative. If called from 836argument is positive, enable the mode, and if it is zero or negative,
834Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 837disable the mode.
835ARG is `toggle'; disable the mode otherwise. 838
839If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
840the mode if ARG is nil, omitted, or is a positive number. All other
841values will disable the mode.
836 842
837The mode's hook is called both when the mode is enabled and when it is 843The mode's hook is called both when the mode is enabled and when it is
838disabled. 844disabled.
@@ -1246,15 +1252,17 @@ Entering array mode calls the function `array-mode-hook'.
1246 1252
1247;;;### (autoloads nil "artist" "textmodes/artist.el" (0 0 0 0)) 1253;;;### (autoloads nil "artist" "textmodes/artist.el" (0 0 0 0))
1248;;; Generated autoloads from textmodes/artist.el 1254;;; Generated autoloads from textmodes/artist.el
1249(push (purecopy '(artist 1 2 6)) package--builtin-versions)
1250 1255
1251(autoload 'artist-mode "artist" "\ 1256(autoload 'artist-mode "artist" "\
1252Toggle Artist mode. 1257Toggle Artist mode.
1253 1258
1254If called interactively, enable Artist mode if ARG is positive, and 1259If called interactively, toggle `Artist mode'. If the prefix argument
1255disable it if ARG is zero or negative. If called from Lisp, also 1260is positive, enable the mode, and if it is zero or negative, disable
1256enable the mode if ARG is omitted or nil, and toggle it if ARG is 1261the mode.
1257`toggle'; disable the mode otherwise. 1262
1263If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
1264the mode if ARG is nil, omitted, or is a positive number. All other
1265values will disable the mode.
1258 1266
1259The mode's hook is called both when the mode is enabled and when it is 1267The mode's hook is called both when the mode is enabled and when it is
1260disabled. 1268disabled.
@@ -1528,7 +1536,7 @@ ENTRY is the name of a password-store entry.
1528The key used to retrieve the password is the symbol `secret'. 1536The key used to retrieve the password is the symbol `secret'.
1529 1537
1530The convention used as the format for a password-store file is 1538The convention used as the format for a password-store file is
1531the following (see https://www.passwordstore.org/#organization): 1539the following (see http://www.passwordstore.org/#organization):
1532 1540
1533secret 1541secret
1534key1: value1 1542key1: value1
@@ -1586,10 +1594,13 @@ or call the function `autoarg-kp-mode'.")
1586(autoload 'autoarg-kp-mode "autoarg" "\ 1594(autoload 'autoarg-kp-mode "autoarg" "\
1587Toggle Autoarg-KP mode, a global minor mode. 1595Toggle Autoarg-KP mode, a global minor mode.
1588 1596
1589If called interactively, enable Autoarg-Kp mode if ARG is positive, 1597If called interactively, toggle `Autoarg-Kp mode'. If the prefix
1590and disable it if ARG is zero or negative. If called from Lisp, also 1598argument is positive, enable the mode, and if it is zero or negative,
1591enable the mode if ARG is omitted or nil, and toggle it if ARG is 1599disable the mode.
1592`toggle'; disable the mode otherwise. 1600
1601If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
1602the mode if ARG is nil, omitted, or is a positive number. All other
1603values will disable the mode.
1593 1604
1594The mode's hook is called both when the mode is enabled and when it is 1605The mode's hook is called both when the mode is enabled and when it is
1595disabled. 1606disabled.
@@ -1645,10 +1656,13 @@ or call the function `auto-insert-mode'.")
1645(autoload 'auto-insert-mode "autoinsert" "\ 1656(autoload 'auto-insert-mode "autoinsert" "\
1646Toggle Auto-insert mode, a global minor mode. 1657Toggle Auto-insert mode, a global minor mode.
1647 1658
1648If called interactively, enable Auto-Insert mode if ARG is positive, 1659If called interactively, toggle `Auto-Insert mode'. If the prefix
1649and disable it if ARG is zero or negative. If called from Lisp, also 1660argument is positive, enable the mode, and if it is zero or negative,
1650enable the mode if ARG is omitted or nil, and toggle it if ARG is 1661disable the mode.
1651`toggle'; disable the mode otherwise. 1662
1663If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
1664the mode if ARG is nil, omitted, or is a positive number. All other
1665values will disable the mode.
1652 1666
1653The mode's hook is called both when the mode is enabled and when it is 1667The mode's hook is called both when the mode is enabled and when it is
1654disabled. 1668disabled.
@@ -1696,14 +1710,29 @@ The function does NOT recursively descend into subdirectories of the
1696directory or directories specified. 1710directory or directories specified.
1697 1711
1698In an interactive call, prompt for a default output file for the 1712In an interactive call, prompt for a default output file for the
1699autoload definitions, and temporarily bind the variable 1713autoload definitions. When called from Lisp, use the existing
1700`generated-autoload-file' to this value. When called from Lisp, 1714value of `generated-autoload-file'. If any Lisp file binds
1701use the existing value of `generated-autoload-file'. If any Lisp 1715`generated-autoload-file' as a file-local variable, write its
1702file binds `generated-autoload-file' as a file-local variable, 1716autoloads into the specified file instead.
1703write its autoloads into the specified file instead.
1704 1717
1705\(fn &rest DIRS)" t nil) 1718\(fn &rest DIRS)" t nil)
1706 1719
1720(make-obsolete 'update-directory-autoloads 'make-directory-autoloads '"28.1")
1721
1722(autoload 'make-directory-autoloads "autoload" "\
1723Update autoload definitions for Lisp files in the directories DIRS.
1724DIR can be either a single directory or a list of
1725directories. (The latter usage is discouraged.)
1726
1727The autoloads will be written to OUTPUT-FILE. If any Lisp file
1728binds `generated-autoload-file' as a file-local variable, write
1729its autoloads into the specified file instead.
1730
1731The function does NOT recursively descend into subdirectories of the
1732directory or directories specified.
1733
1734\(fn DIR OUTPUT-FILE)" t nil)
1735
1707(autoload 'batch-update-autoloads "autoload" "\ 1736(autoload 'batch-update-autoloads "autoload" "\
1708Update loaddefs.el autoloads in batch mode. 1737Update loaddefs.el autoloads in batch mode.
1709Calls `update-directory-autoloads' on the command line arguments. 1738Calls `update-directory-autoloads' on the command line arguments.
@@ -1720,10 +1749,13 @@ should be non-nil)." nil nil)
1720(autoload 'auto-revert-mode "autorevert" "\ 1749(autoload 'auto-revert-mode "autorevert" "\
1721Toggle reverting buffer when the file changes (Auto-Revert Mode). 1750Toggle reverting buffer when the file changes (Auto-Revert Mode).
1722 1751
1723If called interactively, enable Auto-Revert mode if ARG is positive, 1752If called interactively, toggle `Auto-Revert mode'. If the prefix
1724and disable it if ARG is zero or negative. If called from Lisp, also 1753argument is positive, enable the mode, and if it is zero or negative,
1725enable the mode if ARG is omitted or nil, and toggle it if ARG is 1754disable the mode.
1726`toggle'; disable the mode otherwise. 1755
1756If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
1757the mode if ARG is nil, omitted, or is a positive number. All other
1758values will disable the mode.
1727 1759
1728The mode's hook is called both when the mode is enabled and when it is 1760The mode's hook is called both when the mode is enabled and when it is
1729disabled. 1761disabled.
@@ -1750,10 +1782,13 @@ This function is designed to be added to hooks, for example:
1750(autoload 'auto-revert-tail-mode "autorevert" "\ 1782(autoload 'auto-revert-tail-mode "autorevert" "\
1751Toggle reverting tail of buffer when the file grows. 1783Toggle reverting tail of buffer when the file grows.
1752 1784
1753If called interactively, enable Auto-Revert-Tail mode if ARG is 1785If called interactively, toggle `Auto-Revert-Tail mode'. If the
1754positive, and disable it if ARG is zero or negative. If called from 1786prefix argument is positive, enable the mode, and if it is zero or
1755Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 1787negative, disable the mode.
1756ARG is `toggle'; disable the mode otherwise. 1788
1789If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
1790the mode if ARG is nil, omitted, or is a positive number. All other
1791values will disable the mode.
1757 1792
1758The mode's hook is called both when the mode is enabled and when it is 1793The mode's hook is called both when the mode is enabled and when it is
1759disabled. 1794disabled.
@@ -1794,10 +1829,13 @@ or call the function `global-auto-revert-mode'.")
1794(autoload 'global-auto-revert-mode "autorevert" "\ 1829(autoload 'global-auto-revert-mode "autorevert" "\
1795Toggle Global Auto-Revert Mode. 1830Toggle Global Auto-Revert Mode.
1796 1831
1797If called interactively, enable Global Auto-Revert mode if ARG is 1832If called interactively, toggle `Global Auto-Revert mode'. If the
1798positive, and disable it if ARG is zero or negative. If called from 1833prefix argument is positive, enable the mode, and if it is zero or
1799Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 1834negative, disable the mode.
1800ARG is `toggle'; disable the mode otherwise. 1835
1836If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
1837the mode if ARG is nil, omitted, or is a positive number. All other
1838values will disable the mode.
1801 1839
1802The mode's hook is called both when the mode is enabled and when it is 1840The mode's hook is called both when the mode is enabled and when it is
1803disabled. 1841disabled.
@@ -1928,10 +1966,13 @@ or call the function `display-battery-mode'.")
1928(autoload 'display-battery-mode "battery" "\ 1966(autoload 'display-battery-mode "battery" "\
1929Toggle battery status display in mode line (Display Battery mode). 1967Toggle battery status display in mode line (Display Battery mode).
1930 1968
1931If called interactively, enable Display-Battery mode if ARG is 1969If called interactively, toggle `Display-Battery mode'. If the prefix
1932positive, and disable it if ARG is zero or negative. If called from 1970argument is positive, enable the mode, and if it is zero or negative,
1933Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 1971disable the mode.
1934ARG is `toggle'; disable the mode otherwise. 1972
1973If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
1974the mode if ARG is nil, omitted, or is a positive number. All other
1975values will disable the mode.
1935 1976
1936The mode's hook is called both when the mode is enabled and when it is 1977The mode's hook is called both when the mode is enabled and when it is
1937disabled. 1978disabled.
@@ -2907,10 +2948,13 @@ columns on its right towards the left.
2907(autoload 'bug-reference-mode "bug-reference" "\ 2948(autoload 'bug-reference-mode "bug-reference" "\
2908Toggle hyperlinking bug references in the buffer (Bug Reference mode). 2949Toggle hyperlinking bug references in the buffer (Bug Reference mode).
2909 2950
2910If called interactively, enable Bug-Reference mode if ARG is positive, 2951If called interactively, toggle `Bug-Reference mode'. If the prefix
2911and disable it if ARG is zero or negative. If called from Lisp, also 2952argument is positive, enable the mode, and if it is zero or negative,
2912enable the mode if ARG is omitted or nil, and toggle it if ARG is 2953disable the mode.
2913`toggle'; disable the mode otherwise. 2954
2955If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
2956the mode if ARG is nil, omitted, or is a positive number. All other
2957values will disable the mode.
2914 2958
2915The mode's hook is called both when the mode is enabled and when it is 2959The mode's hook is called both when the mode is enabled and when it is
2916disabled. 2960disabled.
@@ -2920,10 +2964,13 @@ disabled.
2920(autoload 'bug-reference-prog-mode "bug-reference" "\ 2964(autoload 'bug-reference-prog-mode "bug-reference" "\
2921Like `bug-reference-mode', but only buttonize in comments and strings. 2965Like `bug-reference-mode', but only buttonize in comments and strings.
2922 2966
2923If called interactively, enable Bug-Reference-Prog mode if ARG is 2967If called interactively, toggle `Bug-Reference-Prog mode'. If the
2924positive, and disable it if ARG is zero or negative. If called from 2968prefix argument is positive, enable the mode, and if it is zero or
2925Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 2969negative, disable the mode.
2926ARG is `toggle'; disable the mode otherwise. 2970
2971If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
2972the mode if ARG is nil, omitted, or is a positive number. All other
2973values will disable the mode.
2927 2974
2928The mode's hook is called both when the mode is enabled and when it is 2975The mode's hook is called both when the mode is enabled and when it is
2929disabled. 2976disabled.
@@ -2998,11 +3045,14 @@ that already has a `.elc' file.
2998Compile a file of Lisp code named FILENAME into a file of byte code. 3045Compile a file of Lisp code named FILENAME into a file of byte code.
2999The output file's name is generated by passing FILENAME to the 3046The output file's name is generated by passing FILENAME to the
3000function `byte-compile-dest-file' (which see). 3047function `byte-compile-dest-file' (which see).
3001With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling.
3002The value is non-nil if there were no errors, nil if errors. 3048The value is non-nil if there were no errors, nil if errors.
3003 3049
3050See also `emacs-lisp-byte-compile-and-load'.
3051
3004\(fn FILENAME &optional LOAD)" t nil) 3052\(fn FILENAME &optional LOAD)" t nil)
3005 3053
3054(set-advertised-calling-convention 'byte-compile-file '(filename) '"28.1")
3055
3006(autoload 'compile-defun "bytecomp" "\ 3056(autoload 'compile-defun "bytecomp" "\
3007Compile and evaluate the current top-level form. 3057Compile and evaluate the current top-level form.
3008Print the result in the echo area. 3058Print the result in the echo area.
@@ -3295,14 +3345,6 @@ See Info node `(calc)Defining Functions'.
3295 3345
3296;;;*** 3346;;;***
3297 3347
3298;;;### (autoloads "actual autoloads are elsewhere" "calc-aent" "calc/calc-aent.el"
3299;;;;;; (0 0 0 0))
3300;;; Generated autoloads from calc/calc-aent.el
3301
3302(register-definition-prefixes "calc-aent" '("calc" "math-"))
3303
3304;;;***
3305
3306;;;### (autoloads nil "calc-alg" "calc/calc-alg.el" (0 0 0 0)) 3348;;;### (autoloads nil "calc-alg" "calc/calc-alg.el" (0 0 0 0))
3307;;; Generated autoloads from calc/calc-alg.el 3349;;; Generated autoloads from calc/calc-alg.el
3308 3350
@@ -3338,14 +3380,6 @@ See Info node `(calc)Defining Functions'.
3338 3380
3339;;;*** 3381;;;***
3340 3382
3341;;;### (autoloads "actual autoloads are elsewhere" "calc-embed" "calc/calc-embed.el"
3342;;;;;; (0 0 0 0))
3343;;; Generated autoloads from calc/calc-embed.el
3344
3345(register-definition-prefixes "calc-embed" '("calc-"))
3346
3347;;;***
3348
3349;;;### (autoloads nil "calc-ext" "calc/calc-ext.el" (0 0 0 0)) 3383;;;### (autoloads nil "calc-ext" "calc/calc-ext.el" (0 0 0 0))
3350;;; Generated autoloads from calc/calc-ext.el 3384;;; Generated autoloads from calc/calc-ext.el
3351 3385
@@ -3444,14 +3478,6 @@ See Info node `(calc)Defining Functions'.
3444 3478
3445;;;*** 3479;;;***
3446 3480
3447;;;### (autoloads "actual autoloads are elsewhere" "calc-misc" "calc/calc-misc.el"
3448;;;;;; (0 0 0 0))
3449;;; Generated autoloads from calc/calc-misc.el
3450
3451(register-definition-prefixes "calc-misc" '("math-iipow"))
3452
3453;;;***
3454
3455;;;### (autoloads nil "calc-mode" "calc/calc-mode.el" (0 0 0 0)) 3481;;;### (autoloads nil "calc-mode" "calc/calc-mode.el" (0 0 0 0))
3456;;; Generated autoloads from calc/calc-mode.el 3482;;; Generated autoloads from calc/calc-mode.el
3457 3483
@@ -3562,14 +3588,6 @@ See Info node `(calc)Defining Functions'.
3562 3588
3563;;;*** 3589;;;***
3564 3590
3565;;;### (autoloads "actual autoloads are elsewhere" "calc-yank" "calc/calc-yank.el"
3566;;;;;; (0 0 0 0))
3567;;; Generated autoloads from calc/calc-yank.el
3568
3569(register-definition-prefixes "calc-yank" '("calc-" "math-number-regexp"))
3570
3571;;;***
3572
3573;;;### (autoloads nil "calcalg2" "calc/calcalg2.el" (0 0 0 0)) 3591;;;### (autoloads nil "calcalg2" "calc/calcalg2.el" (0 0 0 0))
3574;;; Generated autoloads from calc/calcalg2.el 3592;;; Generated autoloads from calc/calcalg2.el
3575 3593
@@ -4499,7 +4517,6 @@ from which to start.
4499 4517
4500;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (0 0 0 0)) 4518;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (0 0 0 0))
4501;;; Generated autoloads from emacs-lisp/chart.el 4519;;; Generated autoloads from emacs-lisp/chart.el
4502(push (purecopy '(chart 0 2)) package--builtin-versions)
4503 4520
4504(register-definition-prefixes "chart" '("chart")) 4521(register-definition-prefixes "chart" '("chart"))
4505 4522
@@ -4692,10 +4709,13 @@ Prefix argument is the same as for `checkdoc-defun'." t nil)
4692(autoload 'checkdoc-minor-mode "checkdoc" "\ 4709(autoload 'checkdoc-minor-mode "checkdoc" "\
4693Toggle automatic docstring checking (Checkdoc minor mode). 4710Toggle automatic docstring checking (Checkdoc minor mode).
4694 4711
4695If called interactively, enable Checkdoc minor mode if ARG is 4712If called interactively, toggle `Checkdoc minor mode'. If the prefix
4696positive, and disable it if ARG is zero or negative. If called from 4713argument is positive, enable the mode, and if it is zero or negative,
4697Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 4714disable the mode.
4698ARG is `toggle'; disable the mode otherwise. 4715
4716If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
4717the mode if ARG is nil, omitted, or is a positive number. All other
4718values will disable the mode.
4699 4719
4700The mode's hook is called both when the mode is enabled and when it is 4720The mode's hook is called both when the mode is enabled and when it is
4701disabled. 4721disabled.
@@ -4788,14 +4808,6 @@ and runs the normal hook `command-history-hook'." t nil)
4788 4808
4789;;;*** 4809;;;***
4790 4810
4791;;;### (autoloads "actual autoloads are elsewhere" "cl-extra" "emacs-lisp/cl-extra.el"
4792;;;;;; (0 0 0 0))
4793;;; Generated autoloads from emacs-lisp/cl-extra.el
4794
4795(register-definition-prefixes "cl-extra" '("cl-"))
4796
4797;;;***
4798
4799;;;### (autoloads nil "cl-font-lock" "progmodes/cl-font-lock.el" 4811;;;### (autoloads nil "cl-font-lock" "progmodes/cl-font-lock.el"
4800;;;;;; (0 0 0 0)) 4812;;;;;; (0 0 0 0))
4801;;; Generated autoloads from progmodes/cl-font-lock.el 4813;;; Generated autoloads from progmodes/cl-font-lock.el
@@ -4813,10 +4825,13 @@ or call the function `cl-font-lock-built-in-mode'.")
4813(autoload 'cl-font-lock-built-in-mode "cl-font-lock" "\ 4825(autoload 'cl-font-lock-built-in-mode "cl-font-lock" "\
4814Highlight built-in functions, variables, and types in `lisp-mode'. 4826Highlight built-in functions, variables, and types in `lisp-mode'.
4815 4827
4816If called interactively, enable Cl-Font-Lock-Built-In mode if ARG is 4828If called interactively, toggle `Cl-Font-Lock-Built-In mode'. If the
4817positive, and disable it if ARG is zero or negative. If called from 4829prefix argument is positive, enable the mode, and if it is zero or
4818Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 4830negative, disable the mode.
4819ARG is `toggle'; disable the mode otherwise. 4831
4832If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
4833the mode if ARG is nil, omitted, or is a positive number. All other
4834values will disable the mode.
4820 4835
4821The mode's hook is called both when the mode is enabled and when it is 4836The mode's hook is called both when the mode is enabled and when it is
4822disabled. 4837disabled.
@@ -5028,10 +5043,13 @@ This can be needed when using code byte-compiled using the old
5028macro-expansion of `cl-defstruct' that used vectors objects instead 5043macro-expansion of `cl-defstruct' that used vectors objects instead
5029of record objects. 5044of record objects.
5030 5045
5031If called interactively, enable Cl-Old-Struct-Compat mode if ARG is 5046If called interactively, toggle `Cl-Old-Struct-Compat mode'. If the
5032positive, and disable it if ARG is zero or negative. If called from 5047prefix argument is positive, enable the mode, and if it is zero or
5033Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 5048negative, disable the mode.
5034ARG is `toggle'; disable the mode otherwise. 5049
5050If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
5051the mode if ARG is nil, omitted, or is a positive number. All other
5052values will disable the mode.
5035 5053
5036The mode's hook is called both when the mode is enabled and when it is 5054The mode's hook is called both when the mode is enabled and when it is
5037disabled. 5055disabled.
@@ -5042,14 +5060,6 @@ disabled.
5042 5060
5043;;;*** 5061;;;***
5044 5062
5045;;;### (autoloads "actual autoloads are elsewhere" "cl-macs" "emacs-lisp/cl-macs.el"
5046;;;;;; (0 0 0 0))
5047;;; Generated autoloads from emacs-lisp/cl-macs.el
5048
5049(register-definition-prefixes "cl-macs" '("cl-"))
5050
5051;;;***
5052
5053;;;### (autoloads nil "cl-print" "emacs-lisp/cl-print.el" (0 0 0 5063;;;### (autoloads nil "cl-print" "emacs-lisp/cl-print.el" (0 0 0
5054;;;;;; 0)) 5064;;;;;; 0))
5055;;; Generated autoloads from emacs-lisp/cl-print.el 5065;;; Generated autoloads from emacs-lisp/cl-print.el
@@ -5106,14 +5116,6 @@ limit.
5106 5116
5107;;;*** 5117;;;***
5108 5118
5109;;;### (autoloads "actual autoloads are elsewhere" "cl-seq" "emacs-lisp/cl-seq.el"
5110;;;;;; (0 0 0 0))
5111;;; Generated autoloads from emacs-lisp/cl-seq.el
5112
5113(register-definition-prefixes "cl-seq" '("cl--"))
5114
5115;;;***
5116
5117;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (0 0 0 0)) 5119;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (0 0 0 0))
5118;;; Generated autoloads from progmodes/cmacexp.el 5120;;; Generated autoloads from progmodes/cmacexp.el
5119 5121
@@ -5480,10 +5482,13 @@ Runs `compilation-mode-hook' with `run-mode-hooks' (which see).
5480(autoload 'compilation-shell-minor-mode "compile" "\ 5482(autoload 'compilation-shell-minor-mode "compile" "\
5481Toggle Compilation Shell minor mode. 5483Toggle Compilation Shell minor mode.
5482 5484
5483If called interactively, enable Compilation-Shell minor mode if ARG is 5485If called interactively, toggle `Compilation-Shell minor mode'. If
5484positive, and disable it if ARG is zero or negative. If called from 5486the prefix argument is positive, enable the mode, and if it is zero or
5485Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 5487negative, disable the mode.
5486ARG is `toggle'; disable the mode otherwise. 5488
5489If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
5490the mode if ARG is nil, omitted, or is a positive number. All other
5491values will disable the mode.
5487 5492
5488The mode's hook is called both when the mode is enabled and when it is 5493The mode's hook is called both when the mode is enabled and when it is
5489disabled. 5494disabled.
@@ -5498,10 +5503,13 @@ See `compilation-mode'.
5498(autoload 'compilation-minor-mode "compile" "\ 5503(autoload 'compilation-minor-mode "compile" "\
5499Toggle Compilation minor mode. 5504Toggle Compilation minor mode.
5500 5505
5501If called interactively, enable Compilation minor mode if ARG is 5506If called interactively, toggle `Compilation minor mode'. If the
5502positive, and disable it if ARG is zero or negative. If called from 5507prefix argument is positive, enable the mode, and if it is zero or
5503Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 5508negative, disable the mode.
5504ARG is `toggle'; disable the mode otherwise. 5509
5510If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
5511the mode if ARG is nil, omitted, or is a positive number. All other
5512values will disable the mode.
5505 5513
5506The mode's hook is called both when the mode is enabled and when it is 5514The mode's hook is called both when the mode is enabled and when it is
5507disabled. 5515disabled.
@@ -5538,10 +5546,13 @@ or call the function `dynamic-completion-mode'.")
5538(autoload 'dynamic-completion-mode "completion" "\ 5546(autoload 'dynamic-completion-mode "completion" "\
5539Toggle dynamic word-completion on or off. 5547Toggle dynamic word-completion on or off.
5540 5548
5541If called interactively, enable Dynamic-Completion mode if ARG is 5549If called interactively, toggle `Dynamic-Completion mode'. If the
5542positive, and disable it if ARG is zero or negative. If called from 5550prefix argument is positive, enable the mode, and if it is zero or
5543Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 5551negative, disable the mode.
5544ARG is `toggle'; disable the mode otherwise. 5552
5553If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
5554the mode if ARG is nil, omitted, or is a positive number. All other
5555values will disable the mode.
5545 5556
5546The mode's hook is called both when the mode is enabled and when it is 5557The mode's hook is called both when the mode is enabled and when it is
5547disabled. 5558disabled.
@@ -6102,10 +6113,13 @@ or call the function `cua-mode'.")
6102(autoload 'cua-mode "cua-base" "\ 6113(autoload 'cua-mode "cua-base" "\
6103Toggle Common User Access style editing (CUA mode). 6114Toggle Common User Access style editing (CUA mode).
6104 6115
6105If called interactively, enable Cua mode if ARG is positive, and 6116If called interactively, toggle `Cua mode'. If the prefix argument is
6106disable it if ARG is zero or negative. If called from Lisp, also 6117positive, enable the mode, and if it is zero or negative, disable the
6107enable the mode if ARG is omitted or nil, and toggle it if ARG is 6118mode.
6108`toggle'; disable the mode otherwise. 6119
6120If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
6121the mode if ARG is nil, omitted, or is a positive number. All other
6122values will disable the mode.
6109 6123
6110The mode's hook is called both when the mode is enabled and when it is 6124The mode's hook is called both when the mode is enabled and when it is
6111disabled. 6125disabled.
@@ -6153,10 +6167,13 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
6153Toggle the region as rectangular. 6167Toggle the region as rectangular.
6154Activates the region if needed. Only lasts until the region is deactivated. 6168Activates the region if needed. Only lasts until the region is deactivated.
6155 6169
6156If called interactively, enable Cua-Rectangle-Mark mode if ARG is 6170If called interactively, toggle `Cua-Rectangle-Mark mode'. If the
6157positive, and disable it if ARG is zero or negative. If called from 6171prefix argument is positive, enable the mode, and if it is zero or
6158Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 6172negative, disable the mode.
6159ARG is `toggle'; disable the mode otherwise. 6173
6174If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
6175the mode if ARG is nil, omitted, or is a positive number. All other
6176values will disable the mode.
6160 6177
6161The mode's hook is called both when the mode is enabled and when it is 6178The mode's hook is called both when the mode is enabled and when it is
6162disabled. 6179disabled.
@@ -6179,10 +6196,13 @@ By convention, this is a list of symbols where each symbol stands for the
6179(autoload 'cursor-intangible-mode "cursor-sensor" "\ 6196(autoload 'cursor-intangible-mode "cursor-sensor" "\
6180Keep cursor outside of any `cursor-intangible' text property. 6197Keep cursor outside of any `cursor-intangible' text property.
6181 6198
6182If called interactively, enable Cursor-Intangible mode if ARG is 6199If called interactively, toggle `Cursor-Intangible mode'. If the
6183positive, and disable it if ARG is zero or negative. If called from 6200prefix argument is positive, enable the mode, and if it is zero or
6184Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 6201negative, disable the mode.
6185ARG is `toggle'; disable the mode otherwise. 6202
6203If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
6204the mode if ARG is nil, omitted, or is a positive number. All other
6205values will disable the mode.
6186 6206
6187The mode's hook is called both when the mode is enabled and when it is 6207The mode's hook is called both when the mode is enabled and when it is
6188disabled. 6208disabled.
@@ -6197,10 +6217,13 @@ where WINDOW is the affected window, OLDPOS is the last known position of
6197the cursor and DIR can be `entered' or `left' depending on whether the cursor 6217the cursor and DIR can be `entered' or `left' depending on whether the cursor
6198is entering the area covered by the text-property property or leaving it. 6218is entering the area covered by the text-property property or leaving it.
6199 6219
6200If called interactively, enable Cursor-Sensor mode if ARG is positive, 6220If called interactively, toggle `Cursor-Sensor mode'. If the prefix
6201and disable it if ARG is zero or negative. If called from Lisp, also 6221argument is positive, enable the mode, and if it is zero or negative,
6202enable the mode if ARG is omitted or nil, and toggle it if ARG is 6222disable the mode.
6203`toggle'; disable the mode otherwise. 6223
6224If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
6225the mode if ARG is nil, omitted, or is a positive number. All other
6226values will disable the mode.
6204 6227
6205The mode's hook is called both when the mode is enabled and when it is 6228The mode's hook is called both when the mode is enabled and when it is
6206disabled. 6229disabled.
@@ -6523,7 +6546,7 @@ The format is suitable for use with `easy-menu-define'.
6523 6546
6524\(fn SYMBOL &optional NAME)" nil nil) 6547\(fn SYMBOL &optional NAME)" nil nil)
6525 6548
6526(register-definition-prefixes "cus-edit" '("Custom-" "custom" "widget-")) 6549(register-definition-prefixes "cus-edit" '("Custom-" "cus" "widget-"))
6527 6550
6528;;;*** 6551;;;***
6529 6552
@@ -6580,10 +6603,13 @@ Mode used for cvs status output.
6580(autoload 'cwarn-mode "cwarn" "\ 6603(autoload 'cwarn-mode "cwarn" "\
6581Minor mode that highlights suspicious C and C++ constructions. 6604Minor mode that highlights suspicious C and C++ constructions.
6582 6605
6583If called interactively, enable Cwarn mode if ARG is positive, and 6606If called interactively, toggle `Cwarn mode'. If the prefix argument
6584disable it if ARG is zero or negative. If called from Lisp, also 6607is positive, enable the mode, and if it is zero or negative, disable
6585enable the mode if ARG is omitted or nil, and toggle it if ARG is 6608the mode.
6586`toggle'; disable the mode otherwise. 6609
6610If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
6611the mode if ARG is nil, omitted, or is a positive number. All other
6612values will disable the mode.
6587 6613
6588The mode's hook is called both when the mode is enabled and when it is 6614The mode's hook is called both when the mode is enabled and when it is
6589disabled. 6615disabled.
@@ -6618,7 +6644,9 @@ ARG is omitted or nil.
6618 6644
6619Cwarn mode is enabled in all buffers where 6645Cwarn mode is enabled in all buffers where
6620`turn-on-cwarn-mode-if-enabled' would do it. 6646`turn-on-cwarn-mode-if-enabled' would do it.
6621See `cwarn-mode' for more information on Cwarn mode. 6647
6648See `cwarn-mode' for more information on
6649Cwarn mode.
6622 6650
6623\(fn &optional ARG)" t nil) 6651\(fn &optional ARG)" t nil)
6624 6652
@@ -6824,8 +6852,7 @@ Variables controlling indentation style and extra features:
6824 dcl-imenu-label-call 6852 dcl-imenu-label-call
6825 Change the text that is used as sub-listing labels in imenu. 6853 Change the text that is used as sub-listing labels in imenu.
6826 6854
6827Loading this package calls the value of the variable 6855To run code after DCL mode has loaded, use `with-eval-after-load'.
6828`dcl-mode-load-hook' with no args, if that value is non-nil.
6829Turning on DCL mode calls the value of the variable `dcl-mode-hook' 6856Turning on DCL mode calls the value of the variable `dcl-mode-hook'
6830with no args, if that value is non-nil. 6857with no args, if that value is non-nil.
6831 6858
@@ -6971,7 +6998,6 @@ The most useful commands are:
6971 6998
6972;;;### (autoloads nil "delim-col" "delim-col.el" (0 0 0 0)) 6999;;;### (autoloads nil "delim-col" "delim-col.el" (0 0 0 0))
6973;;; Generated autoloads from delim-col.el 7000;;; Generated autoloads from delim-col.el
6974(push (purecopy '(delim-col 2 1)) package--builtin-versions)
6975 7001
6976(autoload 'delimit-columns-customize "delim-col" "\ 7002(autoload 'delimit-columns-customize "delim-col" "\
6977Customize the `columns' group." t nil) 7003Customize the `columns' group." t nil)
@@ -7032,10 +7058,13 @@ or call the function `delete-selection-mode'.")
7032(autoload 'delete-selection-mode "delsel" "\ 7058(autoload 'delete-selection-mode "delsel" "\
7033Toggle Delete Selection mode. 7059Toggle Delete Selection mode.
7034 7060
7035If called interactively, enable Delete-Selection mode if ARG is 7061If called interactively, toggle `Delete-Selection mode'. If the
7036positive, and disable it if ARG is zero or negative. If called from 7062prefix argument is positive, enable the mode, and if it is zero or
7037Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 7063negative, disable the mode.
7038ARG is `toggle'; disable the mode otherwise. 7064
7065If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
7066the mode if ARG is nil, omitted, or is a positive number. All other
7067values will disable the mode.
7039 7068
7040The mode's hook is called both when the mode is enabled and when it is 7069The mode's hook is called both when the mode is enabled and when it is
7041disabled. 7070disabled.
@@ -7204,10 +7233,13 @@ or call the function `desktop-save-mode'.")
7204(autoload 'desktop-save-mode "desktop" "\ 7233(autoload 'desktop-save-mode "desktop" "\
7205Toggle desktop saving (Desktop Save mode). 7234Toggle desktop saving (Desktop Save mode).
7206 7235
7207If called interactively, enable Desktop-Save mode if ARG is positive, 7236If called interactively, toggle `Desktop-Save mode'. If the prefix
7208and disable it if ARG is zero or negative. If called from Lisp, also 7237argument is positive, enable the mode, and if it is zero or negative,
7209enable the mode if ARG is omitted or nil, and toggle it if ARG is 7238disable the mode.
7210`toggle'; disable the mode otherwise. 7239
7240If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
7241the mode if ARG is nil, omitted, or is a positive number. All other
7242values will disable the mode.
7211 7243
7212The mode's hook is called both when the mode is enabled and when it is 7244The mode's hook is called both when the mode is enabled and when it is
7213disabled. 7245disabled.
@@ -7600,10 +7632,13 @@ a diff with \\[diff-reverse-direction].
7600(autoload 'diff-minor-mode "diff-mode" "\ 7632(autoload 'diff-minor-mode "diff-mode" "\
7601Toggle Diff minor mode. 7633Toggle Diff minor mode.
7602 7634
7603If called interactively, enable Diff minor mode if ARG is positive, 7635If called interactively, toggle `Diff minor mode'. If the prefix
7604and disable it if ARG is zero or negative. If called from Lisp, also 7636argument is positive, enable the mode, and if it is zero or negative,
7605enable the mode if ARG is omitted or nil, and toggle it if ARG is 7637disable the mode.
7606`toggle'; disable the mode otherwise. 7638
7639If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
7640the mode if ARG is nil, omitted, or is a positive number. All other
7641values will disable the mode.
7607 7642
7608The mode's hook is called both when the mode is enabled and when it is 7643The mode's hook is called both when the mode is enabled and when it is
7609disabled. 7644disabled.
@@ -7783,32 +7818,19 @@ Like \\[dired-jump] (`dired-jump') but in other window.
7783 7818
7784;;;*** 7819;;;***
7785 7820
7786;;;### (autoloads "actual autoloads are elsewhere" "dired-aux" "dired-aux.el"
7787;;;;;; (0 0 0 0))
7788;;; Generated autoloads from dired-aux.el
7789
7790(register-definition-prefixes "dired-aux" '("dired-" "minibuffer-default-add-dired-shell-commands"))
7791
7792;;;***
7793
7794;;;### (autoloads "actual autoloads are elsewhere" "dired-x" "dired-x.el"
7795;;;;;; (0 0 0 0))
7796;;; Generated autoloads from dired-x.el
7797
7798(register-definition-prefixes "dired-x" '("dired-" "virtual-dired"))
7799
7800;;;***
7801
7802;;;### (autoloads nil "dirtrack" "dirtrack.el" (0 0 0 0)) 7821;;;### (autoloads nil "dirtrack" "dirtrack.el" (0 0 0 0))
7803;;; Generated autoloads from dirtrack.el 7822;;; Generated autoloads from dirtrack.el
7804 7823
7805(autoload 'dirtrack-mode "dirtrack" "\ 7824(autoload 'dirtrack-mode "dirtrack" "\
7806Toggle directory tracking in shell buffers (Dirtrack mode). 7825Toggle directory tracking in shell buffers (Dirtrack mode).
7807 7826
7808If called interactively, enable Dirtrack mode if ARG is positive, and 7827If called interactively, toggle `Dirtrack mode'. If the prefix
7809disable it if ARG is zero or negative. If called from Lisp, also 7828argument is positive, enable the mode, and if it is zero or negative,
7810enable the mode if ARG is omitted or nil, and toggle it if ARG is 7829disable the mode.
7811`toggle'; disable the mode otherwise. 7830
7831If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
7832the mode if ARG is nil, omitted, or is a positive number. All other
7833values will disable the mode.
7812 7834
7813The mode's hook is called both when the mode is enabled and when it is 7835The mode's hook is called both when the mode is enabled and when it is
7814disabled. 7836disabled.
@@ -7979,10 +8001,13 @@ in `.emacs'.
7979Toggle display of fill-column indicator. 8001Toggle display of fill-column indicator.
7980This uses `display-fill-column-indicator' internally. 8002This uses `display-fill-column-indicator' internally.
7981 8003
7982If called interactively, enable Display-Fill-Column-Indicator mode if 8004If called interactively, toggle `Display-Fill-Column-Indicator mode'.
7983ARG is positive, and disable it if ARG is zero or negative. If called 8005If the prefix argument is positive, enable the mode, and if it is zero
7984from Lisp, also enable the mode if ARG is omitted or nil, and toggle 8006or negative, disable the mode.
7985it if ARG is `toggle'; disable the mode otherwise. 8007
8008If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
8009the mode if ARG is nil, omitted, or is a positive number. All other
8010values will disable the mode.
7986 8011
7987The mode's hook is called both when the mode is enabled and when it is 8012The mode's hook is called both when the mode is enabled and when it is
7988disabled. 8013disabled.
@@ -7990,6 +8015,8 @@ disabled.
7990To change the position of the column displayed by default 8015To change the position of the column displayed by default
7991customize `display-fill-column-indicator-column'. You can change the 8016customize `display-fill-column-indicator-column'. You can change the
7992character for the indicator setting `display-fill-column-indicator-character'. 8017character for the indicator setting `display-fill-column-indicator-character'.
8018The globalized version is `global-display-fill-column-indicator-mode',
8019which see.
7993See Info node `Displaying Boundaries' for details. 8020See Info node `Displaying Boundaries' for details.
7994 8021
7995\(fn &optional ARG)" t nil) 8022\(fn &optional ARG)" t nil)
@@ -8014,10 +8041,31 @@ ARG is omitted or nil.
8014 8041
8015Display-Fill-Column-Indicator mode is enabled in all buffers where 8042Display-Fill-Column-Indicator mode is enabled in all buffers where
8016`display-fill-column-indicator--turn-on' would do it. 8043`display-fill-column-indicator--turn-on' would do it.
8017See `display-fill-column-indicator-mode' for more information on Display-Fill-Column-Indicator mode. 8044
8045See `display-fill-column-indicator-mode' for more information on
8046Display-Fill-Column-Indicator mode.
8047
8048`global-display-fill-column-indicator-modes' is used to control which modes
8049this minor mode is used in.
8018 8050
8019\(fn &optional ARG)" t nil) 8051\(fn &optional ARG)" t nil)
8020 8052
8053(defvar global-display-fill-column-indicator-modes '((not special-mode) t) "\
8054Which major modes `display-fill-column-indicator-mode' is switched on in.
8055This variable can be either t (all major modes), nil (no major modes),
8056or a list of modes and (not modes) to switch use this minor mode or
8057not. For instance
8058
8059 (c-mode (not message-mode mail-mode) text-mode)
8060
8061means \"use this mode in all modes derived from `c-mode', don't use in
8062modes derived from `message-mode' or `mail-mode', but do use in other
8063modes derived from `text-mode'\". An element with value t means \"use\"
8064and nil means \"don't use\". There's an implicit nil at the end of the
8065list.")
8066
8067(custom-autoload 'global-display-fill-column-indicator-modes "display-fill-column-indicator" t)
8068
8021(register-definition-prefixes "display-fill-column-indicator" '("display-fill-column-indicator--turn-on")) 8069(register-definition-prefixes "display-fill-column-indicator" '("display-fill-column-indicator--turn-on"))
8022 8070
8023;;;*** 8071;;;***
@@ -8030,10 +8078,13 @@ See `display-fill-column-indicator-mode' for more information on Display-Fill-Co
8030Toggle display of line numbers in the buffer. 8078Toggle display of line numbers in the buffer.
8031This uses `display-line-numbers' internally. 8079This uses `display-line-numbers' internally.
8032 8080
8033If called interactively, enable Display-Line-Numbers mode if ARG is 8081If called interactively, toggle `Display-Line-Numbers mode'. If the
8034positive, and disable it if ARG is zero or negative. If called from 8082prefix argument is positive, enable the mode, and if it is zero or
8035Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 8083negative, disable the mode.
8036ARG is `toggle'; disable the mode otherwise. 8084
8085If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
8086the mode if ARG is nil, omitted, or is a positive number. All other
8087values will disable the mode.
8037 8088
8038The mode's hook is called both when the mode is enabled and when it is 8089The mode's hook is called both when the mode is enabled and when it is
8039disabled. 8090disabled.
@@ -8064,7 +8115,9 @@ ARG is omitted or nil.
8064 8115
8065Display-Line-Numbers mode is enabled in all buffers where 8116Display-Line-Numbers mode is enabled in all buffers where
8066`display-line-numbers--turn-on' would do it. 8117`display-line-numbers--turn-on' would do it.
8067See `display-line-numbers-mode' for more information on Display-Line-Numbers mode. 8118
8119See `display-line-numbers-mode' for more information on
8120Display-Line-Numbers mode.
8068 8121
8069\(fn &optional ARG)" t nil) 8122\(fn &optional ARG)" t nil)
8070 8123
@@ -8168,10 +8221,13 @@ to the next best mode." nil nil)
8168(autoload 'doc-view-minor-mode "doc-view" "\ 8221(autoload 'doc-view-minor-mode "doc-view" "\
8169Toggle displaying buffer via Doc View (Doc View minor mode). 8222Toggle displaying buffer via Doc View (Doc View minor mode).
8170 8223
8171If called interactively, enable Doc-View minor mode if ARG is 8224If called interactively, toggle `Doc-View minor mode'. If the prefix
8172positive, and disable it if ARG is zero or negative. If called from 8225argument is positive, enable the mode, and if it is zero or negative,
8173Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 8226disable the mode.
8174ARG is `toggle'; disable the mode otherwise. 8227
8228If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
8229the mode if ARG is nil, omitted, or is a positive number. All other
8230values will disable the mode.
8175 8231
8176The mode's hook is called both when the mode is enabled and when it is 8232The mode's hook is called both when the mode is enabled and when it is
8177disabled. 8233disabled.
@@ -8233,10 +8289,13 @@ Switch to *doctor* buffer and start giving psychotherapy." t nil)
8233(autoload 'double-mode "double" "\ 8289(autoload 'double-mode "double" "\
8234Toggle special insertion on double keypresses (Double mode). 8290Toggle special insertion on double keypresses (Double mode).
8235 8291
8236If called interactively, enable Double mode if ARG is positive, and 8292If called interactively, toggle `Double mode'. If the prefix argument
8237disable it if ARG is zero or negative. If called from Lisp, also 8293is positive, enable the mode, and if it is zero or negative, disable
8238enable the mode if ARG is omitted or nil, and toggle it if ARG is 8294the mode.
8239`toggle'; disable the mode otherwise. 8295
8296If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
8297the mode if ARG is nil, omitted, or is a positive number. All other
8298values will disable the mode.
8240 8299
8241The mode's hook is called both when the mode is enabled and when it is 8300The mode's hook is called both when the mode is enabled and when it is
8242disabled. 8301disabled.
@@ -8252,7 +8311,6 @@ strings when pressed twice. See `double-map' for details.
8252 8311
8253;;;### (autoloads nil "dunnet" "play/dunnet.el" (0 0 0 0)) 8312;;;### (autoloads nil "dunnet" "play/dunnet.el" (0 0 0 0))
8254;;; Generated autoloads from play/dunnet.el 8313;;; Generated autoloads from play/dunnet.el
8255(push (purecopy '(dunnet 2 2)) package--builtin-versions)
8256 8314
8257(autoload 'dunnet "dunnet" "\ 8315(autoload 'dunnet "dunnet" "\
8258Switch to *dungeon* buffer and start game." t nil) 8316Switch to *dungeon* buffer and start game." t nil)
@@ -8297,6 +8355,10 @@ appear in DOC, a paragraph is added to DOC explaining
8297usage of the mode argument. 8355usage of the mode argument.
8298 8356
8299Optional INIT-VALUE is the initial value of the mode's variable. 8357Optional INIT-VALUE is the initial value of the mode's variable.
8358 Note that the minor mode function won't be called by setting
8359 this option, so the value *reflects* the minor mode's natural
8360 initial state, rather than *setting* it.
8361 In the vast majority of cases it should be nil.
8300Optional LIGHTER is displayed in the mode line when the mode is on. 8362Optional LIGHTER is displayed in the mode line when the mode is on.
8301Optional KEYMAP is the default keymap bound to the mode keymap. 8363Optional KEYMAP is the default keymap bound to the mode keymap.
8302 If non-nil, it should be a variable name (whose value is a keymap), 8364 If non-nil, it should be a variable name (whose value is a keymap),
@@ -8354,18 +8416,21 @@ For example, you could write
8354(autoload 'define-globalized-minor-mode "easy-mmode" "\ 8416(autoload 'define-globalized-minor-mode "easy-mmode" "\
8355Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE. 8417Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE.
8356TURN-ON is a function that will be called with no args in every buffer 8418TURN-ON is a function that will be called with no args in every buffer
8357 and that should try to turn MODE on if applicable for that buffer. 8419and that should try to turn MODE on if applicable for that buffer.
8358Each of KEY VALUE is a pair of CL-style keyword arguments. As 8420
8359 the minor mode defined by this function is always global, any 8421Each of KEY VALUE is a pair of CL-style keyword arguments. :predicate
8360 :global keyword is ignored. Other keywords have the same 8422specifies which major modes the globalized minor mode should be switched on
8361 meaning as in `define-minor-mode', which see. In particular, 8423in. As the minor mode defined by this function is always global, any
8362 :group specifies the custom group. The most useful keywords 8424:global keyword is ignored. Other keywords have the same meaning as in
8363 are those that are passed on to the `defcustom'. It normally 8425`define-minor-mode', which see. In particular, :group specifies the custom
8364 makes no sense to pass the :lighter or :keymap keywords to 8426group. The most useful keywords are those that are passed on to the
8365 `define-globalized-minor-mode', since these are usually passed 8427`defcustom'. It normally makes no sense to pass the :lighter or :keymap
8366 to the buffer-local version of the minor mode. 8428keywords to `define-globalized-minor-mode', since these are usually passed
8429to the buffer-local version of the minor mode.
8430
8367BODY contains code to execute each time the mode is enabled or disabled. 8431BODY contains code to execute each time the mode is enabled or disabled.
8368 It is executed after toggling the mode, and before running GLOBAL-MODE-hook. 8432It is executed after toggling the mode, and before running
8433GLOBAL-MODE-hook.
8369 8434
8370If MODE's set-up depends on the major mode in effect when it was 8435If MODE's set-up depends on the major mode in effect when it was
8371enabled, then disabling and reenabling MODE should make MODE work 8436enabled, then disabling and reenabling MODE should make MODE work
@@ -9074,10 +9139,13 @@ or call the function `global-ede-mode'.")
9074(autoload 'global-ede-mode "ede" "\ 9139(autoload 'global-ede-mode "ede" "\
9075Toggle global EDE (Emacs Development Environment) mode. 9140Toggle global EDE (Emacs Development Environment) mode.
9076 9141
9077If called interactively, enable Global Ede mode if ARG is positive, 9142If called interactively, toggle `Global Ede mode'. If the prefix
9078and disable it if ARG is zero or negative. If called from Lisp, also 9143argument is positive, enable the mode, and if it is zero or negative,
9079enable the mode if ARG is omitted or nil, and toggle it if ARG is 9144disable the mode.
9080`toggle'; disable the mode otherwise. 9145
9146If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
9147the mode if ARG is nil, omitted, or is a positive number. All other
9148values will disable the mode.
9081 9149
9082The mode's hook is called both when the mode is enabled and when it is 9150The mode's hook is called both when the mode is enabled and when it is
9083disabled. 9151disabled.
@@ -9106,38 +9174,6 @@ an EDE controlled project.
9106 9174
9107;;;*** 9175;;;***
9108 9176
9109;;;### (autoloads "actual autoloads are elsewhere" "ede/base" "cedet/ede/base.el"
9110;;;;;; (0 0 0 0))
9111;;; Generated autoloads from cedet/ede/base.el
9112
9113(register-definition-prefixes "ede/base" '("ede-"))
9114
9115;;;***
9116
9117;;;### (autoloads "actual autoloads are elsewhere" "ede/config" "cedet/ede/config.el"
9118;;;;;; (0 0 0 0))
9119;;; Generated autoloads from cedet/ede/config.el
9120
9121(register-definition-prefixes "ede/config" '("ede-"))
9122
9123;;;***
9124
9125;;;### (autoloads "actual autoloads are elsewhere" "ede/cpp-root"
9126;;;;;; "cedet/ede/cpp-root.el" (0 0 0 0))
9127;;; Generated autoloads from cedet/ede/cpp-root.el
9128
9129(register-definition-prefixes "ede/cpp-root" '("ede-cpp-root-"))
9130
9131;;;***
9132
9133;;;### (autoloads "actual autoloads are elsewhere" "ede/custom" "cedet/ede/custom.el"
9134;;;;;; (0 0 0 0))
9135;;; Generated autoloads from cedet/ede/custom.el
9136
9137(register-definition-prefixes "ede/custom" '("ede-" "eieio-ede-old-variables"))
9138
9139;;;***
9140
9141;;;### (autoloads nil "ede/detect" "cedet/ede/detect.el" (0 0 0 0)) 9177;;;### (autoloads nil "ede/detect" "cedet/ede/detect.el" (0 0 0 0))
9142;;; Generated autoloads from cedet/ede/detect.el 9178;;; Generated autoloads from cedet/ede/detect.el
9143 9179
@@ -9145,62 +9181,6 @@ an EDE controlled project.
9145 9181
9146;;;*** 9182;;;***
9147 9183
9148;;;### (autoloads "actual autoloads are elsewhere" "ede/dired" "cedet/ede/dired.el"
9149;;;;;; (0 0 0 0))
9150;;; Generated autoloads from cedet/ede/dired.el
9151
9152(register-definition-prefixes "ede/dired" '("ede-dired-"))
9153
9154;;;***
9155
9156;;;### (autoloads "actual autoloads are elsewhere" "ede/emacs" "cedet/ede/emacs.el"
9157;;;;;; (0 0 0 0))
9158;;; Generated autoloads from cedet/ede/emacs.el
9159
9160(register-definition-prefixes "ede/emacs" '("ede-emacs-"))
9161
9162;;;***
9163
9164;;;### (autoloads "actual autoloads are elsewhere" "ede/files" "cedet/ede/files.el"
9165;;;;;; (0 0 0 0))
9166;;; Generated autoloads from cedet/ede/files.el
9167
9168(register-definition-prefixes "ede/files" '("ede-"))
9169
9170;;;***
9171
9172;;;### (autoloads "actual autoloads are elsewhere" "ede/generic"
9173;;;;;; "cedet/ede/generic.el" (0 0 0 0))
9174;;; Generated autoloads from cedet/ede/generic.el
9175
9176(register-definition-prefixes "ede/generic" '("ede-generic-"))
9177
9178;;;***
9179
9180;;;### (autoloads "actual autoloads are elsewhere" "ede/linux" "cedet/ede/linux.el"
9181;;;;;; (0 0 0 0))
9182;;; Generated autoloads from cedet/ede/linux.el
9183
9184(register-definition-prefixes "ede/linux" '("ede-linux-" "project-linux-"))
9185
9186;;;***
9187
9188;;;### (autoloads "actual autoloads are elsewhere" "ede/locate" "cedet/ede/locate.el"
9189;;;;;; (0 0 0 0))
9190;;; Generated autoloads from cedet/ede/locate.el
9191
9192(register-definition-prefixes "ede/locate" '("ede-locate-"))
9193
9194;;;***
9195
9196;;;### (autoloads "actual autoloads are elsewhere" "ede/make" "cedet/ede/make.el"
9197;;;;;; (0 0 0 0))
9198;;; Generated autoloads from cedet/ede/make.el
9199
9200(register-definition-prefixes "ede/make" '("ede-"))
9201
9202;;;***
9203
9204;;;### (autoloads nil "ede/makefile-edit" "cedet/ede/makefile-edit.el" 9184;;;### (autoloads nil "ede/makefile-edit" "cedet/ede/makefile-edit.el"
9205;;;;;; (0 0 0 0)) 9185;;;;;; (0 0 0 0))
9206;;; Generated autoloads from cedet/ede/makefile-edit.el 9186;;; Generated autoloads from cedet/ede/makefile-edit.el
@@ -9318,14 +9298,6 @@ an EDE controlled project.
9318 9298
9319;;;*** 9299;;;***
9320 9300
9321;;;### (autoloads "actual autoloads are elsewhere" "ede/shell" "cedet/ede/shell.el"
9322;;;;;; (0 0 0 0))
9323;;; Generated autoloads from cedet/ede/shell.el
9324
9325(register-definition-prefixes "ede/shell" '("ede-shell-run-command"))
9326
9327;;;***
9328
9329;;;### (autoloads nil "ede/simple" "cedet/ede/simple.el" (0 0 0 0)) 9301;;;### (autoloads nil "ede/simple" "cedet/ede/simple.el" (0 0 0 0))
9330;;; Generated autoloads from cedet/ede/simple.el 9302;;; Generated autoloads from cedet/ede/simple.el
9331 9303
@@ -9340,14 +9312,6 @@ an EDE controlled project.
9340 9312
9341;;;*** 9313;;;***
9342 9314
9343;;;### (autoloads "actual autoloads are elsewhere" "ede/speedbar"
9344;;;;;; "cedet/ede/speedbar.el" (0 0 0 0))
9345;;; Generated autoloads from cedet/ede/speedbar.el
9346
9347(register-definition-prefixes "ede/speedbar" '("ede-"))
9348
9349;;;***
9350
9351;;;### (autoloads nil "ede/srecode" "cedet/ede/srecode.el" (0 0 0 9315;;;### (autoloads nil "ede/srecode" "cedet/ede/srecode.el" (0 0 0
9352;;;;;; 0)) 9316;;;;;; 0))
9353;;; Generated autoloads from cedet/ede/srecode.el 9317;;; Generated autoloads from cedet/ede/srecode.el
@@ -9356,14 +9320,6 @@ an EDE controlled project.
9356 9320
9357;;;*** 9321;;;***
9358 9322
9359;;;### (autoloads "actual autoloads are elsewhere" "ede/util" "cedet/ede/util.el"
9360;;;;;; (0 0 0 0))
9361;;; Generated autoloads from cedet/ede/util.el
9362
9363(register-definition-prefixes "ede/util" '("ede-make-buffer-writable"))
9364
9365;;;***
9366
9367;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (0 0 0 0)) 9323;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (0 0 0 0))
9368;;; Generated autoloads from emacs-lisp/edebug.el 9324;;; Generated autoloads from emacs-lisp/edebug.el
9369 9325
@@ -9829,7 +9785,6 @@ To change the default, set the variable `ediff-use-toolbar-p', which see." t nil
9829 9785
9830;;;### (autoloads nil "edmacro" "edmacro.el" (0 0 0 0)) 9786;;;### (autoloads nil "edmacro" "edmacro.el" (0 0 0 0))
9831;;; Generated autoloads from edmacro.el 9787;;; Generated autoloads from edmacro.el
9832(push (purecopy '(edmacro 2 1)) package--builtin-versions)
9833 9788
9834(autoload 'edit-kbd-macro "edmacro" "\ 9789(autoload 'edit-kbd-macro "edmacro" "\
9835Edit a keyboard macro. 9790Edit a keyboard macro.
@@ -9981,14 +9936,6 @@ BUFFER is put back into its original major mode.
9981 9936
9982;;;*** 9937;;;***
9983 9938
9984;;;### (autoloads "actual autoloads are elsewhere" "eieio-compat"
9985;;;;;; "emacs-lisp/eieio-compat.el" (0 0 0 0))
9986;;; Generated autoloads from emacs-lisp/eieio-compat.el
9987
9988(register-definition-prefixes "eieio-compat" '("eieio--generic-static-symbol-specializers" "generic-p" "next-method-p" "no-"))
9989
9990;;;***
9991
9992;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (0 9939;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (0
9993;;;;;; 0 0 0)) 9940;;;;;; 0 0 0))
9994;;; Generated autoloads from emacs-lisp/eieio-core.el 9941;;; Generated autoloads from emacs-lisp/eieio-core.el
@@ -10008,14 +9955,6 @@ It creates an autoload function for CNAME's constructor.
10008 9955
10009;;;*** 9956;;;***
10010 9957
10011;;;### (autoloads "actual autoloads are elsewhere" "eieio-custom"
10012;;;;;; "emacs-lisp/eieio-custom.el" (0 0 0 0))
10013;;; Generated autoloads from emacs-lisp/eieio-custom.el
10014
10015(register-definition-prefixes "eieio-custom" '("eieio-"))
10016
10017;;;***
10018
10019;;;### (autoloads nil "eieio-datadebug" "emacs-lisp/eieio-datadebug.el" 9958;;;### (autoloads nil "eieio-datadebug" "emacs-lisp/eieio-datadebug.el"
10020;;;;;; (0 0 0 0)) 9959;;;;;; (0 0 0 0))
10021;;; Generated autoloads from emacs-lisp/eieio-datadebug.el 9960;;; Generated autoloads from emacs-lisp/eieio-datadebug.el
@@ -10024,14 +9963,6 @@ It creates an autoload function for CNAME's constructor.
10024 9963
10025;;;*** 9964;;;***
10026 9965
10027;;;### (autoloads "actual autoloads are elsewhere" "eieio-opt" "emacs-lisp/eieio-opt.el"
10028;;;;;; (0 0 0 0))
10029;;; Generated autoloads from emacs-lisp/eieio-opt.el
10030
10031(register-definition-prefixes "eieio-opt" '("eieio-"))
10032
10033;;;***
10034
10035;;;### (autoloads nil "eieio-speedbar" "emacs-lisp/eieio-speedbar.el" 9966;;;### (autoloads nil "eieio-speedbar" "emacs-lisp/eieio-speedbar.el"
10036;;;;;; (0 0 0 0)) 9967;;;;;; (0 0 0 0))
10037;;; Generated autoloads from emacs-lisp/eieio-speedbar.el 9968;;; Generated autoloads from emacs-lisp/eieio-speedbar.el
@@ -10042,7 +9973,7 @@ It creates an autoload function for CNAME's constructor.
10042 9973
10043;;;### (autoloads nil "eldoc" "emacs-lisp/eldoc.el" (0 0 0 0)) 9974;;;### (autoloads nil "eldoc" "emacs-lisp/eldoc.el" (0 0 0 0))
10044;;; Generated autoloads from emacs-lisp/eldoc.el 9975;;; Generated autoloads from emacs-lisp/eldoc.el
10045(push (purecopy '(eldoc 1 10 0)) package--builtin-versions) 9976(push (purecopy '(eldoc 1 11 0)) package--builtin-versions)
10046 9977
10047;;;*** 9978;;;***
10048 9979
@@ -10062,10 +9993,13 @@ or call the function `electric-pair-mode'.")
10062(autoload 'electric-pair-mode "elec-pair" "\ 9993(autoload 'electric-pair-mode "elec-pair" "\
10063Toggle automatic parens pairing (Electric Pair mode). 9994Toggle automatic parens pairing (Electric Pair mode).
10064 9995
10065If called interactively, enable Electric-Pair mode if ARG is positive, 9996If called interactively, toggle `Electric-Pair mode'. If the prefix
10066and disable it if ARG is zero or negative. If called from Lisp, also 9997argument is positive, enable the mode, and if it is zero or negative,
10067enable the mode if ARG is omitted or nil, and toggle it if ARG is 9998disable the mode.
10068`toggle'; disable the mode otherwise. 9999
10000If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
10001the mode if ARG is nil, omitted, or is a positive number. All other
10002values will disable the mode.
10069 10003
10070The mode's hook is called both when the mode is enabled and when it is 10004The mode's hook is called both when the mode is enabled and when it is
10071disabled. 10005disabled.
@@ -10083,10 +10017,13 @@ To toggle the mode in a single buffer, use `electric-pair-local-mode'.
10083(autoload 'electric-pair-local-mode "elec-pair" "\ 10017(autoload 'electric-pair-local-mode "elec-pair" "\
10084Toggle `electric-pair-mode' only in this buffer. 10018Toggle `electric-pair-mode' only in this buffer.
10085 10019
10086If called interactively, enable Electric-Pair-Local mode if ARG is 10020If called interactively, toggle `Electric-Pair-Local mode'. If the
10087positive, and disable it if ARG is zero or negative. If called from 10021prefix argument is positive, enable the mode, and if it is zero or
10088Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 10022negative, disable the mode.
10089ARG is `toggle'; disable the mode otherwise. 10023
10024If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
10025the mode if ARG is nil, omitted, or is a positive number. All other
10026values will disable the mode.
10090 10027
10091The mode's hook is called both when the mode is enabled and when it is 10028The mode's hook is called both when the mode is enabled and when it is
10092disabled. 10029disabled.
@@ -10182,142 +10119,6 @@ displayed." t nil)
10182 10119
10183;;;*** 10120;;;***
10184 10121
10185;;;### (autoloads "actual autoloads are elsewhere" "em-alias" "eshell/em-alias.el"
10186;;;;;; (0 0 0 0))
10187;;; Generated autoloads from eshell/em-alias.el
10188
10189(register-definition-prefixes "em-alias" '("eshell" "pcomplete/eshell-mode/alias"))
10190
10191;;;***
10192
10193;;;### (autoloads "actual autoloads are elsewhere" "em-banner" "eshell/em-banner.el"
10194;;;;;; (0 0 0 0))
10195;;; Generated autoloads from eshell/em-banner.el
10196
10197(register-definition-prefixes "em-banner" '("eshell-banner-"))
10198
10199;;;***
10200
10201;;;### (autoloads "actual autoloads are elsewhere" "em-basic" "eshell/em-basic.el"
10202;;;;;; (0 0 0 0))
10203;;; Generated autoloads from eshell/em-basic.el
10204
10205(register-definition-prefixes "em-basic" '("eshell"))
10206
10207;;;***
10208
10209;;;### (autoloads "actual autoloads are elsewhere" "em-cmpl" "eshell/em-cmpl.el"
10210;;;;;; (0 0 0 0))
10211;;; Generated autoloads from eshell/em-cmpl.el
10212
10213(register-definition-prefixes "em-cmpl" '("eshell-"))
10214
10215;;;***
10216
10217;;;### (autoloads "actual autoloads are elsewhere" "em-dirs" "eshell/em-dirs.el"
10218;;;;;; (0 0 0 0))
10219;;; Generated autoloads from eshell/em-dirs.el
10220
10221(register-definition-prefixes "em-dirs" '("eshell"))
10222
10223;;;***
10224
10225;;;### (autoloads "actual autoloads are elsewhere" "em-glob" "eshell/em-glob.el"
10226;;;;;; (0 0 0 0))
10227;;; Generated autoloads from eshell/em-glob.el
10228
10229(register-definition-prefixes "em-glob" '("eshell-"))
10230
10231;;;***
10232
10233;;;### (autoloads "actual autoloads are elsewhere" "em-hist" "eshell/em-hist.el"
10234;;;;;; (0 0 0 0))
10235;;; Generated autoloads from eshell/em-hist.el
10236
10237(register-definition-prefixes "em-hist" '("eshell"))
10238
10239;;;***
10240
10241;;;### (autoloads "actual autoloads are elsewhere" "em-ls" "eshell/em-ls.el"
10242;;;;;; (0 0 0 0))
10243;;; Generated autoloads from eshell/em-ls.el
10244
10245(register-definition-prefixes "em-ls" '("eshell"))
10246
10247;;;***
10248
10249;;;### (autoloads "actual autoloads are elsewhere" "em-pred" "eshell/em-pred.el"
10250;;;;;; (0 0 0 0))
10251;;; Generated autoloads from eshell/em-pred.el
10252
10253(register-definition-prefixes "em-pred" '("eshell-"))
10254
10255;;;***
10256
10257;;;### (autoloads "actual autoloads are elsewhere" "em-prompt" "eshell/em-prompt.el"
10258;;;;;; (0 0 0 0))
10259;;; Generated autoloads from eshell/em-prompt.el
10260
10261(register-definition-prefixes "em-prompt" '("eshell-"))
10262
10263;;;***
10264
10265;;;### (autoloads "actual autoloads are elsewhere" "em-rebind" "eshell/em-rebind.el"
10266;;;;;; (0 0 0 0))
10267;;; Generated autoloads from eshell/em-rebind.el
10268
10269(register-definition-prefixes "em-rebind" '("eshell-"))
10270
10271;;;***
10272
10273;;;### (autoloads "actual autoloads are elsewhere" "em-script" "eshell/em-script.el"
10274;;;;;; (0 0 0 0))
10275;;; Generated autoloads from eshell/em-script.el
10276
10277(register-definition-prefixes "em-script" '("eshell"))
10278
10279;;;***
10280
10281;;;### (autoloads "actual autoloads are elsewhere" "em-smart" "eshell/em-smart.el"
10282;;;;;; (0 0 0 0))
10283;;; Generated autoloads from eshell/em-smart.el
10284
10285(register-definition-prefixes "em-smart" '("eshell-"))
10286
10287;;;***
10288
10289;;;### (autoloads "actual autoloads are elsewhere" "em-term" "eshell/em-term.el"
10290;;;;;; (0 0 0 0))
10291;;; Generated autoloads from eshell/em-term.el
10292
10293(register-definition-prefixes "em-term" '("eshell-"))
10294
10295;;;***
10296
10297;;;### (autoloads "actual autoloads are elsewhere" "em-tramp" "eshell/em-tramp.el"
10298;;;;;; (0 0 0 0))
10299;;; Generated autoloads from eshell/em-tramp.el
10300
10301(register-definition-prefixes "em-tramp" '("eshell"))
10302
10303;;;***
10304
10305;;;### (autoloads "actual autoloads are elsewhere" "em-unix" "eshell/em-unix.el"
10306;;;;;; (0 0 0 0))
10307;;; Generated autoloads from eshell/em-unix.el
10308
10309(register-definition-prefixes "em-unix" '("eshell" "nil-blank-string"))
10310
10311;;;***
10312
10313;;;### (autoloads "actual autoloads are elsewhere" "em-xtra" "eshell/em-xtra.el"
10314;;;;;; (0 0 0 0))
10315;;; Generated autoloads from eshell/em-xtra.el
10316
10317(register-definition-prefixes "em-xtra" '("eshell/"))
10318
10319;;;***
10320
10321;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (0 0 0 0)) 10122;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (0 0 0 0))
10322;;; Generated autoloads from emacs-lock.el 10123;;; Generated autoloads from emacs-lock.el
10323 10124
@@ -10439,10 +10240,13 @@ Minor mode for editing text/enriched files.
10439These are files with embedded formatting information in the MIME standard 10240These are files with embedded formatting information in the MIME standard
10440text/enriched format. 10241text/enriched format.
10441 10242
10442If called interactively, enable Enriched mode if ARG is positive, and 10243If called interactively, toggle `Enriched mode'. If the prefix
10443disable it if ARG is zero or negative. If called from Lisp, also 10244argument is positive, enable the mode, and if it is zero or negative,
10444enable the mode if ARG is omitted or nil, and toggle it if ARG is 10245disable the mode.
10445`toggle'; disable the mode otherwise. 10246
10247If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
10248the mode if ARG is nil, omitted, or is a positive number. All other
10249values will disable the mode.
10446 10250
10447The mode's hook is called both when the mode is enabled and when it is 10251The mode's hook is called both when the mode is enabled and when it is
10448disabled. 10252disabled.
@@ -10701,10 +10505,13 @@ Encrypt marked files." t nil)
10701(autoload 'epa-mail-mode "epa-mail" "\ 10505(autoload 'epa-mail-mode "epa-mail" "\
10702A minor-mode for composing encrypted/clearsigned mails. 10506A minor-mode for composing encrypted/clearsigned mails.
10703 10507
10704If called interactively, enable epa-mail mode if ARG is positive, and 10508If called interactively, toggle `epa-mail mode'. If the prefix
10705disable it if ARG is zero or negative. If called from Lisp, also 10509argument is positive, enable the mode, and if it is zero or negative,
10706enable the mode if ARG is omitted or nil, and toggle it if ARG is 10510disable the mode.
10707`toggle'; disable the mode otherwise. 10511
10512If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
10513the mode if ARG is nil, omitted, or is a positive number. All other
10514values will disable the mode.
10708 10515
10709The mode's hook is called both when the mode is enabled and when it is 10516The mode's hook is called both when the mode is enabled and when it is
10710disabled. 10517disabled.
@@ -10768,10 +10575,13 @@ or call the function `epa-global-mail-mode'.")
10768(autoload 'epa-global-mail-mode "epa-mail" "\ 10575(autoload 'epa-global-mail-mode "epa-mail" "\
10769Minor mode to hook EasyPG into Mail mode. 10576Minor mode to hook EasyPG into Mail mode.
10770 10577
10771If called interactively, enable Epa-Global-Mail mode if ARG is 10578If called interactively, toggle `Epa-Global-Mail mode'. If the prefix
10772positive, and disable it if ARG is zero or negative. If called from 10579argument is positive, enable the mode, and if it is zero or negative,
10773Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 10580disable the mode.
10774ARG is `toggle'; disable the mode otherwise. 10581
10582If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
10583the mode if ARG is nil, omitted, or is a positive number. All other
10584values will disable the mode.
10775 10585
10776The mode's hook is called both when the mode is enabled and when it is 10586The mode's hook is called both when the mode is enabled and when it is
10777disabled. 10587disabled.
@@ -10884,14 +10694,6 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
10884 10694
10885;;;*** 10695;;;***
10886 10696
10887;;;### (autoloads "actual autoloads are elsewhere" "erc-autoaway"
10888;;;;;; "erc/erc-autoaway.el" (0 0 0 0))
10889;;; Generated autoloads from erc/erc-autoaway.el
10890
10891(register-definition-prefixes "erc-autoaway" '("erc-auto"))
10892
10893;;;***
10894
10895;;;### (autoloads nil "erc-backend" "erc/erc-backend.el" (0 0 0 0)) 10697;;;### (autoloads nil "erc-backend" "erc/erc-backend.el" (0 0 0 0))
10896;;; Generated autoloads from erc/erc-backend.el 10698;;; Generated autoloads from erc/erc-backend.el
10897 10699
@@ -10899,54 +10701,6 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
10899 10701
10900;;;*** 10702;;;***
10901 10703
10902;;;### (autoloads "actual autoloads are elsewhere" "erc-button" "erc/erc-button.el"
10903;;;;;; (0 0 0 0))
10904;;; Generated autoloads from erc/erc-button.el
10905
10906(register-definition-prefixes "erc-button" '("erc-"))
10907
10908;;;***
10909
10910;;;### (autoloads "actual autoloads are elsewhere" "erc-capab" "erc/erc-capab.el"
10911;;;;;; (0 0 0 0))
10912;;; Generated autoloads from erc/erc-capab.el
10913
10914(register-definition-prefixes "erc-capab" '("erc-capab-identify-"))
10915
10916;;;***
10917
10918;;;### (autoloads "actual autoloads are elsewhere" "erc-dcc" "erc/erc-dcc.el"
10919;;;;;; (0 0 0 0))
10920;;; Generated autoloads from erc/erc-dcc.el
10921
10922(register-definition-prefixes "erc-dcc" '("erc-" "pcomplete/erc-mode/"))
10923
10924;;;***
10925
10926;;;### (autoloads "actual autoloads are elsewhere" "erc-desktop-notifications"
10927;;;;;; "erc/erc-desktop-notifications.el" (0 0 0 0))
10928;;; Generated autoloads from erc/erc-desktop-notifications.el
10929
10930(register-definition-prefixes "erc-desktop-notifications" '("erc-notifications-"))
10931
10932;;;***
10933
10934;;;### (autoloads "actual autoloads are elsewhere" "erc-ezbounce"
10935;;;;;; "erc/erc-ezbounce.el" (0 0 0 0))
10936;;; Generated autoloads from erc/erc-ezbounce.el
10937
10938(register-definition-prefixes "erc-ezbounce" '("erc-ezb-"))
10939
10940;;;***
10941
10942;;;### (autoloads "actual autoloads are elsewhere" "erc-fill" "erc/erc-fill.el"
10943;;;;;; (0 0 0 0))
10944;;; Generated autoloads from erc/erc-fill.el
10945
10946(register-definition-prefixes "erc-fill" '("erc-"))
10947
10948;;;***
10949
10950;;;### (autoloads nil "erc-goodies" "erc/erc-goodies.el" (0 0 0 0)) 10704;;;### (autoloads nil "erc-goodies" "erc/erc-goodies.el" (0 0 0 0))
10951;;; Generated autoloads from erc/erc-goodies.el 10705;;; Generated autoloads from erc/erc-goodies.el
10952 10706
@@ -10961,30 +10715,6 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
10961 10715
10962;;;*** 10716;;;***
10963 10717
10964;;;### (autoloads "actual autoloads are elsewhere" "erc-identd" "erc/erc-identd.el"
10965;;;;;; (0 0 0 0))
10966;;; Generated autoloads from erc/erc-identd.el
10967
10968(register-definition-prefixes "erc-identd" '("erc-identd-"))
10969
10970;;;***
10971
10972;;;### (autoloads "actual autoloads are elsewhere" "erc-imenu" "erc/erc-imenu.el"
10973;;;;;; (0 0 0 0))
10974;;; Generated autoloads from erc/erc-imenu.el
10975
10976(register-definition-prefixes "erc-imenu" '("erc-unfill-notice"))
10977
10978;;;***
10979
10980;;;### (autoloads "actual autoloads are elsewhere" "erc-join" "erc/erc-join.el"
10981;;;;;; (0 0 0 0))
10982;;; Generated autoloads from erc/erc-join.el
10983
10984(register-definition-prefixes "erc-join" '("erc-"))
10985
10986;;;***
10987
10988;;;### (autoloads nil "erc-lang" "erc/erc-lang.el" (0 0 0 0)) 10718;;;### (autoloads nil "erc-lang" "erc/erc-lang.el" (0 0 0 0))
10989;;; Generated autoloads from erc/erc-lang.el 10719;;; Generated autoloads from erc/erc-lang.el
10990 10720
@@ -10992,46 +10722,6 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
10992 10722
10993;;;*** 10723;;;***
10994 10724
10995;;;### (autoloads "actual autoloads are elsewhere" "erc-list" "erc/erc-list.el"
10996;;;;;; (0 0 0 0))
10997;;; Generated autoloads from erc/erc-list.el
10998
10999(register-definition-prefixes "erc-list" '("erc-"))
11000
11001;;;***
11002
11003;;;### (autoloads "actual autoloads are elsewhere" "erc-log" "erc/erc-log.el"
11004;;;;;; (0 0 0 0))
11005;;; Generated autoloads from erc/erc-log.el
11006
11007(register-definition-prefixes "erc-log" '("erc-"))
11008
11009;;;***
11010
11011;;;### (autoloads "actual autoloads are elsewhere" "erc-match" "erc/erc-match.el"
11012;;;;;; (0 0 0 0))
11013;;; Generated autoloads from erc/erc-match.el
11014
11015(register-definition-prefixes "erc-match" '("erc-"))
11016
11017;;;***
11018
11019;;;### (autoloads "actual autoloads are elsewhere" "erc-menu" "erc/erc-menu.el"
11020;;;;;; (0 0 0 0))
11021;;; Generated autoloads from erc/erc-menu.el
11022
11023(register-definition-prefixes "erc-menu" '("erc-menu-"))
11024
11025;;;***
11026
11027;;;### (autoloads "actual autoloads are elsewhere" "erc-netsplit"
11028;;;;;; "erc/erc-netsplit.el" (0 0 0 0))
11029;;; Generated autoloads from erc/erc-netsplit.el
11030
11031(register-definition-prefixes "erc-netsplit" '("erc-"))
11032
11033;;;***
11034
11035;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (0 0 0 10725;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (0 0 0
11036;;;;;; 0)) 10726;;;;;; 0))
11037;;; Generated autoloads from erc/erc-networks.el 10727;;; Generated autoloads from erc/erc-networks.el
@@ -11048,118 +10738,6 @@ Interactively select a server to connect to using `erc-server-alist'." t nil)
11048 10738
11049;;;*** 10739;;;***
11050 10740
11051;;;### (autoloads "actual autoloads are elsewhere" "erc-notify" "erc/erc-notify.el"
11052;;;;;; (0 0 0 0))
11053;;; Generated autoloads from erc/erc-notify.el
11054
11055(register-definition-prefixes "erc-notify" '("erc-"))
11056
11057;;;***
11058
11059;;;### (autoloads "actual autoloads are elsewhere" "erc-page" "erc/erc-page.el"
11060;;;;;; (0 0 0 0))
11061;;; Generated autoloads from erc/erc-page.el
11062
11063(register-definition-prefixes "erc-page" '("erc-"))
11064
11065;;;***
11066
11067;;;### (autoloads "actual autoloads are elsewhere" "erc-pcomplete"
11068;;;;;; "erc/erc-pcomplete.el" (0 0 0 0))
11069;;; Generated autoloads from erc/erc-pcomplete.el
11070
11071(register-definition-prefixes "erc-pcomplete" '("erc-pcomplet" "pcomplete"))
11072
11073;;;***
11074
11075;;;### (autoloads "actual autoloads are elsewhere" "erc-replace"
11076;;;;;; "erc/erc-replace.el" (0 0 0 0))
11077;;; Generated autoloads from erc/erc-replace.el
11078
11079(register-definition-prefixes "erc-replace" '("erc-replace-"))
11080
11081;;;***
11082
11083;;;### (autoloads "actual autoloads are elsewhere" "erc-ring" "erc/erc-ring.el"
11084;;;;;; (0 0 0 0))
11085;;; Generated autoloads from erc/erc-ring.el
11086
11087(register-definition-prefixes "erc-ring" '("erc-"))
11088
11089;;;***
11090
11091;;;### (autoloads "actual autoloads are elsewhere" "erc-services"
11092;;;;;; "erc/erc-services.el" (0 0 0 0))
11093;;; Generated autoloads from erc/erc-services.el
11094
11095(register-definition-prefixes "erc-services" '("erc-"))
11096
11097;;;***
11098
11099;;;### (autoloads "actual autoloads are elsewhere" "erc-sound" "erc/erc-sound.el"
11100;;;;;; (0 0 0 0))
11101;;; Generated autoloads from erc/erc-sound.el
11102
11103(register-definition-prefixes "erc-sound" '("erc-"))
11104
11105;;;***
11106
11107;;;### (autoloads "actual autoloads are elsewhere" "erc-speedbar"
11108;;;;;; "erc/erc-speedbar.el" (0 0 0 0))
11109;;; Generated autoloads from erc/erc-speedbar.el
11110
11111(register-definition-prefixes "erc-speedbar" '("erc-"))
11112
11113;;;***
11114
11115;;;### (autoloads "actual autoloads are elsewhere" "erc-spelling"
11116;;;;;; "erc/erc-spelling.el" (0 0 0 0))
11117;;; Generated autoloads from erc/erc-spelling.el
11118
11119(register-definition-prefixes "erc-spelling" '("erc-spelling-"))
11120
11121;;;***
11122
11123;;;### (autoloads "actual autoloads are elsewhere" "erc-stamp" "erc/erc-stamp.el"
11124;;;;;; (0 0 0 0))
11125;;; Generated autoloads from erc/erc-stamp.el
11126
11127(register-definition-prefixes "erc-stamp" '("erc-"))
11128
11129;;;***
11130
11131;;;### (autoloads "actual autoloads are elsewhere" "erc-status-sidebar"
11132;;;;;; "erc/erc-status-sidebar.el" (0 0 0 0))
11133;;; Generated autoloads from erc/erc-status-sidebar.el
11134
11135(register-definition-prefixes "erc-status-sidebar" '("erc-status-sidebar-"))
11136
11137;;;***
11138
11139;;;### (autoloads "actual autoloads are elsewhere" "erc-track" "erc/erc-track.el"
11140;;;;;; (0 0 0 0))
11141;;; Generated autoloads from erc/erc-track.el
11142
11143(register-definition-prefixes "erc-track" '("erc-"))
11144
11145;;;***
11146
11147;;;### (autoloads "actual autoloads are elsewhere" "erc-truncate"
11148;;;;;; "erc/erc-truncate.el" (0 0 0 0))
11149;;; Generated autoloads from erc/erc-truncate.el
11150
11151(register-definition-prefixes "erc-truncate" '("erc-max-buffer-size"))
11152
11153;;;***
11154
11155;;;### (autoloads "actual autoloads are elsewhere" "erc-xdcc" "erc/erc-xdcc.el"
11156;;;;;; (0 0 0 0))
11157;;; Generated autoloads from erc/erc-xdcc.el
11158
11159(register-definition-prefixes "erc-xdcc" '("erc-"))
11160
11161;;;***
11162
11163;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (0 0 0 0)) 10741;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (0 0 0 0))
11164;;; Generated autoloads from emacs-lisp/ert.el 10742;;; Generated autoloads from emacs-lisp/ert.el
11165 10743
@@ -12067,11 +11645,11 @@ Render FILE using EWW.
12067\(fn FILE)" t nil) 11645\(fn FILE)" t nil)
12068 11646
12069(autoload 'eww-search-words "eww" "\ 11647(autoload 'eww-search-words "eww" "\
12070Search the web for the text between BEG and END. 11648Search the web for the text in the region.
12071If region is active (and not whitespace), search the web for 11649If region is active (and not whitespace), search the web for
12072the text between BEG and END. Else, prompt the user for a search 11650the text between region beginning and end. Else, prompt the
12073string. See the `eww-search-prefix' variable for the search 11651user for a search string. See the variable `eww-search-prefix'
12074engine used." t nil) 11652for the search engine used." t nil)
12075 11653
12076(autoload 'eww-mode "eww" "\ 11654(autoload 'eww-mode "eww" "\
12077Mode for browsing the web. 11655Mode for browsing the web.
@@ -12380,10 +11958,13 @@ a top-level keymap, `text-scale-increase' or
12380(autoload 'buffer-face-mode "face-remap" "\ 11958(autoload 'buffer-face-mode "face-remap" "\
12381Minor mode for a buffer-specific default face. 11959Minor mode for a buffer-specific default face.
12382 11960
12383If called interactively, enable Buffer-Face mode if ARG is positive, 11961If called interactively, toggle `Buffer-Face mode'. If the prefix
12384and disable it if ARG is zero or negative. If called from Lisp, also 11962argument is positive, enable the mode, and if it is zero or negative,
12385enable the mode if ARG is omitted or nil, and toggle it if ARG is 11963disable the mode.
12386`toggle'; disable the mode otherwise. 11964
11965If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
11966the mode if ARG is nil, omitted, or is a positive number. All other
11967values will disable the mode.
12387 11968
12388The mode's hook is called both when the mode is enabled and when it is 11969The mode's hook is called both when the mode is enabled and when it is
12389disabled. 11970disabled.
@@ -13299,10 +12880,13 @@ region is invalid.
13299(autoload 'flymake-mode "flymake" "\ 12880(autoload 'flymake-mode "flymake" "\
13300Toggle Flymake mode on or off. 12881Toggle Flymake mode on or off.
13301 12882
13302If called interactively, enable Flymake mode if ARG is positive, and 12883If called interactively, toggle `Flymake mode'. If the prefix
13303disable it if ARG is zero or negative. If called from Lisp, also 12884argument is positive, enable the mode, and if it is zero or negative,
13304enable the mode if ARG is omitted or nil, and toggle it if ARG is 12885disable the mode.
13305`toggle'; disable the mode otherwise. 12886
12887If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
12888the mode if ARG is nil, omitted, or is a positive number. All other
12889values will disable the mode.
13306 12890
13307The mode's hook is called both when the mode is enabled and when it is 12891The mode's hook is called both when the mode is enabled and when it is
13308disabled. 12892disabled.
@@ -13384,10 +12968,13 @@ Turn on `flyspell-mode' for comments and strings." t nil)
13384(autoload 'flyspell-mode "flyspell" "\ 12968(autoload 'flyspell-mode "flyspell" "\
13385Toggle on-the-fly spell checking (Flyspell mode). 12969Toggle on-the-fly spell checking (Flyspell mode).
13386 12970
13387If called interactively, enable Flyspell mode if ARG is positive, and 12971If called interactively, toggle `Flyspell mode'. If the prefix
13388disable it if ARG is zero or negative. If called from Lisp, also 12972argument is positive, enable the mode, and if it is zero or negative,
13389enable the mode if ARG is omitted or nil, and toggle it if ARG is 12973disable the mode.
13390`toggle'; disable the mode otherwise. 12974
12975If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
12976the mode if ARG is nil, omitted, or is a positive number. All other
12977values will disable the mode.
13391 12978
13392The mode's hook is called both when the mode is enabled and when it is 12979The mode's hook is called both when the mode is enabled and when it is
13393disabled. 12980disabled.
@@ -13412,7 +12999,7 @@ invoking `ispell-change-dictionary'.
13412 12999
13413Consider using the `ispell-parser' to check your text. For instance 13000Consider using the `ispell-parser' to check your text. For instance
13414consider adding: 13001consider adding:
13415\(add-hook \\='tex-mode-hook (function (lambda () (setq ispell-parser \\='tex)))) 13002\(add-hook \\='tex-mode-hook (lambda () (setq ispell-parser \\='tex)))
13416in your init file. 13003in your init file.
13417 13004
13418\\[flyspell-region] checks all words inside a region. 13005\\[flyspell-region] checks all words inside a region.
@@ -13464,10 +13051,13 @@ Turn off Follow mode. Please see the function `follow-mode'." nil nil)
13464(autoload 'follow-mode "follow" "\ 13051(autoload 'follow-mode "follow" "\
13465Toggle Follow mode. 13052Toggle Follow mode.
13466 13053
13467If called interactively, enable Follow mode if ARG is positive, and 13054If called interactively, toggle `Follow mode'. If the prefix argument
13468disable it if ARG is zero or negative. If called from Lisp, also 13055is positive, enable the mode, and if it is zero or negative, disable
13469enable the mode if ARG is omitted or nil, and toggle it if ARG is 13056the mode.
13470`toggle'; disable the mode otherwise. 13057
13058If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
13059the mode if ARG is nil, omitted, or is a positive number. All other
13060values will disable the mode.
13471 13061
13472The mode's hook is called both when the mode is enabled and when it is 13062The mode's hook is called both when the mode is enabled and when it is
13473disabled. 13063disabled.
@@ -13587,15 +13177,17 @@ selected if the original window is the first one in the frame.
13587 13177
13588;;;### (autoloads nil "footnote" "mail/footnote.el" (0 0 0 0)) 13178;;;### (autoloads nil "footnote" "mail/footnote.el" (0 0 0 0))
13589;;; Generated autoloads from mail/footnote.el 13179;;; Generated autoloads from mail/footnote.el
13590(push (purecopy '(footnote 0 19)) package--builtin-versions)
13591 13180
13592(autoload 'footnote-mode "footnote" "\ 13181(autoload 'footnote-mode "footnote" "\
13593Toggle Footnote mode. 13182Toggle Footnote mode.
13594 13183
13595If called interactively, enable Footnote mode if ARG is positive, and 13184If called interactively, toggle `Footnote mode'. If the prefix
13596disable it if ARG is zero or negative. If called from Lisp, also 13185argument is positive, enable the mode, and if it is zero or negative,
13597enable the mode if ARG is omitted or nil, and toggle it if ARG is 13186disable the mode.
13598`toggle'; disable the mode otherwise. 13187
13188If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
13189the mode if ARG is nil, omitted, or is a positive number. All other
13190values will disable the mode.
13599 13191
13600The mode's hook is called both when the mode is enabled and when it is 13192The mode's hook is called both when the mode is enabled and when it is
13601disabled. 13193disabled.
@@ -14026,7 +13618,6 @@ Interactively, reads the register using `register-read-with-preview'.
14026 13618
14027;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (0 0 0 0)) 13619;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (0 0 0 0))
14028;;; Generated autoloads from play/gamegrid.el 13620;;; Generated autoloads from play/gamegrid.el
14029(push (purecopy '(gamegrid 1 2)) package--builtin-versions)
14030 13621
14031(register-definition-prefixes "gamegrid" '("gamegrid-")) 13622(register-definition-prefixes "gamegrid" '("gamegrid-"))
14032 13623
@@ -14057,10 +13648,13 @@ being transferred. This list may grow up to a size of
14057`gdb-debug-log-max' after which the oldest element (at the end of 13648`gdb-debug-log-max' after which the oldest element (at the end of
14058the list) is deleted every time a new one is added (at the front). 13649the list) is deleted every time a new one is added (at the front).
14059 13650
14060If called interactively, enable Gdb-Enable-Debug mode if ARG is 13651If called interactively, toggle `Gdb-Enable-Debug mode'. If the
14061positive, and disable it if ARG is zero or negative. If called from 13652prefix argument is positive, enable the mode, and if it is zero or
14062Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 13653negative, disable the mode.
14063ARG is `toggle'; disable the mode otherwise. 13654
13655If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
13656the mode if ARG is nil, omitted, or is a positive number. All other
13657values will disable the mode.
14064 13658
14065The mode's hook is called both when the mode is enabled and when it is 13659The mode's hook is called both when the mode is enabled and when it is
14066disabled. 13660disabled.
@@ -14238,10 +13832,13 @@ regular expression that can be used as an element of
14238(autoload 'glasses-mode "glasses" "\ 13832(autoload 'glasses-mode "glasses" "\
14239Minor mode for making identifiers likeThis readable. 13833Minor mode for making identifiers likeThis readable.
14240 13834
14241If called interactively, enable Glasses mode if ARG is positive, and 13835If called interactively, toggle `Glasses mode'. If the prefix
14242disable it if ARG is zero or negative. If called from Lisp, also 13836argument is positive, enable the mode, and if it is zero or negative,
14243enable the mode if ARG is omitted or nil, and toggle it if ARG is 13837disable the mode.
14244`toggle'; disable the mode otherwise. 13838
13839If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
13840the mode if ARG is nil, omitted, or is a positive number. All other
13841values will disable the mode.
14245 13842
14246The mode's hook is called both when the mode is enabled and when it is 13843The mode's hook is called both when the mode is enabled and when it is
14247disabled. 13844disabled.
@@ -14850,10 +14447,13 @@ If FORCE is non-nil, replace the old ones.
14850(autoload 'gnus-mailing-list-mode "gnus-ml" "\ 14447(autoload 'gnus-mailing-list-mode "gnus-ml" "\
14851Minor mode for providing mailing-list commands. 14448Minor mode for providing mailing-list commands.
14852 14449
14853If called interactively, enable Gnus-Mailing-List mode if ARG is 14450If called interactively, toggle `Gnus-Mailing-List mode'. If the
14854positive, and disable it if ARG is zero or negative. If called 14451prefix argument is positive, enable the mode, and if it is zero
14855from Lisp, also enable the mode if ARG is omitted or nil, and 14452or negative, disable the mode.
14856toggle it if ARG is `toggle'; disable the mode otherwise. 14453
14454If called from Lisp, toggle the mode if if ARG is `toggle'.
14455Enable the mode if ARG is nil, omitted, or is a positive number.
14456All other values will disable the mode.
14857 14457
14858The mode's hook is called both when the mode is enabled and when 14458The mode's hook is called both when the mode is enabled and when
14859it is disabled. 14459it is disabled.
@@ -15304,10 +14904,13 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
15304(autoload 'goto-address-mode "goto-addr" "\ 14904(autoload 'goto-address-mode "goto-addr" "\
15305Minor mode to buttonize URLs and e-mail addresses in the current buffer. 14905Minor mode to buttonize URLs and e-mail addresses in the current buffer.
15306 14906
15307If called interactively, enable Goto-Address mode if ARG is positive, 14907If called interactively, toggle `Goto-Address mode'. If the prefix
15308and disable it if ARG is zero or negative. If called from Lisp, also 14908argument is positive, enable the mode, and if it is zero or negative,
15309enable the mode if ARG is omitted or nil, and toggle it if ARG is 14909disable the mode.
15310`toggle'; disable the mode otherwise. 14910
14911If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
14912the mode if ARG is nil, omitted, or is a positive number. All other
14913values will disable the mode.
15311 14914
15312The mode's hook is called both when the mode is enabled and when it is 14915The mode's hook is called both when the mode is enabled and when it is
15313disabled. 14916disabled.
@@ -15334,17 +14937,22 @@ ARG is omitted or nil.
15334 14937
15335Goto-Address mode is enabled in all buffers where 14938Goto-Address mode is enabled in all buffers where
15336`goto-addr-mode--turn-on' would do it. 14939`goto-addr-mode--turn-on' would do it.
15337See `goto-address-mode' for more information on Goto-Address mode. 14940
14941See `goto-address-mode' for more information on
14942Goto-Address mode.
15338 14943
15339\(fn &optional ARG)" t nil) 14944\(fn &optional ARG)" t nil)
15340 14945
15341(autoload 'goto-address-prog-mode "goto-addr" "\ 14946(autoload 'goto-address-prog-mode "goto-addr" "\
15342Like `goto-address-mode', but only for comments and strings. 14947Like `goto-address-mode', but only for comments and strings.
15343 14948
15344If called interactively, enable Goto-Address-Prog mode if ARG is 14949If called interactively, toggle `Goto-Address-Prog mode'. If the
15345positive, and disable it if ARG is zero or negative. If called from 14950prefix argument is positive, enable the mode, and if it is zero or
15346Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 14951negative, disable the mode.
15347ARG is `toggle'; disable the mode otherwise. 14952
14953If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
14954the mode if ARG is nil, omitted, or is a positive number. All other
14955values will disable the mode.
15348 14956
15349The mode's hook is called both when the mode is enabled and when it is 14957The mode's hook is called both when the mode is enabled and when it is
15350disabled. 14958disabled.
@@ -15678,10 +15286,13 @@ or call the function `gud-tooltip-mode'.")
15678(autoload 'gud-tooltip-mode "gud" "\ 15286(autoload 'gud-tooltip-mode "gud" "\
15679Toggle the display of GUD tooltips. 15287Toggle the display of GUD tooltips.
15680 15288
15681If called interactively, enable Gud-Tooltip mode if ARG is positive, 15289If called interactively, toggle `Gud-Tooltip mode'. If the prefix
15682and disable it if ARG is zero or negative. If called from Lisp, also 15290argument is positive, enable the mode, and if it is zero or negative,
15683enable the mode if ARG is omitted or nil, and toggle it if ARG is 15291disable the mode.
15684`toggle'; disable the mode otherwise. 15292
15293If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
15294the mode if ARG is nil, omitted, or is a positive number. All other
15295values will disable the mode.
15685 15296
15686The mode's hook is called both when the mode is enabled and when it is 15297The mode's hook is called both when the mode is enabled and when it is
15687disabled. 15298disabled.
@@ -16390,24 +16001,19 @@ This discards the buffer's undo information." t nil)
16390 16001
16391;;;*** 16002;;;***
16392 16003
16393;;;### (autoloads "actual autoloads are elsewhere" "hfy-cmap" "hfy-cmap.el"
16394;;;;;; (0 0 0 0))
16395;;; Generated autoloads from hfy-cmap.el
16396
16397(register-definition-prefixes "hfy-cmap" '("hfy-" "htmlfontify-unload-rgb-file"))
16398
16399;;;***
16400
16401;;;### (autoloads nil "hi-lock" "hi-lock.el" (0 0 0 0)) 16004;;;### (autoloads nil "hi-lock" "hi-lock.el" (0 0 0 0))
16402;;; Generated autoloads from hi-lock.el 16005;;; Generated autoloads from hi-lock.el
16403 16006
16404(autoload 'hi-lock-mode "hi-lock" "\ 16007(autoload 'hi-lock-mode "hi-lock" "\
16405Toggle selective highlighting of patterns (Hi Lock mode). 16008Toggle selective highlighting of patterns (Hi Lock mode).
16406 16009
16407If called interactively, enable Hi-Lock mode if ARG is positive, and 16010If called interactively, toggle `Hi-Lock mode'. If the prefix
16408disable it if ARG is zero or negative. If called from Lisp, also 16011argument is positive, enable the mode, and if it is zero or negative,
16409enable the mode if ARG is omitted or nil, and toggle it if ARG is 16012disable the mode.
16410`toggle'; disable the mode otherwise. 16013
16014If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
16015the mode if ARG is nil, omitted, or is a positive number. All other
16016values will disable the mode.
16411 16017
16412The mode's hook is called both when the mode is enabled and when it is 16018The mode's hook is called both when the mode is enabled and when it is
16413disabled. 16019disabled.
@@ -16494,7 +16100,9 @@ ARG is omitted or nil.
16494 16100
16495Hi-Lock mode is enabled in all buffers where 16101Hi-Lock mode is enabled in all buffers where
16496`turn-on-hi-lock-if-enabled' would do it. 16102`turn-on-hi-lock-if-enabled' would do it.
16497See `hi-lock-mode' for more information on Hi-Lock mode. 16103
16104See `hi-lock-mode' for more information on
16105Hi-Lock mode.
16498 16106
16499\(fn &optional ARG)" t nil) 16107\(fn &optional ARG)" t nil)
16500 16108
@@ -16598,6 +16206,9 @@ Interactively added patterns are those normally specified using
16598`highlight-regexp' and `highlight-lines-matching-regexp'; they can 16206`highlight-regexp' and `highlight-lines-matching-regexp'; they can
16599be found in variable `hi-lock-interactive-patterns'." t nil) 16207be found in variable `hi-lock-interactive-patterns'." t nil)
16600 16208
16209(autoload 'hi-lock-find-patterns "hi-lock" "\
16210Add patterns from the current buffer to the list of hi-lock patterns." t nil)
16211
16601(register-definition-prefixes "hi-lock" '("hi-lock-" "turn-on-hi-lock-if-enabled")) 16212(register-definition-prefixes "hi-lock" '("hi-lock-" "turn-on-hi-lock-if-enabled"))
16602 16213
16603;;;*** 16214;;;***
@@ -16608,10 +16219,13 @@ be found in variable `hi-lock-interactive-patterns'." t nil)
16608(autoload 'hide-ifdef-mode "hideif" "\ 16219(autoload 'hide-ifdef-mode "hideif" "\
16609Toggle features to hide/show #ifdef blocks (Hide-Ifdef mode). 16220Toggle features to hide/show #ifdef blocks (Hide-Ifdef mode).
16610 16221
16611If called interactively, enable Hide-Ifdef mode if ARG is positive, 16222If called interactively, toggle `Hide-Ifdef mode'. If the prefix
16612and disable it if ARG is zero or negative. If called from Lisp, also 16223argument is positive, enable the mode, and if it is zero or negative,
16613enable the mode if ARG is omitted or nil, and toggle it if ARG is 16224disable the mode.
16614`toggle'; disable the mode otherwise. 16225
16226If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
16227the mode if ARG is nil, omitted, or is a positive number. All other
16228values will disable the mode.
16615 16229
16616The mode's hook is called both when the mode is enabled and when it is 16230The mode's hook is called both when the mode is enabled and when it is
16617disabled. 16231disabled.
@@ -16659,7 +16273,7 @@ Several variables affect how the hiding is done:
16659;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (0 0 0 0)) 16273;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (0 0 0 0))
16660;;; Generated autoloads from progmodes/hideshow.el 16274;;; Generated autoloads from progmodes/hideshow.el
16661 16275
16662(defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\ 16276(defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil) (mhtml-mode "{\\|<[^/>]*?" "}\\|</[^/>]*[^/]>" "<!--" mhtml-forward nil))) "\
16663Alist for initializing the hideshow variables for different modes. 16277Alist for initializing the hideshow variables for different modes.
16664Each element has the form 16278Each element has the form
16665 (MODE START END COMMENT-START FORWARD-SEXP-FUNC ADJUST-BEG-FUNC). 16279 (MODE START END COMMENT-START FORWARD-SEXP-FUNC ADJUST-BEG-FUNC).
@@ -16690,10 +16304,13 @@ whitespace. Case does not matter.")
16690(autoload 'hs-minor-mode "hideshow" "\ 16304(autoload 'hs-minor-mode "hideshow" "\
16691Minor mode to selectively hide/show code and comment blocks. 16305Minor mode to selectively hide/show code and comment blocks.
16692 16306
16693If called interactively, enable Hs minor mode if ARG is positive, and 16307If called interactively, toggle `Hs minor mode'. If the prefix
16694disable it if ARG is zero or negative. If called from Lisp, also 16308argument is positive, enable the mode, and if it is zero or negative,
16695enable the mode if ARG is omitted or nil, and toggle it if ARG is 16309disable the mode.
16696`toggle'; disable the mode otherwise. 16310
16311If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
16312the mode if ARG is nil, omitted, or is a positive number. All other
16313values will disable the mode.
16697 16314
16698The mode's hook is called both when the mode is enabled and when it is 16315The mode's hook is called both when the mode is enabled and when it is
16699disabled. 16316disabled.
@@ -16737,10 +16354,13 @@ Unconditionally turn off `hs-minor-mode'." nil nil)
16737(autoload 'highlight-changes-mode "hilit-chg" "\ 16354(autoload 'highlight-changes-mode "hilit-chg" "\
16738Toggle highlighting changes in this buffer (Highlight Changes mode). 16355Toggle highlighting changes in this buffer (Highlight Changes mode).
16739 16356
16740If called interactively, enable Highlight-Changes mode if ARG is 16357If called interactively, toggle `Highlight-Changes mode'. If the
16741positive, and disable it if ARG is zero or negative. If called from 16358prefix argument is positive, enable the mode, and if it is zero or
16742Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 16359negative, disable the mode.
16743ARG is `toggle'; disable the mode otherwise. 16360
16361If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
16362the mode if ARG is nil, omitted, or is a positive number. All other
16363values will disable the mode.
16744 16364
16745The mode's hook is called both when the mode is enabled and when it is 16365The mode's hook is called both when the mode is enabled and when it is
16746disabled. 16366disabled.
@@ -16765,10 +16385,13 @@ buffer with the contents of a file
16765(autoload 'highlight-changes-visible-mode "hilit-chg" "\ 16385(autoload 'highlight-changes-visible-mode "hilit-chg" "\
16766Toggle visibility of highlighting due to Highlight Changes mode. 16386Toggle visibility of highlighting due to Highlight Changes mode.
16767 16387
16768If called interactively, enable Highlight-Changes-Visible mode if ARG 16388If called interactively, toggle `Highlight-Changes-Visible mode'. If
16769is positive, and disable it if ARG is zero or negative. If called 16389the prefix argument is positive, enable the mode, and if it is zero or
16770from Lisp, also enable the mode if ARG is omitted or nil, and toggle 16390negative, disable the mode.
16771it if ARG is `toggle'; disable the mode otherwise. 16391
16392If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
16393the mode if ARG is nil, omitted, or is a positive number. All other
16394values will disable the mode.
16772 16395
16773The mode's hook is called both when the mode is enabled and when it is 16396The mode's hook is called both when the mode is enabled and when it is
16774disabled. 16397disabled.
@@ -16863,7 +16486,9 @@ ARG is omitted or nil.
16863 16486
16864Highlight-Changes mode is enabled in all buffers where 16487Highlight-Changes mode is enabled in all buffers where
16865`highlight-changes-mode-turn-on' would do it. 16488`highlight-changes-mode-turn-on' would do it.
16866See `highlight-changes-mode' for more information on Highlight-Changes mode. 16489
16490See `highlight-changes-mode' for more information on
16491Highlight-Changes mode.
16867 16492
16868\(fn &optional ARG)" t nil) 16493\(fn &optional ARG)" t nil)
16869 16494
@@ -16910,10 +16535,13 @@ argument VERBOSE non-nil makes the function verbose.
16910(autoload 'hl-line-mode "hl-line" "\ 16535(autoload 'hl-line-mode "hl-line" "\
16911Toggle highlighting of the current line (Hl-Line mode). 16536Toggle highlighting of the current line (Hl-Line mode).
16912 16537
16913If called interactively, enable Hl-Line mode if ARG is positive, and 16538If called interactively, toggle `Hl-Line mode'. If the prefix
16914disable it if ARG is zero or negative. If called from Lisp, also 16539argument is positive, enable the mode, and if it is zero or negative,
16915enable the mode if ARG is omitted or nil, and toggle it if ARG is 16540disable the mode.
16916`toggle'; disable the mode otherwise. 16541
16542If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
16543the mode if ARG is nil, omitted, or is a positive number. All other
16544values will disable the mode.
16917 16545
16918The mode's hook is called both when the mode is enabled and when it is 16546The mode's hook is called both when the mode is enabled and when it is
16919disabled. 16547disabled.
@@ -16945,10 +16573,13 @@ or call the function `global-hl-line-mode'.")
16945(autoload 'global-hl-line-mode "hl-line" "\ 16573(autoload 'global-hl-line-mode "hl-line" "\
16946Toggle line highlighting in all buffers (Global Hl-Line mode). 16574Toggle line highlighting in all buffers (Global Hl-Line mode).
16947 16575
16948If called interactively, enable Global Hl-Line mode if ARG is 16576If called interactively, toggle `Global Hl-Line mode'. If the prefix
16949positive, and disable it if ARG is zero or negative. If called from 16577argument is positive, enable the mode, and if it is zero or negative,
16950Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 16578disable the mode.
16951ARG is `toggle'; disable the mode otherwise. 16579
16580If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
16581the mode if ARG is nil, omitted, or is a positive number. All other
16582values will disable the mode.
16952 16583
16953The mode's hook is called both when the mode is enabled and when it is 16584The mode's hook is called both when the mode is enabled and when it is
16954disabled. 16585disabled.
@@ -17128,14 +16759,6 @@ You may also want to set `hfy-page-header' and `hfy-page-footer'.
17128 16759
17129;;;*** 16760;;;***
17130 16761
17131;;;### (autoloads "actual autoloads are elsewhere" "ibuf-ext" "ibuf-ext.el"
17132;;;;;; (0 0 0 0))
17133;;; Generated autoloads from ibuf-ext.el
17134
17135(register-definition-prefixes "ibuf-ext" '("alphabetic" "basename" "content" "derived-mode" "directory" "eval" "file" "ibuffer-" "major-mode" "mod" "name" "predicate" "print" "process" "query-replace" "rename-uniquely" "replace-regexp" "revert" "shell-command-" "size" "starred-name" "used-mode" "view-and-eval" "visiting-file"))
17136
17137;;;***
17138
17139;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (0 0 0 0)) 16762;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (0 0 0 0))
17140;;; Generated autoloads from ibuf-macs.el 16763;;; Generated autoloads from ibuf-macs.el
17141 16764
@@ -17368,10 +16991,13 @@ or call the function `fido-mode'.")
17368(autoload 'fido-mode "icomplete" "\ 16991(autoload 'fido-mode "icomplete" "\
17369An enhanced `icomplete-mode' that emulates `ido-mode'. 16992An enhanced `icomplete-mode' that emulates `ido-mode'.
17370 16993
17371If called interactively, enable Fido mode if ARG is positive, and 16994If called interactively, toggle `Fido mode'. If the prefix argument
17372disable it if ARG is zero or negative. If called from Lisp, also 16995is positive, enable the mode, and if it is zero or negative, disable
17373enable the mode if ARG is omitted or nil, and toggle it if ARG is 16996the mode.
17374`toggle'; disable the mode otherwise. 16997
16998If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
16999the mode if ARG is nil, omitted, or is a positive number. All other
17000values will disable the mode.
17375 17001
17376The mode's hook is called both when the mode is enabled and when it is 17002The mode's hook is called both when the mode is enabled and when it is
17377disabled. 17003disabled.
@@ -17394,10 +17020,13 @@ or call the function `icomplete-mode'.")
17394(autoload 'icomplete-mode "icomplete" "\ 17020(autoload 'icomplete-mode "icomplete" "\
17395Toggle incremental minibuffer completion (Icomplete mode). 17021Toggle incremental minibuffer completion (Icomplete mode).
17396 17022
17397If called interactively, enable Icomplete mode if ARG is positive, and 17023If called interactively, toggle `Icomplete mode'. If the prefix
17398disable it if ARG is zero or negative. If called from Lisp, also 17024argument is positive, enable the mode, and if it is zero or negative,
17399enable the mode if ARG is omitted or nil, and toggle it if ARG is 17025disable the mode.
17400`toggle'; disable the mode otherwise. 17026
17027If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
17028the mode if ARG is nil, omitted, or is a positive number. All other
17029values will disable the mode.
17401 17030
17402The mode's hook is called both when the mode is enabled and when it is 17031The mode's hook is called both when the mode is enabled and when it is
17403disabled. 17032disabled.
@@ -17939,10 +17568,13 @@ See `inferior-emacs-lisp-mode' for details.
17939(autoload 'iimage-mode "iimage" "\ 17568(autoload 'iimage-mode "iimage" "\
17940Toggle Iimage mode on or off. 17569Toggle Iimage mode on or off.
17941 17570
17942If called interactively, enable Iimage mode if ARG is positive, and 17571If called interactively, toggle `Iimage mode'. If the prefix argument
17943disable it if ARG is zero or negative. If called from Lisp, also 17572is positive, enable the mode, and if it is zero or negative, disable
17944enable the mode if ARG is omitted or nil, and toggle it if ARG is 17573the mode.
17945`toggle'; disable the mode otherwise. 17574
17575If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
17576the mode if ARG is nil, omitted, or is a positive number. All other
17577values will disable the mode.
17946 17578
17947The mode's hook is called both when the mode is enabled and when it is 17579The mode's hook is called both when the mode is enabled and when it is
17948disabled. 17580disabled.
@@ -18250,10 +17882,13 @@ Setup easy-to-use keybindings for the commands to be used in dired mode.
18250Note that n, p and <down> and <up> will be hijacked and bound to 17882Note that n, p and <down> and <up> will be hijacked and bound to
18251`image-dired-dired-x-line'. 17883`image-dired-dired-x-line'.
18252 17884
18253If called interactively, enable Image-Dired minor mode if ARG is 17885If called interactively, toggle `Image-Dired minor mode'. If the
18254positive, and disable it if ARG is zero or negative. If called from 17886prefix argument is positive, enable the mode, and if it is zero or
18255Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 17887negative, disable the mode.
18256ARG is `toggle'; disable the mode otherwise. 17888
17889If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
17890the mode if ARG is nil, omitted, or is a positive number. All other
17891values will disable the mode.
18257 17892
18258The mode's hook is called both when the mode is enabled and when it is 17893The mode's hook is called both when the mode is enabled and when it is
18259disabled. 17894disabled.
@@ -18349,10 +17984,13 @@ or call the function `auto-image-file-mode'.")
18349(autoload 'auto-image-file-mode "image-file" "\ 17984(autoload 'auto-image-file-mode "image-file" "\
18350Toggle visiting of image files as images (Auto Image File mode). 17985Toggle visiting of image files as images (Auto Image File mode).
18351 17986
18352If called interactively, enable Auto-Image-File mode if ARG is 17987If called interactively, toggle `Auto-Image-File mode'. If the prefix
18353positive, and disable it if ARG is zero or negative. If called from 17988argument is positive, enable the mode, and if it is zero or negative,
18354Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 17989disable the mode.
18355ARG is `toggle'; disable the mode otherwise. 17990
17991If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
17992the mode if ARG is nil, omitted, or is a positive number. All other
17993values will disable the mode.
18356 17994
18357The mode's hook is called both when the mode is enabled and when it is 17995The mode's hook is called both when the mode is enabled and when it is
18358disabled. 17996disabled.
@@ -18381,10 +18019,13 @@ Key bindings:
18381(autoload 'image-minor-mode "image-mode" "\ 18019(autoload 'image-minor-mode "image-mode" "\
18382Toggle Image minor mode in this buffer. 18020Toggle Image minor mode in this buffer.
18383 18021
18384If called interactively, enable Image minor mode if ARG is positive, 18022If called interactively, toggle `Image minor mode'. If the prefix
18385and disable it if ARG is zero or negative. If called from Lisp, also 18023argument is positive, enable the mode, and if it is zero or negative,
18386enable the mode if ARG is omitted or nil, and toggle it if ARG is 18024disable the mode.
18387`toggle'; disable the mode otherwise. 18025
18026If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
18027the mode if ARG is nil, omitted, or is a positive number. All other
18028values will disable the mode.
18388 18029
18389The mode's hook is called both when the mode is enabled and when it is 18030The mode's hook is called both when the mode is enabled and when it is
18390disabled. 18031disabled.
@@ -18626,7 +18267,7 @@ the environment variable INFOPATH is set.
18626 18267
18627Although this is a customizable variable, that is mainly for technical 18268Although this is a customizable variable, that is mainly for technical
18628reasons. Normally, you should either set INFOPATH or customize 18269reasons. Normally, you should either set INFOPATH or customize
18629`Info-additional-directory-list', rather than changing this variable." :initialize 'custom-initialize-delay :type '(repeat directory) :group 'info) 18270`Info-additional-directory-list', rather than changing this variable." :initialize 'custom-initialize-delay :type '(repeat directory))
18630 18271
18631(autoload 'info-other-window "info" "\ 18272(autoload 'info-other-window "info" "\
18632Like `info' but show the Info buffer in another window. 18273Like `info' but show the Info buffer in another window.
@@ -19339,10 +18980,13 @@ available on the net." t nil)
19339(autoload 'ispell-minor-mode "ispell" "\ 18980(autoload 'ispell-minor-mode "ispell" "\
19340Toggle last-word spell checking (Ispell minor mode). 18981Toggle last-word spell checking (Ispell minor mode).
19341 18982
19342If called interactively, enable ISpell minor mode if ARG is positive, 18983If called interactively, toggle `ISpell minor mode'. If the prefix
19343and disable it if ARG is zero or negative. If called from Lisp, also 18984argument is positive, enable the mode, and if it is zero or negative,
19344enable the mode if ARG is omitted or nil, and toggle it if ARG is 18985disable the mode.
19345`toggle'; disable the mode otherwise. 18986
18987If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
18988the mode if ARG is nil, omitted, or is a positive number. All other
18989values will disable the mode.
19346 18990
19347The mode's hook is called both when the mode is enabled and when it is 18991The mode's hook is called both when the mode is enabled and when it is
19348disabled. 18992disabled.
@@ -19378,7 +19022,7 @@ in your init file:
19378 19022
19379You can bind this to the key C-c i in GNUS or mail by adding to 19023You can bind this to the key C-c i in GNUS or mail by adding to
19380`news-reply-mode-hook' or `mail-mode-hook' the following lambda expression: 19024`news-reply-mode-hook' or `mail-mode-hook' the following lambda expression:
19381 (function (lambda () (local-set-key \"\\C-ci\" \\='ispell-message)))" t nil) 19025 (lambda () (local-set-key \"\\C-ci\" \\='ispell-message))" t nil)
19382 19026
19383(register-definition-prefixes "ispell" '("check-ispell-version" "ispell-")) 19027(register-definition-prefixes "ispell" '("check-ispell-version" "ispell-"))
19384 19028
@@ -20031,10 +19675,13 @@ sleep in seconds.
20031(autoload 'linum-mode "linum" "\ 19675(autoload 'linum-mode "linum" "\
20032Toggle display of line numbers in the left margin (Linum mode). 19676Toggle display of line numbers in the left margin (Linum mode).
20033 19677
20034If called interactively, enable Linum mode if ARG is positive, and 19678If called interactively, toggle `Linum mode'. If the prefix argument
20035disable it if ARG is zero or negative. If called from Lisp, also 19679is positive, enable the mode, and if it is zero or negative, disable
20036enable the mode if ARG is omitted or nil, and toggle it if ARG is 19680the mode.
20037`toggle'; disable the mode otherwise. 19681
19682If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
19683the mode if ARG is nil, omitted, or is a positive number. All other
19684values will disable the mode.
20038 19685
20039The mode's hook is called both when the mode is enabled and when it is 19686The mode's hook is called both when the mode is enabled and when it is
20040disabled. 19687disabled.
@@ -20063,7 +19710,9 @@ ARG is omitted or nil.
20063 19710
20064Linum mode is enabled in all buffers where 19711Linum mode is enabled in all buffers where
20065`linum-on' would do it. 19712`linum-on' would do it.
20066See `linum-mode' for more information on Linum mode. 19713
19714See `linum-mode' for more information on
19715Linum mode.
20067 19716
20068\(fn &optional ARG)" t nil) 19717\(fn &optional ARG)" t nil)
20069 19718
@@ -20088,11 +19737,10 @@ If the feature is required by any other loaded code, and prefix arg FORCE
20088is nil, raise an error. 19737is nil, raise an error.
20089 19738
20090Standard unloading activities include restoring old autoloads for 19739Standard unloading activities include restoring old autoloads for
20091functions defined by the library, undoing any additions that the 19740functions defined by the library, removing such functions from
20092library has made to hook variables or to `auto-mode-alist', undoing 19741hooks and `auto-mode-alist', undoing their ELP profiling,
20093ELP profiling of functions in that library, unproviding any features 19742unproviding any features provided by the library, and canceling
20094provided by the library, and canceling timers held in variables 19743timers held in variables defined by the library.
20095defined by the library.
20096 19744
20097If a function `FEATURE-unload-function' is defined, this function 19745If a function `FEATURE-unload-function' is defined, this function
20098calls it with no arguments, before doing anything else. That function 19746calls it with no arguments, before doing anything else. That function
@@ -20607,10 +20255,13 @@ or call the function `mail-abbrevs-mode'.")
20607(autoload 'mail-abbrevs-mode "mailabbrev" "\ 20255(autoload 'mail-abbrevs-mode "mailabbrev" "\
20608Toggle abbrev expansion of mail aliases (Mail Abbrevs mode). 20256Toggle abbrev expansion of mail aliases (Mail Abbrevs mode).
20609 20257
20610If called interactively, enable Mail-Abbrevs mode if ARG is positive, 20258If called interactively, toggle `Mail-Abbrevs mode'. If the prefix
20611and disable it if ARG is zero or negative. If called from Lisp, also 20259argument is positive, enable the mode, and if it is zero or negative,
20612enable the mode if ARG is omitted or nil, and toggle it if ARG is 20260disable the mode.
20613`toggle'; disable the mode otherwise. 20261
20262If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
20263the mode if ARG is nil, omitted, or is a positive number. All other
20264values will disable the mode.
20614 20265
20615The mode's hook is called both when the mode is enabled and when it is 20266The mode's hook is called both when the mode is enabled and when it is
20616disabled. 20267disabled.
@@ -20946,10 +20597,13 @@ Default bookmark handler for Man buffers.
20946(autoload 'master-mode "master" "\ 20597(autoload 'master-mode "master" "\
20947Toggle Master mode. 20598Toggle Master mode.
20948 20599
20949If called interactively, enable Master mode if ARG is positive, and 20600If called interactively, toggle `Master mode'. If the prefix argument
20950disable it if ARG is zero or negative. If called from Lisp, also 20601is positive, enable the mode, and if it is zero or negative, disable
20951enable the mode if ARG is omitted or nil, and toggle it if ARG is 20602the mode.
20952`toggle'; disable the mode otherwise. 20603
20604If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
20605the mode if ARG is nil, omitted, or is a positive number. All other
20606values will disable the mode.
20953 20607
20954The mode's hook is called both when the mode is enabled and when it is 20608The mode's hook is called both when the mode is enabled and when it is
20955disabled. 20609disabled.
@@ -20985,10 +20639,13 @@ or call the function `minibuffer-depth-indicate-mode'.")
20985(autoload 'minibuffer-depth-indicate-mode "mb-depth" "\ 20639(autoload 'minibuffer-depth-indicate-mode "mb-depth" "\
20986Toggle Minibuffer Depth Indication mode. 20640Toggle Minibuffer Depth Indication mode.
20987 20641
20988If called interactively, enable Minibuffer-Depth-Indicate mode if ARG 20642If called interactively, toggle `Minibuffer-Depth-Indicate mode'. If
20989is positive, and disable it if ARG is zero or negative. If called 20643the prefix argument is positive, enable the mode, and if it is zero or
20990from Lisp, also enable the mode if ARG is omitted or nil, and toggle 20644negative, disable the mode.
20991it if ARG is `toggle'; disable the mode otherwise. 20645
20646If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
20647the mode if ARG is nil, omitted, or is a positive number. All other
20648values will disable the mode.
20992 20649
20993The mode's hook is called both when the mode is enabled and when it is 20650The mode's hook is called both when the mode is enabled and when it is
20994disabled. 20651disabled.
@@ -21006,7 +20663,6 @@ recursion depth in the minibuffer prompt. This is only useful if
21006 20663
21007;;;### (autoloads nil "md4" "md4.el" (0 0 0 0)) 20664;;;### (autoloads nil "md4" "md4.el" (0 0 0 0))
21008;;; Generated autoloads from md4.el 20665;;; Generated autoloads from md4.el
21009(push (purecopy '(md4 1 0)) package--builtin-versions)
21010 20666
21011(register-definition-prefixes "md4" '("md4")) 20667(register-definition-prefixes "md4" '("md4"))
21012 20668
@@ -21530,10 +21186,13 @@ or call the function `midnight-mode'.")
21530(autoload 'midnight-mode "midnight" "\ 21186(autoload 'midnight-mode "midnight" "\
21531Non-nil means run `midnight-hook' at midnight. 21187Non-nil means run `midnight-hook' at midnight.
21532 21188
21533If called interactively, enable Midnight mode if ARG is positive, and 21189If called interactively, toggle `Midnight mode'. If the prefix
21534disable it if ARG is zero or negative. If called from Lisp, also 21190argument is positive, enable the mode, and if it is zero or negative,
21535enable the mode if ARG is omitted or nil, and toggle it if ARG is 21191disable the mode.
21536`toggle'; disable the mode otherwise. 21192
21193If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
21194the mode if ARG is nil, omitted, or is a positive number. All other
21195values will disable the mode.
21537 21196
21538The mode's hook is called both when the mode is enabled and when it is 21197The mode's hook is called both when the mode is enabled and when it is
21539disabled. 21198disabled.
@@ -21579,10 +21238,13 @@ or call the function `minibuffer-electric-default-mode'.")
21579(autoload 'minibuffer-electric-default-mode "minibuf-eldef" "\ 21238(autoload 'minibuffer-electric-default-mode "minibuf-eldef" "\
21580Toggle Minibuffer Electric Default mode. 21239Toggle Minibuffer Electric Default mode.
21581 21240
21582If called interactively, enable Minibuffer-Electric-Default mode if 21241If called interactively, toggle `Minibuffer-Electric-Default mode'.
21583ARG is positive, and disable it if ARG is zero or negative. If called 21242If the prefix argument is positive, enable the mode, and if it is zero
21584from Lisp, also enable the mode if ARG is omitted or nil, and toggle 21243or negative, disable the mode.
21585it if ARG is `toggle'; disable the mode otherwise. 21244
21245If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
21246the mode if ARG is nil, omitted, or is a positive number. All other
21247values will disable the mode.
21586 21248
21587The mode's hook is called both when the mode is enabled and when it is 21249The mode's hook is called both when the mode is enabled and when it is
21588disabled. 21250disabled.
@@ -21758,7 +21420,7 @@ whose file names match the specified wildcard.
21758;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (0 0 21420;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (0 0
21759;;;;;; 0 0)) 21421;;;;;; 0 0))
21760;;; Generated autoloads from progmodes/mixal-mode.el 21422;;; Generated autoloads from progmodes/mixal-mode.el
21761(push (purecopy '(mixal-mode 0 1)) package--builtin-versions) 21423(push (purecopy '(mixal-mode 0 4)) package--builtin-versions)
21762 21424
21763(autoload 'mixal-mode "mixal-mode" "\ 21425(autoload 'mixal-mode "mixal-mode" "\
21764Major mode for the mixal asm language. 21426Major mode for the mixal asm language.
@@ -22152,10 +21814,13 @@ or call the function `msb-mode'.")
22152(autoload 'msb-mode "msb" "\ 21814(autoload 'msb-mode "msb" "\
22153Toggle Msb mode. 21815Toggle Msb mode.
22154 21816
22155If called interactively, enable Msb mode if ARG is positive, and 21817If called interactively, toggle `Msb mode'. If the prefix argument is
22156disable it if ARG is zero or negative. If called from Lisp, also 21818positive, enable the mode, and if it is zero or negative, disable the
22157enable the mode if ARG is omitted or nil, and toggle it if ARG is 21819mode.
22158`toggle'; disable the mode otherwise. 21820
21821If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
21822the mode if ARG is nil, omitted, or is a positive number. All other
21823values will disable the mode.
22159 21824
22160The mode's hook is called both when the mode is enabled and when it is 21825The mode's hook is called both when the mode is enabled and when it is
22161disabled. 21826disabled.
@@ -22337,7 +22002,7 @@ If ELLIPSIS is non-nil, it should be a string which will replace the
22337end of STR (including any padding) if it extends beyond END-COLUMN, 22002end of STR (including any padding) if it extends beyond END-COLUMN,
22338unless the display width of STR is equal to or less than the display 22003unless the display width of STR is equal to or less than the display
22339width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS 22004width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS
22340defaults to `truncate-string-ellipsis'. 22005defaults to `truncate-string-ellipsis', or to three dots when it's nil.
22341 22006
22342If ELLIPSIS-TEXT-PROPERTY is non-nil, a too-long string will not 22007If ELLIPSIS-TEXT-PROPERTY is non-nil, a too-long string will not
22343be truncated, but instead the elided parts will be covered by a 22008be truncated, but instead the elided parts will be covered by a
@@ -23263,14 +22928,6 @@ Many aspects this mode can be customized using
23263 22928
23264;;;*** 22929;;;***
23265 22930
23266;;;### (autoloads "actual autoloads are elsewhere" "ob-core" "org/ob-core.el"
23267;;;;;; (0 0 0 0))
23268;;; Generated autoloads from org/ob-core.el
23269
23270(register-definition-prefixes "ob-core" '("org-"))
23271
23272;;;***
23273
23274;;;### (autoloads nil "ob-css" "org/ob-css.el" (0 0 0 0)) 22931;;;### (autoloads nil "ob-css" "org/ob-css.el" (0 0 0 0))
23275;;; Generated autoloads from org/ob-css.el 22932;;; Generated autoloads from org/ob-css.el
23276 22933
@@ -23420,14 +23077,6 @@ Many aspects this mode can be customized using
23420 23077
23421;;;*** 23078;;;***
23422 23079
23423;;;### (autoloads "actual autoloads are elsewhere" "ob-lob" "org/ob-lob.el"
23424;;;;;; (0 0 0 0))
23425;;; Generated autoloads from org/ob-lob.el
23426
23427(register-definition-prefixes "ob-lob" '("org-babel-"))
23428
23429;;;***
23430
23431;;;### (autoloads nil "ob-lua" "org/ob-lua.el" (0 0 0 0)) 23080;;;### (autoloads nil "ob-lua" "org/ob-lua.el" (0 0 0 0))
23432;;; Generated autoloads from org/ob-lua.el 23081;;; Generated autoloads from org/ob-lua.el
23433 23082
@@ -23598,14 +23247,6 @@ Many aspects this mode can be customized using
23598 23247
23599;;;*** 23248;;;***
23600 23249
23601;;;### (autoloads "actual autoloads are elsewhere" "ob-tangle" "org/ob-tangle.el"
23602;;;;;; (0 0 0 0))
23603;;; Generated autoloads from org/ob-tangle.el
23604
23605(register-definition-prefixes "ob-tangle" '("org-babel-"))
23606
23607;;;***
23608
23609;;;### (autoloads nil "ob-vala" "org/ob-vala.el" (0 0 0 0)) 23250;;;### (autoloads nil "ob-vala" "org/ob-vala.el" (0 0 0 0))
23610;;; Generated autoloads from org/ob-vala.el 23251;;; Generated autoloads from org/ob-vala.el
23611 23252
@@ -23767,14 +23408,6 @@ Also refresh fontification if needed." t nil)
23767 23408
23768;;;*** 23409;;;***
23769 23410
23770;;;### (autoloads "actual autoloads are elsewhere" "ol-bbdb" "org/ol-bbdb.el"
23771;;;;;; (0 0 0 0))
23772;;; Generated autoloads from org/ol-bbdb.el
23773
23774(register-definition-prefixes "ol-bbdb" '("org-bbdb-"))
23775
23776;;;***
23777
23778;;;### (autoloads nil "ol-bibtex" "org/ol-bibtex.el" (0 0 0 0)) 23411;;;### (autoloads nil "ol-bibtex" "org/ol-bibtex.el" (0 0 0 0))
23779;;; Generated autoloads from org/ol-bibtex.el 23412;;; Generated autoloads from org/ol-bibtex.el
23780 23413
@@ -23817,14 +23450,6 @@ Also refresh fontification if needed." t nil)
23817 23450
23818;;;*** 23451;;;***
23819 23452
23820;;;### (autoloads "actual autoloads are elsewhere" "ol-irc" "org/ol-irc.el"
23821;;;;;; (0 0 0 0))
23822;;; Generated autoloads from org/ol-irc.el
23823
23824(register-definition-prefixes "ol-irc" '("org-irc-"))
23825
23826;;;***
23827
23828;;;### (autoloads nil "ol-mhe" "org/ol-mhe.el" (0 0 0 0)) 23453;;;### (autoloads nil "ol-mhe" "org/ol-mhe.el" (0 0 0 0))
23829;;; Generated autoloads from org/ol-mhe.el 23454;;; Generated autoloads from org/ol-mhe.el
23830 23455
@@ -24354,22 +23979,6 @@ to override `appt-message-warning-time'.
24354 23979
24355;;;*** 23980;;;***
24356 23981
24357;;;### (autoloads "actual autoloads are elsewhere" "org-archive"
24358;;;;;; "org/org-archive.el" (0 0 0 0))
24359;;; Generated autoloads from org/org-archive.el
24360
24361(register-definition-prefixes "org-archive" '("org-a"))
24362
24363;;;***
24364
24365;;;### (autoloads "actual autoloads are elsewhere" "org-attach" "org/org-attach.el"
24366;;;;;; (0 0 0 0))
24367;;; Generated autoloads from org/org-attach.el
24368
24369(register-definition-prefixes "org-attach" '("org-attach-"))
24370
24371;;;***
24372
24373;;;### (autoloads nil "org-attach-git" "org/org-attach-git.el" (0 23982;;;### (autoloads nil "org-attach-git" "org/org-attach-git.el" (0
24374;;;;;; 0 0 0)) 23983;;;;;; 0 0 0))
24375;;; Generated autoloads from org/org-attach-git.el 23984;;; Generated autoloads from org/org-attach-git.el
@@ -24424,14 +24033,6 @@ Set `org-capture-templates' to be similar to `org-remember-templates'." t nil)
24424 24033
24425;;;*** 24034;;;***
24426 24035
24427;;;### (autoloads "actual autoloads are elsewhere" "org-clock" "org/org-clock.el"
24428;;;;;; (0 0 0 0))
24429;;; Generated autoloads from org/org-clock.el
24430
24431(register-definition-prefixes "org-clock" '("org-"))
24432
24433;;;***
24434
24435;;;### (autoloads nil "org-colview" "org/org-colview.el" (0 0 0 0)) 24036;;;### (autoloads nil "org-colview" "org/org-colview.el" (0 0 0 0))
24436;;; Generated autoloads from org/org-colview.el 24037;;; Generated autoloads from org/org-colview.el
24437 24038
@@ -24547,14 +24148,6 @@ Try very hard to provide sensible version strings." nil t)
24547 24148
24548;;;*** 24149;;;***
24549 24150
24550;;;### (autoloads "actual autoloads are elsewhere" "org-datetree"
24551;;;;;; "org/org-datetree.el" (0 0 0 0))
24552;;; Generated autoloads from org/org-datetree.el
24553
24554(register-definition-prefixes "org-datetree" '("org-datetree-"))
24555
24556;;;***
24557
24558;;;### (autoloads nil "org-duration" "org/org-duration.el" (0 0 0 24151;;;### (autoloads nil "org-duration" "org/org-duration.el" (0 0 0
24559;;;;;; 0)) 24152;;;;;; 0))
24560;;; Generated autoloads from org/org-duration.el 24153;;; Generated autoloads from org/org-duration.el
@@ -24610,14 +24203,6 @@ with \"H:MM:SS\" format, return `h:mm:ss'. Otherwise, return
24610 24203
24611;;;*** 24204;;;***
24612 24205
24613;;;### (autoloads "actual autoloads are elsewhere" "org-element"
24614;;;;;; "org/org-element.el" (0 0 0 0))
24615;;; Generated autoloads from org/org-element.el
24616
24617(register-definition-prefixes "org-element" '("org-element-"))
24618
24619;;;***
24620
24621;;;### (autoloads nil "org-entities" "org/org-entities.el" (0 0 0 24206;;;### (autoloads nil "org-entities" "org/org-entities.el" (0 0 0
24622;;;;;; 0)) 24207;;;;;; 0))
24623;;; Generated autoloads from org/org-entities.el 24208;;; Generated autoloads from org/org-entities.el
@@ -24633,22 +24218,6 @@ with \"H:MM:SS\" format, return `h:mm:ss'. Otherwise, return
24633 24218
24634;;;*** 24219;;;***
24635 24220
24636;;;### (autoloads "actual autoloads are elsewhere" "org-feed" "org/org-feed.el"
24637;;;;;; (0 0 0 0))
24638;;; Generated autoloads from org/org-feed.el
24639
24640(register-definition-prefixes "org-feed" '("org-feed-"))
24641
24642;;;***
24643
24644;;;### (autoloads "actual autoloads are elsewhere" "org-footnote"
24645;;;;;; "org/org-footnote.el" (0 0 0 0))
24646;;; Generated autoloads from org/org-footnote.el
24647
24648(register-definition-prefixes "org-footnote" '("org-footnote-"))
24649
24650;;;***
24651
24652;;;### (autoloads nil "org-goto" "org/org-goto.el" (0 0 0 0)) 24221;;;### (autoloads nil "org-goto" "org/org-goto.el" (0 0 0 0))
24653;;; Generated autoloads from org/org-goto.el 24222;;; Generated autoloads from org/org-goto.el
24654 24223
@@ -24692,22 +24261,6 @@ With a prefix argument, use the alternative interface: e.g., if
24692 24261
24693;;;*** 24262;;;***
24694 24263
24695;;;### (autoloads "actual autoloads are elsewhere" "org-id" "org/org-id.el"
24696;;;;;; (0 0 0 0))
24697;;; Generated autoloads from org/org-id.el
24698
24699(register-definition-prefixes "org-id" '("org-id-"))
24700
24701;;;***
24702
24703;;;### (autoloads "actual autoloads are elsewhere" "org-indent" "org/org-indent.el"
24704;;;;;; (0 0 0 0))
24705;;; Generated autoloads from org/org-indent.el
24706
24707(register-definition-prefixes "org-indent" '("org-"))
24708
24709;;;***
24710
24711;;;### (autoloads nil "org-inlinetask" "org/org-inlinetask.el" (0 24264;;;### (autoloads nil "org-inlinetask" "org/org-inlinetask.el" (0
24712;;;;;; 0 0 0)) 24265;;;;;; 0 0 0))
24713;;; Generated autoloads from org/org-inlinetask.el 24266;;; Generated autoloads from org/org-inlinetask.el
@@ -24770,14 +24323,6 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX.
24770 24323
24771;;;*** 24324;;;***
24772 24325
24773;;;### (autoloads "actual autoloads are elsewhere" "org-mobile" "org/org-mobile.el"
24774;;;;;; (0 0 0 0))
24775;;; Generated autoloads from org/org-mobile.el
24776
24777(register-definition-prefixes "org-mobile" '("org-mobile-"))
24778
24779;;;***
24780
24781;;;### (autoloads nil "org-mouse" "org/org-mouse.el" (0 0 0 0)) 24326;;;### (autoloads nil "org-mouse" "org/org-mouse.el" (0 0 0 0))
24782;;; Generated autoloads from org/org-mouse.el 24327;;; Generated autoloads from org/org-mouse.el
24783 24328
@@ -24797,10 +24342,13 @@ NUMBERING is a list of numbers.
24797(autoload 'org-num-mode "org-num" "\ 24342(autoload 'org-num-mode "org-num" "\
24798Dynamic numbering of headlines in an Org buffer. 24343Dynamic numbering of headlines in an Org buffer.
24799 24344
24800If called interactively, enable Org-Num mode if ARG is positive, and 24345If called interactively, toggle `Org-Num mode'. If the prefix
24801disable it if ARG is zero or negative. If called from Lisp, also 24346argument is positive, enable the mode, and if it is zero or negative,
24802enable the mode if ARG is omitted or nil, and toggle it if ARG is 24347disable the mode.
24803`toggle'; disable the mode otherwise. 24348
24349If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
24350the mode if ARG is nil, omitted, or is a positive number. All other
24351values will disable the mode.
24804 24352
24805The mode's hook is called both when the mode is enabled and when it is 24353The mode's hook is called both when the mode is enabled and when it is
24806disabled. 24354disabled.
@@ -24819,14 +24367,6 @@ disabled.
24819 24367
24820;;;*** 24368;;;***
24821 24369
24822;;;### (autoloads "actual autoloads are elsewhere" "org-plot" "org/org-plot.el"
24823;;;;;; (0 0 0 0))
24824;;; Generated autoloads from org/org-plot.el
24825
24826(register-definition-prefixes "org-plot" '("org-plot"))
24827
24828;;;***
24829
24830;;;### (autoloads nil "org-protocol" "org/org-protocol.el" (0 0 0 24370;;;### (autoloads nil "org-protocol" "org/org-protocol.el" (0 0 0
24831;;;;;; 0)) 24371;;;;;; 0))
24832;;; Generated autoloads from org/org-protocol.el 24372;;; Generated autoloads from org/org-protocol.el
@@ -24842,14 +24382,6 @@ disabled.
24842 24382
24843;;;*** 24383;;;***
24844 24384
24845;;;### (autoloads "actual autoloads are elsewhere" "org-table" "org/org-table.el"
24846;;;;;; (0 0 0 0))
24847;;; Generated autoloads from org/org-table.el
24848
24849(register-definition-prefixes "org-table" '("org"))
24850
24851;;;***
24852
24853;;;### (autoloads nil "org-tempo" "org/org-tempo.el" (0 0 0 0)) 24385;;;### (autoloads nil "org-tempo" "org/org-tempo.el" (0 0 0 0))
24854;;; Generated autoloads from org/org-tempo.el 24386;;; Generated autoloads from org/org-tempo.el
24855 24387
@@ -24857,14 +24389,6 @@ disabled.
24857 24389
24858;;;*** 24390;;;***
24859 24391
24860;;;### (autoloads "actual autoloads are elsewhere" "org-timer" "org/org-timer.el"
24861;;;;;; (0 0 0 0))
24862;;; Generated autoloads from org/org-timer.el
24863
24864(register-definition-prefixes "org-timer" '("org-timer-"))
24865
24866;;;***
24867
24868;;;### (autoloads nil "org-version" "org/org-version.el" (0 0 0 0)) 24392;;;### (autoloads nil "org-version" "org/org-version.el" (0 0 0 0))
24869;;; Generated autoloads from org/org-version.el 24393;;; Generated autoloads from org/org-version.el
24870 24394
@@ -24882,6 +24406,7 @@ Inserted by installing Org or when a release is made." nil nil)
24882;;; Generated autoloads from outline.el 24406;;; Generated autoloads from outline.el
24883(put 'outline-regexp 'safe-local-variable 'stringp) 24407(put 'outline-regexp 'safe-local-variable 'stringp)
24884(put 'outline-heading-end-regexp 'safe-local-variable 'stringp) 24408(put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
24409(put 'outline-level 'risky-local-variable t)
24885 24410
24886(autoload 'outline-mode "outline" "\ 24411(autoload 'outline-mode "outline" "\
24887Set major mode for editing outlines with selective display. 24412Set major mode for editing outlines with selective display.
@@ -24911,10 +24436,13 @@ Turning on outline mode calls the value of `text-mode-hook' and then of
24911(autoload 'outline-minor-mode "outline" "\ 24436(autoload 'outline-minor-mode "outline" "\
24912Toggle Outline minor mode. 24437Toggle Outline minor mode.
24913 24438
24914If called interactively, enable Outline minor mode if ARG is positive, 24439If called interactively, toggle `Outline minor mode'. If the prefix
24915and disable it if ARG is zero or negative. If called from Lisp, also 24440argument is positive, enable the mode, and if it is zero or negative,
24916enable the mode if ARG is omitted or nil, and toggle it if ARG is 24441disable the mode.
24917`toggle'; disable the mode otherwise. 24442
24443If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
24444the mode if ARG is nil, omitted, or is a positive number. All other
24445values will disable the mode.
24918 24446
24919The mode's hook is called both when the mode is enabled and when it is 24447The mode's hook is called both when the mode is enabled and when it is
24920disabled. 24448disabled.
@@ -24922,108 +24450,11 @@ disabled.
24922See the command `outline-mode' for more information on this mode. 24450See the command `outline-mode' for more information on this mode.
24923 24451
24924\(fn &optional ARG)" t nil) 24452\(fn &optional ARG)" t nil)
24925(put 'outline-level 'risky-local-variable t)
24926 24453
24927(register-definition-prefixes "outline" '("outline-")) 24454(register-definition-prefixes "outline" '("outline-"))
24928 24455
24929;;;*** 24456;;;***
24930 24457
24931;;;### (autoloads "actual autoloads are elsewhere" "ox" "org/ox.el"
24932;;;;;; (0 0 0 0))
24933;;; Generated autoloads from org/ox.el
24934
24935(register-definition-prefixes "ox" '("org-export-"))
24936
24937;;;***
24938
24939;;;### (autoloads "actual autoloads are elsewhere" "ox-ascii" "org/ox-ascii.el"
24940;;;;;; (0 0 0 0))
24941;;; Generated autoloads from org/ox-ascii.el
24942
24943(register-definition-prefixes "ox-ascii" '("org-ascii-"))
24944
24945;;;***
24946
24947;;;### (autoloads "actual autoloads are elsewhere" "ox-beamer" "org/ox-beamer.el"
24948;;;;;; (0 0 0 0))
24949;;; Generated autoloads from org/ox-beamer.el
24950
24951(register-definition-prefixes "ox-beamer" '("org-beamer-"))
24952
24953;;;***
24954
24955;;;### (autoloads "actual autoloads are elsewhere" "ox-html" "org/ox-html.el"
24956;;;;;; (0 0 0 0))
24957;;; Generated autoloads from org/ox-html.el
24958
24959(register-definition-prefixes "ox-html" '("org-html-"))
24960
24961;;;***
24962
24963;;;### (autoloads "actual autoloads are elsewhere" "ox-icalendar"
24964;;;;;; "org/ox-icalendar.el" (0 0 0 0))
24965;;; Generated autoloads from org/ox-icalendar.el
24966
24967(register-definition-prefixes "ox-icalendar" '("org-icalendar-"))
24968
24969;;;***
24970
24971;;;### (autoloads "actual autoloads are elsewhere" "ox-latex" "org/ox-latex.el"
24972;;;;;; (0 0 0 0))
24973;;; Generated autoloads from org/ox-latex.el
24974
24975(register-definition-prefixes "ox-latex" '("org-latex-"))
24976
24977;;;***
24978
24979;;;### (autoloads "actual autoloads are elsewhere" "ox-man" "org/ox-man.el"
24980;;;;;; (0 0 0 0))
24981;;; Generated autoloads from org/ox-man.el
24982
24983(register-definition-prefixes "ox-man" '("org-man-"))
24984
24985;;;***
24986
24987;;;### (autoloads "actual autoloads are elsewhere" "ox-md" "org/ox-md.el"
24988;;;;;; (0 0 0 0))
24989;;; Generated autoloads from org/ox-md.el
24990
24991(register-definition-prefixes "ox-md" '("org-md-"))
24992
24993;;;***
24994
24995;;;### (autoloads "actual autoloads are elsewhere" "ox-odt" "org/ox-odt.el"
24996;;;;;; (0 0 0 0))
24997;;; Generated autoloads from org/ox-odt.el
24998
24999(register-definition-prefixes "ox-odt" '("org-odt-"))
25000
25001;;;***
25002
25003;;;### (autoloads "actual autoloads are elsewhere" "ox-org" "org/ox-org.el"
25004;;;;;; (0 0 0 0))
25005;;; Generated autoloads from org/ox-org.el
25006
25007(register-definition-prefixes "ox-org" '("org-org-"))
25008
25009;;;***
25010
25011;;;### (autoloads "actual autoloads are elsewhere" "ox-publish" "org/ox-publish.el"
25012;;;;;; (0 0 0 0))
25013;;; Generated autoloads from org/ox-publish.el
25014
25015(register-definition-prefixes "ox-publish" '("org-publish-"))
25016
25017;;;***
25018
25019;;;### (autoloads "actual autoloads are elsewhere" "ox-texinfo" "org/ox-texinfo.el"
25020;;;;;; (0 0 0 0))
25021;;; Generated autoloads from org/ox-texinfo.el
25022
25023(register-definition-prefixes "ox-texinfo" '("org-texinfo-"))
25024
25025;;;***
25026
25027;;;### (autoloads nil "package" "emacs-lisp/package.el" (0 0 0 0)) 24458;;;### (autoloads nil "package" "emacs-lisp/package.el" (0 0 0 0))
25028;;; Generated autoloads from emacs-lisp/package.el 24459;;; Generated autoloads from emacs-lisp/package.el
25029(push (purecopy '(package 1 1 0)) package--builtin-versions) 24460(push (purecopy '(package 1 1 0)) package--builtin-versions)
@@ -25213,10 +24644,13 @@ or call the function `show-paren-mode'.")
25213(autoload 'show-paren-mode "paren" "\ 24644(autoload 'show-paren-mode "paren" "\
25214Toggle visualization of matching parens (Show Paren mode). 24645Toggle visualization of matching parens (Show Paren mode).
25215 24646
25216If called interactively, enable Show-Paren mode if ARG is positive, 24647If called interactively, toggle `Show-Paren mode'. If the prefix
25217and disable it if ARG is zero or negative. If called from Lisp, also 24648argument is positive, enable the mode, and if it is zero or negative,
25218enable the mode if ARG is omitted or nil, and toggle it if ARG is 24649disable the mode.
25219`toggle'; disable the mode otherwise. 24650
24651If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
24652the mode if ARG is nil, omitted, or is a positive number. All other
24653values will disable the mode.
25220 24654
25221The mode's hook is called both when the mode is enabled and when it is 24655The mode's hook is called both when the mode is enabled and when it is
25222disabled. 24656disabled.
@@ -25923,10 +25357,13 @@ or call the function `pixel-scroll-mode'.")
25923(autoload 'pixel-scroll-mode "pixel-scroll" "\ 25357(autoload 'pixel-scroll-mode "pixel-scroll" "\
25924A minor mode to scroll text pixel-by-pixel. 25358A minor mode to scroll text pixel-by-pixel.
25925 25359
25926If called interactively, enable Pixel-Scroll mode if ARG is positive, 25360If called interactively, toggle `Pixel-Scroll mode'. If the prefix
25927and disable it if ARG is zero or negative. If called from Lisp, also 25361argument is positive, enable the mode, and if it is zero or negative,
25928enable the mode if ARG is omitted or nil, and toggle it if ARG is 25362disable the mode.
25929`toggle'; disable the mode otherwise. 25363
25364If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
25365the mode if ARG is nil, omitted, or is a positive number. All other
25366values will disable the mode.
25930 25367
25931The mode's hook is called both when the mode is enabled and when it is 25368The mode's hook is called both when the mode is enabled and when it is
25932disabled. 25369disabled.
@@ -26942,14 +26379,6 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
26942 26379
26943;;;*** 26380;;;***
26944 26381
26945;;;### (autoloads "actual autoloads are elsewhere" "ps-mule" "ps-mule.el"
26946;;;;;; (0 0 0 0))
26947;;; Generated autoloads from ps-mule.el
26948
26949(register-definition-prefixes "ps-mule" '("ps-mule-"))
26950
26951;;;***
26952
26953;;;### (autoloads nil "ps-print" "ps-print.el" (0 0 0 0)) 26382;;;### (autoloads nil "ps-print" "ps-print.el" (0 0 0 0))
26954;;; Generated autoloads from ps-print.el 26383;;; Generated autoloads from ps-print.el
26955(push (purecopy '(ps-print 7 3 5)) package--builtin-versions) 26384(push (purecopy '(ps-print 7 3 5)) package--builtin-versions)
@@ -27175,7 +26604,7 @@ Optional argument FACE specifies the face to do the highlighting.
27175 26604
27176;;;### (autoloads nil "python" "progmodes/python.el" (0 0 0 0)) 26605;;;### (autoloads nil "python" "progmodes/python.el" (0 0 0 0))
27177;;; Generated autoloads from progmodes/python.el 26606;;; Generated autoloads from progmodes/python.el
27178(push (purecopy '(python 0 26 1)) package--builtin-versions) 26607(push (purecopy '(python 0 27)) package--builtin-versions)
27179 26608
27180(add-to-list 'auto-mode-alist (cons (purecopy "\\.py[iw]?\\'") 'python-mode)) 26609(add-to-list 'auto-mode-alist (cons (purecopy "\\.py[iw]?\\'") 'python-mode))
27181 26610
@@ -27679,10 +27108,13 @@ or call the function `rcirc-track-minor-mode'.")
27679(autoload 'rcirc-track-minor-mode "rcirc" "\ 27108(autoload 'rcirc-track-minor-mode "rcirc" "\
27680Global minor mode for tracking activity in rcirc buffers. 27109Global minor mode for tracking activity in rcirc buffers.
27681 27110
27682If called interactively, enable Rcirc-Track minor mode if ARG is 27111If called interactively, toggle `Rcirc-Track minor mode'. If the
27683positive, and disable it if ARG is zero or negative. If called from 27112prefix argument is positive, enable the mode, and if it is zero or
27684Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 27113negative, disable the mode.
27685ARG is `toggle'; disable the mode otherwise. 27114
27115If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
27116the mode if ARG is nil, omitted, or is a positive number. All other
27117values will disable the mode.
27686 27118
27687The mode's hook is called both when the mode is enabled and when it is 27119The mode's hook is called both when the mode is enabled and when it is
27688disabled. 27120disabled.
@@ -27728,10 +27160,13 @@ or call the function `recentf-mode'.")
27728(autoload 'recentf-mode "recentf" "\ 27160(autoload 'recentf-mode "recentf" "\
27729Toggle \"Open Recent\" menu (Recentf mode). 27161Toggle \"Open Recent\" menu (Recentf mode).
27730 27162
27731If called interactively, enable Recentf mode if ARG is positive, and 27163If called interactively, toggle `Recentf mode'. If the prefix
27732disable it if ARG is zero or negative. If called from Lisp, also 27164argument is positive, enable the mode, and if it is zero or negative,
27733enable the mode if ARG is omitted or nil, and toggle it if ARG is 27165disable the mode.
27734`toggle'; disable the mode otherwise. 27166
27167If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
27168the mode if ARG is nil, omitted, or is a positive number. All other
27169values will disable the mode.
27735 27170
27736The mode's hook is called both when the mode is enabled and when it is 27171The mode's hook is called both when the mode is enabled and when it is
27737disabled. 27172disabled.
@@ -27883,10 +27318,13 @@ with a prefix argument, prompt for START-AT and FORMAT.
27883(autoload 'rectangle-mark-mode "rect" "\ 27318(autoload 'rectangle-mark-mode "rect" "\
27884Toggle the region as rectangular. 27319Toggle the region as rectangular.
27885 27320
27886If called interactively, enable Rectangle-Mark mode if ARG is 27321If called interactively, toggle `Rectangle-Mark mode'. If the prefix
27887positive, and disable it if ARG is zero or negative. If called from 27322argument is positive, enable the mode, and if it is zero or negative,
27888Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 27323disable the mode.
27889ARG is `toggle'; disable the mode otherwise. 27324
27325If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
27326the mode if ARG is nil, omitted, or is a positive number. All other
27327values will disable the mode.
27890 27328
27891The mode's hook is called both when the mode is enabled and when it is 27329The mode's hook is called both when the mode is enabled and when it is
27892disabled. 27330disabled.
@@ -27919,10 +27357,13 @@ Activates the region if needed. Only lasts until the region is deactivated.
27919(autoload 'refill-mode "refill" "\ 27357(autoload 'refill-mode "refill" "\
27920Toggle automatic refilling (Refill mode). 27358Toggle automatic refilling (Refill mode).
27921 27359
27922If called interactively, enable Refill mode if ARG is positive, and 27360If called interactively, toggle `Refill mode'. If the prefix argument
27923disable it if ARG is zero or negative. If called from Lisp, also 27361is positive, enable the mode, and if it is zero or negative, disable
27924enable the mode if ARG is omitted or nil, and toggle it if ARG is 27362the mode.
27925`toggle'; disable the mode otherwise. 27363
27364If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
27365the mode if ARG is nil, omitted, or is a positive number. All other
27366values will disable the mode.
27926 27367
27927The mode's hook is called both when the mode is enabled and when it is 27368The mode's hook is called both when the mode is enabled and when it is
27928disabled. 27369disabled.
@@ -27953,10 +27394,13 @@ Turn on RefTeX mode." nil nil)
27953(autoload 'reftex-mode "reftex" "\ 27394(autoload 'reftex-mode "reftex" "\
27954Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX. 27395Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX.
27955 27396
27956If called interactively, enable Reftex mode if ARG is positive, and 27397If called interactively, toggle `Reftex mode'. If the prefix argument
27957disable it if ARG is zero or negative. If called from Lisp, also 27398is positive, enable the mode, and if it is zero or negative, disable
27958enable the mode if ARG is omitted or nil, and toggle it if ARG is 27399the mode.
27959`toggle'; disable the mode otherwise. 27400
27401If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
27402the mode if ARG is nil, omitted, or is a positive number. All other
27403values will disable the mode.
27960 27404
27961The mode's hook is called both when the mode is enabled and when it is 27405The mode's hook is called both when the mode is enabled and when it is
27962disabled. 27406disabled.
@@ -27999,78 +27443,6 @@ This enforces rescanning the buffer on next use." nil nil)
27999 27443
28000;;;*** 27444;;;***
28001 27445
28002;;;### (autoloads "actual autoloads are elsewhere" "reftex-auc" "textmodes/reftex-auc.el"
28003;;;;;; (0 0 0 0))
28004;;; Generated autoloads from textmodes/reftex-auc.el
28005
28006(register-definition-prefixes "reftex-auc" '("reftex-"))
28007
28008;;;***
28009
28010;;;### (autoloads "actual autoloads are elsewhere" "reftex-cite"
28011;;;;;; "textmodes/reftex-cite.el" (0 0 0 0))
28012;;; Generated autoloads from textmodes/reftex-cite.el
28013
28014(register-definition-prefixes "reftex-cite" '("reftex-"))
28015
28016;;;***
28017
28018;;;### (autoloads "actual autoloads are elsewhere" "reftex-dcr" "textmodes/reftex-dcr.el"
28019;;;;;; (0 0 0 0))
28020;;; Generated autoloads from textmodes/reftex-dcr.el
28021
28022(register-definition-prefixes "reftex-dcr" '("reftex-"))
28023
28024;;;***
28025
28026;;;### (autoloads "actual autoloads are elsewhere" "reftex-global"
28027;;;;;; "textmodes/reftex-global.el" (0 0 0 0))
28028;;; Generated autoloads from textmodes/reftex-global.el
28029
28030(register-definition-prefixes "reftex-global" '("reftex-"))
28031
28032;;;***
28033
28034;;;### (autoloads "actual autoloads are elsewhere" "reftex-index"
28035;;;;;; "textmodes/reftex-index.el" (0 0 0 0))
28036;;; Generated autoloads from textmodes/reftex-index.el
28037
28038(register-definition-prefixes "reftex-index" '("reftex-"))
28039
28040;;;***
28041
28042;;;### (autoloads "actual autoloads are elsewhere" "reftex-parse"
28043;;;;;; "textmodes/reftex-parse.el" (0 0 0 0))
28044;;; Generated autoloads from textmodes/reftex-parse.el
28045
28046(register-definition-prefixes "reftex-parse" '("reftex-"))
28047
28048;;;***
28049
28050;;;### (autoloads "actual autoloads are elsewhere" "reftex-ref" "textmodes/reftex-ref.el"
28051;;;;;; (0 0 0 0))
28052;;; Generated autoloads from textmodes/reftex-ref.el
28053
28054(register-definition-prefixes "reftex-ref" '("reftex-"))
28055
28056;;;***
28057
28058;;;### (autoloads "actual autoloads are elsewhere" "reftex-sel" "textmodes/reftex-sel.el"
28059;;;;;; (0 0 0 0))
28060;;; Generated autoloads from textmodes/reftex-sel.el
28061
28062(register-definition-prefixes "reftex-sel" '("reftex-"))
28063
28064;;;***
28065
28066;;;### (autoloads "actual autoloads are elsewhere" "reftex-toc" "textmodes/reftex-toc.el"
28067;;;;;; (0 0 0 0))
28068;;; Generated autoloads from textmodes/reftex-toc.el
28069
28070(register-definition-prefixes "reftex-toc" '("reftex-"))
28071
28072;;;***
28073
28074;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (0 27446;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (0
28075;;;;;; 0 0 0)) 27447;;;;;; 0 0 0))
28076;;; Generated autoloads from textmodes/reftex-vars.el 27448;;; Generated autoloads from textmodes/reftex-vars.el
@@ -28149,7 +27521,6 @@ This means the number of non-shy regexp grouping constructs
28149 27521
28150;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (0 0 0 0)) 27522;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (0 0 0 0))
28151;;; Generated autoloads from emacs-lisp/regi.el 27523;;; Generated autoloads from emacs-lisp/regi.el
28152(push (purecopy '(regi 1 8)) package--builtin-versions)
28153 27524
28154(register-definition-prefixes "regi" '("regi-")) 27525(register-definition-prefixes "regi" '("regi-"))
28155 27526
@@ -28304,10 +27675,13 @@ first comment line visible (if point is in a comment).
28304(autoload 'reveal-mode "reveal" "\ 27675(autoload 'reveal-mode "reveal" "\
28305Toggle uncloaking of invisible text near point (Reveal mode). 27676Toggle uncloaking of invisible text near point (Reveal mode).
28306 27677
28307If called interactively, enable Reveal mode if ARG is positive, and 27678If called interactively, toggle `Reveal mode'. If the prefix argument
28308disable it if ARG is zero or negative. If called from Lisp, also 27679is positive, enable the mode, and if it is zero or negative, disable
28309enable the mode if ARG is omitted or nil, and toggle it if ARG is 27680the mode.
28310`toggle'; disable the mode otherwise. 27681
27682If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
27683the mode if ARG is nil, omitted, or is a positive number. All other
27684values will disable the mode.
28311 27685
28312The mode's hook is called both when the mode is enabled and when it is 27686The mode's hook is called both when the mode is enabled and when it is
28313disabled. 27687disabled.
@@ -28333,10 +27707,13 @@ or call the function `global-reveal-mode'.")
28333Toggle Reveal mode in all buffers (Global Reveal mode). 27707Toggle Reveal mode in all buffers (Global Reveal mode).
28334Reveal mode renders invisible text around point visible again. 27708Reveal mode renders invisible text around point visible again.
28335 27709
28336If called interactively, enable Global Reveal mode if ARG is positive, 27710If called interactively, toggle `Global Reveal mode'. If the prefix
28337and disable it if ARG is zero or negative. If called from Lisp, also 27711argument is positive, enable the mode, and if it is zero or negative,
28338enable the mode if ARG is omitted or nil, and toggle it if ARG is 27712disable the mode.
28339`toggle'; disable the mode otherwise. 27713
27714If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
27715the mode if ARG is nil, omitted, or is a positive number. All other
27716values will disable the mode.
28340 27717
28341The mode's hook is called both when the mode is enabled and when it is 27718The mode's hook is called both when the mode is enabled and when it is
28342disabled. 27719disabled.
@@ -28665,30 +28042,6 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
28665 28042
28666;;;*** 28043;;;***
28667 28044
28668;;;### (autoloads "actual autoloads are elsewhere" "rmailedit" "mail/rmailedit.el"
28669;;;;;; (0 0 0 0))
28670;;; Generated autoloads from mail/rmailedit.el
28671
28672(register-definition-prefixes "rmailedit" '("rmail-"))
28673
28674;;;***
28675
28676;;;### (autoloads "actual autoloads are elsewhere" "rmailkwd" "mail/rmailkwd.el"
28677;;;;;; (0 0 0 0))
28678;;; Generated autoloads from mail/rmailkwd.el
28679
28680(register-definition-prefixes "rmailkwd" '("rmail-"))
28681
28682;;;***
28683
28684;;;### (autoloads "actual autoloads are elsewhere" "rmailmm" "mail/rmailmm.el"
28685;;;;;; (0 0 0 0))
28686;;; Generated autoloads from mail/rmailmm.el
28687
28688(register-definition-prefixes "rmailmm" '("rmail-"))
28689
28690;;;***
28691
28692;;;### (autoloads nil "rmailout" "mail/rmailout.el" (0 0 0 0)) 28045;;;### (autoloads nil "rmailout" "mail/rmailout.el" (0 0 0 0))
28693;;; Generated autoloads from mail/rmailout.el 28046;;; Generated autoloads from mail/rmailout.el
28694(put 'rmail-output-file-alist 'risky-local-variable t) 28047(put 'rmail-output-file-alist 'risky-local-variable t)
@@ -28761,22 +28114,6 @@ than appending to it. Deletes the message after writing if
28761 28114
28762;;;*** 28115;;;***
28763 28116
28764;;;### (autoloads "actual autoloads are elsewhere" "rmailsort" "mail/rmailsort.el"
28765;;;;;; (0 0 0 0))
28766;;; Generated autoloads from mail/rmailsort.el
28767
28768(register-definition-prefixes "rmailsort" '("rmail-"))
28769
28770;;;***
28771
28772;;;### (autoloads "actual autoloads are elsewhere" "rmailsum" "mail/rmailsum.el"
28773;;;;;; (0 0 0 0))
28774;;; Generated autoloads from mail/rmailsum.el
28775
28776(register-definition-prefixes "rmailsum" '("rmail-"))
28777
28778;;;***
28779
28780;;;### (autoloads nil "rmc" "emacs-lisp/rmc.el" (0 0 0 0)) 28117;;;### (autoloads nil "rmc" "emacs-lisp/rmc.el" (0 0 0 0))
28781;;; Generated autoloads from emacs-lisp/rmc.el 28118;;; Generated autoloads from emacs-lisp/rmc.el
28782 28119
@@ -28904,10 +28241,13 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil." t nil)
28904(autoload 'rng-validate-mode "rng-valid" "\ 28241(autoload 'rng-validate-mode "rng-valid" "\
28905Minor mode performing continual validation against a RELAX NG schema. 28242Minor mode performing continual validation against a RELAX NG schema.
28906 28243
28907If called interactively, enable Rng-Validate mode if ARG is positive, 28244If called interactively, toggle `Rng-Validate mode'. If the prefix
28908and disable it if ARG is zero or negative. If called from Lisp, also 28245argument is positive, enable the mode, and if it is zero or negative,
28909enable the mode if ARG is omitted or nil, and toggle it if ARG is 28246disable the mode.
28910`toggle'; disable the mode otherwise. 28247
28248If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
28249the mode if ARG is nil, omitted, or is a positive number. All other
28250values will disable the mode.
28911 28251
28912The mode's hook is called both when the mode is enabled and when it is 28252The mode's hook is called both when the mode is enabled and when it is
28913disabled. 28253disabled.
@@ -28941,7 +28281,7 @@ to use for finding the schema.
28941;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (0 0 0 0)) 28281;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (0 0 0 0))
28942;;; Generated autoloads from nxml/rng-xsd.el 28282;;; Generated autoloads from nxml/rng-xsd.el
28943 28283
28944(put 'https://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile #'rng-xsd-compile) 28284(put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile #'rng-xsd-compile)
28945 28285
28946(autoload 'rng-xsd-compile "rng-xsd" "\ 28286(autoload 'rng-xsd-compile "rng-xsd" "\
28947Provide W3C XML Schema as a RELAX NG datatypes library. 28287Provide W3C XML Schema as a RELAX NG datatypes library.
@@ -29058,10 +28398,13 @@ highlighting.
29058(autoload 'rst-minor-mode "rst" "\ 28398(autoload 'rst-minor-mode "rst" "\
29059Toggle ReST minor mode. 28399Toggle ReST minor mode.
29060 28400
29061If called interactively, enable Rst minor mode if ARG is positive, and 28401If called interactively, toggle `Rst minor mode'. If the prefix
29062disable it if ARG is zero or negative. If called from Lisp, also 28402argument is positive, enable the mode, and if it is zero or negative,
29063enable the mode if ARG is omitted or nil, and toggle it if ARG is 28403disable the mode.
29064`toggle'; disable the mode otherwise. 28404
28405If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
28406the mode if ARG is nil, omitted, or is a positive number. All other
28407values will disable the mode.
29065 28408
29066The mode's hook is called both when the mode is enabled and when it is 28409The mode's hook is called both when the mode is enabled and when it is
29067disabled. 28410disabled.
@@ -29111,10 +28454,13 @@ Use the command `ruler-mode' to change this variable.")
29111(autoload 'ruler-mode "ruler-mode" "\ 28454(autoload 'ruler-mode "ruler-mode" "\
29112Toggle display of ruler in header line (Ruler mode). 28455Toggle display of ruler in header line (Ruler mode).
29113 28456
29114If called interactively, enable Ruler mode if ARG is positive, and 28457If called interactively, toggle `Ruler mode'. If the prefix argument
29115disable it if ARG is zero or negative. If called from Lisp, also 28458is positive, enable the mode, and if it is zero or negative, disable
29116enable the mode if ARG is omitted or nil, and toggle it if ARG is 28459the mode.
29117`toggle'; disable the mode otherwise. 28460
28461If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
28462the mode if ARG is nil, omitted, or is a positive number. All other
28463values will disable the mode.
29118 28464
29119The mode's hook is called both when the mode is enabled and when it is 28465The mode's hook is called both when the mode is enabled and when it is
29120disabled. 28466disabled.
@@ -29342,7 +28688,6 @@ For more details, see Info node `(elisp) Extending Rx'.
29342 28688
29343;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (0 0 0 0)) 28689;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (0 0 0 0))
29344;;; Generated autoloads from net/sasl-ntlm.el 28690;;; Generated autoloads from net/sasl-ntlm.el
29345(push (purecopy '(sasl 1 0)) package--builtin-versions)
29346 28691
29347(register-definition-prefixes "sasl-ntlm" '("sasl-ntlm-")) 28692(register-definition-prefixes "sasl-ntlm" '("sasl-ntlm-"))
29348 28693
@@ -29366,7 +28711,6 @@ For more details, see Info node `(elisp) Extending Rx'.
29366 28711
29367;;;### (autoloads nil "savehist" "savehist.el" (0 0 0 0)) 28712;;;### (autoloads nil "savehist" "savehist.el" (0 0 0 0))
29368;;; Generated autoloads from savehist.el 28713;;; Generated autoloads from savehist.el
29369(push (purecopy '(savehist 24)) package--builtin-versions)
29370 28714
29371(defvar savehist-mode nil "\ 28715(defvar savehist-mode nil "\
29372Non-nil if Savehist mode is enabled. 28716Non-nil if Savehist mode is enabled.
@@ -29381,10 +28725,13 @@ or call the function `savehist-mode'.")
29381(autoload 'savehist-mode "savehist" "\ 28725(autoload 'savehist-mode "savehist" "\
29382Toggle saving of minibuffer history (Savehist mode). 28726Toggle saving of minibuffer history (Savehist mode).
29383 28727
29384If called interactively, enable Savehist mode if ARG is positive, and 28728If called interactively, toggle `Savehist mode'. If the prefix
29385disable it if ARG is zero or negative. If called from Lisp, also 28729argument is positive, enable the mode, and if it is zero or negative,
29386enable the mode if ARG is omitted or nil, and toggle it if ARG is 28730disable the mode.
29387`toggle'; disable the mode otherwise. 28731
28732If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
28733the mode if ARG is nil, omitted, or is a positive number. All other
28734values will disable the mode.
29388 28735
29389The mode's hook is called both when the mode is enabled and when it is 28736The mode's hook is called both when the mode is enabled and when it is
29390disabled. 28737disabled.
@@ -29439,10 +28786,13 @@ Non-nil means automatically save place in each file.
29439This means when you visit a file, point goes to the last place 28786This means when you visit a file, point goes to the last place
29440where it was when you previously visited the same file. 28787where it was when you previously visited the same file.
29441 28788
29442If called interactively, enable Save-Place mode if ARG is positive, 28789If called interactively, toggle `Save-Place mode'. If the prefix
29443and disable it if ARG is zero or negative. If called from Lisp, also 28790argument is positive, enable the mode, and if it is zero or negative,
29444enable the mode if ARG is omitted or nil, and toggle it if ARG is 28791disable the mode.
29445`toggle'; disable the mode otherwise. 28792
28793If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
28794the mode if ARG is nil, omitted, or is a positive number. All other
28795values will disable the mode.
29446 28796
29447The mode's hook is called both when the mode is enabled and when it is 28797The mode's hook is called both when the mode is enabled and when it is
29448disabled. 28798disabled.
@@ -29455,10 +28805,13 @@ If this mode is enabled, point is recorded when you kill the buffer
29455or exit Emacs. Visiting this file again will go to that position, 28805or exit Emacs. Visiting this file again will go to that position,
29456even in a later Emacs session. 28806even in a later Emacs session.
29457 28807
29458If called interactively, enable Save-Place-Local mode if ARG is 28808If called interactively, toggle `Save-Place-Local mode'. If the
29459positive, and disable it if ARG is zero or negative. If called from 28809prefix argument is positive, enable the mode, and if it is zero or
29460Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 28810negative, disable the mode.
29461ARG is `toggle'; disable the mode otherwise. 28811
28812If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
28813the mode if ARG is nil, omitted, or is a positive number. All other
28814values will disable the mode.
29462 28815
29463The mode's hook is called both when the mode is enabled and when it is 28816The mode's hook is called both when the mode is enabled and when it is
29464disabled. 28817disabled.
@@ -29546,10 +28899,13 @@ or call the function `scroll-all-mode'.")
29546(autoload 'scroll-all-mode "scroll-all" "\ 28899(autoload 'scroll-all-mode "scroll-all" "\
29547Toggle shared scrolling in same-frame windows (Scroll-All mode). 28900Toggle shared scrolling in same-frame windows (Scroll-All mode).
29548 28901
29549If called interactively, enable Scroll-All mode if ARG is positive, 28902If called interactively, toggle `Scroll-All mode'. If the prefix
29550and disable it if ARG is zero or negative. If called from Lisp, also 28903argument is positive, enable the mode, and if it is zero or negative,
29551enable the mode if ARG is omitted or nil, and toggle it if ARG is 28904disable the mode.
29552`toggle'; disable the mode otherwise. 28905
28906If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
28907the mode if ARG is nil, omitted, or is a positive number. All other
28908values will disable the mode.
29553 28909
29554The mode's hook is called both when the mode is enabled and when it is 28910The mode's hook is called both when the mode is enabled and when it is
29555disabled. 28911disabled.
@@ -29576,10 +28932,13 @@ one window apply to all visible windows in the same frame.
29576(autoload 'scroll-lock-mode "scroll-lock" "\ 28932(autoload 'scroll-lock-mode "scroll-lock" "\
29577Buffer-local minor mode for pager-like scrolling. 28933Buffer-local minor mode for pager-like scrolling.
29578 28934
29579If called interactively, enable Scroll-Lock mode if ARG is positive, 28935If called interactively, toggle `Scroll-Lock mode'. If the prefix
29580and disable it if ARG is zero or negative. If called from Lisp, also 28936argument is positive, enable the mode, and if it is zero or negative,
29581enable the mode if ARG is omitted or nil, and toggle it if ARG is 28937disable the mode.
29582`toggle'; disable the mode otherwise. 28938
28939If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
28940the mode if ARG is nil, omitted, or is a positive number. All other
28941values will disable the mode.
29583 28942
29584The mode's hook is called both when the mode is enabled and when it is 28943The mode's hook is called both when the mode is enabled and when it is
29585disabled. 28944disabled.
@@ -29650,10 +29009,13 @@ or call the function `semantic-mode'.")
29650(autoload 'semantic-mode "semantic" "\ 29009(autoload 'semantic-mode "semantic" "\
29651Toggle parser features (Semantic mode). 29010Toggle parser features (Semantic mode).
29652 29011
29653If called interactively, enable Semantic mode if ARG is positive, and 29012If called interactively, toggle `Semantic mode'. If the prefix
29654disable it if ARG is zero or negative. If called from Lisp, also 29013argument is positive, enable the mode, and if it is zero or negative,
29655enable the mode if ARG is omitted or nil, and toggle it if ARG is 29014disable the mode.
29656`toggle'; disable the mode otherwise. 29015
29016If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
29017the mode if ARG is nil, omitted, or is a positive number. All other
29018values will disable the mode.
29657 29019
29658The mode's hook is called both when the mode is enabled and when it is 29020The mode's hook is called both when the mode is enabled and when it is
29659disabled. 29021disabled.
@@ -29672,22 +29034,6 @@ Semantic mode.
29672 29034
29673;;;*** 29035;;;***
29674 29036
29675;;;### (autoloads "actual autoloads are elsewhere" "semantic/analyze"
29676;;;;;; "cedet/semantic/analyze.el" (0 0 0 0))
29677;;; Generated autoloads from cedet/semantic/analyze.el
29678
29679(register-definition-prefixes "semantic/analyze" '("semantic-a"))
29680
29681;;;***
29682
29683;;;### (autoloads "actual autoloads are elsewhere" "semantic/analyze/complete"
29684;;;;;; "cedet/semantic/analyze/complete.el" (0 0 0 0))
29685;;; Generated autoloads from cedet/semantic/analyze/complete.el
29686
29687(register-definition-prefixes "semantic/analyze/complete" '("semantic-analyze-"))
29688
29689;;;***
29690
29691;;;### (autoloads nil "semantic/analyze/debug" "cedet/semantic/analyze/debug.el" 29037;;;### (autoloads nil "semantic/analyze/debug" "cedet/semantic/analyze/debug.el"
29692;;;;;; (0 0 0 0)) 29038;;;;;; (0 0 0 0))
29693;;; Generated autoloads from cedet/semantic/analyze/debug.el 29039;;; Generated autoloads from cedet/semantic/analyze/debug.el
@@ -29704,30 +29050,6 @@ Semantic mode.
29704 29050
29705;;;*** 29051;;;***
29706 29052
29707;;;### (autoloads "actual autoloads are elsewhere" "semantic/analyze/refs"
29708;;;;;; "cedet/semantic/analyze/refs.el" (0 0 0 0))
29709;;; Generated autoloads from cedet/semantic/analyze/refs.el
29710
29711(register-definition-prefixes "semantic/analyze/refs" '("semantic-"))
29712
29713;;;***
29714
29715;;;### (autoloads "actual autoloads are elsewhere" "semantic/bovine"
29716;;;;;; "cedet/semantic/bovine.el" (0 0 0 0))
29717;;; Generated autoloads from cedet/semantic/bovine.el
29718
29719(register-definition-prefixes "semantic/bovine" '("semantic-"))
29720
29721;;;***
29722
29723;;;### (autoloads "actual autoloads are elsewhere" "semantic/bovine/c"
29724;;;;;; "cedet/semantic/bovine/c.el" (0 0 0 0))
29725;;; Generated autoloads from cedet/semantic/bovine/c.el
29726
29727(register-definition-prefixes "semantic/bovine/c" '("c-mode" "semantic"))
29728
29729;;;***
29730
29731;;;### (autoloads nil "semantic/bovine/debug" "cedet/semantic/bovine/debug.el" 29053;;;### (autoloads nil "semantic/bovine/debug" "cedet/semantic/bovine/debug.el"
29732;;;;;; (0 0 0 0)) 29054;;;;;; (0 0 0 0))
29733;;; Generated autoloads from cedet/semantic/bovine/debug.el 29055;;; Generated autoloads from cedet/semantic/bovine/debug.el
@@ -29736,22 +29058,6 @@ Semantic mode.
29736 29058
29737;;;*** 29059;;;***
29738 29060
29739;;;### (autoloads "actual autoloads are elsewhere" "semantic/bovine/el"
29740;;;;;; "cedet/semantic/bovine/el.el" (0 0 0 0))
29741;;; Generated autoloads from cedet/semantic/bovine/el.el
29742
29743(register-definition-prefixes "semantic/bovine/el" '("emacs-lisp-mode" "semantic-"))
29744
29745;;;***
29746
29747;;;### (autoloads "actual autoloads are elsewhere" "semantic/bovine/gcc"
29748;;;;;; "cedet/semantic/bovine/gcc.el" (0 0 0 0))
29749;;; Generated autoloads from cedet/semantic/bovine/gcc.el
29750
29751(register-definition-prefixes "semantic/bovine/gcc" '("semantic-"))
29752
29753;;;***
29754
29755;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el" 29061;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el"
29756;;;;;; (0 0 0 0)) 29062;;;;;; (0 0 0 0))
29757;;; Generated autoloads from cedet/semantic/bovine/grammar.el 29063;;; Generated autoloads from cedet/semantic/bovine/grammar.el
@@ -29765,22 +29071,6 @@ Major mode for editing Bovine grammars.
29765 29071
29766;;;*** 29072;;;***
29767 29073
29768;;;### (autoloads "actual autoloads are elsewhere" "semantic/bovine/make"
29769;;;;;; "cedet/semantic/bovine/make.el" (0 0 0 0))
29770;;; Generated autoloads from cedet/semantic/bovine/make.el
29771
29772(register-definition-prefixes "semantic/bovine/make" '("makefile-mode" "semantic-"))
29773
29774;;;***
29775
29776;;;### (autoloads "actual autoloads are elsewhere" "semantic/bovine/scm"
29777;;;;;; "cedet/semantic/bovine/scm.el" (0 0 0 0))
29778;;; Generated autoloads from cedet/semantic/bovine/scm.el
29779
29780(register-definition-prefixes "semantic/bovine/scm" '("semantic-"))
29781
29782;;;***
29783
29784;;;### (autoloads nil "semantic/chart" "cedet/semantic/chart.el" 29074;;;### (autoloads nil "semantic/chart" "cedet/semantic/chart.el"
29785;;;;;; (0 0 0 0)) 29075;;;;;; (0 0 0 0))
29786;;; Generated autoloads from cedet/semantic/chart.el 29076;;; Generated autoloads from cedet/semantic/chart.el
@@ -29789,30 +29079,6 @@ Major mode for editing Bovine grammars.
29789 29079
29790;;;*** 29080;;;***
29791 29081
29792;;;### (autoloads "actual autoloads are elsewhere" "semantic/complete"
29793;;;;;; "cedet/semantic/complete.el" (0 0 0 0))
29794;;; Generated autoloads from cedet/semantic/complete.el
29795
29796(register-definition-prefixes "semantic/complete" '("semantic-"))
29797
29798;;;***
29799
29800;;;### (autoloads "actual autoloads are elsewhere" "semantic/ctxt"
29801;;;;;; "cedet/semantic/ctxt.el" (0 0 0 0))
29802;;; Generated autoloads from cedet/semantic/ctxt.el
29803
29804(register-definition-prefixes "semantic/ctxt" '("semantic-"))
29805
29806;;;***
29807
29808;;;### (autoloads "actual autoloads are elsewhere" "semantic/db"
29809;;;;;; "cedet/semantic/db.el" (0 0 0 0))
29810;;; Generated autoloads from cedet/semantic/db.el
29811
29812(register-definition-prefixes "semantic/db" '("semanticdb-"))
29813
29814;;;***
29815
29816;;;### (autoloads nil "semantic/db-debug" "cedet/semantic/db-debug.el" 29082;;;### (autoloads nil "semantic/db-debug" "cedet/semantic/db-debug.el"
29817;;;;;; (0 0 0 0)) 29083;;;;;; (0 0 0 0))
29818;;; Generated autoloads from cedet/semantic/db-debug.el 29084;;; Generated autoloads from cedet/semantic/db-debug.el
@@ -29837,30 +29103,6 @@ Major mode for editing Bovine grammars.
29837 29103
29838;;;*** 29104;;;***
29839 29105
29840;;;### (autoloads "actual autoloads are elsewhere" "semantic/db-file"
29841;;;;;; "cedet/semantic/db-file.el" (0 0 0 0))
29842;;; Generated autoloads from cedet/semantic/db-file.el
29843
29844(register-definition-prefixes "semantic/db-file" '("semanticdb-"))
29845
29846;;;***
29847
29848;;;### (autoloads "actual autoloads are elsewhere" "semantic/db-find"
29849;;;;;; "cedet/semantic/db-find.el" (0 0 0 0))
29850;;; Generated autoloads from cedet/semantic/db-find.el
29851
29852(register-definition-prefixes "semantic/db-find" '("semanticdb-"))
29853
29854;;;***
29855
29856;;;### (autoloads "actual autoloads are elsewhere" "semantic/db-global"
29857;;;;;; "cedet/semantic/db-global.el" (0 0 0 0))
29858;;; Generated autoloads from cedet/semantic/db-global.el
29859
29860(register-definition-prefixes "semantic/db-global" '("semanticdb-"))
29861
29862;;;***
29863
29864;;;### (autoloads nil "semantic/db-javascript" "cedet/semantic/db-javascript.el" 29106;;;### (autoloads nil "semantic/db-javascript" "cedet/semantic/db-javascript.el"
29865;;;;;; (0 0 0 0)) 29107;;;;;; (0 0 0 0))
29866;;; Generated autoloads from cedet/semantic/db-javascript.el 29108;;; Generated autoloads from cedet/semantic/db-javascript.el
@@ -29869,14 +29111,6 @@ Major mode for editing Bovine grammars.
29869 29111
29870;;;*** 29112;;;***
29871 29113
29872;;;### (autoloads "actual autoloads are elsewhere" "semantic/db-mode"
29873;;;;;; "cedet/semantic/db-mode.el" (0 0 0 0))
29874;;; Generated autoloads from cedet/semantic/db-mode.el
29875
29876(register-definition-prefixes "semantic/db-mode" '("semanticdb-"))
29877
29878;;;***
29879
29880;;;### (autoloads nil "semantic/db-ref" "cedet/semantic/db-ref.el" 29114;;;### (autoloads nil "semantic/db-ref" "cedet/semantic/db-ref.el"
29881;;;;;; (0 0 0 0)) 29115;;;;;; (0 0 0 0))
29882;;; Generated autoloads from cedet/semantic/db-ref.el 29116;;; Generated autoloads from cedet/semantic/db-ref.el
@@ -29885,22 +29119,6 @@ Major mode for editing Bovine grammars.
29885 29119
29886;;;*** 29120;;;***
29887 29121
29888;;;### (autoloads "actual autoloads are elsewhere" "semantic/db-typecache"
29889;;;;;; "cedet/semantic/db-typecache.el" (0 0 0 0))
29890;;; Generated autoloads from cedet/semantic/db-typecache.el
29891
29892(register-definition-prefixes "semantic/db-typecache" '("semanticdb-"))
29893
29894;;;***
29895
29896;;;### (autoloads "actual autoloads are elsewhere" "semantic/debug"
29897;;;;;; "cedet/semantic/debug.el" (0 0 0 0))
29898;;; Generated autoloads from cedet/semantic/debug.el
29899
29900(register-definition-prefixes "semantic/debug" '("semantic-debug-"))
29901
29902;;;***
29903
29904;;;### (autoloads nil "semantic/decorate" "cedet/semantic/decorate.el" 29122;;;### (autoloads nil "semantic/decorate" "cedet/semantic/decorate.el"
29905;;;;;; (0 0 0 0)) 29123;;;;;; (0 0 0 0))
29906;;; Generated autoloads from cedet/semantic/decorate.el 29124;;; Generated autoloads from cedet/semantic/decorate.el
@@ -29909,38 +29127,6 @@ Major mode for editing Bovine grammars.
29909 29127
29910;;;*** 29128;;;***
29911 29129
29912;;;### (autoloads "actual autoloads are elsewhere" "semantic/decorate/include"
29913;;;;;; "cedet/semantic/decorate/include.el" (0 0 0 0))
29914;;; Generated autoloads from cedet/semantic/decorate/include.el
29915
29916(register-definition-prefixes "semantic/decorate/include" '("semantic-decoration-"))
29917
29918;;;***
29919
29920;;;### (autoloads "actual autoloads are elsewhere" "semantic/decorate/mode"
29921;;;;;; "cedet/semantic/decorate/mode.el" (0 0 0 0))
29922;;; Generated autoloads from cedet/semantic/decorate/mode.el
29923
29924(register-definition-prefixes "semantic/decorate/mode" '("define-semantic-decoration-style" "semantic-"))
29925
29926;;;***
29927
29928;;;### (autoloads "actual autoloads are elsewhere" "semantic/dep"
29929;;;;;; "cedet/semantic/dep.el" (0 0 0 0))
29930;;; Generated autoloads from cedet/semantic/dep.el
29931
29932(register-definition-prefixes "semantic/dep" '("defcustom-mode-local-semantic-dependency-system-include-path" "semantic-"))
29933
29934;;;***
29935
29936;;;### (autoloads "actual autoloads are elsewhere" "semantic/doc"
29937;;;;;; "cedet/semantic/doc.el" (0 0 0 0))
29938;;; Generated autoloads from cedet/semantic/doc.el
29939
29940(register-definition-prefixes "semantic/doc" '("semantic-doc"))
29941
29942;;;***
29943
29944;;;### (autoloads nil "semantic/ede-grammar" "cedet/semantic/ede-grammar.el" 29130;;;### (autoloads nil "semantic/ede-grammar" "cedet/semantic/ede-grammar.el"
29945;;;;;; (0 0 0 0)) 29131;;;;;; (0 0 0 0))
29946;;; Generated autoloads from cedet/semantic/ede-grammar.el 29132;;; Generated autoloads from cedet/semantic/ede-grammar.el
@@ -29949,30 +29135,6 @@ Major mode for editing Bovine grammars.
29949 29135
29950;;;*** 29136;;;***
29951 29137
29952;;;### (autoloads "actual autoloads are elsewhere" "semantic/edit"
29953;;;;;; "cedet/semantic/edit.el" (0 0 0 0))
29954;;; Generated autoloads from cedet/semantic/edit.el
29955
29956(register-definition-prefixes "semantic/edit" '("semantic-"))
29957
29958;;;***
29959
29960;;;### (autoloads "actual autoloads are elsewhere" "semantic/find"
29961;;;;;; "cedet/semantic/find.el" (0 0 0 0))
29962;;; Generated autoloads from cedet/semantic/find.el
29963
29964(register-definition-prefixes "semantic/find" '("semantic-"))
29965
29966;;;***
29967
29968;;;### (autoloads "actual autoloads are elsewhere" "semantic/format"
29969;;;;;; "cedet/semantic/format.el" (0 0 0 0))
29970;;; Generated autoloads from cedet/semantic/format.el
29971
29972(register-definition-prefixes "semantic/format" '("semantic-"))
29973
29974;;;***
29975
29976;;;### (autoloads nil "semantic/fw" "cedet/semantic/fw.el" (0 0 0 29138;;;### (autoloads nil "semantic/fw" "cedet/semantic/fw.el" (0 0 0
29977;;;;;; 0)) 29139;;;;;; 0))
29978;;; Generated autoloads from cedet/semantic/fw.el 29140;;; Generated autoloads from cedet/semantic/fw.el
@@ -29997,46 +29159,6 @@ Major mode for editing Bovine grammars.
29997 29159
29998;;;*** 29160;;;***
29999 29161
30000;;;### (autoloads "actual autoloads are elsewhere" "semantic/html"
30001;;;;;; "cedet/semantic/html.el" (0 0 0 0))
30002;;; Generated autoloads from cedet/semantic/html.el
30003
30004(register-definition-prefixes "semantic/html" '("semantic-"))
30005
30006;;;***
30007
30008;;;### (autoloads "actual autoloads are elsewhere" "semantic/ia"
30009;;;;;; "cedet/semantic/ia.el" (0 0 0 0))
30010;;; Generated autoloads from cedet/semantic/ia.el
30011
30012(register-definition-prefixes "semantic/ia" '("semantic-ia-"))
30013
30014;;;***
30015
30016;;;### (autoloads "actual autoloads are elsewhere" "semantic/ia-sb"
30017;;;;;; "cedet/semantic/ia-sb.el" (0 0 0 0))
30018;;; Generated autoloads from cedet/semantic/ia-sb.el
30019
30020(register-definition-prefixes "semantic/ia-sb" '("semantic-ia-s"))
30021
30022;;;***
30023
30024;;;### (autoloads "actual autoloads are elsewhere" "semantic/idle"
30025;;;;;; "cedet/semantic/idle.el" (0 0 0 0))
30026;;; Generated autoloads from cedet/semantic/idle.el
30027
30028(register-definition-prefixes "semantic/idle" '("define-semantic-idle-service" "global-semantic-idle-summary-mode" "semantic-"))
30029
30030;;;***
30031
30032;;;### (autoloads "actual autoloads are elsewhere" "semantic/imenu"
30033;;;;;; "cedet/semantic/imenu.el" (0 0 0 0))
30034;;; Generated autoloads from cedet/semantic/imenu.el
30035
30036(register-definition-prefixes "semantic/imenu" '("semantic-"))
30037
30038;;;***
30039
30040;;;### (autoloads nil "semantic/java" "cedet/semantic/java.el" (0 29162;;;### (autoloads nil "semantic/java" "cedet/semantic/java.el" (0
30041;;;;;; 0 0 0)) 29163;;;;;; 0 0 0))
30042;;; Generated autoloads from cedet/semantic/java.el 29164;;; Generated autoloads from cedet/semantic/java.el
@@ -30045,30 +29167,6 @@ Major mode for editing Bovine grammars.
30045 29167
30046;;;*** 29168;;;***
30047 29169
30048;;;### (autoloads "actual autoloads are elsewhere" "semantic/lex"
30049;;;;;; "cedet/semantic/lex.el" (0 0 0 0))
30050;;; Generated autoloads from cedet/semantic/lex.el
30051
30052(register-definition-prefixes "semantic/lex" '("define-lex" "semantic-"))
30053
30054;;;***
30055
30056;;;### (autoloads "actual autoloads are elsewhere" "semantic/lex-spp"
30057;;;;;; "cedet/semantic/lex-spp.el" (0 0 0 0))
30058;;; Generated autoloads from cedet/semantic/lex-spp.el
30059
30060(register-definition-prefixes "semantic/lex-spp" '("define-lex-spp-" "semantic-lex-"))
30061
30062;;;***
30063
30064;;;### (autoloads "actual autoloads are elsewhere" "semantic/mru-bookmark"
30065;;;;;; "cedet/semantic/mru-bookmark.el" (0 0 0 0))
30066;;; Generated autoloads from cedet/semantic/mru-bookmark.el
30067
30068(register-definition-prefixes "semantic/mru-bookmark" '("global-semantic-mru-bookmark-mode" "semantic-"))
30069
30070;;;***
30071
30072;;;### (autoloads nil "semantic/sb" "cedet/semantic/sb.el" (0 0 0 29170;;;### (autoloads nil "semantic/sb" "cedet/semantic/sb.el" (0 0 0
30073;;;;;; 0)) 29171;;;;;; 0))
30074;;; Generated autoloads from cedet/semantic/sb.el 29172;;; Generated autoloads from cedet/semantic/sb.el
@@ -30077,46 +29175,6 @@ Major mode for editing Bovine grammars.
30077 29175
30078;;;*** 29176;;;***
30079 29177
30080;;;### (autoloads "actual autoloads are elsewhere" "semantic/scope"
30081;;;;;; "cedet/semantic/scope.el" (0 0 0 0))
30082;;; Generated autoloads from cedet/semantic/scope.el
30083
30084(register-definition-prefixes "semantic/scope" '("semantic-"))
30085
30086;;;***
30087
30088;;;### (autoloads "actual autoloads are elsewhere" "semantic/senator"
30089;;;;;; "cedet/semantic/senator.el" (0 0 0 0))
30090;;; Generated autoloads from cedet/semantic/senator.el
30091
30092(register-definition-prefixes "semantic/senator" '("semantic-up-reference" "senator-"))
30093
30094;;;***
30095
30096;;;### (autoloads "actual autoloads are elsewhere" "semantic/sort"
30097;;;;;; "cedet/semantic/sort.el" (0 0 0 0))
30098;;; Generated autoloads from cedet/semantic/sort.el
30099
30100(register-definition-prefixes "semantic/sort" '("semantic-"))
30101
30102;;;***
30103
30104;;;### (autoloads "actual autoloads are elsewhere" "semantic/symref"
30105;;;;;; "cedet/semantic/symref.el" (0 0 0 0))
30106;;; Generated autoloads from cedet/semantic/symref.el
30107
30108(register-definition-prefixes "semantic/symref" '("semantic-symref-"))
30109
30110;;;***
30111
30112;;;### (autoloads "actual autoloads are elsewhere" "semantic/symref/cscope"
30113;;;;;; "cedet/semantic/symref/cscope.el" (0 0 0 0))
30114;;; Generated autoloads from cedet/semantic/symref/cscope.el
30115
30116(register-definition-prefixes "semantic/symref/cscope" '("semantic-symref-cscope--line-re"))
30117
30118;;;***
30119
30120;;;### (autoloads nil "semantic/symref/filter" "cedet/semantic/symref/filter.el" 29178;;;### (autoloads nil "semantic/symref/filter" "cedet/semantic/symref/filter.el"
30121;;;;;; (0 0 0 0)) 29179;;;;;; (0 0 0 0))
30122;;; Generated autoloads from cedet/semantic/symref/filter.el 29180;;; Generated autoloads from cedet/semantic/symref/filter.el
@@ -30125,78 +29183,6 @@ Major mode for editing Bovine grammars.
30125 29183
30126;;;*** 29184;;;***
30127 29185
30128;;;### (autoloads "actual autoloads are elsewhere" "semantic/symref/global"
30129;;;;;; "cedet/semantic/symref/global.el" (0 0 0 0))
30130;;; Generated autoloads from cedet/semantic/symref/global.el
30131
30132(register-definition-prefixes "semantic/symref/global" '("semantic-symref-global--line-re"))
30133
30134;;;***
30135
30136;;;### (autoloads "actual autoloads are elsewhere" "semantic/symref/grep"
30137;;;;;; "cedet/semantic/symref/grep.el" (0 0 0 0))
30138;;; Generated autoloads from cedet/semantic/symref/grep.el
30139
30140(register-definition-prefixes "semantic/symref/grep" '("semantic-symref-"))
30141
30142;;;***
30143
30144;;;### (autoloads "actual autoloads are elsewhere" "semantic/symref/idutils"
30145;;;;;; "cedet/semantic/symref/idutils.el" (0 0 0 0))
30146;;; Generated autoloads from cedet/semantic/symref/idutils.el
30147
30148(register-definition-prefixes "semantic/symref/idutils" '("semantic-symref-idutils--line-re"))
30149
30150;;;***
30151
30152;;;### (autoloads "actual autoloads are elsewhere" "semantic/symref/list"
30153;;;;;; "cedet/semantic/symref/list.el" (0 0 0 0))
30154;;; Generated autoloads from cedet/semantic/symref/list.el
30155
30156(register-definition-prefixes "semantic/symref/list" '("semantic-symref-"))
30157
30158;;;***
30159
30160;;;### (autoloads "actual autoloads are elsewhere" "semantic/tag"
30161;;;;;; "cedet/semantic/tag.el" (0 0 0 0))
30162;;; Generated autoloads from cedet/semantic/tag.el
30163
30164(register-definition-prefixes "semantic/tag" '("semantic-"))
30165
30166;;;***
30167
30168;;;### (autoloads "actual autoloads are elsewhere" "semantic/tag-file"
30169;;;;;; "cedet/semantic/tag-file.el" (0 0 0 0))
30170;;; Generated autoloads from cedet/semantic/tag-file.el
30171
30172(register-definition-prefixes "semantic/tag-file" '("semantic-prototype-file"))
30173
30174;;;***
30175
30176;;;### (autoloads "actual autoloads are elsewhere" "semantic/tag-ls"
30177;;;;;; "cedet/semantic/tag-ls.el" (0 0 0 0))
30178;;; Generated autoloads from cedet/semantic/tag-ls.el
30179
30180(register-definition-prefixes "semantic/tag-ls" '("semantic-"))
30181
30182;;;***
30183
30184;;;### (autoloads "actual autoloads are elsewhere" "semantic/tag-write"
30185;;;;;; "cedet/semantic/tag-write.el" (0 0 0 0))
30186;;; Generated autoloads from cedet/semantic/tag-write.el
30187
30188(register-definition-prefixes "semantic/tag-write" '("semantic-tag-write-"))
30189
30190;;;***
30191
30192;;;### (autoloads "actual autoloads are elsewhere" "semantic/texi"
30193;;;;;; "cedet/semantic/texi.el" (0 0 0 0))
30194;;; Generated autoloads from cedet/semantic/texi.el
30195
30196(register-definition-prefixes "semantic/texi" '("semantic-"))
30197
30198;;;***
30199
30200;;;### (autoloads nil "semantic/util" "cedet/semantic/util.el" (0 29186;;;### (autoloads nil "semantic/util" "cedet/semantic/util.el" (0
30201;;;;;; 0 0 0)) 29187;;;;;; 0 0 0))
30202;;; Generated autoloads from cedet/semantic/util.el 29188;;; Generated autoloads from cedet/semantic/util.el
@@ -30205,14 +29191,6 @@ Major mode for editing Bovine grammars.
30205 29191
30206;;;*** 29192;;;***
30207 29193
30208;;;### (autoloads "actual autoloads are elsewhere" "semantic/util-modes"
30209;;;;;; "cedet/semantic/util-modes.el" (0 0 0 0))
30210;;; Generated autoloads from cedet/semantic/util-modes.el
30211
30212(register-definition-prefixes "semantic/util-modes" '("semantic-"))
30213
30214;;;***
30215
30216;;;### (autoloads nil "semantic/wisent" "cedet/semantic/wisent.el" 29194;;;### (autoloads nil "semantic/wisent" "cedet/semantic/wisent.el"
30217;;;;;; (0 0 0 0)) 29195;;;;;; (0 0 0 0))
30218;;; Generated autoloads from cedet/semantic/wisent.el 29196;;; Generated autoloads from cedet/semantic/wisent.el
@@ -30242,30 +29220,6 @@ Major mode for editing Wisent grammars.
30242 29220
30243;;;*** 29221;;;***
30244 29222
30245;;;### (autoloads "actual autoloads are elsewhere" "semantic/wisent/java-tags"
30246;;;;;; "cedet/semantic/wisent/java-tags.el" (0 0 0 0))
30247;;; Generated autoloads from cedet/semantic/wisent/java-tags.el
30248
30249(register-definition-prefixes "semantic/wisent/java-tags" '("semantic-" "wisent-java-parse-error"))
30250
30251;;;***
30252
30253;;;### (autoloads "actual autoloads are elsewhere" "semantic/wisent/javascript"
30254;;;;;; "cedet/semantic/wisent/javascript.el" (0 0 0 0))
30255;;; Generated autoloads from cedet/semantic/wisent/javascript.el
30256
30257(register-definition-prefixes "semantic/wisent/javascript" '("semantic-" "wisent-javascript-jv-expand-tag"))
30258
30259;;;***
30260
30261;;;### (autoloads "actual autoloads are elsewhere" "semantic/wisent/python"
30262;;;;;; "cedet/semantic/wisent/python.el" (0 0 0 0))
30263;;; Generated autoloads from cedet/semantic/wisent/python.el
30264
30265(register-definition-prefixes "semantic/wisent/python" '("semantic-" "wisent-python-"))
30266
30267;;;***
30268
30269;;;### (autoloads nil "semantic/wisent/wisent" "cedet/semantic/wisent/wisent.el" 29223;;;### (autoloads nil "semantic/wisent/wisent" "cedet/semantic/wisent/wisent.el"
30270;;;;;; (0 0 0 0)) 29224;;;;;; (0 0 0 0))
30271;;; Generated autoloads from cedet/semantic/wisent/wisent.el 29225;;; Generated autoloads from cedet/semantic/wisent/wisent.el
@@ -30590,9 +29544,11 @@ Return a list of all the elements for which (PRED element) is nil in SEQUENCE.
30590Reduce the function FUNCTION across SEQUENCE, starting with INITIAL-VALUE. 29544Reduce the function FUNCTION across SEQUENCE, starting with INITIAL-VALUE.
30591 29545
30592Return the result of calling FUNCTION with INITIAL-VALUE and the 29546Return the result of calling FUNCTION with INITIAL-VALUE and the
30593first element of SEQUENCE, then calling FUNCTION with that result and 29547first element of SEQUENCE, then calling FUNCTION with that result
30594the second element of SEQUENCE, then with that result and the third 29548and the second element of SEQUENCE, then with that result and the
30595element of SEQUENCE, etc. 29549third element of SEQUENCE, etc. FUNCTION will be called with
29550INITIAL-VALUE (and then the accumulated value) as the first
29551argument, and the elements from SEQUENCE as the second argument.
30596 29552
30597If SEQUENCE is empty, return INITIAL-VALUE and FUNCTION is not called. 29553If SEQUENCE is empty, return INITIAL-VALUE and FUNCTION is not called.
30598 29554
@@ -30625,6 +29581,13 @@ Equality is defined by TESTFN if non-nil or by `equal' if nil.
30625 29581
30626\(fn SEQUENCE ELT &optional TESTFN)" nil nil) 29582\(fn SEQUENCE ELT &optional TESTFN)" nil nil)
30627 29583
29584(autoload 'seq-group-by "seq" "\
29585Apply FUNCTION to each element of SEQUENCE.
29586Separate the elements of SEQUENCE into an alist using the results as
29587keys. Keys are compared using `equal'.
29588
29589\(fn FUNCTION SEQUENCE)" nil nil)
29590
30628(autoload 'seq-max "seq" "\ 29591(autoload 'seq-max "seq" "\
30629Return the largest element of SEQUENCE. 29592Return the largest element of SEQUENCE.
30630SEQUENCE must be a sequence of numbers or markers. 29593SEQUENCE must be a sequence of numbers or markers.
@@ -30686,10 +29649,13 @@ or call the function `server-mode'.")
30686(autoload 'server-mode "server" "\ 29649(autoload 'server-mode "server" "\
30687Toggle Server mode. 29650Toggle Server mode.
30688 29651
30689If called interactively, enable Server mode if ARG is positive, and 29652If called interactively, toggle `Server mode'. If the prefix argument
30690disable it if ARG is zero or negative. If called from Lisp, also 29653is positive, enable the mode, and if it is zero or negative, disable
30691enable the mode if ARG is omitted or nil, and toggle it if ARG is 29654the mode.
30692`toggle'; disable the mode otherwise. 29655
29656If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
29657the mode if ARG is nil, omitted, or is a positive number. All other
29658values will disable the mode.
30693 29659
30694The mode's hook is called both when the mode is enabled and when it is 29660The mode's hook is called both when the mode is enabled and when it is
30695disabled. 29661disabled.
@@ -30828,7 +29794,6 @@ To work around that, do:
30828;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (0 0 0 29794;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (0 0 0
30829;;;;;; 0)) 29795;;;;;; 0))
30830;;; Generated autoloads from progmodes/sh-script.el 29796;;; Generated autoloads from progmodes/sh-script.el
30831(push (purecopy '(sh-script 2 0 6)) package--builtin-versions)
30832(put 'sh-shell 'safe-local-variable 'symbolp) 29797(put 'sh-shell 'safe-local-variable 'symbolp)
30833 29798
30834(autoload 'sh-mode "sh-script" "\ 29799(autoload 'sh-mode "sh-script" "\
@@ -31028,6 +29993,19 @@ Make the shell buffer the current buffer, and return it.
31028 29993
31029;;;*** 29994;;;***
31030 29995
29996;;;### (autoloads nil "shortdoc" "emacs-lisp/shortdoc.el" (0 0 0
29997;;;;;; 0))
29998;;; Generated autoloads from emacs-lisp/shortdoc.el
29999
30000(autoload 'shortdoc-display-group "shortdoc" "\
30001Pop to a buffer with short documentation summary for functions in GROUP.
30002
30003\(fn GROUP)" t nil)
30004
30005(register-definition-prefixes "shortdoc" '("alist" "buffer" "define-short-documentation-group" "file" "hash-table" "list" "number" "process" "regexp" "sequence" "shortdoc-" "string" "vector"))
30006
30007;;;***
30008
31031;;;### (autoloads nil "shr" "net/shr.el" (0 0 0 0)) 30009;;;### (autoloads nil "shr" "net/shr.el" (0 0 0 0))
31032;;; Generated autoloads from net/shr.el 30010;;; Generated autoloads from net/shr.el
31033 30011
@@ -31308,10 +30286,13 @@ buffer names.
31308(autoload 'smerge-mode "smerge-mode" "\ 30286(autoload 'smerge-mode "smerge-mode" "\
31309Minor mode to simplify editing output from the diff3 program. 30287Minor mode to simplify editing output from the diff3 program.
31310 30288
31311If called interactively, enable Smerge mode if ARG is positive, and 30289If called interactively, toggle `Smerge mode'. If the prefix argument
31312disable it if ARG is zero or negative. If called from Lisp, also 30290is positive, enable the mode, and if it is zero or negative, disable
31313enable the mode if ARG is omitted or nil, and toggle it if ARG is 30291the mode.
31314`toggle'; disable the mode otherwise. 30292
30293If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
30294the mode if ARG is nil, omitted, or is a positive number. All other
30295values will disable the mode.
31315 30296
31316The mode's hook is called both when the mode is enabled and when it is 30297The mode's hook is called both when the mode is enabled and when it is
31317disabled. 30298disabled.
@@ -31438,10 +30419,13 @@ Open the so-long `customize' group." t nil)
31438(autoload 'so-long-minor-mode "so-long" "\ 30419(autoload 'so-long-minor-mode "so-long" "\
31439This is the minor mode equivalent of `so-long-mode'. 30420This is the minor mode equivalent of `so-long-mode'.
31440 30421
31441If called interactively, enable So-Long minor mode if ARG is positive, 30422If called interactively, toggle `So-Long minor mode'. If the prefix
31442and disable it if ARG is zero or negative. If called from Lisp, also 30423argument is positive, enable the mode, and if it is zero or negative,
31443enable the mode if ARG is omitted or nil, and toggle it if ARG is 30424disable the mode.
31444`toggle'; disable the mode otherwise. 30425
30426If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
30427the mode if ARG is nil, omitted, or is a positive number. All other
30428values will disable the mode.
31445 30429
31446The mode's hook is called both when the mode is enabled and when it is 30430The mode's hook is called both when the mode is enabled and when it is
31447disabled. 30431disabled.
@@ -31517,10 +30501,13 @@ or call the function `global-so-long-mode'.")
31517(autoload 'global-so-long-mode "so-long" "\ 30501(autoload 'global-so-long-mode "so-long" "\
31518Toggle automated performance mitigations for files with long lines. 30502Toggle automated performance mitigations for files with long lines.
31519 30503
31520If called interactively, enable Global So-Long mode if ARG is 30504If called interactively, toggle `Global So-Long mode'. If the prefix
31521positive, and disable it if ARG is zero or negative. If called from 30505argument is positive, enable the mode, and if it is zero or negative,
31522Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 30506disable the mode.
31523ARG is `toggle'; disable the mode otherwise. 30507
30508If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
30509the mode if ARG is nil, omitted, or is a positive number. All other
30510values will disable the mode.
31524 30511
31525The mode's hook is called both when the mode is enabled and when it is 30512The mode's hook is called both when the mode is enabled and when it is
31526disabled. 30513disabled.
@@ -32475,22 +31462,6 @@ Run vsql as an inferior process.
32475 31462
32476;;;*** 31463;;;***
32477 31464
32478;;;### (autoloads "actual autoloads are elsewhere" "srecode/compile"
32479;;;;;; "cedet/srecode/compile.el" (0 0 0 0))
32480;;; Generated autoloads from cedet/srecode/compile.el
32481
32482(register-definition-prefixes "srecode/compile" '("srecode-"))
32483
32484;;;***
32485
32486;;;### (autoloads "actual autoloads are elsewhere" "srecode/cpp"
32487;;;;;; "cedet/srecode/cpp.el" (0 0 0 0))
32488;;; Generated autoloads from cedet/srecode/cpp.el
32489
32490(register-definition-prefixes "srecode/cpp" '("srecode-"))
32491
32492;;;***
32493
32494;;;### (autoloads nil "srecode/ctxt" "cedet/srecode/ctxt.el" (0 0 31465;;;### (autoloads nil "srecode/ctxt" "cedet/srecode/ctxt.el" (0 0
32495;;;;;; 0 0)) 31466;;;;;; 0 0))
32496;;; Generated autoloads from cedet/srecode/ctxt.el 31467;;; Generated autoloads from cedet/srecode/ctxt.el
@@ -32507,30 +31478,6 @@ Run vsql as an inferior process.
32507 31478
32508;;;*** 31479;;;***
32509 31480
32510;;;### (autoloads "actual autoloads are elsewhere" "srecode/document"
32511;;;;;; "cedet/srecode/document.el" (0 0 0 0))
32512;;; Generated autoloads from cedet/srecode/document.el
32513
32514(register-definition-prefixes "srecode/document" '("srecode-document-"))
32515
32516;;;***
32517
32518;;;### (autoloads "actual autoloads are elsewhere" "srecode/el" "cedet/srecode/el.el"
32519;;;;;; (0 0 0 0))
32520;;; Generated autoloads from cedet/srecode/el.el
32521
32522(register-definition-prefixes "srecode/el" '("srecode-semantic-apply-tag-to-dict"))
32523
32524;;;***
32525
32526;;;### (autoloads "actual autoloads are elsewhere" "srecode/expandproto"
32527;;;;;; "cedet/srecode/expandproto.el" (0 0 0 0))
32528;;; Generated autoloads from cedet/srecode/expandproto.el
32529
32530(register-definition-prefixes "srecode/expandproto" '("srecode-"))
32531
32532;;;***
32533
32534;;;### (autoloads nil "srecode/extract" "cedet/srecode/extract.el" 31481;;;### (autoloads nil "srecode/extract" "cedet/srecode/extract.el"
32535;;;;;; (0 0 0 0)) 31482;;;;;; (0 0 0 0))
32536;;; Generated autoloads from cedet/srecode/extract.el 31483;;; Generated autoloads from cedet/srecode/extract.el
@@ -32563,38 +31510,6 @@ Run vsql as an inferior process.
32563 31510
32564;;;*** 31511;;;***
32565 31512
32566;;;### (autoloads "actual autoloads are elsewhere" "srecode/getset"
32567;;;;;; "cedet/srecode/getset.el" (0 0 0 0))
32568;;; Generated autoloads from cedet/srecode/getset.el
32569
32570(register-definition-prefixes "srecode/getset" '("srecode-"))
32571
32572;;;***
32573
32574;;;### (autoloads "actual autoloads are elsewhere" "srecode/insert"
32575;;;;;; "cedet/srecode/insert.el" (0 0 0 0))
32576;;; Generated autoloads from cedet/srecode/insert.el
32577
32578(register-definition-prefixes "srecode/insert" '("srecode-"))
32579
32580;;;***
32581
32582;;;### (autoloads "actual autoloads are elsewhere" "srecode/map"
32583;;;;;; "cedet/srecode/map.el" (0 0 0 0))
32584;;; Generated autoloads from cedet/srecode/map.el
32585
32586(register-definition-prefixes "srecode/map" '("srecode-"))
32587
32588;;;***
32589
32590;;;### (autoloads "actual autoloads are elsewhere" "srecode/mode"
32591;;;;;; "cedet/srecode/mode.el" (0 0 0 0))
32592;;; Generated autoloads from cedet/srecode/mode.el
32593
32594(register-definition-prefixes "srecode/mode" '("srecode-"))
32595
32596;;;***
32597
32598;;;### (autoloads nil "srecode/semantic" "cedet/srecode/semantic.el" 31513;;;### (autoloads nil "srecode/semantic" "cedet/srecode/semantic.el"
32599;;;;;; (0 0 0 0)) 31514;;;;;; (0 0 0 0))
32600;;; Generated autoloads from cedet/srecode/semantic.el 31515;;; Generated autoloads from cedet/srecode/semantic.el
@@ -32603,14 +31518,6 @@ Run vsql as an inferior process.
32603 31518
32604;;;*** 31519;;;***
32605 31520
32606;;;### (autoloads "actual autoloads are elsewhere" "srecode/srt"
32607;;;;;; "cedet/srecode/srt.el" (0 0 0 0))
32608;;; Generated autoloads from cedet/srecode/srt.el
32609
32610(register-definition-prefixes "srecode/srt" '("srecode-read-"))
32611
32612;;;***
32613
32614;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el" 31521;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el"
32615;;;;;; (0 0 0 0)) 31522;;;;;; (0 0 0 0))
32616;;; Generated autoloads from cedet/srecode/srt-mode.el 31523;;; Generated autoloads from cedet/srecode/srt-mode.el
@@ -32634,22 +31541,6 @@ Major-mode for writing SRecode macros.
32634 31541
32635;;;*** 31542;;;***
32636 31543
32637;;;### (autoloads "actual autoloads are elsewhere" "srecode/template"
32638;;;;;; "cedet/srecode/template.el" (0 0 0 0))
32639;;; Generated autoloads from cedet/srecode/template.el
32640
32641(register-definition-prefixes "srecode/template" '("semantic-tag-components"))
32642
32643;;;***
32644
32645;;;### (autoloads "actual autoloads are elsewhere" "srecode/texi"
32646;;;;;; "cedet/srecode/texi.el" (0 0 0 0))
32647;;; Generated autoloads from cedet/srecode/texi.el
32648
32649(register-definition-prefixes "srecode/texi" '("semantic-insert-foreign-tag" "srecode-texi-"))
32650
32651;;;***
32652
32653;;;### (autoloads nil "strokes" "strokes.el" (0 0 0 0)) 31544;;;### (autoloads nil "strokes" "strokes.el" (0 0 0 0))
32654;;; Generated autoloads from strokes.el 31545;;; Generated autoloads from strokes.el
32655 31546
@@ -32728,10 +31619,13 @@ or call the function `strokes-mode'.")
32728(autoload 'strokes-mode "strokes" "\ 31619(autoload 'strokes-mode "strokes" "\
32729Toggle Strokes mode, a global minor mode. 31620Toggle Strokes mode, a global minor mode.
32730 31621
32731If called interactively, enable Strokes mode if ARG is positive, and 31622If called interactively, toggle `Strokes mode'. If the prefix
32732disable it if ARG is zero or negative. If called from Lisp, also 31623argument is positive, enable the mode, and if it is zero or negative,
32733enable the mode if ARG is omitted or nil, and toggle it if ARG is 31624disable the mode.
32734`toggle'; disable the mode otherwise. 31625
31626If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
31627the mode if ARG is nil, omitted, or is a positive number. All other
31628values will disable the mode.
32735 31629
32736The mode's hook is called both when the mode is enabled and when it is 31630The mode's hook is called both when the mode is enabled and when it is
32737disabled. 31631disabled.
@@ -32835,10 +31729,13 @@ Truncate STRING to LENGTH, replacing initial surplus with \"...\".
32835(autoload 'subword-mode "subword" "\ 31729(autoload 'subword-mode "subword" "\
32836Toggle subword movement and editing (Subword mode). 31730Toggle subword movement and editing (Subword mode).
32837 31731
32838If called interactively, enable Subword mode if ARG is positive, and 31732If called interactively, toggle `Subword mode'. If the prefix
32839disable it if ARG is zero or negative. If called from Lisp, also 31733argument is positive, enable the mode, and if it is zero or negative,
32840enable the mode if ARG is omitted or nil, and toggle it if ARG is 31734disable the mode.
32841`toggle'; disable the mode otherwise. 31735
31736If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
31737the mode if ARG is nil, omitted, or is a positive number. All other
31738values will disable the mode.
32842 31739
32843The mode's hook is called both when the mode is enabled and when it is 31740The mode's hook is called both when the mode is enabled and when it is
32844disabled. 31741disabled.
@@ -32883,17 +31780,22 @@ ARG is omitted or nil.
32883 31780
32884Subword mode is enabled in all buffers where 31781Subword mode is enabled in all buffers where
32885`(lambda nil (subword-mode 1))' would do it. 31782`(lambda nil (subword-mode 1))' would do it.
32886See `subword-mode' for more information on Subword mode. 31783
31784See `subword-mode' for more information on
31785Subword mode.
32887 31786
32888\(fn &optional ARG)" t nil) 31787\(fn &optional ARG)" t nil)
32889 31788
32890(autoload 'superword-mode "subword" "\ 31789(autoload 'superword-mode "subword" "\
32891Toggle superword movement and editing (Superword mode). 31790Toggle superword movement and editing (Superword mode).
32892 31791
32893If called interactively, enable Superword mode if ARG is positive, and 31792If called interactively, toggle `Superword mode'. If the prefix
32894disable it if ARG is zero or negative. If called from Lisp, also 31793argument is positive, enable the mode, and if it is zero or negative,
32895enable the mode if ARG is omitted or nil, and toggle it if ARG is 31794disable the mode.
32896`toggle'; disable the mode otherwise. 31795
31796If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
31797the mode if ARG is nil, omitted, or is a positive number. All other
31798values will disable the mode.
32897 31799
32898The mode's hook is called both when the mode is enabled and when it is 31800The mode's hook is called both when the mode is enabled and when it is
32899disabled. 31801disabled.
@@ -32927,7 +31829,9 @@ ARG is omitted or nil.
32927 31829
32928Superword mode is enabled in all buffers where 31830Superword mode is enabled in all buffers where
32929`(lambda nil (superword-mode 1))' would do it. 31831`(lambda nil (superword-mode 1))' would do it.
32930See `superword-mode' for more information on Superword mode. 31832
31833See `superword-mode' for more information on
31834Superword mode.
32931 31835
32932\(fn &optional ARG)" t nil) 31836\(fn &optional ARG)" t nil)
32933 31837
@@ -32991,10 +31895,13 @@ or call the function `gpm-mouse-mode'.")
32991(autoload 'gpm-mouse-mode "t-mouse" "\ 31895(autoload 'gpm-mouse-mode "t-mouse" "\
32992Toggle mouse support in GNU/Linux consoles (GPM Mouse mode). 31896Toggle mouse support in GNU/Linux consoles (GPM Mouse mode).
32993 31897
32994If called interactively, enable Gpm-Mouse mode if ARG is positive, and 31898If called interactively, toggle `Gpm-Mouse mode'. If the prefix
32995disable it if ARG is zero or negative. If called from Lisp, also 31899argument is positive, enable the mode, and if it is zero or negative,
32996enable the mode if ARG is omitted or nil, and toggle it if ARG is 31900disable the mode.
32997`toggle'; disable the mode otherwise. 31901
31902If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
31903the mode if ARG is nil, omitted, or is a positive number. All other
31904values will disable the mode.
32998 31905
32999The mode's hook is called both when the mode is enabled and when it is 31906The mode's hook is called both when the mode is enabled and when it is
33000disabled. 31907disabled.
@@ -33019,10 +31926,13 @@ GPM. This is due to limitations in GPM and the Linux kernel.
33019(autoload 'tab-line-mode "tab-line" "\ 31926(autoload 'tab-line-mode "tab-line" "\
33020Toggle display of window tab line in the buffer. 31927Toggle display of window tab line in the buffer.
33021 31928
33022If called interactively, enable Tab-Line mode if ARG is positive, and 31929If called interactively, toggle `Tab-Line mode'. If the prefix
33023disable it if ARG is zero or negative. If called from Lisp, also 31930argument is positive, enable the mode, and if it is zero or negative,
33024enable the mode if ARG is omitted or nil, and toggle it if ARG is 31931disable the mode.
33025`toggle'; disable the mode otherwise. 31932
31933If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
31934the mode if ARG is nil, omitted, or is a positive number. All other
31935values will disable the mode.
33026 31936
33027The mode's hook is called both when the mode is enabled and when it is 31937The mode's hook is called both when the mode is enabled and when it is
33028disabled. 31938disabled.
@@ -33053,7 +31963,9 @@ ARG is omitted or nil.
33053 31963
33054Tab-Line mode is enabled in all buffers where 31964Tab-Line mode is enabled in all buffers where
33055`tab-line-mode--turn-on' would do it. 31965`tab-line-mode--turn-on' would do it.
33056See `tab-line-mode' for more information on Tab-Line mode. 31966
31967See `tab-line-mode' for more information on
31968Tab-Line mode.
33057 31969
33058\(fn &optional ARG)" t nil) 31970\(fn &optional ARG)" t nil)
33059 31971
@@ -33430,10 +32342,13 @@ location is indicated by `table-word-continuation-char'. This
33430variable's value can be toggled by \\[table-fixed-width-mode] at 32342variable's value can be toggled by \\[table-fixed-width-mode] at
33431run-time. 32343run-time.
33432 32344
33433If called interactively, enable Table-Fixed-Width mode if ARG is 32345If called interactively, toggle `Table-Fixed-Width mode'. If the
33434positive, and disable it if ARG is zero or negative. If called from 32346prefix argument is positive, enable the mode, and if it is zero or
33435Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 32347negative, disable the mode.
33436ARG is `toggle'; disable the mode otherwise. 32348
32349If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
32350the mode if ARG is nil, omitted, or is a positive number. All other
32351values will disable the mode.
33437 32352
33438The mode's hook is called both when the mode is enabled and when it is 32353The mode's hook is called both when the mode is enabled and when it is
33439disabled. 32354disabled.
@@ -33752,7 +32667,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'.
33752 32667
33753\(fn COMMAND &optional ARG)" t nil) 32668\(fn COMMAND &optional ARG)" t nil)
33754 32669
33755(register-definition-prefixes "tcl" '("add-log-tcl-defun" "calculate-tcl-indent" "indent-tcl-exp" "inferior-tcl-" "run-tcl" "switch-to-tcl" "tcl-")) 32670(register-definition-prefixes "tcl" '("inferior-tcl-" "run-tcl" "switch-to-tcl" "tcl-"))
33756 32671
33757;;;*** 32672;;;***
33758 32673
@@ -34618,10 +33533,13 @@ This function is meant to be used as a `post-self-insert-hook'." t nil)
34618(autoload 'tildify-mode "tildify" "\ 33533(autoload 'tildify-mode "tildify" "\
34619Adds electric behavior to space character. 33534Adds electric behavior to space character.
34620 33535
34621If called interactively, enable Tildify mode if ARG is positive, and 33536If called interactively, toggle `Tildify mode'. If the prefix
34622disable it if ARG is zero or negative. If called from Lisp, also 33537argument is positive, enable the mode, and if it is zero or negative,
34623enable the mode if ARG is omitted or nil, and toggle it if ARG is 33538disable the mode.
34624`toggle'; disable the mode otherwise. 33539
33540If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
33541the mode if ARG is nil, omitted, or is a positive number. All other
33542values will disable the mode.
34625 33543
34626The mode's hook is called both when the mode is enabled and when it is 33544The mode's hook is called both when the mode is enabled and when it is
34627disabled. 33545disabled.
@@ -34670,10 +33588,13 @@ or call the function `display-time-mode'.")
34670(autoload 'display-time-mode "time" "\ 33588(autoload 'display-time-mode "time" "\
34671Toggle display of time, load level, and mail flag in mode lines. 33589Toggle display of time, load level, and mail flag in mode lines.
34672 33590
34673If called interactively, enable Display-Time mode if ARG is positive, 33591If called interactively, toggle `Display-Time mode'. If the prefix
34674and disable it if ARG is zero or negative. If called from Lisp, also 33592argument is positive, enable the mode, and if it is zero or negative,
34675enable the mode if ARG is omitted or nil, and toggle it if ARG is 33593disable the mode.
34676`toggle'; disable the mode otherwise. 33594
33595If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
33596the mode if ARG is nil, omitted, or is a positive number. All other
33597values will disable the mode.
34677 33598
34678The mode's hook is called both when the mode is enabled and when it is 33599The mode's hook is called both when the mode is enabled and when it is
34679disabled. 33600disabled.
@@ -34791,6 +33712,10 @@ Lower-case specifiers return only the unit.
34791optional leading \".\" for zero-padding. For example, \"%.3Y\" will 33712optional leading \".\" for zero-padding. For example, \"%.3Y\" will
34792return something of the form \"001 year\". 33713return something of the form \"001 year\".
34793 33714
33715The \"%s\" spec takes an additional optional parameter,
33716introduced by the \",\" character, to say how many decimals to
33717use. \"%,1s\" means \"use one decimal\".
33718
34794The \"%z\" specifier does not print anything. When it is used, specifiers 33719The \"%z\" specifier does not print anything. When it is used, specifiers
34795must be given in order of decreasing size. To the left of \"%z\", nothing 33720must be given in order of decreasing size. To the left of \"%z\", nothing
34796is output until the first non-zero unit is encountered. 33721is output until the first non-zero unit is encountered.
@@ -34857,7 +33782,6 @@ With ARG, turn time stamping on if and only if arg is positive.
34857;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (0 0 0 33782;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (0 0 0
34858;;;;;; 0)) 33783;;;;;; 0))
34859;;; Generated autoloads from calendar/timeclock.el 33784;;; Generated autoloads from calendar/timeclock.el
34860(push (purecopy '(timeclock 2 6 1)) package--builtin-versions)
34861 33785
34862(defvar timeclock-mode-line-display nil "\ 33786(defvar timeclock-mode-line-display nil "\
34863Non-nil if Timeclock-Mode-Line-Display mode is enabled. 33787Non-nil if Timeclock-Mode-Line-Display mode is enabled.
@@ -35012,7 +33936,6 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
35012;;;### (autoloads nil "tmm" "tmm.el" (0 0 0 0)) 33936;;;### (autoloads nil "tmm" "tmm.el" (0 0 0 0))
35013;;; Generated autoloads from tmm.el 33937;;; Generated autoloads from tmm.el
35014 (define-key global-map "\M-`" 'tmm-menubar) 33938 (define-key global-map "\M-`" 'tmm-menubar)
35015 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
35016 33939
35017(autoload 'tmm-menubar "tmm" "\ 33940(autoload 'tmm-menubar "tmm" "\
35018Text-mode emulation of looking and choosing from a menubar. 33941Text-mode emulation of looking and choosing from a menubar.
@@ -35557,10 +34480,13 @@ or call the function `type-break-mode'.")
35557Enable or disable typing-break mode. 34480Enable or disable typing-break mode.
35558This is a minor mode, but it is global to all buffers by default. 34481This is a minor mode, but it is global to all buffers by default.
35559 34482
35560If called interactively, enable Type-Break mode if ARG is positive, 34483If called interactively, toggle `Type-Break mode'. If the prefix
35561and disable it if ARG is zero or negative. If called from Lisp, also 34484argument is positive, enable the mode, and if it is zero or negative,
35562enable the mode if ARG is omitted or nil, and toggle it if ARG is 34485disable the mode.
35563`toggle'; disable the mode otherwise. 34486
34487If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
34488the mode if ARG is nil, omitted, or is a positive number. All other
34489values will disable the mode.
35564 34490
35565The mode's hook is called both when the mode is enabled and when it is 34491The mode's hook is called both when the mode is enabled and when it is
35566disabled. 34492disabled.
@@ -35780,14 +34706,6 @@ which specify the range to operate on.
35780 34706
35781;;;*** 34707;;;***
35782 34708
35783;;;### (autoloads "actual autoloads are elsewhere" "undigest" "mail/undigest.el"
35784;;;;;; (0 0 0 0))
35785;;; Generated autoloads from mail/undigest.el
35786
35787(register-definition-prefixes "undigest" '("rmail-"))
35788
35789;;;***
35790
35791;;;### (autoloads nil "unrmail" "mail/unrmail.el" (0 0 0 0)) 34709;;;### (autoloads nil "unrmail" "mail/unrmail.el" (0 0 0 0))
35792;;; Generated autoloads from mail/unrmail.el 34710;;; Generated autoloads from mail/unrmail.el
35793 34711
@@ -36093,10 +35011,13 @@ or call the function `url-handler-mode'.")
36093(autoload 'url-handler-mode "url-handlers" "\ 35011(autoload 'url-handler-mode "url-handlers" "\
36094Toggle using `url' library for URL filenames (URL Handler mode). 35012Toggle using `url' library for URL filenames (URL Handler mode).
36095 35013
36096If called interactively, enable Url-Handler mode if ARG is positive, 35014If called interactively, toggle `Url-Handler mode'. If the prefix
36097and disable it if ARG is zero or negative. If called from Lisp, also 35015argument is positive, enable the mode, and if it is zero or negative,
36098enable the mode if ARG is omitted or nil, and toggle it if ARG is 35016disable the mode.
36099`toggle'; disable the mode otherwise. 35017
35018If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
35019the mode if ARG is nil, omitted, or is a positive number. All other
35020values will disable the mode.
36100 35021
36101The mode's hook is called both when the mode is enabled and when it is 35022The mode's hook is called both when the mode is enabled and when it is
36102disabled. 35023disabled.
@@ -38251,10 +37172,13 @@ own View-like bindings.
38251(autoload 'view-mode "view" "\ 37172(autoload 'view-mode "view" "\
38252Toggle View mode, a minor mode for viewing text but not editing it. 37173Toggle View mode, a minor mode for viewing text but not editing it.
38253 37174
38254If called interactively, enable View mode if ARG is positive, and 37175If called interactively, toggle `View mode'. If the prefix argument
38255disable it if ARG is zero or negative. If called from Lisp, also 37176is positive, enable the mode, and if it is zero or negative, disable
38256enable the mode if ARG is omitted or nil, and toggle it if ARG is 37177the mode.
38257`toggle'; disable the mode otherwise. 37178
37179If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
37180the mode if ARG is nil, omitted, or is a positive number. All other
37181values will disable the mode.
38258 37182
38259The mode's hook is called both when the mode is enabled and when it is 37183The mode's hook is called both when the mode is enabled and when it is
38260disabled. 37184disabled.
@@ -38627,10 +37551,13 @@ or call the function `which-function-mode'.")
38627(autoload 'which-function-mode "which-func" "\ 37551(autoload 'which-function-mode "which-func" "\
38628Toggle mode line display of current function (Which Function mode). 37552Toggle mode line display of current function (Which Function mode).
38629 37553
38630If called interactively, enable Which-Function mode if ARG is 37554If called interactively, toggle `Which-Function mode'. If the prefix
38631positive, and disable it if ARG is zero or negative. If called from 37555argument is positive, enable the mode, and if it is zero or negative,
38632Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 37556disable the mode.
38633ARG is `toggle'; disable the mode otherwise. 37557
37558If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
37559the mode if ARG is nil, omitted, or is a positive number. All other
37560values will disable the mode.
38634 37561
38635The mode's hook is called both when the mode is enabled and when it is 37562The mode's hook is called both when the mode is enabled and when it is
38636disabled. 37563disabled.
@@ -38652,10 +37579,13 @@ in certain major modes.
38652(autoload 'whitespace-mode "whitespace" "\ 37579(autoload 'whitespace-mode "whitespace" "\
38653Toggle whitespace visualization (Whitespace mode). 37580Toggle whitespace visualization (Whitespace mode).
38654 37581
38655If called interactively, enable Whitespace mode if ARG is positive, 37582If called interactively, toggle `Whitespace mode'. If the prefix
38656and disable it if ARG is zero or negative. If called from Lisp, also 37583argument is positive, enable the mode, and if it is zero or negative,
38657enable the mode if ARG is omitted or nil, and toggle it if ARG is 37584disable the mode.
38658`toggle'; disable the mode otherwise. 37585
37586If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
37587the mode if ARG is nil, omitted, or is a positive number. All other
37588values will disable the mode.
38659 37589
38660The mode's hook is called both when the mode is enabled and when it is 37590The mode's hook is called both when the mode is enabled and when it is
38661disabled. 37591disabled.
@@ -38668,10 +37598,13 @@ See also `whitespace-style', `whitespace-newline' and
38668(autoload 'whitespace-newline-mode "whitespace" "\ 37598(autoload 'whitespace-newline-mode "whitespace" "\
38669Toggle newline visualization (Whitespace Newline mode). 37599Toggle newline visualization (Whitespace Newline mode).
38670 37600
38671If called interactively, enable Whitespace-Newline mode if ARG is 37601If called interactively, toggle `Whitespace-Newline mode'. If the
38672positive, and disable it if ARG is zero or negative. If called from 37602prefix argument is positive, enable the mode, and if it is zero or
38673Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 37603negative, disable the mode.
38674ARG is `toggle'; disable the mode otherwise. 37604
37605If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
37606the mode if ARG is nil, omitted, or is a positive number. All other
37607values will disable the mode.
38675 37608
38676The mode's hook is called both when the mode is enabled and when it is 37609The mode's hook is called both when the mode is enabled and when it is
38677disabled. 37610disabled.
@@ -38698,10 +37631,13 @@ or call the function `global-whitespace-mode'.")
38698(autoload 'global-whitespace-mode "whitespace" "\ 37631(autoload 'global-whitespace-mode "whitespace" "\
38699Toggle whitespace visualization globally (Global Whitespace mode). 37632Toggle whitespace visualization globally (Global Whitespace mode).
38700 37633
38701If called interactively, enable Global Whitespace mode if ARG is 37634If called interactively, toggle `Global Whitespace mode'. If the
38702positive, and disable it if ARG is zero or negative. If called from 37635prefix argument is positive, enable the mode, and if it is zero or
38703Lisp, also enable the mode if ARG is omitted or nil, and toggle it if 37636negative, disable the mode.
38704ARG is `toggle'; disable the mode otherwise. 37637
37638If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
37639the mode if ARG is nil, omitted, or is a positive number. All other
37640values will disable the mode.
38705 37641
38706The mode's hook is called both when the mode is enabled and when it is 37642The mode's hook is called both when the mode is enabled and when it is
38707disabled. 37643disabled.
@@ -38724,10 +37660,13 @@ or call the function `global-whitespace-newline-mode'.")
38724(autoload 'global-whitespace-newline-mode "whitespace" "\ 37660(autoload 'global-whitespace-newline-mode "whitespace" "\
38725Toggle global newline visualization (Global Whitespace Newline mode). 37661Toggle global newline visualization (Global Whitespace Newline mode).
38726 37662
38727If called interactively, enable Global Whitespace-Newline mode if ARG 37663If called interactively, toggle `Global Whitespace-Newline mode'. If
38728is positive, and disable it if ARG is zero or negative. If called 37664the prefix argument is positive, enable the mode, and if it is zero or
38729from Lisp, also enable the mode if ARG is omitted or nil, and toggle 37665negative, disable the mode.
38730it if ARG is `toggle'; disable the mode otherwise. 37666
37667If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
37668the mode if ARG is nil, omitted, or is a positive number. All other
37669values will disable the mode.
38731 37670
38732The mode's hook is called both when the mode is enabled and when it is 37671The mode's hook is called both when the mode is enabled and when it is
38733disabled. 37672disabled.
@@ -39051,10 +37990,13 @@ Show widget browser for WIDGET in other window.
39051(autoload 'widget-minor-mode "wid-browse" "\ 37990(autoload 'widget-minor-mode "wid-browse" "\
39052Minor mode for traversing widgets. 37991Minor mode for traversing widgets.
39053 37992
39054If called interactively, enable Widget minor mode if ARG is positive, 37993If called interactively, toggle `Widget minor mode'. If the prefix
39055and disable it if ARG is zero or negative. If called from Lisp, also 37994argument is positive, enable the mode, and if it is zero or negative,
39056enable the mode if ARG is omitted or nil, and toggle it if ARG is 37995disable the mode.
39057`toggle'; disable the mode otherwise. 37996
37997If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
37998the mode if ARG is nil, omitted, or is a positive number. All other
37999values will disable the mode.
39058 38000
39059The mode's hook is called both when the mode is enabled and when it is 38001The mode's hook is called both when the mode is enabled and when it is
39060disabled. 38002disabled.
@@ -39288,10 +38230,13 @@ or call the function `winner-mode'.")
39288(autoload 'winner-mode "winner" "\ 38230(autoload 'winner-mode "winner" "\
39289Toggle Winner mode on or off. 38231Toggle Winner mode on or off.
39290 38232
39291If called interactively, enable Winner mode if ARG is positive, and 38233If called interactively, toggle `Winner mode'. If the prefix argument
39292disable it if ARG is zero or negative. If called from Lisp, also 38234is positive, enable the mode, and if it is zero or negative, disable
39293enable the mode if ARG is omitted or nil, and toggle it if ARG is 38235the mode.
39294`toggle'; disable the mode otherwise. 38236
38237If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
38238the mode if ARG is nil, omitted, or is a positive number. All other
38239values will disable the mode.
39295 38240
39296The mode's hook is called both when the mode is enabled and when it is 38241The mode's hook is called both when the mode is enabled and when it is
39297disabled. 38242disabled.
@@ -39577,10 +38522,13 @@ or call the function `xterm-mouse-mode'.")
39577(autoload 'xterm-mouse-mode "xt-mouse" "\ 38522(autoload 'xterm-mouse-mode "xt-mouse" "\
39578Toggle XTerm mouse mode. 38523Toggle XTerm mouse mode.
39579 38524
39580If called interactively, enable Xterm-Mouse mode if ARG is positive, 38525If called interactively, toggle `Xterm-Mouse mode'. If the prefix
39581and disable it if ARG is zero or negative. If called from Lisp, also 38526argument is positive, enable the mode, and if it is zero or negative,
39582enable the mode if ARG is omitted or nil, and toggle it if ARG is 38527disable the mode.
39583`toggle'; disable the mode otherwise. 38528
38529If called from Lisp, toggle the mode if if ARG is `toggle'. Enable
38530the mode if ARG is nil, omitted, or is a positive number. All other
38531values will disable the mode.
39584 38532
39585The mode's hook is called both when the mode is enabled and when it is 38533The mode's hook is called both when the mode is enabled and when it is
39586disabled. 38534disabled.