diff options
| author | Glenn Morris | 2020-11-01 06:28:38 -0800 |
|---|---|---|
| committer | Glenn Morris | 2020-11-01 06:28:38 -0800 |
| commit | ed70be7a187f211d366312e1c6b04b1dbcbffd06 (patch) | |
| tree | 71b6b71d0049236d3655a729ed06645af7640f40 | |
| parent | 2a4b0da28c3d25f2eea17c9dc95f7a244bdf4535 (diff) | |
| download | emacs-ed70be7a187f211d366312e1c6b04b1dbcbffd06.tar.gz emacs-ed70be7a187f211d366312e1c6b04b1dbcbffd06.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 2900 |
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" "\ |
| 512 | Toggle Allout outline mode. | 512 | Toggle Allout outline mode. |
| 513 | 513 | ||
| 514 | If called interactively, enable Allout mode if ARG is positive, and | 514 | If called interactively, toggle `Allout mode'. If the prefix argument |
| 515 | disable it if ARG is zero or negative. If called from Lisp, also | 515 | is positive, enable the mode, and if it is zero or negative, disable |
| 516 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 516 | the mode. |
| 517 | `toggle'; disable the mode otherwise. | 517 | |
| 518 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 519 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 520 | values will disable the mode. | ||
| 518 | 521 | ||
| 519 | The mode's hook is called both when the mode is enabled and when it is | 522 | The mode's hook is called both when the mode is enabled and when it is |
| 520 | disabled. | 523 | disabled. |
| @@ -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" "\ |
| 830 | Toggle Allout Widgets mode. | 833 | Toggle Allout Widgets mode. |
| 831 | 834 | ||
| 832 | If called interactively, enable Allout-Widgets mode if ARG is | 835 | If called interactively, toggle `Allout-Widgets mode'. If the prefix |
| 833 | positive, and disable it if ARG is zero or negative. If called from | 836 | argument is positive, enable the mode, and if it is zero or negative, |
| 834 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 837 | disable the mode. |
| 835 | ARG is `toggle'; disable the mode otherwise. | 838 | |
| 839 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 840 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 841 | values will disable the mode. | ||
| 836 | 842 | ||
| 837 | The mode's hook is called both when the mode is enabled and when it is | 843 | The mode's hook is called both when the mode is enabled and when it is |
| 838 | disabled. | 844 | disabled. |
| @@ -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" "\ |
| 1252 | Toggle Artist mode. | 1257 | Toggle Artist mode. |
| 1253 | 1258 | ||
| 1254 | If called interactively, enable Artist mode if ARG is positive, and | 1259 | If called interactively, toggle `Artist mode'. If the prefix argument |
| 1255 | disable it if ARG is zero or negative. If called from Lisp, also | 1260 | is positive, enable the mode, and if it is zero or negative, disable |
| 1256 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 1261 | the mode. |
| 1257 | `toggle'; disable the mode otherwise. | 1262 | |
| 1263 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 1264 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 1265 | values will disable the mode. | ||
| 1258 | 1266 | ||
| 1259 | The mode's hook is called both when the mode is enabled and when it is | 1267 | The mode's hook is called both when the mode is enabled and when it is |
| 1260 | disabled. | 1268 | disabled. |
| @@ -1528,7 +1536,7 @@ ENTRY is the name of a password-store entry. | |||
| 1528 | The key used to retrieve the password is the symbol `secret'. | 1536 | The key used to retrieve the password is the symbol `secret'. |
| 1529 | 1537 | ||
| 1530 | The convention used as the format for a password-store file is | 1538 | The convention used as the format for a password-store file is |
| 1531 | the following (see https://www.passwordstore.org/#organization): | 1539 | the following (see http://www.passwordstore.org/#organization): |
| 1532 | 1540 | ||
| 1533 | secret | 1541 | secret |
| 1534 | key1: value1 | 1542 | key1: value1 |
| @@ -1586,10 +1594,13 @@ or call the function `autoarg-kp-mode'.") | |||
| 1586 | (autoload 'autoarg-kp-mode "autoarg" "\ | 1594 | (autoload 'autoarg-kp-mode "autoarg" "\ |
| 1587 | Toggle Autoarg-KP mode, a global minor mode. | 1595 | Toggle Autoarg-KP mode, a global minor mode. |
| 1588 | 1596 | ||
| 1589 | If called interactively, enable Autoarg-Kp mode if ARG is positive, | 1597 | If called interactively, toggle `Autoarg-Kp mode'. If the prefix |
| 1590 | and disable it if ARG is zero or negative. If called from Lisp, also | 1598 | argument is positive, enable the mode, and if it is zero or negative, |
| 1591 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 1599 | disable the mode. |
| 1592 | `toggle'; disable the mode otherwise. | 1600 | |
| 1601 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 1602 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 1603 | values will disable the mode. | ||
| 1593 | 1604 | ||
| 1594 | The mode's hook is called both when the mode is enabled and when it is | 1605 | The mode's hook is called both when the mode is enabled and when it is |
| 1595 | disabled. | 1606 | disabled. |
| @@ -1645,10 +1656,13 @@ or call the function `auto-insert-mode'.") | |||
| 1645 | (autoload 'auto-insert-mode "autoinsert" "\ | 1656 | (autoload 'auto-insert-mode "autoinsert" "\ |
| 1646 | Toggle Auto-insert mode, a global minor mode. | 1657 | Toggle Auto-insert mode, a global minor mode. |
| 1647 | 1658 | ||
| 1648 | If called interactively, enable Auto-Insert mode if ARG is positive, | 1659 | If called interactively, toggle `Auto-Insert mode'. If the prefix |
| 1649 | and disable it if ARG is zero or negative. If called from Lisp, also | 1660 | argument is positive, enable the mode, and if it is zero or negative, |
| 1650 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 1661 | disable the mode. |
| 1651 | `toggle'; disable the mode otherwise. | 1662 | |
| 1663 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 1664 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 1665 | values will disable the mode. | ||
| 1652 | 1666 | ||
| 1653 | The mode's hook is called both when the mode is enabled and when it is | 1667 | The mode's hook is called both when the mode is enabled and when it is |
| 1654 | disabled. | 1668 | disabled. |
| @@ -1696,14 +1710,29 @@ The function does NOT recursively descend into subdirectories of the | |||
| 1696 | directory or directories specified. | 1710 | directory or directories specified. |
| 1697 | 1711 | ||
| 1698 | In an interactive call, prompt for a default output file for the | 1712 | In an interactive call, prompt for a default output file for the |
| 1699 | autoload definitions, and temporarily bind the variable | 1713 | autoload definitions. When called from Lisp, use the existing |
| 1700 | `generated-autoload-file' to this value. When called from Lisp, | 1714 | value of `generated-autoload-file'. If any Lisp file binds |
| 1701 | use the existing value of `generated-autoload-file'. If any Lisp | 1715 | `generated-autoload-file' as a file-local variable, write its |
| 1702 | file binds `generated-autoload-file' as a file-local variable, | 1716 | autoloads into the specified file instead. |
| 1703 | write 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" "\ | ||
| 1723 | Update autoload definitions for Lisp files in the directories DIRS. | ||
| 1724 | DIR can be either a single directory or a list of | ||
| 1725 | directories. (The latter usage is discouraged.) | ||
| 1726 | |||
| 1727 | The autoloads will be written to OUTPUT-FILE. If any Lisp file | ||
| 1728 | binds `generated-autoload-file' as a file-local variable, write | ||
| 1729 | its autoloads into the specified file instead. | ||
| 1730 | |||
| 1731 | The function does NOT recursively descend into subdirectories of the | ||
| 1732 | directory or directories specified. | ||
| 1733 | |||
| 1734 | \(fn DIR OUTPUT-FILE)" t nil) | ||
| 1735 | |||
| 1707 | (autoload 'batch-update-autoloads "autoload" "\ | 1736 | (autoload 'batch-update-autoloads "autoload" "\ |
| 1708 | Update loaddefs.el autoloads in batch mode. | 1737 | Update loaddefs.el autoloads in batch mode. |
| 1709 | Calls `update-directory-autoloads' on the command line arguments. | 1738 | Calls `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" "\ |
| 1721 | Toggle reverting buffer when the file changes (Auto-Revert Mode). | 1750 | Toggle reverting buffer when the file changes (Auto-Revert Mode). |
| 1722 | 1751 | ||
| 1723 | If called interactively, enable Auto-Revert mode if ARG is positive, | 1752 | If called interactively, toggle `Auto-Revert mode'. If the prefix |
| 1724 | and disable it if ARG is zero or negative. If called from Lisp, also | 1753 | argument is positive, enable the mode, and if it is zero or negative, |
| 1725 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 1754 | disable the mode. |
| 1726 | `toggle'; disable the mode otherwise. | 1755 | |
| 1756 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 1757 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 1758 | values will disable the mode. | ||
| 1727 | 1759 | ||
| 1728 | The mode's hook is called both when the mode is enabled and when it is | 1760 | The mode's hook is called both when the mode is enabled and when it is |
| 1729 | disabled. | 1761 | disabled. |
| @@ -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" "\ |
| 1751 | Toggle reverting tail of buffer when the file grows. | 1783 | Toggle reverting tail of buffer when the file grows. |
| 1752 | 1784 | ||
| 1753 | If called interactively, enable Auto-Revert-Tail mode if ARG is | 1785 | If called interactively, toggle `Auto-Revert-Tail mode'. If the |
| 1754 | positive, and disable it if ARG is zero or negative. If called from | 1786 | prefix argument is positive, enable the mode, and if it is zero or |
| 1755 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 1787 | negative, disable the mode. |
| 1756 | ARG is `toggle'; disable the mode otherwise. | 1788 | |
| 1789 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 1790 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 1791 | values will disable the mode. | ||
| 1757 | 1792 | ||
| 1758 | The mode's hook is called both when the mode is enabled and when it is | 1793 | The mode's hook is called both when the mode is enabled and when it is |
| 1759 | disabled. | 1794 | disabled. |
| @@ -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" "\ |
| 1795 | Toggle Global Auto-Revert Mode. | 1830 | Toggle Global Auto-Revert Mode. |
| 1796 | 1831 | ||
| 1797 | If called interactively, enable Global Auto-Revert mode if ARG is | 1832 | If called interactively, toggle `Global Auto-Revert mode'. If the |
| 1798 | positive, and disable it if ARG is zero or negative. If called from | 1833 | prefix argument is positive, enable the mode, and if it is zero or |
| 1799 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 1834 | negative, disable the mode. |
| 1800 | ARG is `toggle'; disable the mode otherwise. | 1835 | |
| 1836 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 1837 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 1838 | values will disable the mode. | ||
| 1801 | 1839 | ||
| 1802 | The mode's hook is called both when the mode is enabled and when it is | 1840 | The mode's hook is called both when the mode is enabled and when it is |
| 1803 | disabled. | 1841 | disabled. |
| @@ -1928,10 +1966,13 @@ or call the function `display-battery-mode'.") | |||
| 1928 | (autoload 'display-battery-mode "battery" "\ | 1966 | (autoload 'display-battery-mode "battery" "\ |
| 1929 | Toggle battery status display in mode line (Display Battery mode). | 1967 | Toggle battery status display in mode line (Display Battery mode). |
| 1930 | 1968 | ||
| 1931 | If called interactively, enable Display-Battery mode if ARG is | 1969 | If called interactively, toggle `Display-Battery mode'. If the prefix |
| 1932 | positive, and disable it if ARG is zero or negative. If called from | 1970 | argument is positive, enable the mode, and if it is zero or negative, |
| 1933 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 1971 | disable the mode. |
| 1934 | ARG is `toggle'; disable the mode otherwise. | 1972 | |
| 1973 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 1974 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 1975 | values will disable the mode. | ||
| 1935 | 1976 | ||
| 1936 | The mode's hook is called both when the mode is enabled and when it is | 1977 | The mode's hook is called both when the mode is enabled and when it is |
| 1937 | disabled. | 1978 | disabled. |
| @@ -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" "\ |
| 2908 | Toggle hyperlinking bug references in the buffer (Bug Reference mode). | 2949 | Toggle hyperlinking bug references in the buffer (Bug Reference mode). |
| 2909 | 2950 | ||
| 2910 | If called interactively, enable Bug-Reference mode if ARG is positive, | 2951 | If called interactively, toggle `Bug-Reference mode'. If the prefix |
| 2911 | and disable it if ARG is zero or negative. If called from Lisp, also | 2952 | argument is positive, enable the mode, and if it is zero or negative, |
| 2912 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 2953 | disable the mode. |
| 2913 | `toggle'; disable the mode otherwise. | 2954 | |
| 2955 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 2956 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 2957 | values will disable the mode. | ||
| 2914 | 2958 | ||
| 2915 | The mode's hook is called both when the mode is enabled and when it is | 2959 | The mode's hook is called both when the mode is enabled and when it is |
| 2916 | disabled. | 2960 | disabled. |
| @@ -2920,10 +2964,13 @@ disabled. | |||
| 2920 | (autoload 'bug-reference-prog-mode "bug-reference" "\ | 2964 | (autoload 'bug-reference-prog-mode "bug-reference" "\ |
| 2921 | Like `bug-reference-mode', but only buttonize in comments and strings. | 2965 | Like `bug-reference-mode', but only buttonize in comments and strings. |
| 2922 | 2966 | ||
| 2923 | If called interactively, enable Bug-Reference-Prog mode if ARG is | 2967 | If called interactively, toggle `Bug-Reference-Prog mode'. If the |
| 2924 | positive, and disable it if ARG is zero or negative. If called from | 2968 | prefix argument is positive, enable the mode, and if it is zero or |
| 2925 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 2969 | negative, disable the mode. |
| 2926 | ARG is `toggle'; disable the mode otherwise. | 2970 | |
| 2971 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 2972 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 2973 | values will disable the mode. | ||
| 2927 | 2974 | ||
| 2928 | The mode's hook is called both when the mode is enabled and when it is | 2975 | The mode's hook is called both when the mode is enabled and when it is |
| 2929 | disabled. | 2976 | disabled. |
| @@ -2998,11 +3045,14 @@ that already has a `.elc' file. | |||
| 2998 | Compile a file of Lisp code named FILENAME into a file of byte code. | 3045 | Compile a file of Lisp code named FILENAME into a file of byte code. |
| 2999 | The output file's name is generated by passing FILENAME to the | 3046 | The output file's name is generated by passing FILENAME to the |
| 3000 | function `byte-compile-dest-file' (which see). | 3047 | function `byte-compile-dest-file' (which see). |
| 3001 | With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling. | ||
| 3002 | The value is non-nil if there were no errors, nil if errors. | 3048 | The value is non-nil if there were no errors, nil if errors. |
| 3003 | 3049 | ||
| 3050 | See 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" "\ |
| 3007 | Compile and evaluate the current top-level form. | 3057 | Compile and evaluate the current top-level form. |
| 3008 | Print the result in the echo area. | 3058 | Print 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" "\ |
| 4693 | Toggle automatic docstring checking (Checkdoc minor mode). | 4710 | Toggle automatic docstring checking (Checkdoc minor mode). |
| 4694 | 4711 | ||
| 4695 | If called interactively, enable Checkdoc minor mode if ARG is | 4712 | If called interactively, toggle `Checkdoc minor mode'. If the prefix |
| 4696 | positive, and disable it if ARG is zero or negative. If called from | 4713 | argument is positive, enable the mode, and if it is zero or negative, |
| 4697 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 4714 | disable the mode. |
| 4698 | ARG is `toggle'; disable the mode otherwise. | 4715 | |
| 4716 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 4717 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 4718 | values will disable the mode. | ||
| 4699 | 4719 | ||
| 4700 | The mode's hook is called both when the mode is enabled and when it is | 4720 | The mode's hook is called both when the mode is enabled and when it is |
| 4701 | disabled. | 4721 | disabled. |
| @@ -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" "\ |
| 4814 | Highlight built-in functions, variables, and types in `lisp-mode'. | 4826 | Highlight built-in functions, variables, and types in `lisp-mode'. |
| 4815 | 4827 | ||
| 4816 | If called interactively, enable Cl-Font-Lock-Built-In mode if ARG is | 4828 | If called interactively, toggle `Cl-Font-Lock-Built-In mode'. If the |
| 4817 | positive, and disable it if ARG is zero or negative. If called from | 4829 | prefix argument is positive, enable the mode, and if it is zero or |
| 4818 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 4830 | negative, disable the mode. |
| 4819 | ARG is `toggle'; disable the mode otherwise. | 4831 | |
| 4832 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 4833 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 4834 | values will disable the mode. | ||
| 4820 | 4835 | ||
| 4821 | The mode's hook is called both when the mode is enabled and when it is | 4836 | The mode's hook is called both when the mode is enabled and when it is |
| 4822 | disabled. | 4837 | disabled. |
| @@ -5028,10 +5043,13 @@ This can be needed when using code byte-compiled using the old | |||
| 5028 | macro-expansion of `cl-defstruct' that used vectors objects instead | 5043 | macro-expansion of `cl-defstruct' that used vectors objects instead |
| 5029 | of record objects. | 5044 | of record objects. |
| 5030 | 5045 | ||
| 5031 | If called interactively, enable Cl-Old-Struct-Compat mode if ARG is | 5046 | If called interactively, toggle `Cl-Old-Struct-Compat mode'. If the |
| 5032 | positive, and disable it if ARG is zero or negative. If called from | 5047 | prefix argument is positive, enable the mode, and if it is zero or |
| 5033 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 5048 | negative, disable the mode. |
| 5034 | ARG is `toggle'; disable the mode otherwise. | 5049 | |
| 5050 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 5051 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 5052 | values will disable the mode. | ||
| 5035 | 5053 | ||
| 5036 | The mode's hook is called both when the mode is enabled and when it is | 5054 | The mode's hook is called both when the mode is enabled and when it is |
| 5037 | disabled. | 5055 | disabled. |
| @@ -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" "\ |
| 5481 | Toggle Compilation Shell minor mode. | 5483 | Toggle Compilation Shell minor mode. |
| 5482 | 5484 | ||
| 5483 | If called interactively, enable Compilation-Shell minor mode if ARG is | 5485 | If called interactively, toggle `Compilation-Shell minor mode'. If |
| 5484 | positive, and disable it if ARG is zero or negative. If called from | 5486 | the prefix argument is positive, enable the mode, and if it is zero or |
| 5485 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 5487 | negative, disable the mode. |
| 5486 | ARG is `toggle'; disable the mode otherwise. | 5488 | |
| 5489 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 5490 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 5491 | values will disable the mode. | ||
| 5487 | 5492 | ||
| 5488 | The mode's hook is called both when the mode is enabled and when it is | 5493 | The mode's hook is called both when the mode is enabled and when it is |
| 5489 | disabled. | 5494 | disabled. |
| @@ -5498,10 +5503,13 @@ See `compilation-mode'. | |||
| 5498 | (autoload 'compilation-minor-mode "compile" "\ | 5503 | (autoload 'compilation-minor-mode "compile" "\ |
| 5499 | Toggle Compilation minor mode. | 5504 | Toggle Compilation minor mode. |
| 5500 | 5505 | ||
| 5501 | If called interactively, enable Compilation minor mode if ARG is | 5506 | If called interactively, toggle `Compilation minor mode'. If the |
| 5502 | positive, and disable it if ARG is zero or negative. If called from | 5507 | prefix argument is positive, enable the mode, and if it is zero or |
| 5503 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 5508 | negative, disable the mode. |
| 5504 | ARG is `toggle'; disable the mode otherwise. | 5509 | |
| 5510 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 5511 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 5512 | values will disable the mode. | ||
| 5505 | 5513 | ||
| 5506 | The mode's hook is called both when the mode is enabled and when it is | 5514 | The mode's hook is called both when the mode is enabled and when it is |
| 5507 | disabled. | 5515 | disabled. |
| @@ -5538,10 +5546,13 @@ or call the function `dynamic-completion-mode'.") | |||
| 5538 | (autoload 'dynamic-completion-mode "completion" "\ | 5546 | (autoload 'dynamic-completion-mode "completion" "\ |
| 5539 | Toggle dynamic word-completion on or off. | 5547 | Toggle dynamic word-completion on or off. |
| 5540 | 5548 | ||
| 5541 | If called interactively, enable Dynamic-Completion mode if ARG is | 5549 | If called interactively, toggle `Dynamic-Completion mode'. If the |
| 5542 | positive, and disable it if ARG is zero or negative. If called from | 5550 | prefix argument is positive, enable the mode, and if it is zero or |
| 5543 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 5551 | negative, disable the mode. |
| 5544 | ARG is `toggle'; disable the mode otherwise. | 5552 | |
| 5553 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 5554 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 5555 | values will disable the mode. | ||
| 5545 | 5556 | ||
| 5546 | The mode's hook is called both when the mode is enabled and when it is | 5557 | The mode's hook is called both when the mode is enabled and when it is |
| 5547 | disabled. | 5558 | disabled. |
| @@ -6102,10 +6113,13 @@ or call the function `cua-mode'.") | |||
| 6102 | (autoload 'cua-mode "cua-base" "\ | 6113 | (autoload 'cua-mode "cua-base" "\ |
| 6103 | Toggle Common User Access style editing (CUA mode). | 6114 | Toggle Common User Access style editing (CUA mode). |
| 6104 | 6115 | ||
| 6105 | If called interactively, enable Cua mode if ARG is positive, and | 6116 | If called interactively, toggle `Cua mode'. If the prefix argument is |
| 6106 | disable it if ARG is zero or negative. If called from Lisp, also | 6117 | positive, enable the mode, and if it is zero or negative, disable the |
| 6107 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 6118 | mode. |
| 6108 | `toggle'; disable the mode otherwise. | 6119 | |
| 6120 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 6121 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 6122 | values will disable the mode. | ||
| 6109 | 6123 | ||
| 6110 | The mode's hook is called both when the mode is enabled and when it is | 6124 | The mode's hook is called both when the mode is enabled and when it is |
| 6111 | disabled. | 6125 | disabled. |
| @@ -6153,10 +6167,13 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 6153 | Toggle the region as rectangular. | 6167 | Toggle the region as rectangular. |
| 6154 | Activates the region if needed. Only lasts until the region is deactivated. | 6168 | Activates the region if needed. Only lasts until the region is deactivated. |
| 6155 | 6169 | ||
| 6156 | If called interactively, enable Cua-Rectangle-Mark mode if ARG is | 6170 | If called interactively, toggle `Cua-Rectangle-Mark mode'. If the |
| 6157 | positive, and disable it if ARG is zero or negative. If called from | 6171 | prefix argument is positive, enable the mode, and if it is zero or |
| 6158 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 6172 | negative, disable the mode. |
| 6159 | ARG is `toggle'; disable the mode otherwise. | 6173 | |
| 6174 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 6175 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 6176 | values will disable the mode. | ||
| 6160 | 6177 | ||
| 6161 | The mode's hook is called both when the mode is enabled and when it is | 6178 | The mode's hook is called both when the mode is enabled and when it is |
| 6162 | disabled. | 6179 | disabled. |
| @@ -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" "\ |
| 6180 | Keep cursor outside of any `cursor-intangible' text property. | 6197 | Keep cursor outside of any `cursor-intangible' text property. |
| 6181 | 6198 | ||
| 6182 | If called interactively, enable Cursor-Intangible mode if ARG is | 6199 | If called interactively, toggle `Cursor-Intangible mode'. If the |
| 6183 | positive, and disable it if ARG is zero or negative. If called from | 6200 | prefix argument is positive, enable the mode, and if it is zero or |
| 6184 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 6201 | negative, disable the mode. |
| 6185 | ARG is `toggle'; disable the mode otherwise. | 6202 | |
| 6203 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 6204 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 6205 | values will disable the mode. | ||
| 6186 | 6206 | ||
| 6187 | The mode's hook is called both when the mode is enabled and when it is | 6207 | The mode's hook is called both when the mode is enabled and when it is |
| 6188 | disabled. | 6208 | disabled. |
| @@ -6197,10 +6217,13 @@ where WINDOW is the affected window, OLDPOS is the last known position of | |||
| 6197 | the cursor and DIR can be `entered' or `left' depending on whether the cursor | 6217 | the cursor and DIR can be `entered' or `left' depending on whether the cursor |
| 6198 | is entering the area covered by the text-property property or leaving it. | 6218 | is entering the area covered by the text-property property or leaving it. |
| 6199 | 6219 | ||
| 6200 | If called interactively, enable Cursor-Sensor mode if ARG is positive, | 6220 | If called interactively, toggle `Cursor-Sensor mode'. If the prefix |
| 6201 | and disable it if ARG is zero or negative. If called from Lisp, also | 6221 | argument is positive, enable the mode, and if it is zero or negative, |
| 6202 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 6222 | disable the mode. |
| 6203 | `toggle'; disable the mode otherwise. | 6223 | |
| 6224 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 6225 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 6226 | values will disable the mode. | ||
| 6204 | 6227 | ||
| 6205 | The mode's hook is called both when the mode is enabled and when it is | 6228 | The mode's hook is called both when the mode is enabled and when it is |
| 6206 | disabled. | 6229 | disabled. |
| @@ -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" "\ |
| 6581 | Minor mode that highlights suspicious C and C++ constructions. | 6604 | Minor mode that highlights suspicious C and C++ constructions. |
| 6582 | 6605 | ||
| 6583 | If called interactively, enable Cwarn mode if ARG is positive, and | 6606 | If called interactively, toggle `Cwarn mode'. If the prefix argument |
| 6584 | disable it if ARG is zero or negative. If called from Lisp, also | 6607 | is positive, enable the mode, and if it is zero or negative, disable |
| 6585 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 6608 | the mode. |
| 6586 | `toggle'; disable the mode otherwise. | 6609 | |
| 6610 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 6611 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 6612 | values will disable the mode. | ||
| 6587 | 6613 | ||
| 6588 | The mode's hook is called both when the mode is enabled and when it is | 6614 | The mode's hook is called both when the mode is enabled and when it is |
| 6589 | disabled. | 6615 | disabled. |
| @@ -6618,7 +6644,9 @@ ARG is omitted or nil. | |||
| 6618 | 6644 | ||
| 6619 | Cwarn mode is enabled in all buffers where | 6645 | Cwarn 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. |
| 6621 | See `cwarn-mode' for more information on Cwarn mode. | 6647 | |
| 6648 | See `cwarn-mode' for more information on | ||
| 6649 | Cwarn 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 | ||
| 6827 | Loading this package calls the value of the variable | 6855 | To 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. | ||
| 6829 | Turning on DCL mode calls the value of the variable `dcl-mode-hook' | 6856 | Turning on DCL mode calls the value of the variable `dcl-mode-hook' |
| 6830 | with no args, if that value is non-nil. | 6857 | with 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" "\ |
| 6977 | Customize the `columns' group." t nil) | 7003 | Customize 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" "\ |
| 7033 | Toggle Delete Selection mode. | 7059 | Toggle Delete Selection mode. |
| 7034 | 7060 | ||
| 7035 | If called interactively, enable Delete-Selection mode if ARG is | 7061 | If called interactively, toggle `Delete-Selection mode'. If the |
| 7036 | positive, and disable it if ARG is zero or negative. If called from | 7062 | prefix argument is positive, enable the mode, and if it is zero or |
| 7037 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 7063 | negative, disable the mode. |
| 7038 | ARG is `toggle'; disable the mode otherwise. | 7064 | |
| 7065 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 7066 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 7067 | values will disable the mode. | ||
| 7039 | 7068 | ||
| 7040 | The mode's hook is called both when the mode is enabled and when it is | 7069 | The mode's hook is called both when the mode is enabled and when it is |
| 7041 | disabled. | 7070 | disabled. |
| @@ -7204,10 +7233,13 @@ or call the function `desktop-save-mode'.") | |||
| 7204 | (autoload 'desktop-save-mode "desktop" "\ | 7233 | (autoload 'desktop-save-mode "desktop" "\ |
| 7205 | Toggle desktop saving (Desktop Save mode). | 7234 | Toggle desktop saving (Desktop Save mode). |
| 7206 | 7235 | ||
| 7207 | If called interactively, enable Desktop-Save mode if ARG is positive, | 7236 | If called interactively, toggle `Desktop-Save mode'. If the prefix |
| 7208 | and disable it if ARG is zero or negative. If called from Lisp, also | 7237 | argument is positive, enable the mode, and if it is zero or negative, |
| 7209 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 7238 | disable the mode. |
| 7210 | `toggle'; disable the mode otherwise. | 7239 | |
| 7240 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 7241 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 7242 | values will disable the mode. | ||
| 7211 | 7243 | ||
| 7212 | The mode's hook is called both when the mode is enabled and when it is | 7244 | The mode's hook is called both when the mode is enabled and when it is |
| 7213 | disabled. | 7245 | disabled. |
| @@ -7600,10 +7632,13 @@ a diff with \\[diff-reverse-direction]. | |||
| 7600 | (autoload 'diff-minor-mode "diff-mode" "\ | 7632 | (autoload 'diff-minor-mode "diff-mode" "\ |
| 7601 | Toggle Diff minor mode. | 7633 | Toggle Diff minor mode. |
| 7602 | 7634 | ||
| 7603 | If called interactively, enable Diff minor mode if ARG is positive, | 7635 | If called interactively, toggle `Diff minor mode'. If the prefix |
| 7604 | and disable it if ARG is zero or negative. If called from Lisp, also | 7636 | argument is positive, enable the mode, and if it is zero or negative, |
| 7605 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 7637 | disable the mode. |
| 7606 | `toggle'; disable the mode otherwise. | 7638 | |
| 7639 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 7640 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 7641 | values will disable the mode. | ||
| 7607 | 7642 | ||
| 7608 | The mode's hook is called both when the mode is enabled and when it is | 7643 | The mode's hook is called both when the mode is enabled and when it is |
| 7609 | disabled. | 7644 | disabled. |
| @@ -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" "\ |
| 7806 | Toggle directory tracking in shell buffers (Dirtrack mode). | 7825 | Toggle directory tracking in shell buffers (Dirtrack mode). |
| 7807 | 7826 | ||
| 7808 | If called interactively, enable Dirtrack mode if ARG is positive, and | 7827 | If called interactively, toggle `Dirtrack mode'. If the prefix |
| 7809 | disable it if ARG is zero or negative. If called from Lisp, also | 7828 | argument is positive, enable the mode, and if it is zero or negative, |
| 7810 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 7829 | disable the mode. |
| 7811 | `toggle'; disable the mode otherwise. | 7830 | |
| 7831 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 7832 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 7833 | values will disable the mode. | ||
| 7812 | 7834 | ||
| 7813 | The mode's hook is called both when the mode is enabled and when it is | 7835 | The mode's hook is called both when the mode is enabled and when it is |
| 7814 | disabled. | 7836 | disabled. |
| @@ -7979,10 +8001,13 @@ in `.emacs'. | |||
| 7979 | Toggle display of fill-column indicator. | 8001 | Toggle display of fill-column indicator. |
| 7980 | This uses `display-fill-column-indicator' internally. | 8002 | This uses `display-fill-column-indicator' internally. |
| 7981 | 8003 | ||
| 7982 | If called interactively, enable Display-Fill-Column-Indicator mode if | 8004 | If called interactively, toggle `Display-Fill-Column-Indicator mode'. |
| 7983 | ARG is positive, and disable it if ARG is zero or negative. If called | 8005 | If the prefix argument is positive, enable the mode, and if it is zero |
| 7984 | from Lisp, also enable the mode if ARG is omitted or nil, and toggle | 8006 | or negative, disable the mode. |
| 7985 | it if ARG is `toggle'; disable the mode otherwise. | 8007 | |
| 8008 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 8009 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 8010 | values will disable the mode. | ||
| 7986 | 8011 | ||
| 7987 | The mode's hook is called both when the mode is enabled and when it is | 8012 | The mode's hook is called both when the mode is enabled and when it is |
| 7988 | disabled. | 8013 | disabled. |
| @@ -7990,6 +8015,8 @@ disabled. | |||
| 7990 | To change the position of the column displayed by default | 8015 | To change the position of the column displayed by default |
| 7991 | customize `display-fill-column-indicator-column'. You can change the | 8016 | customize `display-fill-column-indicator-column'. You can change the |
| 7992 | character for the indicator setting `display-fill-column-indicator-character'. | 8017 | character for the indicator setting `display-fill-column-indicator-character'. |
| 8018 | The globalized version is `global-display-fill-column-indicator-mode', | ||
| 8019 | which see. | ||
| 7993 | See Info node `Displaying Boundaries' for details. | 8020 | See 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 | ||
| 8015 | Display-Fill-Column-Indicator mode is enabled in all buffers where | 8042 | Display-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. |
| 8017 | See `display-fill-column-indicator-mode' for more information on Display-Fill-Column-Indicator mode. | 8044 | |
| 8045 | See `display-fill-column-indicator-mode' for more information on | ||
| 8046 | Display-Fill-Column-Indicator mode. | ||
| 8047 | |||
| 8048 | `global-display-fill-column-indicator-modes' is used to control which modes | ||
| 8049 | this 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) "\ | ||
| 8054 | Which major modes `display-fill-column-indicator-mode' is switched on in. | ||
| 8055 | This variable can be either t (all major modes), nil (no major modes), | ||
| 8056 | or a list of modes and (not modes) to switch use this minor mode or | ||
| 8057 | not. For instance | ||
| 8058 | |||
| 8059 | (c-mode (not message-mode mail-mode) text-mode) | ||
| 8060 | |||
| 8061 | means \"use this mode in all modes derived from `c-mode', don't use in | ||
| 8062 | modes derived from `message-mode' or `mail-mode', but do use in other | ||
| 8063 | modes derived from `text-mode'\". An element with value t means \"use\" | ||
| 8064 | and nil means \"don't use\". There's an implicit nil at the end of the | ||
| 8065 | list.") | ||
| 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 | |||
| 8030 | Toggle display of line numbers in the buffer. | 8078 | Toggle display of line numbers in the buffer. |
| 8031 | This uses `display-line-numbers' internally. | 8079 | This uses `display-line-numbers' internally. |
| 8032 | 8080 | ||
| 8033 | If called interactively, enable Display-Line-Numbers mode if ARG is | 8081 | If called interactively, toggle `Display-Line-Numbers mode'. If the |
| 8034 | positive, and disable it if ARG is zero or negative. If called from | 8082 | prefix argument is positive, enable the mode, and if it is zero or |
| 8035 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 8083 | negative, disable the mode. |
| 8036 | ARG is `toggle'; disable the mode otherwise. | 8084 | |
| 8085 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 8086 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 8087 | values will disable the mode. | ||
| 8037 | 8088 | ||
| 8038 | The mode's hook is called both when the mode is enabled and when it is | 8089 | The mode's hook is called both when the mode is enabled and when it is |
| 8039 | disabled. | 8090 | disabled. |
| @@ -8064,7 +8115,9 @@ ARG is omitted or nil. | |||
| 8064 | 8115 | ||
| 8065 | Display-Line-Numbers mode is enabled in all buffers where | 8116 | Display-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. |
| 8067 | See `display-line-numbers-mode' for more information on Display-Line-Numbers mode. | 8118 | |
| 8119 | See `display-line-numbers-mode' for more information on | ||
| 8120 | Display-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" "\ |
| 8169 | Toggle displaying buffer via Doc View (Doc View minor mode). | 8222 | Toggle displaying buffer via Doc View (Doc View minor mode). |
| 8170 | 8223 | ||
| 8171 | If called interactively, enable Doc-View minor mode if ARG is | 8224 | If called interactively, toggle `Doc-View minor mode'. If the prefix |
| 8172 | positive, and disable it if ARG is zero or negative. If called from | 8225 | argument is positive, enable the mode, and if it is zero or negative, |
| 8173 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 8226 | disable the mode. |
| 8174 | ARG is `toggle'; disable the mode otherwise. | 8227 | |
| 8228 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 8229 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 8230 | values will disable the mode. | ||
| 8175 | 8231 | ||
| 8176 | The mode's hook is called both when the mode is enabled and when it is | 8232 | The mode's hook is called both when the mode is enabled and when it is |
| 8177 | disabled. | 8233 | disabled. |
| @@ -8233,10 +8289,13 @@ Switch to *doctor* buffer and start giving psychotherapy." t nil) | |||
| 8233 | (autoload 'double-mode "double" "\ | 8289 | (autoload 'double-mode "double" "\ |
| 8234 | Toggle special insertion on double keypresses (Double mode). | 8290 | Toggle special insertion on double keypresses (Double mode). |
| 8235 | 8291 | ||
| 8236 | If called interactively, enable Double mode if ARG is positive, and | 8292 | If called interactively, toggle `Double mode'. If the prefix argument |
| 8237 | disable it if ARG is zero or negative. If called from Lisp, also | 8293 | is positive, enable the mode, and if it is zero or negative, disable |
| 8238 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 8294 | the mode. |
| 8239 | `toggle'; disable the mode otherwise. | 8295 | |
| 8296 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 8297 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 8298 | values will disable the mode. | ||
| 8240 | 8299 | ||
| 8241 | The mode's hook is called both when the mode is enabled and when it is | 8300 | The mode's hook is called both when the mode is enabled and when it is |
| 8242 | disabled. | 8301 | disabled. |
| @@ -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" "\ |
| 8258 | Switch to *dungeon* buffer and start game." t nil) | 8316 | Switch to *dungeon* buffer and start game." t nil) |
| @@ -8297,6 +8355,10 @@ appear in DOC, a paragraph is added to DOC explaining | |||
| 8297 | usage of the mode argument. | 8355 | usage of the mode argument. |
| 8298 | 8356 | ||
| 8299 | Optional INIT-VALUE is the initial value of the mode's variable. | 8357 | Optional 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. | ||
| 8300 | Optional LIGHTER is displayed in the mode line when the mode is on. | 8362 | Optional LIGHTER is displayed in the mode line when the mode is on. |
| 8301 | Optional KEYMAP is the default keymap bound to the mode keymap. | 8363 | Optional 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" "\ |
| 8355 | Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE. | 8417 | Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE. |
| 8356 | TURN-ON is a function that will be called with no args in every buffer | 8418 | TURN-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. | 8419 | and that should try to turn MODE on if applicable for that buffer. |
| 8358 | Each 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 | 8421 | Each of KEY VALUE is a pair of CL-style keyword arguments. :predicate |
| 8360 | :global keyword is ignored. Other keywords have the same | 8422 | specifies which major modes the globalized minor mode should be switched on |
| 8361 | meaning as in `define-minor-mode', which see. In particular, | 8423 | in. 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 | 8426 | group. 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. | 8428 | keywords to `define-globalized-minor-mode', since these are usually passed |
| 8429 | to the buffer-local version of the minor mode. | ||
| 8430 | |||
| 8367 | BODY contains code to execute each time the mode is enabled or disabled. | 8431 | BODY 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. | 8432 | It is executed after toggling the mode, and before running |
| 8433 | GLOBAL-MODE-hook. | ||
| 8369 | 8434 | ||
| 8370 | If MODE's set-up depends on the major mode in effect when it was | 8435 | If MODE's set-up depends on the major mode in effect when it was |
| 8371 | enabled, then disabling and reenabling MODE should make MODE work | 8436 | enabled, 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" "\ |
| 9075 | Toggle global EDE (Emacs Development Environment) mode. | 9140 | Toggle global EDE (Emacs Development Environment) mode. |
| 9076 | 9141 | ||
| 9077 | If called interactively, enable Global Ede mode if ARG is positive, | 9142 | If called interactively, toggle `Global Ede mode'. If the prefix |
| 9078 | and disable it if ARG is zero or negative. If called from Lisp, also | 9143 | argument is positive, enable the mode, and if it is zero or negative, |
| 9079 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 9144 | disable the mode. |
| 9080 | `toggle'; disable the mode otherwise. | 9145 | |
| 9146 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 9147 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 9148 | values will disable the mode. | ||
| 9081 | 9149 | ||
| 9082 | The mode's hook is called both when the mode is enabled and when it is | 9150 | The mode's hook is called both when the mode is enabled and when it is |
| 9083 | disabled. | 9151 | disabled. |
| @@ -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" "\ |
| 9835 | Edit a keyboard macro. | 9790 | Edit 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" "\ |
| 10063 | Toggle automatic parens pairing (Electric Pair mode). | 9994 | Toggle automatic parens pairing (Electric Pair mode). |
| 10064 | 9995 | ||
| 10065 | If called interactively, enable Electric-Pair mode if ARG is positive, | 9996 | If called interactively, toggle `Electric-Pair mode'. If the prefix |
| 10066 | and disable it if ARG is zero or negative. If called from Lisp, also | 9997 | argument is positive, enable the mode, and if it is zero or negative, |
| 10067 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 9998 | disable the mode. |
| 10068 | `toggle'; disable the mode otherwise. | 9999 | |
| 10000 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 10001 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 10002 | values will disable the mode. | ||
| 10069 | 10003 | ||
| 10070 | The mode's hook is called both when the mode is enabled and when it is | 10004 | The mode's hook is called both when the mode is enabled and when it is |
| 10071 | disabled. | 10005 | disabled. |
| @@ -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" "\ |
| 10084 | Toggle `electric-pair-mode' only in this buffer. | 10018 | Toggle `electric-pair-mode' only in this buffer. |
| 10085 | 10019 | ||
| 10086 | If called interactively, enable Electric-Pair-Local mode if ARG is | 10020 | If called interactively, toggle `Electric-Pair-Local mode'. If the |
| 10087 | positive, and disable it if ARG is zero or negative. If called from | 10021 | prefix argument is positive, enable the mode, and if it is zero or |
| 10088 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 10022 | negative, disable the mode. |
| 10089 | ARG is `toggle'; disable the mode otherwise. | 10023 | |
| 10024 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 10025 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 10026 | values will disable the mode. | ||
| 10090 | 10027 | ||
| 10091 | The mode's hook is called both when the mode is enabled and when it is | 10028 | The mode's hook is called both when the mode is enabled and when it is |
| 10092 | disabled. | 10029 | disabled. |
| @@ -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. | |||
| 10439 | These are files with embedded formatting information in the MIME standard | 10240 | These are files with embedded formatting information in the MIME standard |
| 10440 | text/enriched format. | 10241 | text/enriched format. |
| 10441 | 10242 | ||
| 10442 | If called interactively, enable Enriched mode if ARG is positive, and | 10243 | If called interactively, toggle `Enriched mode'. If the prefix |
| 10443 | disable it if ARG is zero or negative. If called from Lisp, also | 10244 | argument is positive, enable the mode, and if it is zero or negative, |
| 10444 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 10245 | disable the mode. |
| 10445 | `toggle'; disable the mode otherwise. | 10246 | |
| 10247 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 10248 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 10249 | values will disable the mode. | ||
| 10446 | 10250 | ||
| 10447 | The mode's hook is called both when the mode is enabled and when it is | 10251 | The mode's hook is called both when the mode is enabled and when it is |
| 10448 | disabled. | 10252 | disabled. |
| @@ -10701,10 +10505,13 @@ Encrypt marked files." t nil) | |||
| 10701 | (autoload 'epa-mail-mode "epa-mail" "\ | 10505 | (autoload 'epa-mail-mode "epa-mail" "\ |
| 10702 | A minor-mode for composing encrypted/clearsigned mails. | 10506 | A minor-mode for composing encrypted/clearsigned mails. |
| 10703 | 10507 | ||
| 10704 | If called interactively, enable epa-mail mode if ARG is positive, and | 10508 | If called interactively, toggle `epa-mail mode'. If the prefix |
| 10705 | disable it if ARG is zero or negative. If called from Lisp, also | 10509 | argument is positive, enable the mode, and if it is zero or negative, |
| 10706 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 10510 | disable the mode. |
| 10707 | `toggle'; disable the mode otherwise. | 10511 | |
| 10512 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 10513 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 10514 | values will disable the mode. | ||
| 10708 | 10515 | ||
| 10709 | The mode's hook is called both when the mode is enabled and when it is | 10516 | The mode's hook is called both when the mode is enabled and when it is |
| 10710 | disabled. | 10517 | disabled. |
| @@ -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" "\ |
| 10769 | Minor mode to hook EasyPG into Mail mode. | 10576 | Minor mode to hook EasyPG into Mail mode. |
| 10770 | 10577 | ||
| 10771 | If called interactively, enable Epa-Global-Mail mode if ARG is | 10578 | If called interactively, toggle `Epa-Global-Mail mode'. If the prefix |
| 10772 | positive, and disable it if ARG is zero or negative. If called from | 10579 | argument is positive, enable the mode, and if it is zero or negative, |
| 10773 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 10580 | disable the mode. |
| 10774 | ARG is `toggle'; disable the mode otherwise. | 10581 | |
| 10582 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 10583 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 10584 | values will disable the mode. | ||
| 10775 | 10585 | ||
| 10776 | The mode's hook is called both when the mode is enabled and when it is | 10586 | The mode's hook is called both when the mode is enabled and when it is |
| 10777 | disabled. | 10587 | disabled. |
| @@ -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" "\ |
| 12070 | Search the web for the text between BEG and END. | 11648 | Search the web for the text in the region. |
| 12071 | If region is active (and not whitespace), search the web for | 11649 | If region is active (and not whitespace), search the web for |
| 12072 | the text between BEG and END. Else, prompt the user for a search | 11650 | the text between region beginning and end. Else, prompt the |
| 12073 | string. See the `eww-search-prefix' variable for the search | 11651 | user for a search string. See the variable `eww-search-prefix' |
| 12074 | engine used." t nil) | 11652 | for the search engine used." t nil) |
| 12075 | 11653 | ||
| 12076 | (autoload 'eww-mode "eww" "\ | 11654 | (autoload 'eww-mode "eww" "\ |
| 12077 | Mode for browsing the web. | 11655 | Mode 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" "\ |
| 12381 | Minor mode for a buffer-specific default face. | 11959 | Minor mode for a buffer-specific default face. |
| 12382 | 11960 | ||
| 12383 | If called interactively, enable Buffer-Face mode if ARG is positive, | 11961 | If called interactively, toggle `Buffer-Face mode'. If the prefix |
| 12384 | and disable it if ARG is zero or negative. If called from Lisp, also | 11962 | argument is positive, enable the mode, and if it is zero or negative, |
| 12385 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 11963 | disable the mode. |
| 12386 | `toggle'; disable the mode otherwise. | 11964 | |
| 11965 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 11966 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 11967 | values will disable the mode. | ||
| 12387 | 11968 | ||
| 12388 | The mode's hook is called both when the mode is enabled and when it is | 11969 | The mode's hook is called both when the mode is enabled and when it is |
| 12389 | disabled. | 11970 | disabled. |
| @@ -13299,10 +12880,13 @@ region is invalid. | |||
| 13299 | (autoload 'flymake-mode "flymake" "\ | 12880 | (autoload 'flymake-mode "flymake" "\ |
| 13300 | Toggle Flymake mode on or off. | 12881 | Toggle Flymake mode on or off. |
| 13301 | 12882 | ||
| 13302 | If called interactively, enable Flymake mode if ARG is positive, and | 12883 | If called interactively, toggle `Flymake mode'. If the prefix |
| 13303 | disable it if ARG is zero or negative. If called from Lisp, also | 12884 | argument is positive, enable the mode, and if it is zero or negative, |
| 13304 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 12885 | disable the mode. |
| 13305 | `toggle'; disable the mode otherwise. | 12886 | |
| 12887 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 12888 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 12889 | values will disable the mode. | ||
| 13306 | 12890 | ||
| 13307 | The mode's hook is called both when the mode is enabled and when it is | 12891 | The mode's hook is called both when the mode is enabled and when it is |
| 13308 | disabled. | 12892 | disabled. |
| @@ -13384,10 +12968,13 @@ Turn on `flyspell-mode' for comments and strings." t nil) | |||
| 13384 | (autoload 'flyspell-mode "flyspell" "\ | 12968 | (autoload 'flyspell-mode "flyspell" "\ |
| 13385 | Toggle on-the-fly spell checking (Flyspell mode). | 12969 | Toggle on-the-fly spell checking (Flyspell mode). |
| 13386 | 12970 | ||
| 13387 | If called interactively, enable Flyspell mode if ARG is positive, and | 12971 | If called interactively, toggle `Flyspell mode'. If the prefix |
| 13388 | disable it if ARG is zero or negative. If called from Lisp, also | 12972 | argument is positive, enable the mode, and if it is zero or negative, |
| 13389 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 12973 | disable the mode. |
| 13390 | `toggle'; disable the mode otherwise. | 12974 | |
| 12975 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 12976 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 12977 | values will disable the mode. | ||
| 13391 | 12978 | ||
| 13392 | The mode's hook is called both when the mode is enabled and when it is | 12979 | The mode's hook is called both when the mode is enabled and when it is |
| 13393 | disabled. | 12980 | disabled. |
| @@ -13412,7 +12999,7 @@ invoking `ispell-change-dictionary'. | |||
| 13412 | 12999 | ||
| 13413 | Consider using the `ispell-parser' to check your text. For instance | 13000 | Consider using the `ispell-parser' to check your text. For instance |
| 13414 | consider adding: | 13001 | consider adding: |
| 13415 | \(add-hook \\='tex-mode-hook (function (lambda () (setq ispell-parser \\='tex)))) | 13002 | \(add-hook \\='tex-mode-hook (lambda () (setq ispell-parser \\='tex))) |
| 13416 | in your init file. | 13003 | in 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" "\ |
| 13465 | Toggle Follow mode. | 13052 | Toggle Follow mode. |
| 13466 | 13053 | ||
| 13467 | If called interactively, enable Follow mode if ARG is positive, and | 13054 | If called interactively, toggle `Follow mode'. If the prefix argument |
| 13468 | disable it if ARG is zero or negative. If called from Lisp, also | 13055 | is positive, enable the mode, and if it is zero or negative, disable |
| 13469 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 13056 | the mode. |
| 13470 | `toggle'; disable the mode otherwise. | 13057 | |
| 13058 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 13059 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 13060 | values will disable the mode. | ||
| 13471 | 13061 | ||
| 13472 | The mode's hook is called both when the mode is enabled and when it is | 13062 | The mode's hook is called both when the mode is enabled and when it is |
| 13473 | disabled. | 13063 | disabled. |
| @@ -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" "\ |
| 13593 | Toggle Footnote mode. | 13182 | Toggle Footnote mode. |
| 13594 | 13183 | ||
| 13595 | If called interactively, enable Footnote mode if ARG is positive, and | 13184 | If called interactively, toggle `Footnote mode'. If the prefix |
| 13596 | disable it if ARG is zero or negative. If called from Lisp, also | 13185 | argument is positive, enable the mode, and if it is zero or negative, |
| 13597 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 13186 | disable the mode. |
| 13598 | `toggle'; disable the mode otherwise. | 13187 | |
| 13188 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 13189 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 13190 | values will disable the mode. | ||
| 13599 | 13191 | ||
| 13600 | The mode's hook is called both when the mode is enabled and when it is | 13192 | The mode's hook is called both when the mode is enabled and when it is |
| 13601 | disabled. | 13193 | disabled. |
| @@ -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 |
| 14058 | the list) is deleted every time a new one is added (at the front). | 13649 | the list) is deleted every time a new one is added (at the front). |
| 14059 | 13650 | ||
| 14060 | If called interactively, enable Gdb-Enable-Debug mode if ARG is | 13651 | If called interactively, toggle `Gdb-Enable-Debug mode'. If the |
| 14061 | positive, and disable it if ARG is zero or negative. If called from | 13652 | prefix argument is positive, enable the mode, and if it is zero or |
| 14062 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 13653 | negative, disable the mode. |
| 14063 | ARG is `toggle'; disable the mode otherwise. | 13654 | |
| 13655 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 13656 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 13657 | values will disable the mode. | ||
| 14064 | 13658 | ||
| 14065 | The mode's hook is called both when the mode is enabled and when it is | 13659 | The mode's hook is called both when the mode is enabled and when it is |
| 14066 | disabled. | 13660 | disabled. |
| @@ -14238,10 +13832,13 @@ regular expression that can be used as an element of | |||
| 14238 | (autoload 'glasses-mode "glasses" "\ | 13832 | (autoload 'glasses-mode "glasses" "\ |
| 14239 | Minor mode for making identifiers likeThis readable. | 13833 | Minor mode for making identifiers likeThis readable. |
| 14240 | 13834 | ||
| 14241 | If called interactively, enable Glasses mode if ARG is positive, and | 13835 | If called interactively, toggle `Glasses mode'. If the prefix |
| 14242 | disable it if ARG is zero or negative. If called from Lisp, also | 13836 | argument is positive, enable the mode, and if it is zero or negative, |
| 14243 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 13837 | disable the mode. |
| 14244 | `toggle'; disable the mode otherwise. | 13838 | |
| 13839 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 13840 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 13841 | values will disable the mode. | ||
| 14245 | 13842 | ||
| 14246 | The mode's hook is called both when the mode is enabled and when it is | 13843 | The mode's hook is called both when the mode is enabled and when it is |
| 14247 | disabled. | 13844 | disabled. |
| @@ -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" "\ |
| 14851 | Minor mode for providing mailing-list commands. | 14448 | Minor mode for providing mailing-list commands. |
| 14852 | 14449 | ||
| 14853 | If called interactively, enable Gnus-Mailing-List mode if ARG is | 14450 | If called interactively, toggle `Gnus-Mailing-List mode'. If the |
| 14854 | positive, and disable it if ARG is zero or negative. If called | 14451 | prefix argument is positive, enable the mode, and if it is zero |
| 14855 | from Lisp, also enable the mode if ARG is omitted or nil, and | 14452 | or negative, disable the mode. |
| 14856 | toggle it if ARG is `toggle'; disable the mode otherwise. | 14453 | |
| 14454 | If called from Lisp, toggle the mode if if ARG is `toggle'. | ||
| 14455 | Enable the mode if ARG is nil, omitted, or is a positive number. | ||
| 14456 | All other values will disable the mode. | ||
| 14857 | 14457 | ||
| 14858 | The mode's hook is called both when the mode is enabled and when | 14458 | The mode's hook is called both when the mode is enabled and when |
| 14859 | it is disabled. | 14459 | it 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" "\ |
| 15305 | Minor mode to buttonize URLs and e-mail addresses in the current buffer. | 14905 | Minor mode to buttonize URLs and e-mail addresses in the current buffer. |
| 15306 | 14906 | ||
| 15307 | If called interactively, enable Goto-Address mode if ARG is positive, | 14907 | If called interactively, toggle `Goto-Address mode'. If the prefix |
| 15308 | and disable it if ARG is zero or negative. If called from Lisp, also | 14908 | argument is positive, enable the mode, and if it is zero or negative, |
| 15309 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 14909 | disable the mode. |
| 15310 | `toggle'; disable the mode otherwise. | 14910 | |
| 14911 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 14912 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 14913 | values will disable the mode. | ||
| 15311 | 14914 | ||
| 15312 | The mode's hook is called both when the mode is enabled and when it is | 14915 | The mode's hook is called both when the mode is enabled and when it is |
| 15313 | disabled. | 14916 | disabled. |
| @@ -15334,17 +14937,22 @@ ARG is omitted or nil. | |||
| 15334 | 14937 | ||
| 15335 | Goto-Address mode is enabled in all buffers where | 14938 | Goto-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. |
| 15337 | See `goto-address-mode' for more information on Goto-Address mode. | 14940 | |
| 14941 | See `goto-address-mode' for more information on | ||
| 14942 | Goto-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" "\ |
| 15342 | Like `goto-address-mode', but only for comments and strings. | 14947 | Like `goto-address-mode', but only for comments and strings. |
| 15343 | 14948 | ||
| 15344 | If called interactively, enable Goto-Address-Prog mode if ARG is | 14949 | If called interactively, toggle `Goto-Address-Prog mode'. If the |
| 15345 | positive, and disable it if ARG is zero or negative. If called from | 14950 | prefix argument is positive, enable the mode, and if it is zero or |
| 15346 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 14951 | negative, disable the mode. |
| 15347 | ARG is `toggle'; disable the mode otherwise. | 14952 | |
| 14953 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 14954 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 14955 | values will disable the mode. | ||
| 15348 | 14956 | ||
| 15349 | The mode's hook is called both when the mode is enabled and when it is | 14957 | The mode's hook is called both when the mode is enabled and when it is |
| 15350 | disabled. | 14958 | disabled. |
| @@ -15678,10 +15286,13 @@ or call the function `gud-tooltip-mode'.") | |||
| 15678 | (autoload 'gud-tooltip-mode "gud" "\ | 15286 | (autoload 'gud-tooltip-mode "gud" "\ |
| 15679 | Toggle the display of GUD tooltips. | 15287 | Toggle the display of GUD tooltips. |
| 15680 | 15288 | ||
| 15681 | If called interactively, enable Gud-Tooltip mode if ARG is positive, | 15289 | If called interactively, toggle `Gud-Tooltip mode'. If the prefix |
| 15682 | and disable it if ARG is zero or negative. If called from Lisp, also | 15290 | argument is positive, enable the mode, and if it is zero or negative, |
| 15683 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 15291 | disable the mode. |
| 15684 | `toggle'; disable the mode otherwise. | 15292 | |
| 15293 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 15294 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 15295 | values will disable the mode. | ||
| 15685 | 15296 | ||
| 15686 | The mode's hook is called both when the mode is enabled and when it is | 15297 | The mode's hook is called both when the mode is enabled and when it is |
| 15687 | disabled. | 15298 | disabled. |
| @@ -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" "\ |
| 16405 | Toggle selective highlighting of patterns (Hi Lock mode). | 16008 | Toggle selective highlighting of patterns (Hi Lock mode). |
| 16406 | 16009 | ||
| 16407 | If called interactively, enable Hi-Lock mode if ARG is positive, and | 16010 | If called interactively, toggle `Hi-Lock mode'. If the prefix |
| 16408 | disable it if ARG is zero or negative. If called from Lisp, also | 16011 | argument is positive, enable the mode, and if it is zero or negative, |
| 16409 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 16012 | disable the mode. |
| 16410 | `toggle'; disable the mode otherwise. | 16013 | |
| 16014 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 16015 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 16016 | values will disable the mode. | ||
| 16411 | 16017 | ||
| 16412 | The mode's hook is called both when the mode is enabled and when it is | 16018 | The mode's hook is called both when the mode is enabled and when it is |
| 16413 | disabled. | 16019 | disabled. |
| @@ -16494,7 +16100,9 @@ ARG is omitted or nil. | |||
| 16494 | 16100 | ||
| 16495 | Hi-Lock mode is enabled in all buffers where | 16101 | Hi-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. |
| 16497 | See `hi-lock-mode' for more information on Hi-Lock mode. | 16103 | |
| 16104 | See `hi-lock-mode' for more information on | ||
| 16105 | Hi-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 |
| 16599 | be found in variable `hi-lock-interactive-patterns'." t nil) | 16207 | be found in variable `hi-lock-interactive-patterns'." t nil) |
| 16600 | 16208 | ||
| 16209 | (autoload 'hi-lock-find-patterns "hi-lock" "\ | ||
| 16210 | Add 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" "\ |
| 16609 | Toggle features to hide/show #ifdef blocks (Hide-Ifdef mode). | 16220 | Toggle features to hide/show #ifdef blocks (Hide-Ifdef mode). |
| 16610 | 16221 | ||
| 16611 | If called interactively, enable Hide-Ifdef mode if ARG is positive, | 16222 | If called interactively, toggle `Hide-Ifdef mode'. If the prefix |
| 16612 | and disable it if ARG is zero or negative. If called from Lisp, also | 16223 | argument is positive, enable the mode, and if it is zero or negative, |
| 16613 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 16224 | disable the mode. |
| 16614 | `toggle'; disable the mode otherwise. | 16225 | |
| 16226 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 16227 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 16228 | values will disable the mode. | ||
| 16615 | 16229 | ||
| 16616 | The mode's hook is called both when the mode is enabled and when it is | 16230 | The mode's hook is called both when the mode is enabled and when it is |
| 16617 | disabled. | 16231 | disabled. |
| @@ -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))) "\ |
| 16663 | Alist for initializing the hideshow variables for different modes. | 16277 | Alist for initializing the hideshow variables for different modes. |
| 16664 | Each element has the form | 16278 | Each 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" "\ |
| 16691 | Minor mode to selectively hide/show code and comment blocks. | 16305 | Minor mode to selectively hide/show code and comment blocks. |
| 16692 | 16306 | ||
| 16693 | If called interactively, enable Hs minor mode if ARG is positive, and | 16307 | If called interactively, toggle `Hs minor mode'. If the prefix |
| 16694 | disable it if ARG is zero or negative. If called from Lisp, also | 16308 | argument is positive, enable the mode, and if it is zero or negative, |
| 16695 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 16309 | disable the mode. |
| 16696 | `toggle'; disable the mode otherwise. | 16310 | |
| 16311 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 16312 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 16313 | values will disable the mode. | ||
| 16697 | 16314 | ||
| 16698 | The mode's hook is called both when the mode is enabled and when it is | 16315 | The mode's hook is called both when the mode is enabled and when it is |
| 16699 | disabled. | 16316 | disabled. |
| @@ -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" "\ |
| 16738 | Toggle highlighting changes in this buffer (Highlight Changes mode). | 16355 | Toggle highlighting changes in this buffer (Highlight Changes mode). |
| 16739 | 16356 | ||
| 16740 | If called interactively, enable Highlight-Changes mode if ARG is | 16357 | If called interactively, toggle `Highlight-Changes mode'. If the |
| 16741 | positive, and disable it if ARG is zero or negative. If called from | 16358 | prefix argument is positive, enable the mode, and if it is zero or |
| 16742 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 16359 | negative, disable the mode. |
| 16743 | ARG is `toggle'; disable the mode otherwise. | 16360 | |
| 16361 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 16362 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 16363 | values will disable the mode. | ||
| 16744 | 16364 | ||
| 16745 | The mode's hook is called both when the mode is enabled and when it is | 16365 | The mode's hook is called both when the mode is enabled and when it is |
| 16746 | disabled. | 16366 | disabled. |
| @@ -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" "\ |
| 16766 | Toggle visibility of highlighting due to Highlight Changes mode. | 16386 | Toggle visibility of highlighting due to Highlight Changes mode. |
| 16767 | 16387 | ||
| 16768 | If called interactively, enable Highlight-Changes-Visible mode if ARG | 16388 | If called interactively, toggle `Highlight-Changes-Visible mode'. If |
| 16769 | is positive, and disable it if ARG is zero or negative. If called | 16389 | the prefix argument is positive, enable the mode, and if it is zero or |
| 16770 | from Lisp, also enable the mode if ARG is omitted or nil, and toggle | 16390 | negative, disable the mode. |
| 16771 | it if ARG is `toggle'; disable the mode otherwise. | 16391 | |
| 16392 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 16393 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 16394 | values will disable the mode. | ||
| 16772 | 16395 | ||
| 16773 | The mode's hook is called both when the mode is enabled and when it is | 16396 | The mode's hook is called both when the mode is enabled and when it is |
| 16774 | disabled. | 16397 | disabled. |
| @@ -16863,7 +16486,9 @@ ARG is omitted or nil. | |||
| 16863 | 16486 | ||
| 16864 | Highlight-Changes mode is enabled in all buffers where | 16487 | Highlight-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. |
| 16866 | See `highlight-changes-mode' for more information on Highlight-Changes mode. | 16489 | |
| 16490 | See `highlight-changes-mode' for more information on | ||
| 16491 | Highlight-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" "\ |
| 16911 | Toggle highlighting of the current line (Hl-Line mode). | 16536 | Toggle highlighting of the current line (Hl-Line mode). |
| 16912 | 16537 | ||
| 16913 | If called interactively, enable Hl-Line mode if ARG is positive, and | 16538 | If called interactively, toggle `Hl-Line mode'. If the prefix |
| 16914 | disable it if ARG is zero or negative. If called from Lisp, also | 16539 | argument is positive, enable the mode, and if it is zero or negative, |
| 16915 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 16540 | disable the mode. |
| 16916 | `toggle'; disable the mode otherwise. | 16541 | |
| 16542 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 16543 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 16544 | values will disable the mode. | ||
| 16917 | 16545 | ||
| 16918 | The mode's hook is called both when the mode is enabled and when it is | 16546 | The mode's hook is called both when the mode is enabled and when it is |
| 16919 | disabled. | 16547 | disabled. |
| @@ -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" "\ |
| 16946 | Toggle line highlighting in all buffers (Global Hl-Line mode). | 16574 | Toggle line highlighting in all buffers (Global Hl-Line mode). |
| 16947 | 16575 | ||
| 16948 | If called interactively, enable Global Hl-Line mode if ARG is | 16576 | If called interactively, toggle `Global Hl-Line mode'. If the prefix |
| 16949 | positive, and disable it if ARG is zero or negative. If called from | 16577 | argument is positive, enable the mode, and if it is zero or negative, |
| 16950 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 16578 | disable the mode. |
| 16951 | ARG is `toggle'; disable the mode otherwise. | 16579 | |
| 16580 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 16581 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 16582 | values will disable the mode. | ||
| 16952 | 16583 | ||
| 16953 | The mode's hook is called both when the mode is enabled and when it is | 16584 | The mode's hook is called both when the mode is enabled and when it is |
| 16954 | disabled. | 16585 | disabled. |
| @@ -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" "\ |
| 17369 | An enhanced `icomplete-mode' that emulates `ido-mode'. | 16992 | An enhanced `icomplete-mode' that emulates `ido-mode'. |
| 17370 | 16993 | ||
| 17371 | If called interactively, enable Fido mode if ARG is positive, and | 16994 | If called interactively, toggle `Fido mode'. If the prefix argument |
| 17372 | disable it if ARG is zero or negative. If called from Lisp, also | 16995 | is positive, enable the mode, and if it is zero or negative, disable |
| 17373 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 16996 | the mode. |
| 17374 | `toggle'; disable the mode otherwise. | 16997 | |
| 16998 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 16999 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 17000 | values will disable the mode. | ||
| 17375 | 17001 | ||
| 17376 | The mode's hook is called both when the mode is enabled and when it is | 17002 | The mode's hook is called both when the mode is enabled and when it is |
| 17377 | disabled. | 17003 | disabled. |
| @@ -17394,10 +17020,13 @@ or call the function `icomplete-mode'.") | |||
| 17394 | (autoload 'icomplete-mode "icomplete" "\ | 17020 | (autoload 'icomplete-mode "icomplete" "\ |
| 17395 | Toggle incremental minibuffer completion (Icomplete mode). | 17021 | Toggle incremental minibuffer completion (Icomplete mode). |
| 17396 | 17022 | ||
| 17397 | If called interactively, enable Icomplete mode if ARG is positive, and | 17023 | If called interactively, toggle `Icomplete mode'. If the prefix |
| 17398 | disable it if ARG is zero or negative. If called from Lisp, also | 17024 | argument is positive, enable the mode, and if it is zero or negative, |
| 17399 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 17025 | disable the mode. |
| 17400 | `toggle'; disable the mode otherwise. | 17026 | |
| 17027 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 17028 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 17029 | values will disable the mode. | ||
| 17401 | 17030 | ||
| 17402 | The mode's hook is called both when the mode is enabled and when it is | 17031 | The mode's hook is called both when the mode is enabled and when it is |
| 17403 | disabled. | 17032 | disabled. |
| @@ -17939,10 +17568,13 @@ See `inferior-emacs-lisp-mode' for details. | |||
| 17939 | (autoload 'iimage-mode "iimage" "\ | 17568 | (autoload 'iimage-mode "iimage" "\ |
| 17940 | Toggle Iimage mode on or off. | 17569 | Toggle Iimage mode on or off. |
| 17941 | 17570 | ||
| 17942 | If called interactively, enable Iimage mode if ARG is positive, and | 17571 | If called interactively, toggle `Iimage mode'. If the prefix argument |
| 17943 | disable it if ARG is zero or negative. If called from Lisp, also | 17572 | is positive, enable the mode, and if it is zero or negative, disable |
| 17944 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 17573 | the mode. |
| 17945 | `toggle'; disable the mode otherwise. | 17574 | |
| 17575 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 17576 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 17577 | values will disable the mode. | ||
| 17946 | 17578 | ||
| 17947 | The mode's hook is called both when the mode is enabled and when it is | 17579 | The mode's hook is called both when the mode is enabled and when it is |
| 17948 | disabled. | 17580 | disabled. |
| @@ -18250,10 +17882,13 @@ Setup easy-to-use keybindings for the commands to be used in dired mode. | |||
| 18250 | Note that n, p and <down> and <up> will be hijacked and bound to | 17882 | Note 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 | ||
| 18253 | If called interactively, enable Image-Dired minor mode if ARG is | 17885 | If called interactively, toggle `Image-Dired minor mode'. If the |
| 18254 | positive, and disable it if ARG is zero or negative. If called from | 17886 | prefix argument is positive, enable the mode, and if it is zero or |
| 18255 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 17887 | negative, disable the mode. |
| 18256 | ARG is `toggle'; disable the mode otherwise. | 17888 | |
| 17889 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 17890 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 17891 | values will disable the mode. | ||
| 18257 | 17892 | ||
| 18258 | The mode's hook is called both when the mode is enabled and when it is | 17893 | The mode's hook is called both when the mode is enabled and when it is |
| 18259 | disabled. | 17894 | disabled. |
| @@ -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" "\ |
| 18350 | Toggle visiting of image files as images (Auto Image File mode). | 17985 | Toggle visiting of image files as images (Auto Image File mode). |
| 18351 | 17986 | ||
| 18352 | If called interactively, enable Auto-Image-File mode if ARG is | 17987 | If called interactively, toggle `Auto-Image-File mode'. If the prefix |
| 18353 | positive, and disable it if ARG is zero or negative. If called from | 17988 | argument is positive, enable the mode, and if it is zero or negative, |
| 18354 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 17989 | disable the mode. |
| 18355 | ARG is `toggle'; disable the mode otherwise. | 17990 | |
| 17991 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 17992 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 17993 | values will disable the mode. | ||
| 18356 | 17994 | ||
| 18357 | The mode's hook is called both when the mode is enabled and when it is | 17995 | The mode's hook is called both when the mode is enabled and when it is |
| 18358 | disabled. | 17996 | disabled. |
| @@ -18381,10 +18019,13 @@ Key bindings: | |||
| 18381 | (autoload 'image-minor-mode "image-mode" "\ | 18019 | (autoload 'image-minor-mode "image-mode" "\ |
| 18382 | Toggle Image minor mode in this buffer. | 18020 | Toggle Image minor mode in this buffer. |
| 18383 | 18021 | ||
| 18384 | If called interactively, enable Image minor mode if ARG is positive, | 18022 | If called interactively, toggle `Image minor mode'. If the prefix |
| 18385 | and disable it if ARG is zero or negative. If called from Lisp, also | 18023 | argument is positive, enable the mode, and if it is zero or negative, |
| 18386 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 18024 | disable the mode. |
| 18387 | `toggle'; disable the mode otherwise. | 18025 | |
| 18026 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 18027 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 18028 | values will disable the mode. | ||
| 18388 | 18029 | ||
| 18389 | The mode's hook is called both when the mode is enabled and when it is | 18030 | The mode's hook is called both when the mode is enabled and when it is |
| 18390 | disabled. | 18031 | disabled. |
| @@ -18626,7 +18267,7 @@ the environment variable INFOPATH is set. | |||
| 18626 | 18267 | ||
| 18627 | Although this is a customizable variable, that is mainly for technical | 18268 | Although this is a customizable variable, that is mainly for technical |
| 18628 | reasons. Normally, you should either set INFOPATH or customize | 18269 | reasons. 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" "\ |
| 18632 | Like `info' but show the Info buffer in another window. | 18273 | Like `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" "\ |
| 19340 | Toggle last-word spell checking (Ispell minor mode). | 18981 | Toggle last-word spell checking (Ispell minor mode). |
| 19341 | 18982 | ||
| 19342 | If called interactively, enable ISpell minor mode if ARG is positive, | 18983 | If called interactively, toggle `ISpell minor mode'. If the prefix |
| 19343 | and disable it if ARG is zero or negative. If called from Lisp, also | 18984 | argument is positive, enable the mode, and if it is zero or negative, |
| 19344 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 18985 | disable the mode. |
| 19345 | `toggle'; disable the mode otherwise. | 18986 | |
| 18987 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 18988 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 18989 | values will disable the mode. | ||
| 19346 | 18990 | ||
| 19347 | The mode's hook is called both when the mode is enabled and when it is | 18991 | The mode's hook is called both when the mode is enabled and when it is |
| 19348 | disabled. | 18992 | disabled. |
| @@ -19378,7 +19022,7 @@ in your init file: | |||
| 19378 | 19022 | ||
| 19379 | You can bind this to the key C-c i in GNUS or mail by adding to | 19023 | You 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" "\ |
| 20032 | Toggle display of line numbers in the left margin (Linum mode). | 19676 | Toggle display of line numbers in the left margin (Linum mode). |
| 20033 | 19677 | ||
| 20034 | If called interactively, enable Linum mode if ARG is positive, and | 19678 | If called interactively, toggle `Linum mode'. If the prefix argument |
| 20035 | disable it if ARG is zero or negative. If called from Lisp, also | 19679 | is positive, enable the mode, and if it is zero or negative, disable |
| 20036 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 19680 | the mode. |
| 20037 | `toggle'; disable the mode otherwise. | 19681 | |
| 19682 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 19683 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 19684 | values will disable the mode. | ||
| 20038 | 19685 | ||
| 20039 | The mode's hook is called both when the mode is enabled and when it is | 19686 | The mode's hook is called both when the mode is enabled and when it is |
| 20040 | disabled. | 19687 | disabled. |
| @@ -20063,7 +19710,9 @@ ARG is omitted or nil. | |||
| 20063 | 19710 | ||
| 20064 | Linum mode is enabled in all buffers where | 19711 | Linum mode is enabled in all buffers where |
| 20065 | `linum-on' would do it. | 19712 | `linum-on' would do it. |
| 20066 | See `linum-mode' for more information on Linum mode. | 19713 | |
| 19714 | See `linum-mode' for more information on | ||
| 19715 | Linum 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 | |||
| 20088 | is nil, raise an error. | 19737 | is nil, raise an error. |
| 20089 | 19738 | ||
| 20090 | Standard unloading activities include restoring old autoloads for | 19739 | Standard unloading activities include restoring old autoloads for |
| 20091 | functions defined by the library, undoing any additions that the | 19740 | functions defined by the library, removing such functions from |
| 20092 | library has made to hook variables or to `auto-mode-alist', undoing | 19741 | hooks and `auto-mode-alist', undoing their ELP profiling, |
| 20093 | ELP profiling of functions in that library, unproviding any features | 19742 | unproviding any features provided by the library, and canceling |
| 20094 | provided by the library, and canceling timers held in variables | 19743 | timers held in variables defined by the library. |
| 20095 | defined by the library. | ||
| 20096 | 19744 | ||
| 20097 | If a function `FEATURE-unload-function' is defined, this function | 19745 | If a function `FEATURE-unload-function' is defined, this function |
| 20098 | calls it with no arguments, before doing anything else. That function | 19746 | calls 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" "\ |
| 20608 | Toggle abbrev expansion of mail aliases (Mail Abbrevs mode). | 20256 | Toggle abbrev expansion of mail aliases (Mail Abbrevs mode). |
| 20609 | 20257 | ||
| 20610 | If called interactively, enable Mail-Abbrevs mode if ARG is positive, | 20258 | If called interactively, toggle `Mail-Abbrevs mode'. If the prefix |
| 20611 | and disable it if ARG is zero or negative. If called from Lisp, also | 20259 | argument is positive, enable the mode, and if it is zero or negative, |
| 20612 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 20260 | disable the mode. |
| 20613 | `toggle'; disable the mode otherwise. | 20261 | |
| 20262 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 20263 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 20264 | values will disable the mode. | ||
| 20614 | 20265 | ||
| 20615 | The mode's hook is called both when the mode is enabled and when it is | 20266 | The mode's hook is called both when the mode is enabled and when it is |
| 20616 | disabled. | 20267 | disabled. |
| @@ -20946,10 +20597,13 @@ Default bookmark handler for Man buffers. | |||
| 20946 | (autoload 'master-mode "master" "\ | 20597 | (autoload 'master-mode "master" "\ |
| 20947 | Toggle Master mode. | 20598 | Toggle Master mode. |
| 20948 | 20599 | ||
| 20949 | If called interactively, enable Master mode if ARG is positive, and | 20600 | If called interactively, toggle `Master mode'. If the prefix argument |
| 20950 | disable it if ARG is zero or negative. If called from Lisp, also | 20601 | is positive, enable the mode, and if it is zero or negative, disable |
| 20951 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 20602 | the mode. |
| 20952 | `toggle'; disable the mode otherwise. | 20603 | |
| 20604 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 20605 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 20606 | values will disable the mode. | ||
| 20953 | 20607 | ||
| 20954 | The mode's hook is called both when the mode is enabled and when it is | 20608 | The mode's hook is called both when the mode is enabled and when it is |
| 20955 | disabled. | 20609 | disabled. |
| @@ -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" "\ |
| 20986 | Toggle Minibuffer Depth Indication mode. | 20640 | Toggle Minibuffer Depth Indication mode. |
| 20987 | 20641 | ||
| 20988 | If called interactively, enable Minibuffer-Depth-Indicate mode if ARG | 20642 | If called interactively, toggle `Minibuffer-Depth-Indicate mode'. If |
| 20989 | is positive, and disable it if ARG is zero or negative. If called | 20643 | the prefix argument is positive, enable the mode, and if it is zero or |
| 20990 | from Lisp, also enable the mode if ARG is omitted or nil, and toggle | 20644 | negative, disable the mode. |
| 20991 | it if ARG is `toggle'; disable the mode otherwise. | 20645 | |
| 20646 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 20647 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 20648 | values will disable the mode. | ||
| 20992 | 20649 | ||
| 20993 | The mode's hook is called both when the mode is enabled and when it is | 20650 | The mode's hook is called both when the mode is enabled and when it is |
| 20994 | disabled. | 20651 | disabled. |
| @@ -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" "\ |
| 21531 | Non-nil means run `midnight-hook' at midnight. | 21187 | Non-nil means run `midnight-hook' at midnight. |
| 21532 | 21188 | ||
| 21533 | If called interactively, enable Midnight mode if ARG is positive, and | 21189 | If called interactively, toggle `Midnight mode'. If the prefix |
| 21534 | disable it if ARG is zero or negative. If called from Lisp, also | 21190 | argument is positive, enable the mode, and if it is zero or negative, |
| 21535 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 21191 | disable the mode. |
| 21536 | `toggle'; disable the mode otherwise. | 21192 | |
| 21193 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 21194 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 21195 | values will disable the mode. | ||
| 21537 | 21196 | ||
| 21538 | The mode's hook is called both when the mode is enabled and when it is | 21197 | The mode's hook is called both when the mode is enabled and when it is |
| 21539 | disabled. | 21198 | disabled. |
| @@ -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" "\ |
| 21580 | Toggle Minibuffer Electric Default mode. | 21239 | Toggle Minibuffer Electric Default mode. |
| 21581 | 21240 | ||
| 21582 | If called interactively, enable Minibuffer-Electric-Default mode if | 21241 | If called interactively, toggle `Minibuffer-Electric-Default mode'. |
| 21583 | ARG is positive, and disable it if ARG is zero or negative. If called | 21242 | If the prefix argument is positive, enable the mode, and if it is zero |
| 21584 | from Lisp, also enable the mode if ARG is omitted or nil, and toggle | 21243 | or negative, disable the mode. |
| 21585 | it if ARG is `toggle'; disable the mode otherwise. | 21244 | |
| 21245 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 21246 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 21247 | values will disable the mode. | ||
| 21586 | 21248 | ||
| 21587 | The mode's hook is called both when the mode is enabled and when it is | 21249 | The mode's hook is called both when the mode is enabled and when it is |
| 21588 | disabled. | 21250 | disabled. |
| @@ -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" "\ |
| 21764 | Major mode for the mixal asm language. | 21426 | Major 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" "\ |
| 22153 | Toggle Msb mode. | 21815 | Toggle Msb mode. |
| 22154 | 21816 | ||
| 22155 | If called interactively, enable Msb mode if ARG is positive, and | 21817 | If called interactively, toggle `Msb mode'. If the prefix argument is |
| 22156 | disable it if ARG is zero or negative. If called from Lisp, also | 21818 | positive, enable the mode, and if it is zero or negative, disable the |
| 22157 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 21819 | mode. |
| 22158 | `toggle'; disable the mode otherwise. | 21820 | |
| 21821 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 21822 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 21823 | values will disable the mode. | ||
| 22159 | 21824 | ||
| 22160 | The mode's hook is called both when the mode is enabled and when it is | 21825 | The mode's hook is called both when the mode is enabled and when it is |
| 22161 | disabled. | 21826 | disabled. |
| @@ -22337,7 +22002,7 @@ If ELLIPSIS is non-nil, it should be a string which will replace the | |||
| 22337 | end of STR (including any padding) if it extends beyond END-COLUMN, | 22002 | end of STR (including any padding) if it extends beyond END-COLUMN, |
| 22338 | unless the display width of STR is equal to or less than the display | 22003 | unless the display width of STR is equal to or less than the display |
| 22339 | width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS | 22004 | width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS |
| 22340 | defaults to `truncate-string-ellipsis'. | 22005 | defaults to `truncate-string-ellipsis', or to three dots when it's nil. |
| 22341 | 22006 | ||
| 22342 | If ELLIPSIS-TEXT-PROPERTY is non-nil, a too-long string will not | 22007 | If ELLIPSIS-TEXT-PROPERTY is non-nil, a too-long string will not |
| 22343 | be truncated, but instead the elided parts will be covered by a | 22008 | be 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" "\ |
| 24798 | Dynamic numbering of headlines in an Org buffer. | 24343 | Dynamic numbering of headlines in an Org buffer. |
| 24799 | 24344 | ||
| 24800 | If called interactively, enable Org-Num mode if ARG is positive, and | 24345 | If called interactively, toggle `Org-Num mode'. If the prefix |
| 24801 | disable it if ARG is zero or negative. If called from Lisp, also | 24346 | argument is positive, enable the mode, and if it is zero or negative, |
| 24802 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 24347 | disable the mode. |
| 24803 | `toggle'; disable the mode otherwise. | 24348 | |
| 24349 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 24350 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 24351 | values will disable the mode. | ||
| 24804 | 24352 | ||
| 24805 | The mode's hook is called both when the mode is enabled and when it is | 24353 | The mode's hook is called both when the mode is enabled and when it is |
| 24806 | disabled. | 24354 | disabled. |
| @@ -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" "\ |
| 24887 | Set major mode for editing outlines with selective display. | 24412 | Set 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" "\ |
| 24912 | Toggle Outline minor mode. | 24437 | Toggle Outline minor mode. |
| 24913 | 24438 | ||
| 24914 | If called interactively, enable Outline minor mode if ARG is positive, | 24439 | If called interactively, toggle `Outline minor mode'. If the prefix |
| 24915 | and disable it if ARG is zero or negative. If called from Lisp, also | 24440 | argument is positive, enable the mode, and if it is zero or negative, |
| 24916 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 24441 | disable the mode. |
| 24917 | `toggle'; disable the mode otherwise. | 24442 | |
| 24443 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 24444 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 24445 | values will disable the mode. | ||
| 24918 | 24446 | ||
| 24919 | The mode's hook is called both when the mode is enabled and when it is | 24447 | The mode's hook is called both when the mode is enabled and when it is |
| 24920 | disabled. | 24448 | disabled. |
| @@ -24922,108 +24450,11 @@ disabled. | |||
| 24922 | See the command `outline-mode' for more information on this mode. | 24450 | See 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" "\ |
| 25214 | Toggle visualization of matching parens (Show Paren mode). | 24645 | Toggle visualization of matching parens (Show Paren mode). |
| 25215 | 24646 | ||
| 25216 | If called interactively, enable Show-Paren mode if ARG is positive, | 24647 | If called interactively, toggle `Show-Paren mode'. If the prefix |
| 25217 | and disable it if ARG is zero or negative. If called from Lisp, also | 24648 | argument is positive, enable the mode, and if it is zero or negative, |
| 25218 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 24649 | disable the mode. |
| 25219 | `toggle'; disable the mode otherwise. | 24650 | |
| 24651 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 24652 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 24653 | values will disable the mode. | ||
| 25220 | 24654 | ||
| 25221 | The mode's hook is called both when the mode is enabled and when it is | 24655 | The mode's hook is called both when the mode is enabled and when it is |
| 25222 | disabled. | 24656 | disabled. |
| @@ -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" "\ |
| 25924 | A minor mode to scroll text pixel-by-pixel. | 25358 | A minor mode to scroll text pixel-by-pixel. |
| 25925 | 25359 | ||
| 25926 | If called interactively, enable Pixel-Scroll mode if ARG is positive, | 25360 | If called interactively, toggle `Pixel-Scroll mode'. If the prefix |
| 25927 | and disable it if ARG is zero or negative. If called from Lisp, also | 25361 | argument is positive, enable the mode, and if it is zero or negative, |
| 25928 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 25362 | disable the mode. |
| 25929 | `toggle'; disable the mode otherwise. | 25363 | |
| 25364 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 25365 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 25366 | values will disable the mode. | ||
| 25930 | 25367 | ||
| 25931 | The mode's hook is called both when the mode is enabled and when it is | 25368 | The mode's hook is called both when the mode is enabled and when it is |
| 25932 | disabled. | 25369 | disabled. |
| @@ -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" "\ |
| 27680 | Global minor mode for tracking activity in rcirc buffers. | 27109 | Global minor mode for tracking activity in rcirc buffers. |
| 27681 | 27110 | ||
| 27682 | If called interactively, enable Rcirc-Track minor mode if ARG is | 27111 | If called interactively, toggle `Rcirc-Track minor mode'. If the |
| 27683 | positive, and disable it if ARG is zero or negative. If called from | 27112 | prefix argument is positive, enable the mode, and if it is zero or |
| 27684 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 27113 | negative, disable the mode. |
| 27685 | ARG is `toggle'; disable the mode otherwise. | 27114 | |
| 27115 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 27116 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 27117 | values will disable the mode. | ||
| 27686 | 27118 | ||
| 27687 | The mode's hook is called both when the mode is enabled and when it is | 27119 | The mode's hook is called both when the mode is enabled and when it is |
| 27688 | disabled. | 27120 | disabled. |
| @@ -27728,10 +27160,13 @@ or call the function `recentf-mode'.") | |||
| 27728 | (autoload 'recentf-mode "recentf" "\ | 27160 | (autoload 'recentf-mode "recentf" "\ |
| 27729 | Toggle \"Open Recent\" menu (Recentf mode). | 27161 | Toggle \"Open Recent\" menu (Recentf mode). |
| 27730 | 27162 | ||
| 27731 | If called interactively, enable Recentf mode if ARG is positive, and | 27163 | If called interactively, toggle `Recentf mode'. If the prefix |
| 27732 | disable it if ARG is zero or negative. If called from Lisp, also | 27164 | argument is positive, enable the mode, and if it is zero or negative, |
| 27733 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 27165 | disable the mode. |
| 27734 | `toggle'; disable the mode otherwise. | 27166 | |
| 27167 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 27168 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 27169 | values will disable the mode. | ||
| 27735 | 27170 | ||
| 27736 | The mode's hook is called both when the mode is enabled and when it is | 27171 | The mode's hook is called both when the mode is enabled and when it is |
| 27737 | disabled. | 27172 | disabled. |
| @@ -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" "\ |
| 27884 | Toggle the region as rectangular. | 27319 | Toggle the region as rectangular. |
| 27885 | 27320 | ||
| 27886 | If called interactively, enable Rectangle-Mark mode if ARG is | 27321 | If called interactively, toggle `Rectangle-Mark mode'. If the prefix |
| 27887 | positive, and disable it if ARG is zero or negative. If called from | 27322 | argument is positive, enable the mode, and if it is zero or negative, |
| 27888 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 27323 | disable the mode. |
| 27889 | ARG is `toggle'; disable the mode otherwise. | 27324 | |
| 27325 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 27326 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 27327 | values will disable the mode. | ||
| 27890 | 27328 | ||
| 27891 | The mode's hook is called both when the mode is enabled and when it is | 27329 | The mode's hook is called both when the mode is enabled and when it is |
| 27892 | disabled. | 27330 | disabled. |
| @@ -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" "\ |
| 27920 | Toggle automatic refilling (Refill mode). | 27358 | Toggle automatic refilling (Refill mode). |
| 27921 | 27359 | ||
| 27922 | If called interactively, enable Refill mode if ARG is positive, and | 27360 | If called interactively, toggle `Refill mode'. If the prefix argument |
| 27923 | disable it if ARG is zero or negative. If called from Lisp, also | 27361 | is positive, enable the mode, and if it is zero or negative, disable |
| 27924 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 27362 | the mode. |
| 27925 | `toggle'; disable the mode otherwise. | 27363 | |
| 27364 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 27365 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 27366 | values will disable the mode. | ||
| 27926 | 27367 | ||
| 27927 | The mode's hook is called both when the mode is enabled and when it is | 27368 | The mode's hook is called both when the mode is enabled and when it is |
| 27928 | disabled. | 27369 | disabled. |
| @@ -27953,10 +27394,13 @@ Turn on RefTeX mode." nil nil) | |||
| 27953 | (autoload 'reftex-mode "reftex" "\ | 27394 | (autoload 'reftex-mode "reftex" "\ |
| 27954 | Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX. | 27395 | Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX. |
| 27955 | 27396 | ||
| 27956 | If called interactively, enable Reftex mode if ARG is positive, and | 27397 | If called interactively, toggle `Reftex mode'. If the prefix argument |
| 27957 | disable it if ARG is zero or negative. If called from Lisp, also | 27398 | is positive, enable the mode, and if it is zero or negative, disable |
| 27958 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 27399 | the mode. |
| 27959 | `toggle'; disable the mode otherwise. | 27400 | |
| 27401 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 27402 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 27403 | values will disable the mode. | ||
| 27960 | 27404 | ||
| 27961 | The mode's hook is called both when the mode is enabled and when it is | 27405 | The mode's hook is called both when the mode is enabled and when it is |
| 27962 | disabled. | 27406 | disabled. |
| @@ -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" "\ |
| 28305 | Toggle uncloaking of invisible text near point (Reveal mode). | 27676 | Toggle uncloaking of invisible text near point (Reveal mode). |
| 28306 | 27677 | ||
| 28307 | If called interactively, enable Reveal mode if ARG is positive, and | 27678 | If called interactively, toggle `Reveal mode'. If the prefix argument |
| 28308 | disable it if ARG is zero or negative. If called from Lisp, also | 27679 | is positive, enable the mode, and if it is zero or negative, disable |
| 28309 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 27680 | the mode. |
| 28310 | `toggle'; disable the mode otherwise. | 27681 | |
| 27682 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 27683 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 27684 | values will disable the mode. | ||
| 28311 | 27685 | ||
| 28312 | The mode's hook is called both when the mode is enabled and when it is | 27686 | The mode's hook is called both when the mode is enabled and when it is |
| 28313 | disabled. | 27687 | disabled. |
| @@ -28333,10 +27707,13 @@ or call the function `global-reveal-mode'.") | |||
| 28333 | Toggle Reveal mode in all buffers (Global Reveal mode). | 27707 | Toggle Reveal mode in all buffers (Global Reveal mode). |
| 28334 | Reveal mode renders invisible text around point visible again. | 27708 | Reveal mode renders invisible text around point visible again. |
| 28335 | 27709 | ||
| 28336 | If called interactively, enable Global Reveal mode if ARG is positive, | 27710 | If called interactively, toggle `Global Reveal mode'. If the prefix |
| 28337 | and disable it if ARG is zero or negative. If called from Lisp, also | 27711 | argument is positive, enable the mode, and if it is zero or negative, |
| 28338 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 27712 | disable the mode. |
| 28339 | `toggle'; disable the mode otherwise. | 27713 | |
| 27714 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 27715 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 27716 | values will disable the mode. | ||
| 28340 | 27717 | ||
| 28341 | The mode's hook is called both when the mode is enabled and when it is | 27718 | The mode's hook is called both when the mode is enabled and when it is |
| 28342 | disabled. | 27719 | disabled. |
| @@ -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" "\ |
| 28905 | Minor mode performing continual validation against a RELAX NG schema. | 28242 | Minor mode performing continual validation against a RELAX NG schema. |
| 28906 | 28243 | ||
| 28907 | If called interactively, enable Rng-Validate mode if ARG is positive, | 28244 | If called interactively, toggle `Rng-Validate mode'. If the prefix |
| 28908 | and disable it if ARG is zero or negative. If called from Lisp, also | 28245 | argument is positive, enable the mode, and if it is zero or negative, |
| 28909 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 28246 | disable the mode. |
| 28910 | `toggle'; disable the mode otherwise. | 28247 | |
| 28248 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 28249 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 28250 | values will disable the mode. | ||
| 28911 | 28251 | ||
| 28912 | The mode's hook is called both when the mode is enabled and when it is | 28252 | The mode's hook is called both when the mode is enabled and when it is |
| 28913 | disabled. | 28253 | disabled. |
| @@ -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" "\ |
| 28947 | Provide W3C XML Schema as a RELAX NG datatypes library. | 28287 | Provide 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" "\ |
| 29059 | Toggle ReST minor mode. | 28399 | Toggle ReST minor mode. |
| 29060 | 28400 | ||
| 29061 | If called interactively, enable Rst minor mode if ARG is positive, and | 28401 | If called interactively, toggle `Rst minor mode'. If the prefix |
| 29062 | disable it if ARG is zero or negative. If called from Lisp, also | 28402 | argument is positive, enable the mode, and if it is zero or negative, |
| 29063 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 28403 | disable the mode. |
| 29064 | `toggle'; disable the mode otherwise. | 28404 | |
| 28405 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 28406 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 28407 | values will disable the mode. | ||
| 29065 | 28408 | ||
| 29066 | The mode's hook is called both when the mode is enabled and when it is | 28409 | The mode's hook is called both when the mode is enabled and when it is |
| 29067 | disabled. | 28410 | disabled. |
| @@ -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" "\ |
| 29112 | Toggle display of ruler in header line (Ruler mode). | 28455 | Toggle display of ruler in header line (Ruler mode). |
| 29113 | 28456 | ||
| 29114 | If called interactively, enable Ruler mode if ARG is positive, and | 28457 | If called interactively, toggle `Ruler mode'. If the prefix argument |
| 29115 | disable it if ARG is zero or negative. If called from Lisp, also | 28458 | is positive, enable the mode, and if it is zero or negative, disable |
| 29116 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 28459 | the mode. |
| 29117 | `toggle'; disable the mode otherwise. | 28460 | |
| 28461 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 28462 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 28463 | values will disable the mode. | ||
| 29118 | 28464 | ||
| 29119 | The mode's hook is called both when the mode is enabled and when it is | 28465 | The mode's hook is called both when the mode is enabled and when it is |
| 29120 | disabled. | 28466 | disabled. |
| @@ -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 "\ |
| 29372 | Non-nil if Savehist mode is enabled. | 28716 | Non-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" "\ |
| 29382 | Toggle saving of minibuffer history (Savehist mode). | 28726 | Toggle saving of minibuffer history (Savehist mode). |
| 29383 | 28727 | ||
| 29384 | If called interactively, enable Savehist mode if ARG is positive, and | 28728 | If called interactively, toggle `Savehist mode'. If the prefix |
| 29385 | disable it if ARG is zero or negative. If called from Lisp, also | 28729 | argument is positive, enable the mode, and if it is zero or negative, |
| 29386 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 28730 | disable the mode. |
| 29387 | `toggle'; disable the mode otherwise. | 28731 | |
| 28732 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 28733 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 28734 | values will disable the mode. | ||
| 29388 | 28735 | ||
| 29389 | The mode's hook is called both when the mode is enabled and when it is | 28736 | The mode's hook is called both when the mode is enabled and when it is |
| 29390 | disabled. | 28737 | disabled. |
| @@ -29439,10 +28786,13 @@ Non-nil means automatically save place in each file. | |||
| 29439 | This means when you visit a file, point goes to the last place | 28786 | This means when you visit a file, point goes to the last place |
| 29440 | where it was when you previously visited the same file. | 28787 | where it was when you previously visited the same file. |
| 29441 | 28788 | ||
| 29442 | If called interactively, enable Save-Place mode if ARG is positive, | 28789 | If called interactively, toggle `Save-Place mode'. If the prefix |
| 29443 | and disable it if ARG is zero or negative. If called from Lisp, also | 28790 | argument is positive, enable the mode, and if it is zero or negative, |
| 29444 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 28791 | disable the mode. |
| 29445 | `toggle'; disable the mode otherwise. | 28792 | |
| 28793 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 28794 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 28795 | values will disable the mode. | ||
| 29446 | 28796 | ||
| 29447 | The mode's hook is called both when the mode is enabled and when it is | 28797 | The mode's hook is called both when the mode is enabled and when it is |
| 29448 | disabled. | 28798 | disabled. |
| @@ -29455,10 +28805,13 @@ If this mode is enabled, point is recorded when you kill the buffer | |||
| 29455 | or exit Emacs. Visiting this file again will go to that position, | 28805 | or exit Emacs. Visiting this file again will go to that position, |
| 29456 | even in a later Emacs session. | 28806 | even in a later Emacs session. |
| 29457 | 28807 | ||
| 29458 | If called interactively, enable Save-Place-Local mode if ARG is | 28808 | If called interactively, toggle `Save-Place-Local mode'. If the |
| 29459 | positive, and disable it if ARG is zero or negative. If called from | 28809 | prefix argument is positive, enable the mode, and if it is zero or |
| 29460 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 28810 | negative, disable the mode. |
| 29461 | ARG is `toggle'; disable the mode otherwise. | 28811 | |
| 28812 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 28813 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 28814 | values will disable the mode. | ||
| 29462 | 28815 | ||
| 29463 | The mode's hook is called both when the mode is enabled and when it is | 28816 | The mode's hook is called both when the mode is enabled and when it is |
| 29464 | disabled. | 28817 | disabled. |
| @@ -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" "\ |
| 29547 | Toggle shared scrolling in same-frame windows (Scroll-All mode). | 28900 | Toggle shared scrolling in same-frame windows (Scroll-All mode). |
| 29548 | 28901 | ||
| 29549 | If called interactively, enable Scroll-All mode if ARG is positive, | 28902 | If called interactively, toggle `Scroll-All mode'. If the prefix |
| 29550 | and disable it if ARG is zero or negative. If called from Lisp, also | 28903 | argument is positive, enable the mode, and if it is zero or negative, |
| 29551 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 28904 | disable the mode. |
| 29552 | `toggle'; disable the mode otherwise. | 28905 | |
| 28906 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 28907 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 28908 | values will disable the mode. | ||
| 29553 | 28909 | ||
| 29554 | The mode's hook is called both when the mode is enabled and when it is | 28910 | The mode's hook is called both when the mode is enabled and when it is |
| 29555 | disabled. | 28911 | disabled. |
| @@ -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" "\ |
| 29577 | Buffer-local minor mode for pager-like scrolling. | 28933 | Buffer-local minor mode for pager-like scrolling. |
| 29578 | 28934 | ||
| 29579 | If called interactively, enable Scroll-Lock mode if ARG is positive, | 28935 | If called interactively, toggle `Scroll-Lock mode'. If the prefix |
| 29580 | and disable it if ARG is zero or negative. If called from Lisp, also | 28936 | argument is positive, enable the mode, and if it is zero or negative, |
| 29581 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 28937 | disable the mode. |
| 29582 | `toggle'; disable the mode otherwise. | 28938 | |
| 28939 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 28940 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 28941 | values will disable the mode. | ||
| 29583 | 28942 | ||
| 29584 | The mode's hook is called both when the mode is enabled and when it is | 28943 | The mode's hook is called both when the mode is enabled and when it is |
| 29585 | disabled. | 28944 | disabled. |
| @@ -29650,10 +29009,13 @@ or call the function `semantic-mode'.") | |||
| 29650 | (autoload 'semantic-mode "semantic" "\ | 29009 | (autoload 'semantic-mode "semantic" "\ |
| 29651 | Toggle parser features (Semantic mode). | 29010 | Toggle parser features (Semantic mode). |
| 29652 | 29011 | ||
| 29653 | If called interactively, enable Semantic mode if ARG is positive, and | 29012 | If called interactively, toggle `Semantic mode'. If the prefix |
| 29654 | disable it if ARG is zero or negative. If called from Lisp, also | 29013 | argument is positive, enable the mode, and if it is zero or negative, |
| 29655 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 29014 | disable the mode. |
| 29656 | `toggle'; disable the mode otherwise. | 29015 | |
| 29016 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 29017 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 29018 | values will disable the mode. | ||
| 29657 | 29019 | ||
| 29658 | The mode's hook is called both when the mode is enabled and when it is | 29020 | The mode's hook is called both when the mode is enabled and when it is |
| 29659 | disabled. | 29021 | disabled. |
| @@ -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. | |||
| 30590 | Reduce the function FUNCTION across SEQUENCE, starting with INITIAL-VALUE. | 29544 | Reduce the function FUNCTION across SEQUENCE, starting with INITIAL-VALUE. |
| 30591 | 29545 | ||
| 30592 | Return the result of calling FUNCTION with INITIAL-VALUE and the | 29546 | Return the result of calling FUNCTION with INITIAL-VALUE and the |
| 30593 | first element of SEQUENCE, then calling FUNCTION with that result and | 29547 | first element of SEQUENCE, then calling FUNCTION with that result |
| 30594 | the second element of SEQUENCE, then with that result and the third | 29548 | and the second element of SEQUENCE, then with that result and the |
| 30595 | element of SEQUENCE, etc. | 29549 | third element of SEQUENCE, etc. FUNCTION will be called with |
| 29550 | INITIAL-VALUE (and then the accumulated value) as the first | ||
| 29551 | argument, and the elements from SEQUENCE as the second argument. | ||
| 30596 | 29552 | ||
| 30597 | If SEQUENCE is empty, return INITIAL-VALUE and FUNCTION is not called. | 29553 | If 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" "\ | ||
| 29585 | Apply FUNCTION to each element of SEQUENCE. | ||
| 29586 | Separate the elements of SEQUENCE into an alist using the results as | ||
| 29587 | keys. Keys are compared using `equal'. | ||
| 29588 | |||
| 29589 | \(fn FUNCTION SEQUENCE)" nil nil) | ||
| 29590 | |||
| 30628 | (autoload 'seq-max "seq" "\ | 29591 | (autoload 'seq-max "seq" "\ |
| 30629 | Return the largest element of SEQUENCE. | 29592 | Return the largest element of SEQUENCE. |
| 30630 | SEQUENCE must be a sequence of numbers or markers. | 29593 | SEQUENCE 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" "\ |
| 30687 | Toggle Server mode. | 29650 | Toggle Server mode. |
| 30688 | 29651 | ||
| 30689 | If called interactively, enable Server mode if ARG is positive, and | 29652 | If called interactively, toggle `Server mode'. If the prefix argument |
| 30690 | disable it if ARG is zero or negative. If called from Lisp, also | 29653 | is positive, enable the mode, and if it is zero or negative, disable |
| 30691 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 29654 | the mode. |
| 30692 | `toggle'; disable the mode otherwise. | 29655 | |
| 29656 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 29657 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 29658 | values will disable the mode. | ||
| 30693 | 29659 | ||
| 30694 | The mode's hook is called both when the mode is enabled and when it is | 29660 | The mode's hook is called both when the mode is enabled and when it is |
| 30695 | disabled. | 29661 | disabled. |
| @@ -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" "\ | ||
| 30001 | Pop 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" "\ |
| 31309 | Minor mode to simplify editing output from the diff3 program. | 30287 | Minor mode to simplify editing output from the diff3 program. |
| 31310 | 30288 | ||
| 31311 | If called interactively, enable Smerge mode if ARG is positive, and | 30289 | If called interactively, toggle `Smerge mode'. If the prefix argument |
| 31312 | disable it if ARG is zero or negative. If called from Lisp, also | 30290 | is positive, enable the mode, and if it is zero or negative, disable |
| 31313 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 30291 | the mode. |
| 31314 | `toggle'; disable the mode otherwise. | 30292 | |
| 30293 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 30294 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 30295 | values will disable the mode. | ||
| 31315 | 30296 | ||
| 31316 | The mode's hook is called both when the mode is enabled and when it is | 30297 | The mode's hook is called both when the mode is enabled and when it is |
| 31317 | disabled. | 30298 | disabled. |
| @@ -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" "\ |
| 31439 | This is the minor mode equivalent of `so-long-mode'. | 30420 | This is the minor mode equivalent of `so-long-mode'. |
| 31440 | 30421 | ||
| 31441 | If called interactively, enable So-Long minor mode if ARG is positive, | 30422 | If called interactively, toggle `So-Long minor mode'. If the prefix |
| 31442 | and disable it if ARG is zero or negative. If called from Lisp, also | 30423 | argument is positive, enable the mode, and if it is zero or negative, |
| 31443 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 30424 | disable the mode. |
| 31444 | `toggle'; disable the mode otherwise. | 30425 | |
| 30426 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 30427 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 30428 | values will disable the mode. | ||
| 31445 | 30429 | ||
| 31446 | The mode's hook is called both when the mode is enabled and when it is | 30430 | The mode's hook is called both when the mode is enabled and when it is |
| 31447 | disabled. | 30431 | disabled. |
| @@ -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" "\ |
| 31518 | Toggle automated performance mitigations for files with long lines. | 30502 | Toggle automated performance mitigations for files with long lines. |
| 31519 | 30503 | ||
| 31520 | If called interactively, enable Global So-Long mode if ARG is | 30504 | If called interactively, toggle `Global So-Long mode'. If the prefix |
| 31521 | positive, and disable it if ARG is zero or negative. If called from | 30505 | argument is positive, enable the mode, and if it is zero or negative, |
| 31522 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 30506 | disable the mode. |
| 31523 | ARG is `toggle'; disable the mode otherwise. | 30507 | |
| 30508 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 30509 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 30510 | values will disable the mode. | ||
| 31524 | 30511 | ||
| 31525 | The mode's hook is called both when the mode is enabled and when it is | 30512 | The mode's hook is called both when the mode is enabled and when it is |
| 31526 | disabled. | 30513 | disabled. |
| @@ -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" "\ |
| 32729 | Toggle Strokes mode, a global minor mode. | 31620 | Toggle Strokes mode, a global minor mode. |
| 32730 | 31621 | ||
| 32731 | If called interactively, enable Strokes mode if ARG is positive, and | 31622 | If called interactively, toggle `Strokes mode'. If the prefix |
| 32732 | disable it if ARG is zero or negative. If called from Lisp, also | 31623 | argument is positive, enable the mode, and if it is zero or negative, |
| 32733 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 31624 | disable the mode. |
| 32734 | `toggle'; disable the mode otherwise. | 31625 | |
| 31626 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 31627 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 31628 | values will disable the mode. | ||
| 32735 | 31629 | ||
| 32736 | The mode's hook is called both when the mode is enabled and when it is | 31630 | The mode's hook is called both when the mode is enabled and when it is |
| 32737 | disabled. | 31631 | disabled. |
| @@ -32835,10 +31729,13 @@ Truncate STRING to LENGTH, replacing initial surplus with \"...\". | |||
| 32835 | (autoload 'subword-mode "subword" "\ | 31729 | (autoload 'subword-mode "subword" "\ |
| 32836 | Toggle subword movement and editing (Subword mode). | 31730 | Toggle subword movement and editing (Subword mode). |
| 32837 | 31731 | ||
| 32838 | If called interactively, enable Subword mode if ARG is positive, and | 31732 | If called interactively, toggle `Subword mode'. If the prefix |
| 32839 | disable it if ARG is zero or negative. If called from Lisp, also | 31733 | argument is positive, enable the mode, and if it is zero or negative, |
| 32840 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 31734 | disable the mode. |
| 32841 | `toggle'; disable the mode otherwise. | 31735 | |
| 31736 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 31737 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 31738 | values will disable the mode. | ||
| 32842 | 31739 | ||
| 32843 | The mode's hook is called both when the mode is enabled and when it is | 31740 | The mode's hook is called both when the mode is enabled and when it is |
| 32844 | disabled. | 31741 | disabled. |
| @@ -32883,17 +31780,22 @@ ARG is omitted or nil. | |||
| 32883 | 31780 | ||
| 32884 | Subword mode is enabled in all buffers where | 31781 | Subword 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. |
| 32886 | See `subword-mode' for more information on Subword mode. | 31783 | |
| 31784 | See `subword-mode' for more information on | ||
| 31785 | Subword 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" "\ |
| 32891 | Toggle superword movement and editing (Superword mode). | 31790 | Toggle superword movement and editing (Superword mode). |
| 32892 | 31791 | ||
| 32893 | If called interactively, enable Superword mode if ARG is positive, and | 31792 | If called interactively, toggle `Superword mode'. If the prefix |
| 32894 | disable it if ARG is zero or negative. If called from Lisp, also | 31793 | argument is positive, enable the mode, and if it is zero or negative, |
| 32895 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 31794 | disable the mode. |
| 32896 | `toggle'; disable the mode otherwise. | 31795 | |
| 31796 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 31797 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 31798 | values will disable the mode. | ||
| 32897 | 31799 | ||
| 32898 | The mode's hook is called both when the mode is enabled and when it is | 31800 | The mode's hook is called both when the mode is enabled and when it is |
| 32899 | disabled. | 31801 | disabled. |
| @@ -32927,7 +31829,9 @@ ARG is omitted or nil. | |||
| 32927 | 31829 | ||
| 32928 | Superword mode is enabled in all buffers where | 31830 | Superword 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. |
| 32930 | See `superword-mode' for more information on Superword mode. | 31832 | |
| 31833 | See `superword-mode' for more information on | ||
| 31834 | Superword 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" "\ |
| 32992 | Toggle mouse support in GNU/Linux consoles (GPM Mouse mode). | 31896 | Toggle mouse support in GNU/Linux consoles (GPM Mouse mode). |
| 32993 | 31897 | ||
| 32994 | If called interactively, enable Gpm-Mouse mode if ARG is positive, and | 31898 | If called interactively, toggle `Gpm-Mouse mode'. If the prefix |
| 32995 | disable it if ARG is zero or negative. If called from Lisp, also | 31899 | argument is positive, enable the mode, and if it is zero or negative, |
| 32996 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 31900 | disable the mode. |
| 32997 | `toggle'; disable the mode otherwise. | 31901 | |
| 31902 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 31903 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 31904 | values will disable the mode. | ||
| 32998 | 31905 | ||
| 32999 | The mode's hook is called both when the mode is enabled and when it is | 31906 | The mode's hook is called both when the mode is enabled and when it is |
| 33000 | disabled. | 31907 | disabled. |
| @@ -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" "\ |
| 33020 | Toggle display of window tab line in the buffer. | 31927 | Toggle display of window tab line in the buffer. |
| 33021 | 31928 | ||
| 33022 | If called interactively, enable Tab-Line mode if ARG is positive, and | 31929 | If called interactively, toggle `Tab-Line mode'. If the prefix |
| 33023 | disable it if ARG is zero or negative. If called from Lisp, also | 31930 | argument is positive, enable the mode, and if it is zero or negative, |
| 33024 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 31931 | disable the mode. |
| 33025 | `toggle'; disable the mode otherwise. | 31932 | |
| 31933 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 31934 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 31935 | values will disable the mode. | ||
| 33026 | 31936 | ||
| 33027 | The mode's hook is called both when the mode is enabled and when it is | 31937 | The mode's hook is called both when the mode is enabled and when it is |
| 33028 | disabled. | 31938 | disabled. |
| @@ -33053,7 +31963,9 @@ ARG is omitted or nil. | |||
| 33053 | 31963 | ||
| 33054 | Tab-Line mode is enabled in all buffers where | 31964 | Tab-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. |
| 33056 | See `tab-line-mode' for more information on Tab-Line mode. | 31966 | |
| 31967 | See `tab-line-mode' for more information on | ||
| 31968 | Tab-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 | |||
| 33430 | variable's value can be toggled by \\[table-fixed-width-mode] at | 32342 | variable's value can be toggled by \\[table-fixed-width-mode] at |
| 33431 | run-time. | 32343 | run-time. |
| 33432 | 32344 | ||
| 33433 | If called interactively, enable Table-Fixed-Width mode if ARG is | 32345 | If called interactively, toggle `Table-Fixed-Width mode'. If the |
| 33434 | positive, and disable it if ARG is zero or negative. If called from | 32346 | prefix argument is positive, enable the mode, and if it is zero or |
| 33435 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 32347 | negative, disable the mode. |
| 33436 | ARG is `toggle'; disable the mode otherwise. | 32348 | |
| 32349 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 32350 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 32351 | values will disable the mode. | ||
| 33437 | 32352 | ||
| 33438 | The mode's hook is called both when the mode is enabled and when it is | 32353 | The mode's hook is called both when the mode is enabled and when it is |
| 33439 | disabled. | 32354 | disabled. |
| @@ -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" "\ |
| 34619 | Adds electric behavior to space character. | 33534 | Adds electric behavior to space character. |
| 34620 | 33535 | ||
| 34621 | If called interactively, enable Tildify mode if ARG is positive, and | 33536 | If called interactively, toggle `Tildify mode'. If the prefix |
| 34622 | disable it if ARG is zero or negative. If called from Lisp, also | 33537 | argument is positive, enable the mode, and if it is zero or negative, |
| 34623 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 33538 | disable the mode. |
| 34624 | `toggle'; disable the mode otherwise. | 33539 | |
| 33540 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 33541 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 33542 | values will disable the mode. | ||
| 34625 | 33543 | ||
| 34626 | The mode's hook is called both when the mode is enabled and when it is | 33544 | The mode's hook is called both when the mode is enabled and when it is |
| 34627 | disabled. | 33545 | disabled. |
| @@ -34670,10 +33588,13 @@ or call the function `display-time-mode'.") | |||
| 34670 | (autoload 'display-time-mode "time" "\ | 33588 | (autoload 'display-time-mode "time" "\ |
| 34671 | Toggle display of time, load level, and mail flag in mode lines. | 33589 | Toggle display of time, load level, and mail flag in mode lines. |
| 34672 | 33590 | ||
| 34673 | If called interactively, enable Display-Time mode if ARG is positive, | 33591 | If called interactively, toggle `Display-Time mode'. If the prefix |
| 34674 | and disable it if ARG is zero or negative. If called from Lisp, also | 33592 | argument is positive, enable the mode, and if it is zero or negative, |
| 34675 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 33593 | disable the mode. |
| 34676 | `toggle'; disable the mode otherwise. | 33594 | |
| 33595 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 33596 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 33597 | values will disable the mode. | ||
| 34677 | 33598 | ||
| 34678 | The mode's hook is called both when the mode is enabled and when it is | 33599 | The mode's hook is called both when the mode is enabled and when it is |
| 34679 | disabled. | 33600 | disabled. |
| @@ -34791,6 +33712,10 @@ Lower-case specifiers return only the unit. | |||
| 34791 | optional leading \".\" for zero-padding. For example, \"%.3Y\" will | 33712 | optional leading \".\" for zero-padding. For example, \"%.3Y\" will |
| 34792 | return something of the form \"001 year\". | 33713 | return something of the form \"001 year\". |
| 34793 | 33714 | ||
| 33715 | The \"%s\" spec takes an additional optional parameter, | ||
| 33716 | introduced by the \",\" character, to say how many decimals to | ||
| 33717 | use. \"%,1s\" means \"use one decimal\". | ||
| 33718 | |||
| 34794 | The \"%z\" specifier does not print anything. When it is used, specifiers | 33719 | The \"%z\" specifier does not print anything. When it is used, specifiers |
| 34795 | must be given in order of decreasing size. To the left of \"%z\", nothing | 33720 | must be given in order of decreasing size. To the left of \"%z\", nothing |
| 34796 | is output until the first non-zero unit is encountered. | 33721 | is 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 "\ |
| 34863 | Non-nil if Timeclock-Mode-Line-Display mode is enabled. | 33787 | Non-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" "\ |
| 35018 | Text-mode emulation of looking and choosing from a menubar. | 33941 | Text-mode emulation of looking and choosing from a menubar. |
| @@ -35557,10 +34480,13 @@ or call the function `type-break-mode'.") | |||
| 35557 | Enable or disable typing-break mode. | 34480 | Enable or disable typing-break mode. |
| 35558 | This is a minor mode, but it is global to all buffers by default. | 34481 | This is a minor mode, but it is global to all buffers by default. |
| 35559 | 34482 | ||
| 35560 | If called interactively, enable Type-Break mode if ARG is positive, | 34483 | If called interactively, toggle `Type-Break mode'. If the prefix |
| 35561 | and disable it if ARG is zero or negative. If called from Lisp, also | 34484 | argument is positive, enable the mode, and if it is zero or negative, |
| 35562 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 34485 | disable the mode. |
| 35563 | `toggle'; disable the mode otherwise. | 34486 | |
| 34487 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 34488 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 34489 | values will disable the mode. | ||
| 35564 | 34490 | ||
| 35565 | The mode's hook is called both when the mode is enabled and when it is | 34491 | The mode's hook is called both when the mode is enabled and when it is |
| 35566 | disabled. | 34492 | disabled. |
| @@ -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" "\ |
| 36094 | Toggle using `url' library for URL filenames (URL Handler mode). | 35012 | Toggle using `url' library for URL filenames (URL Handler mode). |
| 36095 | 35013 | ||
| 36096 | If called interactively, enable Url-Handler mode if ARG is positive, | 35014 | If called interactively, toggle `Url-Handler mode'. If the prefix |
| 36097 | and disable it if ARG is zero or negative. If called from Lisp, also | 35015 | argument is positive, enable the mode, and if it is zero or negative, |
| 36098 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 35016 | disable the mode. |
| 36099 | `toggle'; disable the mode otherwise. | 35017 | |
| 35018 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 35019 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 35020 | values will disable the mode. | ||
| 36100 | 35021 | ||
| 36101 | The mode's hook is called both when the mode is enabled and when it is | 35022 | The mode's hook is called both when the mode is enabled and when it is |
| 36102 | disabled. | 35023 | disabled. |
| @@ -38251,10 +37172,13 @@ own View-like bindings. | |||
| 38251 | (autoload 'view-mode "view" "\ | 37172 | (autoload 'view-mode "view" "\ |
| 38252 | Toggle View mode, a minor mode for viewing text but not editing it. | 37173 | Toggle View mode, a minor mode for viewing text but not editing it. |
| 38253 | 37174 | ||
| 38254 | If called interactively, enable View mode if ARG is positive, and | 37175 | If called interactively, toggle `View mode'. If the prefix argument |
| 38255 | disable it if ARG is zero or negative. If called from Lisp, also | 37176 | is positive, enable the mode, and if it is zero or negative, disable |
| 38256 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 37177 | the mode. |
| 38257 | `toggle'; disable the mode otherwise. | 37178 | |
| 37179 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 37180 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 37181 | values will disable the mode. | ||
| 38258 | 37182 | ||
| 38259 | The mode's hook is called both when the mode is enabled and when it is | 37183 | The mode's hook is called both when the mode is enabled and when it is |
| 38260 | disabled. | 37184 | disabled. |
| @@ -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" "\ |
| 38628 | Toggle mode line display of current function (Which Function mode). | 37552 | Toggle mode line display of current function (Which Function mode). |
| 38629 | 37553 | ||
| 38630 | If called interactively, enable Which-Function mode if ARG is | 37554 | If called interactively, toggle `Which-Function mode'. If the prefix |
| 38631 | positive, and disable it if ARG is zero or negative. If called from | 37555 | argument is positive, enable the mode, and if it is zero or negative, |
| 38632 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 37556 | disable the mode. |
| 38633 | ARG is `toggle'; disable the mode otherwise. | 37557 | |
| 37558 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 37559 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 37560 | values will disable the mode. | ||
| 38634 | 37561 | ||
| 38635 | The mode's hook is called both when the mode is enabled and when it is | 37562 | The mode's hook is called both when the mode is enabled and when it is |
| 38636 | disabled. | 37563 | disabled. |
| @@ -38652,10 +37579,13 @@ in certain major modes. | |||
| 38652 | (autoload 'whitespace-mode "whitespace" "\ | 37579 | (autoload 'whitespace-mode "whitespace" "\ |
| 38653 | Toggle whitespace visualization (Whitespace mode). | 37580 | Toggle whitespace visualization (Whitespace mode). |
| 38654 | 37581 | ||
| 38655 | If called interactively, enable Whitespace mode if ARG is positive, | 37582 | If called interactively, toggle `Whitespace mode'. If the prefix |
| 38656 | and disable it if ARG is zero or negative. If called from Lisp, also | 37583 | argument is positive, enable the mode, and if it is zero or negative, |
| 38657 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 37584 | disable the mode. |
| 38658 | `toggle'; disable the mode otherwise. | 37585 | |
| 37586 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 37587 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 37588 | values will disable the mode. | ||
| 38659 | 37589 | ||
| 38660 | The mode's hook is called both when the mode is enabled and when it is | 37590 | The mode's hook is called both when the mode is enabled and when it is |
| 38661 | disabled. | 37591 | disabled. |
| @@ -38668,10 +37598,13 @@ See also `whitespace-style', `whitespace-newline' and | |||
| 38668 | (autoload 'whitespace-newline-mode "whitespace" "\ | 37598 | (autoload 'whitespace-newline-mode "whitespace" "\ |
| 38669 | Toggle newline visualization (Whitespace Newline mode). | 37599 | Toggle newline visualization (Whitespace Newline mode). |
| 38670 | 37600 | ||
| 38671 | If called interactively, enable Whitespace-Newline mode if ARG is | 37601 | If called interactively, toggle `Whitespace-Newline mode'. If the |
| 38672 | positive, and disable it if ARG is zero or negative. If called from | 37602 | prefix argument is positive, enable the mode, and if it is zero or |
| 38673 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 37603 | negative, disable the mode. |
| 38674 | ARG is `toggle'; disable the mode otherwise. | 37604 | |
| 37605 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 37606 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 37607 | values will disable the mode. | ||
| 38675 | 37608 | ||
| 38676 | The mode's hook is called both when the mode is enabled and when it is | 37609 | The mode's hook is called both when the mode is enabled and when it is |
| 38677 | disabled. | 37610 | disabled. |
| @@ -38698,10 +37631,13 @@ or call the function `global-whitespace-mode'.") | |||
| 38698 | (autoload 'global-whitespace-mode "whitespace" "\ | 37631 | (autoload 'global-whitespace-mode "whitespace" "\ |
| 38699 | Toggle whitespace visualization globally (Global Whitespace mode). | 37632 | Toggle whitespace visualization globally (Global Whitespace mode). |
| 38700 | 37633 | ||
| 38701 | If called interactively, enable Global Whitespace mode if ARG is | 37634 | If called interactively, toggle `Global Whitespace mode'. If the |
| 38702 | positive, and disable it if ARG is zero or negative. If called from | 37635 | prefix argument is positive, enable the mode, and if it is zero or |
| 38703 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if | 37636 | negative, disable the mode. |
| 38704 | ARG is `toggle'; disable the mode otherwise. | 37637 | |
| 37638 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 37639 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 37640 | values will disable the mode. | ||
| 38705 | 37641 | ||
| 38706 | The mode's hook is called both when the mode is enabled and when it is | 37642 | The mode's hook is called both when the mode is enabled and when it is |
| 38707 | disabled. | 37643 | disabled. |
| @@ -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" "\ |
| 38725 | Toggle global newline visualization (Global Whitespace Newline mode). | 37661 | Toggle global newline visualization (Global Whitespace Newline mode). |
| 38726 | 37662 | ||
| 38727 | If called interactively, enable Global Whitespace-Newline mode if ARG | 37663 | If called interactively, toggle `Global Whitespace-Newline mode'. If |
| 38728 | is positive, and disable it if ARG is zero or negative. If called | 37664 | the prefix argument is positive, enable the mode, and if it is zero or |
| 38729 | from Lisp, also enable the mode if ARG is omitted or nil, and toggle | 37665 | negative, disable the mode. |
| 38730 | it if ARG is `toggle'; disable the mode otherwise. | 37666 | |
| 37667 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 37668 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 37669 | values will disable the mode. | ||
| 38731 | 37670 | ||
| 38732 | The mode's hook is called both when the mode is enabled and when it is | 37671 | The mode's hook is called both when the mode is enabled and when it is |
| 38733 | disabled. | 37672 | disabled. |
| @@ -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" "\ |
| 39052 | Minor mode for traversing widgets. | 37991 | Minor mode for traversing widgets. |
| 39053 | 37992 | ||
| 39054 | If called interactively, enable Widget minor mode if ARG is positive, | 37993 | If called interactively, toggle `Widget minor mode'. If the prefix |
| 39055 | and disable it if ARG is zero or negative. If called from Lisp, also | 37994 | argument is positive, enable the mode, and if it is zero or negative, |
| 39056 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 37995 | disable the mode. |
| 39057 | `toggle'; disable the mode otherwise. | 37996 | |
| 37997 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 37998 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 37999 | values will disable the mode. | ||
| 39058 | 38000 | ||
| 39059 | The mode's hook is called both when the mode is enabled and when it is | 38001 | The mode's hook is called both when the mode is enabled and when it is |
| 39060 | disabled. | 38002 | disabled. |
| @@ -39288,10 +38230,13 @@ or call the function `winner-mode'.") | |||
| 39288 | (autoload 'winner-mode "winner" "\ | 38230 | (autoload 'winner-mode "winner" "\ |
| 39289 | Toggle Winner mode on or off. | 38231 | Toggle Winner mode on or off. |
| 39290 | 38232 | ||
| 39291 | If called interactively, enable Winner mode if ARG is positive, and | 38233 | If called interactively, toggle `Winner mode'. If the prefix argument |
| 39292 | disable it if ARG is zero or negative. If called from Lisp, also | 38234 | is positive, enable the mode, and if it is zero or negative, disable |
| 39293 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 38235 | the mode. |
| 39294 | `toggle'; disable the mode otherwise. | 38236 | |
| 38237 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 38238 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 38239 | values will disable the mode. | ||
| 39295 | 38240 | ||
| 39296 | The mode's hook is called both when the mode is enabled and when it is | 38241 | The mode's hook is called both when the mode is enabled and when it is |
| 39297 | disabled. | 38242 | disabled. |
| @@ -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" "\ |
| 39578 | Toggle XTerm mouse mode. | 38523 | Toggle XTerm mouse mode. |
| 39579 | 38524 | ||
| 39580 | If called interactively, enable Xterm-Mouse mode if ARG is positive, | 38525 | If called interactively, toggle `Xterm-Mouse mode'. If the prefix |
| 39581 | and disable it if ARG is zero or negative. If called from Lisp, also | 38526 | argument is positive, enable the mode, and if it is zero or negative, |
| 39582 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | 38527 | disable the mode. |
| 39583 | `toggle'; disable the mode otherwise. | 38528 | |
| 38529 | If called from Lisp, toggle the mode if if ARG is `toggle'. Enable | ||
| 38530 | the mode if ARG is nil, omitted, or is a positive number. All other | ||
| 38531 | values will disable the mode. | ||
| 39584 | 38532 | ||
| 39585 | The mode's hook is called both when the mode is enabled and when it is | 38533 | The mode's hook is called both when the mode is enabled and when it is |
| 39586 | disabled. | 38534 | disabled. |