diff options
| author | Glenn Morris | 2018-08-01 07:33:38 -0400 |
|---|---|---|
| committer | Glenn Morris | 2018-08-01 07:33:38 -0400 |
| commit | cabe9e5126bfed05643d595589031cce8a404255 (patch) | |
| tree | 6df2add4f164b8495ca1d82b34dcc18c885dc979 | |
| parent | 6e37d2fd05bea373c472af1c6e80238ace5e1c94 (diff) | |
| download | emacs-cabe9e5126bfed05643d595589031cce8a404255.tar.gz emacs-cabe9e5126bfed05643d595589031cce8a404255.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 874 |
1 files changed, 580 insertions, 294 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 5f26eba695e..3bd775f5152 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -176,12 +176,18 @@ Optional arg BUFFER-FILE overrides `buffer-file-name'. | |||
| 176 | \(fn &optional FILE-NAME BUFFER-FILE)" nil nil) | 176 | \(fn &optional FILE-NAME BUFFER-FILE)" nil nil) |
| 177 | 177 | ||
| 178 | (autoload 'add-change-log-entry "add-log" "\ | 178 | (autoload 'add-change-log-entry "add-log" "\ |
| 179 | Find change log file, and add an entry for today and an item for this file. | 179 | Find ChangeLog buffer, add an entry for today and an item for this file. |
| 180 | Optional arg WHOAMI (interactive prefix) non-nil means prompt for user | 180 | Optional arg WHOAMI (interactive prefix) non-nil means prompt for |
| 181 | name and email (stored in `add-log-full-name' and `add-log-mailing-address'). | 181 | user name and email (stored in `add-log-full-name' |
| 182 | 182 | and `add-log-mailing-address'). | |
| 183 | Second arg FILE-NAME is file name of the change log. | 183 | |
| 184 | If nil, use the value of `change-log-default-name'. | 184 | Second arg CHANGELOG-FILE-NAME is the file name of the change log. |
| 185 | If nil, use the value of `change-log-default-name'. If the file | ||
| 186 | thus named exists, it is used for the new entry. If it doesn't | ||
| 187 | exist, it is created, unless `add-log-dont-create-changelog-file' is t, | ||
| 188 | in which case a suitably named buffer that doesn't visit any file | ||
| 189 | is used for keeping entries pertaining to CHANGELOG-FILE-NAME's | ||
| 190 | directory. | ||
| 185 | 191 | ||
| 186 | Third arg OTHER-WINDOW non-nil means visit in other window. | 192 | Third arg OTHER-WINDOW non-nil means visit in other window. |
| 187 | 193 | ||
| @@ -204,7 +210,7 @@ notices. | |||
| 204 | Today's date is calculated according to `add-log-time-zone-rule' if | 210 | Today's date is calculated according to `add-log-time-zone-rule' if |
| 205 | non-nil, otherwise in local time. | 211 | non-nil, otherwise in local time. |
| 206 | 212 | ||
| 207 | \(fn &optional WHOAMI FILE-NAME OTHER-WINDOW NEW-ENTRY PUT-NEW-ENTRY-ON-NEW-LINE)" t nil) | 213 | \(fn &optional WHOAMI CHANGELOG-FILE-NAME OTHER-WINDOW NEW-ENTRY PUT-NEW-ENTRY-ON-NEW-LINE)" t nil) |
| 208 | 214 | ||
| 209 | (autoload 'add-change-log-entry-other-window "add-log" "\ | 215 | (autoload 'add-change-log-entry-other-window "add-log" "\ |
| 210 | Find change log file in other window and add entry and item. | 216 | Find change log file in other window and add entry and item. |
| @@ -577,9 +583,11 @@ Return t if `allout-mode' is active in current buffer. | |||
| 577 | 583 | ||
| 578 | (autoload 'allout-mode "allout" "\ | 584 | (autoload 'allout-mode "allout" "\ |
| 579 | Toggle Allout outline mode. | 585 | Toggle Allout outline mode. |
| 580 | With a prefix argument ARG, enable Allout outline mode if ARG is | 586 | |
| 581 | positive, and disable it otherwise. If called from Lisp, enable | 587 | If called interactively, enable Allout mode if ARG is positive, and |
| 582 | the mode if ARG is omitted or nil. | 588 | disable it if ARG is zero or negative. If called from Lisp, |
| 589 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 590 | if ARG is `toggle'; disable the mode otherwise. | ||
| 583 | 591 | ||
| 584 | \\<allout-mode-map-value> | 592 | \\<allout-mode-map-value> |
| 585 | Allout outline mode is a minor mode that provides extensive | 593 | Allout outline mode is a minor mode that provides extensive |
| @@ -890,9 +898,11 @@ See `allout-widgets-mode' for allout widgets mode features.") | |||
| 890 | 898 | ||
| 891 | (autoload 'allout-widgets-mode "allout-widgets" "\ | 899 | (autoload 'allout-widgets-mode "allout-widgets" "\ |
| 892 | Toggle Allout Widgets mode. | 900 | Toggle Allout Widgets mode. |
| 893 | With a prefix argument ARG, enable Allout Widgets mode if ARG is | 901 | |
| 894 | positive, and disable it otherwise. If called from Lisp, enable | 902 | If called interactively, enable Allout-Widgets mode if ARG is positive, and |
| 895 | the mode if ARG is omitted or nil. | 903 | disable it if ARG is zero or negative. If called from Lisp, |
| 904 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 905 | if ARG is `toggle'; disable the mode otherwise. | ||
| 896 | 906 | ||
| 897 | Allout Widgets mode is an extension of Allout mode that provides | 907 | Allout Widgets mode is an extension of Allout mode that provides |
| 898 | graphical decoration of outline structure. It is meant to | 908 | graphical decoration of outline structure. It is meant to |
| @@ -1300,7 +1310,12 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 1300 | 1310 | ||
| 1301 | (autoload 'artist-mode "artist" "\ | 1311 | (autoload 'artist-mode "artist" "\ |
| 1302 | Toggle Artist mode. | 1312 | Toggle Artist mode. |
| 1303 | With argument ARG, turn Artist mode on if ARG is positive. | 1313 | |
| 1314 | If called interactively, enable Artist mode if ARG is positive, and | ||
| 1315 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 1316 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 1317 | if ARG is `toggle'; disable the mode otherwise. | ||
| 1318 | |||
| 1304 | Artist lets you draw lines, squares, rectangles and poly-lines, | 1319 | Artist lets you draw lines, squares, rectangles and poly-lines, |
| 1305 | ellipses and circles with your mouse and/or keyboard. | 1320 | ellipses and circles with your mouse and/or keyboard. |
| 1306 | 1321 | ||
| @@ -1571,9 +1586,6 @@ for a description of this minor mode.") | |||
| 1571 | 1586 | ||
| 1572 | (autoload 'autoarg-mode "autoarg" "\ | 1587 | (autoload 'autoarg-mode "autoarg" "\ |
| 1573 | Toggle Autoarg mode, a global minor mode. | 1588 | Toggle Autoarg mode, a global minor mode. |
| 1574 | With a prefix argument ARG, enable Autoarg mode if ARG is | ||
| 1575 | positive, and disable it otherwise. If called from Lisp, enable | ||
| 1576 | the mode if ARG is omitted or nil. | ||
| 1577 | 1589 | ||
| 1578 | \\<autoarg-mode-map> | 1590 | \\<autoarg-mode-map> |
| 1579 | In Autoarg mode, digits are bound to `digit-argument', i.e. they | 1591 | In Autoarg mode, digits are bound to `digit-argument', i.e. they |
| @@ -1607,9 +1619,11 @@ or call the function `autoarg-kp-mode'.") | |||
| 1607 | 1619 | ||
| 1608 | (autoload 'autoarg-kp-mode "autoarg" "\ | 1620 | (autoload 'autoarg-kp-mode "autoarg" "\ |
| 1609 | Toggle Autoarg-KP mode, a global minor mode. | 1621 | Toggle Autoarg-KP mode, a global minor mode. |
| 1610 | With a prefix argument ARG, enable Autoarg-KP mode if ARG is | 1622 | |
| 1611 | positive, and disable it otherwise. If called from Lisp, enable | 1623 | If called interactively, enable Autoarg-Kp mode if ARG is positive, and |
| 1612 | the mode if ARG is omitted or nil. | 1624 | disable it if ARG is zero or negative. If called from Lisp, |
| 1625 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 1626 | if ARG is `toggle'; disable the mode otherwise. | ||
| 1613 | 1627 | ||
| 1614 | \\<autoarg-kp-mode-map> | 1628 | \\<autoarg-kp-mode-map> |
| 1615 | This is similar to `autoarg-mode' but rebinds the keypad keys | 1629 | This is similar to `autoarg-mode' but rebinds the keypad keys |
| @@ -1663,9 +1677,11 @@ or call the function `auto-insert-mode'.") | |||
| 1663 | 1677 | ||
| 1664 | (autoload 'auto-insert-mode "autoinsert" "\ | 1678 | (autoload 'auto-insert-mode "autoinsert" "\ |
| 1665 | Toggle Auto-insert mode, a global minor mode. | 1679 | Toggle Auto-insert mode, a global minor mode. |
| 1666 | With a prefix argument ARG, enable Auto-insert mode if ARG is | 1680 | |
| 1667 | positive, and disable it otherwise. If called from Lisp, enable | 1681 | If called interactively, enable Auto-Insert mode if ARG is positive, and |
| 1668 | the mode if ARG is omitted or nil. | 1682 | disable it if ARG is zero or negative. If called from Lisp, |
| 1683 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 1684 | if ARG is `toggle'; disable the mode otherwise. | ||
| 1669 | 1685 | ||
| 1670 | When Auto-insert mode is enabled, when new files are created you can | 1686 | When Auto-insert mode is enabled, when new files are created you can |
| 1671 | insert a template for the file depending on the mode of the buffer. | 1687 | insert a template for the file depending on the mode of the buffer. |
| @@ -1735,9 +1751,11 @@ should be non-nil). | |||
| 1735 | 1751 | ||
| 1736 | (autoload 'auto-revert-mode "autorevert" "\ | 1752 | (autoload 'auto-revert-mode "autorevert" "\ |
| 1737 | Toggle reverting buffer when the file changes (Auto-Revert Mode). | 1753 | Toggle reverting buffer when the file changes (Auto-Revert Mode). |
| 1738 | With a prefix argument ARG, enable Auto-Revert Mode if ARG is | 1754 | |
| 1739 | positive, and disable it otherwise. If called from Lisp, enable | 1755 | If called interactively, enable Auto-Revert mode if ARG is positive, and |
| 1740 | the mode if ARG is omitted or nil. | 1756 | disable it if ARG is zero or negative. If called from Lisp, |
| 1757 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 1758 | if ARG is `toggle'; disable the mode otherwise. | ||
| 1741 | 1759 | ||
| 1742 | Auto-Revert Mode is a minor mode that affects only the current | 1760 | Auto-Revert Mode is a minor mode that affects only the current |
| 1743 | buffer. When enabled, it reverts the buffer when the file on | 1761 | buffer. When enabled, it reverts the buffer when the file on |
| @@ -1762,9 +1780,11 @@ This function is designed to be added to hooks, for example: | |||
| 1762 | 1780 | ||
| 1763 | (autoload 'auto-revert-tail-mode "autorevert" "\ | 1781 | (autoload 'auto-revert-tail-mode "autorevert" "\ |
| 1764 | Toggle reverting tail of buffer when the file grows. | 1782 | Toggle reverting tail of buffer when the file grows. |
| 1765 | With a prefix argument ARG, enable Auto-Revert Tail Mode if ARG | 1783 | |
| 1766 | is positive, and disable it otherwise. If called from Lisp, | 1784 | If called interactively, enable Auto-Revert-Tail mode if ARG is positive, and |
| 1767 | enable the mode if ARG is omitted or nil. | 1785 | disable it if ARG is zero or negative. If called from Lisp, |
| 1786 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 1787 | if ARG is `toggle'; disable the mode otherwise. | ||
| 1768 | 1788 | ||
| 1769 | When Auto-Revert Tail Mode is enabled, the tail of the file is | 1789 | When Auto-Revert Tail Mode is enabled, the tail of the file is |
| 1770 | constantly followed, as with the shell command `tail -f'. This | 1790 | constantly followed, as with the shell command `tail -f'. This |
| @@ -1803,9 +1823,11 @@ or call the function `global-auto-revert-mode'.") | |||
| 1803 | 1823 | ||
| 1804 | (autoload 'global-auto-revert-mode "autorevert" "\ | 1824 | (autoload 'global-auto-revert-mode "autorevert" "\ |
| 1805 | Toggle Global Auto-Revert Mode. | 1825 | Toggle Global Auto-Revert Mode. |
| 1806 | With a prefix argument ARG, enable Global Auto-Revert Mode if ARG | 1826 | |
| 1807 | is positive, and disable it otherwise. If called from Lisp, | 1827 | If called interactively, enable Global Auto-Revert mode if ARG is positive, and |
| 1808 | enable the mode if ARG is omitted or nil. | 1828 | disable it if ARG is zero or negative. If called from Lisp, |
| 1829 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 1830 | if ARG is `toggle'; disable the mode otherwise. | ||
| 1809 | 1831 | ||
| 1810 | Global Auto-Revert Mode is a global minor mode that reverts any | 1832 | Global Auto-Revert Mode is a global minor mode that reverts any |
| 1811 | buffer associated with a file when the file changes on disk. Use | 1833 | buffer associated with a file when the file changes on disk. Use |
| @@ -1921,9 +1943,11 @@ or call the function `display-battery-mode'.") | |||
| 1921 | 1943 | ||
| 1922 | (autoload 'display-battery-mode "battery" "\ | 1944 | (autoload 'display-battery-mode "battery" "\ |
| 1923 | Toggle battery status display in mode line (Display Battery mode). | 1945 | Toggle battery status display in mode line (Display Battery mode). |
| 1924 | With a prefix argument ARG, enable Display Battery mode if ARG is | 1946 | |
| 1925 | positive, and disable it otherwise. If called from Lisp, enable | 1947 | If called interactively, enable Display-Battery mode if ARG is positive, and |
| 1926 | the mode if ARG is omitted or nil. | 1948 | disable it if ARG is zero or negative. If called from Lisp, |
| 1949 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 1950 | if ARG is `toggle'; disable the mode otherwise. | ||
| 1927 | 1951 | ||
| 1928 | The text displayed in the mode line is controlled by | 1952 | The text displayed in the mode line is controlled by |
| 1929 | `battery-mode-line-format' and `battery-status-function'. | 1953 | `battery-mode-line-format' and `battery-status-function'. |
| @@ -2331,7 +2355,7 @@ BOOKMARK is usually a bookmark name (a string). It can also be a | |||
| 2331 | bookmark record, but this is usually only done by programmatic callers. | 2355 | bookmark record, but this is usually only done by programmatic callers. |
| 2332 | 2356 | ||
| 2333 | If DISPLAY-FUNC is non-nil, it is a function to invoke to display the | 2357 | If DISPLAY-FUNC is non-nil, it is a function to invoke to display the |
| 2334 | bookmark. It defaults to `switch-to-buffer'. A typical value for | 2358 | bookmark. It defaults to `pop-to-buffer-same-window'. A typical value for |
| 2335 | DISPLAY-FUNC would be `switch-to-buffer-other-window'. | 2359 | DISPLAY-FUNC would be `switch-to-buffer-other-window'. |
| 2336 | 2360 | ||
| 2337 | \(fn BOOKMARK &optional DISPLAY-FUNC)" t nil) | 2361 | \(fn BOOKMARK &optional DISPLAY-FUNC)" t nil) |
| @@ -2897,15 +2921,22 @@ columns on its right towards the left. | |||
| 2897 | 2921 | ||
| 2898 | (autoload 'bug-reference-mode "bug-reference" "\ | 2922 | (autoload 'bug-reference-mode "bug-reference" "\ |
| 2899 | Toggle hyperlinking bug references in the buffer (Bug Reference mode). | 2923 | Toggle hyperlinking bug references in the buffer (Bug Reference mode). |
| 2900 | With a prefix argument ARG, enable Bug Reference mode if ARG is | 2924 | |
| 2901 | positive, and disable it otherwise. If called from Lisp, enable | 2925 | If called interactively, enable Bug-Reference mode if ARG is positive, and |
| 2902 | the mode if ARG is omitted or nil. | 2926 | disable it if ARG is zero or negative. If called from Lisp, |
| 2927 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 2928 | if ARG is `toggle'; disable the mode otherwise. | ||
| 2903 | 2929 | ||
| 2904 | \(fn &optional ARG)" t nil) | 2930 | \(fn &optional ARG)" t nil) |
| 2905 | 2931 | ||
| 2906 | (autoload 'bug-reference-prog-mode "bug-reference" "\ | 2932 | (autoload 'bug-reference-prog-mode "bug-reference" "\ |
| 2907 | Like `bug-reference-mode', but only buttonize in comments and strings. | 2933 | Like `bug-reference-mode', but only buttonize in comments and strings. |
| 2908 | 2934 | ||
| 2935 | If called interactively, enable Bug-Reference-Prog mode if ARG is positive, and | ||
| 2936 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 2937 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 2938 | if ARG is `toggle'; disable the mode otherwise. | ||
| 2939 | |||
| 2909 | \(fn &optional ARG)" t nil) | 2940 | \(fn &optional ARG)" t nil) |
| 2910 | 2941 | ||
| 2911 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "bug-reference" '("bug-reference-"))) | 2942 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "bug-reference" '("bug-reference-"))) |
| @@ -4691,9 +4722,11 @@ Prefix argument is the same as for `checkdoc-defun' | |||
| 4691 | 4722 | ||
| 4692 | (autoload 'checkdoc-minor-mode "checkdoc" "\ | 4723 | (autoload 'checkdoc-minor-mode "checkdoc" "\ |
| 4693 | Toggle automatic docstring checking (Checkdoc minor mode). | 4724 | Toggle automatic docstring checking (Checkdoc minor mode). |
| 4694 | With a prefix argument ARG, enable Checkdoc minor mode if ARG is | 4725 | |
| 4695 | positive, and disable it otherwise. If called from Lisp, enable | 4726 | If called interactively, enable Checkdoc minor mode if ARG is positive, and |
| 4696 | the mode if ARG is omitted or nil. | 4727 | disable it if ARG is zero or negative. If called from Lisp, |
| 4728 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 4729 | if ARG is `toggle'; disable the mode otherwise. | ||
| 4697 | 4730 | ||
| 4698 | In Checkdoc minor mode, the usual bindings for `eval-defun' which is | 4731 | In Checkdoc minor mode, the usual bindings for `eval-defun' which is |
| 4699 | bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include | 4732 | bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include |
| @@ -4933,6 +4966,11 @@ This can be needed when using code byte-compiled using the old | |||
| 4933 | macro-expansion of `cl-defstruct' that used vectors objects instead | 4966 | macro-expansion of `cl-defstruct' that used vectors objects instead |
| 4934 | of record objects. | 4967 | of record objects. |
| 4935 | 4968 | ||
| 4969 | If called interactively, enable Cl-Old-Struct-Compat mode if ARG is positive, and | ||
| 4970 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 4971 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 4972 | if ARG is `toggle'; disable the mode otherwise. | ||
| 4973 | |||
| 4936 | \(fn &optional ARG)" t nil) | 4974 | \(fn &optional ARG)" t nil) |
| 4937 | 4975 | ||
| 4938 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cl-lib" '("cl-"))) | 4976 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cl-lib" '("cl-"))) |
| @@ -5150,7 +5188,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use. | |||
| 5150 | 5188 | ||
| 5151 | \(fn PROCESS COMMAND REGEXP REGEXP-GROUP)" nil nil) | 5189 | \(fn PROCESS COMMAND REGEXP REGEXP-GROUP)" nil nil) |
| 5152 | 5190 | ||
| 5153 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "comint" '("comint-" "send-invisible" "shell-strip-ctrl-m"))) | 5191 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "comint" '("comint-"))) |
| 5154 | 5192 | ||
| 5155 | ;;;*** | 5193 | ;;;*** |
| 5156 | 5194 | ||
| @@ -5346,9 +5384,11 @@ Runs `compilation-mode-hook' with `run-mode-hooks' (which see). | |||
| 5346 | 5384 | ||
| 5347 | (autoload 'compilation-shell-minor-mode "compile" "\ | 5385 | (autoload 'compilation-shell-minor-mode "compile" "\ |
| 5348 | Toggle Compilation Shell minor mode. | 5386 | Toggle Compilation Shell minor mode. |
| 5349 | With a prefix argument ARG, enable Compilation Shell minor mode | 5387 | |
| 5350 | if ARG is positive, and disable it otherwise. If called from | 5388 | If called interactively, enable Compilation-Shell minor mode if ARG is positive, and |
| 5351 | Lisp, enable the mode if ARG is omitted or nil. | 5389 | disable it if ARG is zero or negative. If called from Lisp, |
| 5390 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 5391 | if ARG is `toggle'; disable the mode otherwise. | ||
| 5352 | 5392 | ||
| 5353 | When Compilation Shell minor mode is enabled, all the | 5393 | When Compilation Shell minor mode is enabled, all the |
| 5354 | error-parsing commands of the Compilation major mode are | 5394 | error-parsing commands of the Compilation major mode are |
| @@ -5359,9 +5399,11 @@ See `compilation-mode'. | |||
| 5359 | 5399 | ||
| 5360 | (autoload 'compilation-minor-mode "compile" "\ | 5400 | (autoload 'compilation-minor-mode "compile" "\ |
| 5361 | Toggle Compilation minor mode. | 5401 | Toggle Compilation minor mode. |
| 5362 | With a prefix argument ARG, enable Compilation minor mode if ARG | 5402 | |
| 5363 | is positive, and disable it otherwise. If called from Lisp, | 5403 | If called interactively, enable Compilation minor mode if ARG is positive, and |
| 5364 | enable the mode if ARG is omitted or nil. | 5404 | disable it if ARG is zero or negative. If called from Lisp, |
| 5405 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 5406 | if ARG is `toggle'; disable the mode otherwise. | ||
| 5365 | 5407 | ||
| 5366 | When Compilation minor mode is enabled, all the error-parsing | 5408 | When Compilation minor mode is enabled, all the error-parsing |
| 5367 | commands of Compilation major mode are available. See | 5409 | commands of Compilation major mode are available. See |
| @@ -5394,9 +5436,11 @@ or call the function `dynamic-completion-mode'.") | |||
| 5394 | 5436 | ||
| 5395 | (autoload 'dynamic-completion-mode "completion" "\ | 5437 | (autoload 'dynamic-completion-mode "completion" "\ |
| 5396 | Toggle dynamic word-completion on or off. | 5438 | Toggle dynamic word-completion on or off. |
| 5397 | With a prefix argument ARG, enable the mode if ARG is positive, | 5439 | |
| 5398 | and disable it otherwise. If called from Lisp, enable the mode | 5440 | If called interactively, enable Dynamic-Completion mode if ARG is positive, and |
| 5399 | if ARG is omitted or nil. | 5441 | disable it if ARG is zero or negative. If called from Lisp, |
| 5442 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 5443 | if ARG is `toggle'; disable the mode otherwise. | ||
| 5400 | 5444 | ||
| 5401 | \(fn &optional ARG)" t nil) | 5445 | \(fn &optional ARG)" t nil) |
| 5402 | 5446 | ||
| @@ -5959,9 +6003,11 @@ or call the function `cua-mode'.") | |||
| 5959 | 6003 | ||
| 5960 | (autoload 'cua-mode "cua-base" "\ | 6004 | (autoload 'cua-mode "cua-base" "\ |
| 5961 | Toggle Common User Access style editing (CUA mode). | 6005 | Toggle Common User Access style editing (CUA mode). |
| 5962 | With a prefix argument ARG, enable CUA mode if ARG is positive, | 6006 | |
| 5963 | and disable it otherwise. If called from Lisp, enable the mode | 6007 | If called interactively, enable Cua mode if ARG is positive, and |
| 5964 | if ARG is omitted or nil. | 6008 | disable it if ARG is zero or negative. If called from Lisp, |
| 6009 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 6010 | if ARG is `toggle'; disable the mode otherwise. | ||
| 5965 | 6011 | ||
| 5966 | CUA mode is a global minor mode. When enabled, typed text | 6012 | CUA mode is a global minor mode. When enabled, typed text |
| 5967 | replaces the active selection, and you can use C-z, C-x, C-c, and | 6013 | replaces the active selection, and you can use C-z, C-x, C-c, and |
| @@ -6006,6 +6052,11 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 6006 | Toggle the region as rectangular. | 6052 | Toggle the region as rectangular. |
| 6007 | Activates the region if needed. Only lasts until the region is deactivated. | 6053 | Activates the region if needed. Only lasts until the region is deactivated. |
| 6008 | 6054 | ||
| 6055 | If called interactively, enable Cua-Rectangle-Mark mode if ARG is positive, and | ||
| 6056 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 6057 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 6058 | if ARG is `toggle'; disable the mode otherwise. | ||
| 6059 | |||
| 6009 | \(fn &optional ARG)" t nil) | 6060 | \(fn &optional ARG)" t nil) |
| 6010 | 6061 | ||
| 6011 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cua-rect" '("cua-"))) | 6062 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cua-rect" '("cua-"))) |
| @@ -6021,6 +6072,11 @@ Activates the region if needed. Only lasts until the region is deactivated. | |||
| 6021 | (autoload 'cursor-intangible-mode "cursor-sensor" "\ | 6072 | (autoload 'cursor-intangible-mode "cursor-sensor" "\ |
| 6022 | Keep cursor outside of any `cursor-intangible' text property. | 6073 | Keep cursor outside of any `cursor-intangible' text property. |
| 6023 | 6074 | ||
| 6075 | If called interactively, enable Cursor-Intangible mode if ARG is positive, and | ||
| 6076 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 6077 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 6078 | if ARG is `toggle'; disable the mode otherwise. | ||
| 6079 | |||
| 6024 | \(fn &optional ARG)" t nil) | 6080 | \(fn &optional ARG)" t nil) |
| 6025 | 6081 | ||
| 6026 | (autoload 'cursor-sensor-mode "cursor-sensor" "\ | 6082 | (autoload 'cursor-sensor-mode "cursor-sensor" "\ |
| @@ -6031,6 +6087,11 @@ where WINDOW is the affected window, OLDPOS is the last known position of | |||
| 6031 | the cursor and DIR can be `entered' or `left' depending on whether the cursor | 6087 | the cursor and DIR can be `entered' or `left' depending on whether the cursor |
| 6032 | is entering the area covered by the text-property property or leaving it. | 6088 | is entering the area covered by the text-property property or leaving it. |
| 6033 | 6089 | ||
| 6090 | If called interactively, enable Cursor-Sensor mode if ARG is positive, and | ||
| 6091 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 6092 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 6093 | if ARG is `toggle'; disable the mode otherwise. | ||
| 6094 | |||
| 6034 | \(fn &optional ARG)" t nil) | 6095 | \(fn &optional ARG)" t nil) |
| 6035 | 6096 | ||
| 6036 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cursor-sensor" '("cursor-sensor-"))) | 6097 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cursor-sensor" '("cursor-sensor-"))) |
| @@ -6421,16 +6482,17 @@ Mode used for cvs status output. | |||
| 6421 | (autoload 'cwarn-mode "cwarn" "\ | 6482 | (autoload 'cwarn-mode "cwarn" "\ |
| 6422 | Minor mode that highlights suspicious C and C++ constructions. | 6483 | Minor mode that highlights suspicious C and C++ constructions. |
| 6423 | 6484 | ||
| 6485 | If called interactively, enable Cwarn mode if ARG is positive, and | ||
| 6486 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 6487 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 6488 | if ARG is `toggle'; disable the mode otherwise. | ||
| 6489 | |||
| 6424 | Suspicious constructs are highlighted using `font-lock-warning-face'. | 6490 | Suspicious constructs are highlighted using `font-lock-warning-face'. |
| 6425 | 6491 | ||
| 6426 | Note, in addition to enabling this minor mode, the major mode must | 6492 | Note, in addition to enabling this minor mode, the major mode must |
| 6427 | be included in the variable `cwarn-configuration'. By default C and | 6493 | be included in the variable `cwarn-configuration'. By default C and |
| 6428 | C++ modes are included. | 6494 | C++ modes are included. |
| 6429 | 6495 | ||
| 6430 | With a prefix argument ARG, enable the mode if ARG is positive, | ||
| 6431 | and disable it otherwise. If called from Lisp, enable the mode | ||
| 6432 | if ARG is omitted or nil. | ||
| 6433 | |||
| 6434 | \(fn &optional ARG)" t nil) | 6496 | \(fn &optional ARG)" t nil) |
| 6435 | 6497 | ||
| 6436 | (define-obsolete-function-alias 'turn-on-cwarn-mode 'cwarn-mode "24.1") | 6498 | (define-obsolete-function-alias 'turn-on-cwarn-mode 'cwarn-mode "24.1") |
| @@ -6849,12 +6911,11 @@ or call the function `delete-selection-mode'.") | |||
| 6849 | 6911 | ||
| 6850 | (autoload 'delete-selection-mode "delsel" "\ | 6912 | (autoload 'delete-selection-mode "delsel" "\ |
| 6851 | Toggle Delete Selection mode. | 6913 | Toggle Delete Selection mode. |
| 6852 | Interactively, with a prefix argument, enable | 6914 | |
| 6853 | Delete Selection mode if the prefix argument is positive, | 6915 | If called interactively, enable Delete-Selection mode if ARG is positive, and |
| 6854 | and disable it otherwise. If called from Lisp, toggle | 6916 | disable it if ARG is zero or negative. If called from Lisp, |
| 6855 | the mode if ARG is `toggle', disable the mode if ARG is | 6917 | also enable the mode if ARG is omitted or nil, and toggle it |
| 6856 | a non-positive integer, and enable the mode otherwise | 6918 | if ARG is `toggle'; disable the mode otherwise. |
| 6857 | \(including if ARG is omitted or nil or a positive integer). | ||
| 6858 | 6919 | ||
| 6859 | When Delete Selection mode is enabled, typed text replaces the selection | 6920 | When Delete Selection mode is enabled, typed text replaces the selection |
| 6860 | if the selection is active. Otherwise, typed text is just inserted at | 6921 | if the selection is active. Otherwise, typed text is just inserted at |
| @@ -7006,9 +7067,11 @@ or call the function `desktop-save-mode'.") | |||
| 7006 | 7067 | ||
| 7007 | (autoload 'desktop-save-mode "desktop" "\ | 7068 | (autoload 'desktop-save-mode "desktop" "\ |
| 7008 | Toggle desktop saving (Desktop Save mode). | 7069 | Toggle desktop saving (Desktop Save mode). |
| 7009 | With a prefix argument ARG, enable Desktop Save mode if ARG is positive, | 7070 | |
| 7010 | and disable it otherwise. If called from Lisp, enable the mode if ARG | 7071 | If called interactively, enable Desktop-Save mode if ARG is positive, and |
| 7011 | is omitted or nil. | 7072 | disable it if ARG is zero or negative. If called from Lisp, |
| 7073 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 7074 | if ARG is `toggle'; disable the mode otherwise. | ||
| 7012 | 7075 | ||
| 7013 | When Desktop Save mode is enabled, the state of Emacs is saved from | 7076 | When Desktop Save mode is enabled, the state of Emacs is saved from |
| 7014 | one session to another. In particular, Emacs will save the desktop when | 7077 | one session to another. In particular, Emacs will save the desktop when |
| @@ -7371,9 +7434,11 @@ a diff with \\[diff-reverse-direction]. | |||
| 7371 | 7434 | ||
| 7372 | (autoload 'diff-minor-mode "diff-mode" "\ | 7435 | (autoload 'diff-minor-mode "diff-mode" "\ |
| 7373 | Toggle Diff minor mode. | 7436 | Toggle Diff minor mode. |
| 7374 | With a prefix argument ARG, enable Diff minor mode if ARG is | 7437 | |
| 7375 | positive, and disable it otherwise. If called from Lisp, enable | 7438 | If called interactively, enable Diff minor mode if ARG is positive, and |
| 7376 | the mode if ARG is omitted or nil. | 7439 | disable it if ARG is zero or negative. If called from Lisp, |
| 7440 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 7441 | if ARG is `toggle'; disable the mode otherwise. | ||
| 7377 | 7442 | ||
| 7378 | \\{diff-minor-mode-map} | 7443 | \\{diff-minor-mode-map} |
| 7379 | 7444 | ||
| @@ -7549,9 +7614,11 @@ Keybindings: | |||
| 7549 | 7614 | ||
| 7550 | (autoload 'dirtrack-mode "dirtrack" "\ | 7615 | (autoload 'dirtrack-mode "dirtrack" "\ |
| 7551 | Toggle directory tracking in shell buffers (Dirtrack mode). | 7616 | Toggle directory tracking in shell buffers (Dirtrack mode). |
| 7552 | With a prefix argument ARG, enable Dirtrack mode if ARG is | 7617 | |
| 7553 | positive, and disable it otherwise. If called from Lisp, enable | 7618 | If called interactively, enable Dirtrack mode if ARG is positive, and |
| 7554 | the mode if ARG is omitted or nil. | 7619 | disable it if ARG is zero or negative. If called from Lisp, |
| 7620 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 7621 | if ARG is `toggle'; disable the mode otherwise. | ||
| 7555 | 7622 | ||
| 7556 | This method requires that your shell prompt contain the current | 7623 | This method requires that your shell prompt contain the current |
| 7557 | working directory at all times, and that you set the variable | 7624 | working directory at all times, and that you set the variable |
| @@ -7723,6 +7790,11 @@ in `.emacs'. | |||
| 7723 | Toggle display of line numbers in the buffer. | 7790 | Toggle display of line numbers in the buffer. |
| 7724 | This uses `display-line-numbers' internally. | 7791 | This uses `display-line-numbers' internally. |
| 7725 | 7792 | ||
| 7793 | If called interactively, enable Display-Line-Numbers mode if ARG is positive, and | ||
| 7794 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 7795 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 7796 | if ARG is `toggle'; disable the mode otherwise. | ||
| 7797 | |||
| 7726 | To change the type of line numbers displayed by default, | 7798 | To change the type of line numbers displayed by default, |
| 7727 | customize `display-line-numbers-type'. To change the type while | 7799 | customize `display-line-numbers-type'. To change the type while |
| 7728 | the mode is on, set `display-line-numbers' directly. | 7800 | the mode is on, set `display-line-numbers' directly. |
| @@ -7856,9 +7928,11 @@ to the next best mode. | |||
| 7856 | 7928 | ||
| 7857 | (autoload 'doc-view-minor-mode "doc-view" "\ | 7929 | (autoload 'doc-view-minor-mode "doc-view" "\ |
| 7858 | Toggle displaying buffer via Doc View (Doc View minor mode). | 7930 | Toggle displaying buffer via Doc View (Doc View minor mode). |
| 7859 | With a prefix argument ARG, enable Doc View minor mode if ARG is | 7931 | |
| 7860 | positive, and disable it otherwise. If called from Lisp, enable | 7932 | If called interactively, enable Doc-View minor mode if ARG is positive, and |
| 7861 | the mode if ARG is omitted or nil. | 7933 | disable it if ARG is zero or negative. If called from Lisp, |
| 7934 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 7935 | if ARG is `toggle'; disable the mode otherwise. | ||
| 7862 | 7936 | ||
| 7863 | See the command `doc-view-mode' for more information on this mode. | 7937 | See the command `doc-view-mode' for more information on this mode. |
| 7864 | 7938 | ||
| @@ -7918,9 +7992,11 @@ Switch to *doctor* buffer and start giving psychotherapy. | |||
| 7918 | 7992 | ||
| 7919 | (autoload 'double-mode "double" "\ | 7993 | (autoload 'double-mode "double" "\ |
| 7920 | Toggle special insertion on double keypresses (Double mode). | 7994 | Toggle special insertion on double keypresses (Double mode). |
| 7921 | With a prefix argument ARG, enable Double mode if ARG is | 7995 | |
| 7922 | positive, and disable it otherwise. If called from Lisp, enable | 7996 | If called interactively, enable Double mode if ARG is positive, and |
| 7923 | the mode if ARG is omitted or nil. | 7997 | disable it if ARG is zero or negative. If called from Lisp, |
| 7998 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 7999 | if ARG is `toggle'; disable the mode otherwise. | ||
| 7924 | 8000 | ||
| 7925 | When Double mode is enabled, some keys will insert different | 8001 | When Double mode is enabled, some keys will insert different |
| 7926 | strings when pressed twice. See `double-map' for details. | 8002 | strings when pressed twice. See `double-map' for details. |
| @@ -7975,7 +8051,9 @@ non-positive integer, and enables the mode otherwise (including | |||
| 7975 | if the argument is omitted or nil or a positive integer). | 8051 | if the argument is omitted or nil or a positive integer). |
| 7976 | 8052 | ||
| 7977 | If DOC is nil, give the mode command a basic doc-string | 8053 | If DOC is nil, give the mode command a basic doc-string |
| 7978 | documenting what its argument does. | 8054 | documenting what its argument does. If the word \"ARG\" does not |
| 8055 | appear in DOC, a paragraph is added to DOC explaining | ||
| 8056 | usage of the mode argument. | ||
| 7979 | 8057 | ||
| 7980 | Optional INIT-VALUE is the initial value of the mode's variable. | 8058 | Optional INIT-VALUE is the initial value of the mode's variable. |
| 7981 | Optional LIGHTER is displayed in the mode line when the mode is on. | 8059 | Optional LIGHTER is displayed in the mode line when the mode is on. |
| @@ -8785,9 +8863,11 @@ or call the function `global-ede-mode'.") | |||
| 8785 | 8863 | ||
| 8786 | (autoload 'global-ede-mode "ede" "\ | 8864 | (autoload 'global-ede-mode "ede" "\ |
| 8787 | Toggle global EDE (Emacs Development Environment) mode. | 8865 | Toggle global EDE (Emacs Development Environment) mode. |
| 8788 | With a prefix argument ARG, enable global EDE mode if ARG is | 8866 | |
| 8789 | positive, and disable it otherwise. If called from Lisp, enable | 8867 | If called interactively, enable Global Ede mode if ARG is positive, and |
| 8790 | the mode if ARG is omitted or nil. | 8868 | disable it if ARG is zero or negative. If called from Lisp, |
| 8869 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 8870 | if ARG is `toggle'; disable the mode otherwise. | ||
| 8791 | 8871 | ||
| 8792 | This global minor mode enables `ede-minor-mode' in all buffers in | 8872 | This global minor mode enables `ede-minor-mode' in all buffers in |
| 8793 | an EDE controlled project. | 8873 | an EDE controlled project. |
| @@ -9797,9 +9877,11 @@ or call the function `electric-pair-mode'.") | |||
| 9797 | 9877 | ||
| 9798 | (autoload 'electric-pair-mode "elec-pair" "\ | 9878 | (autoload 'electric-pair-mode "elec-pair" "\ |
| 9799 | Toggle automatic parens pairing (Electric Pair mode). | 9879 | Toggle automatic parens pairing (Electric Pair mode). |
| 9800 | With a prefix argument ARG, enable Electric Pair mode if ARG is | 9880 | |
| 9801 | positive, and disable it otherwise. If called from Lisp, enable | 9881 | If called interactively, enable Electric-Pair mode if ARG is positive, and |
| 9802 | the mode if ARG is omitted or nil. | 9882 | disable it if ARG is zero or negative. If called from Lisp, |
| 9883 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 9884 | if ARG is `toggle'; disable the mode otherwise. | ||
| 9803 | 9885 | ||
| 9804 | Electric Pair mode is a global minor mode. When enabled, typing | 9886 | Electric Pair mode is a global minor mode. When enabled, typing |
| 9805 | an open parenthesis automatically inserts the corresponding | 9887 | an open parenthesis automatically inserts the corresponding |
| @@ -9814,6 +9896,11 @@ To toggle the mode in a single buffer, use `electric-pair-local-mode'. | |||
| 9814 | (autoload 'electric-pair-local-mode "elec-pair" "\ | 9896 | (autoload 'electric-pair-local-mode "elec-pair" "\ |
| 9815 | Toggle `electric-pair-mode' only in this buffer. | 9897 | Toggle `electric-pair-mode' only in this buffer. |
| 9816 | 9898 | ||
| 9899 | If called interactively, enable Electric-Pair-Local mode if ARG is positive, and | ||
| 9900 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 9901 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 9902 | if ARG is `toggle'; disable the mode otherwise. | ||
| 9903 | |||
| 9817 | \(fn &optional ARG)" t nil) | 9904 | \(fn &optional ARG)" t nil) |
| 9818 | 9905 | ||
| 9819 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elec-pair" '("electric-pair-"))) | 9906 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elec-pair" '("electric-pair-"))) |
| @@ -10053,9 +10140,7 @@ displayed. | |||
| 10053 | (autoload 'emacs-lock-mode "emacs-lock" "\ | 10140 | (autoload 'emacs-lock-mode "emacs-lock" "\ |
| 10054 | Toggle Emacs Lock mode in the current buffer. | 10141 | Toggle Emacs Lock mode in the current buffer. |
| 10055 | If called with a plain prefix argument, ask for the locking mode | 10142 | If called with a plain prefix argument, ask for the locking mode |
| 10056 | to be used. With any other prefix ARG, turn mode on if ARG is | 10143 | to be used. |
| 10057 | positive, off otherwise. If called from Lisp, enable the mode if | ||
| 10058 | ARG is omitted or nil. | ||
| 10059 | 10144 | ||
| 10060 | Initially, if the user does not pass an explicit locking mode, it | 10145 | Initially, if the user does not pass an explicit locking mode, it |
| 10061 | defaults to `emacs-lock-default-locking-mode' (which see); | 10146 | defaults to `emacs-lock-default-locking-mode' (which see); |
| @@ -10070,6 +10155,9 @@ When called from Elisp code, ARG can be any locking mode: | |||
| 10070 | 10155 | ||
| 10071 | Other values are interpreted as usual. | 10156 | Other values are interpreted as usual. |
| 10072 | 10157 | ||
| 10158 | See also `emacs-lock-unlockable-modes', which exempts buffers under | ||
| 10159 | some major modes from being locked under some circumstances. | ||
| 10160 | |||
| 10073 | \(fn &optional ARG)" t nil) | 10161 | \(fn &optional ARG)" t nil) |
| 10074 | 10162 | ||
| 10075 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "emacs-lock" '("emacs-lock-" "toggle-emacs-lock"))) | 10163 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "emacs-lock" '("emacs-lock-" "toggle-emacs-lock"))) |
| @@ -10161,9 +10249,10 @@ Minor mode for editing text/enriched files. | |||
| 10161 | These are files with embedded formatting information in the MIME standard | 10249 | These are files with embedded formatting information in the MIME standard |
| 10162 | text/enriched format. | 10250 | text/enriched format. |
| 10163 | 10251 | ||
| 10164 | With a prefix argument ARG, enable the mode if ARG is positive, | 10252 | If called interactively, enable Enriched mode if ARG is positive, and |
| 10165 | and disable it otherwise. If called from Lisp, enable the mode | 10253 | disable it if ARG is zero or negative. If called from Lisp, |
| 10166 | if ARG is omitted or nil. | 10254 | also enable the mode if ARG is omitted or nil, and toggle it |
| 10255 | if ARG is `toggle'; disable the mode otherwise. | ||
| 10167 | 10256 | ||
| 10168 | Turning the mode on or off runs `enriched-mode-hook'. | 10257 | Turning the mode on or off runs `enriched-mode-hook'. |
| 10169 | 10258 | ||
| @@ -10432,9 +10521,11 @@ Encrypt marked files. | |||
| 10432 | 10521 | ||
| 10433 | (autoload 'epa-mail-mode "epa-mail" "\ | 10522 | (autoload 'epa-mail-mode "epa-mail" "\ |
| 10434 | A minor-mode for composing encrypted/clearsigned mails. | 10523 | A minor-mode for composing encrypted/clearsigned mails. |
| 10435 | With a prefix argument ARG, enable the mode if ARG is positive, | 10524 | |
| 10436 | and disable it otherwise. If called from Lisp, enable the mode | 10525 | If called interactively, enable epa-mail mode if ARG is positive, and |
| 10437 | if ARG is omitted or nil. | 10526 | disable it if ARG is zero or negative. If called from Lisp, |
| 10527 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 10528 | if ARG is `toggle'; disable the mode otherwise. | ||
| 10438 | 10529 | ||
| 10439 | \(fn &optional ARG)" t nil) | 10530 | \(fn &optional ARG)" t nil) |
| 10440 | 10531 | ||
| @@ -10497,9 +10588,11 @@ or call the function `epa-global-mail-mode'.") | |||
| 10497 | 10588 | ||
| 10498 | (autoload 'epa-global-mail-mode "epa-mail" "\ | 10589 | (autoload 'epa-global-mail-mode "epa-mail" "\ |
| 10499 | Minor mode to hook EasyPG into Mail mode. | 10590 | Minor mode to hook EasyPG into Mail mode. |
| 10500 | With a prefix argument ARG, enable the mode if ARG is positive, | 10591 | |
| 10501 | and disable it otherwise. If called from Lisp, enable the mode | 10592 | If called interactively, enable Epa-Global-Mail mode if ARG is positive, and |
| 10502 | if ARG is omitted or nil. | 10593 | disable it if ARG is zero or negative. If called from Lisp, |
| 10594 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 10595 | if ARG is `toggle'; disable the mode otherwise. | ||
| 10503 | 10596 | ||
| 10504 | \(fn &optional ARG)" t nil) | 10597 | \(fn &optional ARG)" t nil) |
| 10505 | 10598 | ||
| @@ -10545,8 +10638,13 @@ Return a list of internal configuration parameters of `epg-gpg-program'. | |||
| 10545 | 10638 | ||
| 10546 | (autoload 'epg-check-configuration "epg-config" "\ | 10639 | (autoload 'epg-check-configuration "epg-config" "\ |
| 10547 | Verify that a sufficient version of GnuPG is installed. | 10640 | Verify that a sufficient version of GnuPG is installed. |
| 10641 | CONFIG should be a `epg-configuration' object (a plist). | ||
| 10642 | REQ-VERSIONS should be a list with elements of the form (MIN | ||
| 10643 | . MAX) where MIN and MAX are version strings indicating a | ||
| 10644 | semi-open range of acceptable versions. REQ-VERSIONS may also be | ||
| 10645 | a single minimum version string. | ||
| 10548 | 10646 | ||
| 10549 | \(fn CONFIG &optional MINIMUM-VERSION)" nil nil) | 10647 | \(fn CONFIG &optional REQ-VERSIONS)" nil nil) |
| 10550 | 10648 | ||
| 10551 | (autoload 'epg-expand-group "epg-config" "\ | 10649 | (autoload 'epg-expand-group "epg-config" "\ |
| 10552 | Look at CONFIG and try to expand GROUP. | 10650 | Look at CONFIG and try to expand GROUP. |
| @@ -12087,10 +12185,14 @@ a top-level keymap, `text-scale-increase' or | |||
| 12087 | 12185 | ||
| 12088 | (autoload 'buffer-face-mode "face-remap" "\ | 12186 | (autoload 'buffer-face-mode "face-remap" "\ |
| 12089 | Minor mode for a buffer-specific default face. | 12187 | Minor mode for a buffer-specific default face. |
| 12090 | With a prefix argument ARG, enable the mode if ARG is positive, | 12188 | |
| 12091 | and disable it otherwise. If called from Lisp, enable the mode | 12189 | If called interactively, enable Buffer-Face mode if ARG is positive, and |
| 12092 | if ARG is omitted or nil. When enabled, the face specified by the | 12190 | disable it if ARG is zero or negative. If called from Lisp, |
| 12093 | variable `buffer-face-mode-face' is used to display the buffer text. | 12191 | also enable the mode if ARG is omitted or nil, and toggle it |
| 12192 | if ARG is `toggle'; disable the mode otherwise. | ||
| 12193 | |||
| 12194 | When enabled, the face specified by the variable | ||
| 12195 | `buffer-face-mode-face' is used to display the buffer text. | ||
| 12094 | 12196 | ||
| 12095 | \(fn &optional ARG)" t nil) | 12197 | \(fn &optional ARG)" t nil) |
| 12096 | 12198 | ||
| @@ -12972,9 +13074,11 @@ region is invalid. | |||
| 12972 | 13074 | ||
| 12973 | (autoload 'flymake-mode "flymake" "\ | 13075 | (autoload 'flymake-mode "flymake" "\ |
| 12974 | Toggle Flymake mode on or off. | 13076 | Toggle Flymake mode on or off. |
| 12975 | With a prefix argument ARG, enable Flymake mode if ARG is | 13077 | |
| 12976 | positive, and disable it otherwise. If called from Lisp, enable | 13078 | If called interactively, enable Flymake mode if ARG is positive, and |
| 12977 | the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. | 13079 | disable it if ARG is zero or negative. If called from Lisp, |
| 13080 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 13081 | if ARG is `toggle'; disable the mode otherwise. | ||
| 12978 | 13082 | ||
| 12979 | Flymake is an Emacs minor mode for on-the-fly syntax checking. | 13083 | Flymake is an Emacs minor mode for on-the-fly syntax checking. |
| 12980 | Flymake collects diagnostic information from multiple sources, | 13084 | Flymake collects diagnostic information from multiple sources, |
| @@ -13060,9 +13164,11 @@ Turn on `flyspell-mode' for comments and strings. | |||
| 13060 | 13164 | ||
| 13061 | (autoload 'flyspell-mode "flyspell" "\ | 13165 | (autoload 'flyspell-mode "flyspell" "\ |
| 13062 | Toggle on-the-fly spell checking (Flyspell mode). | 13166 | Toggle on-the-fly spell checking (Flyspell mode). |
| 13063 | With a prefix argument ARG, enable Flyspell mode if ARG is | 13167 | |
| 13064 | positive, and disable it otherwise. If called from Lisp, enable | 13168 | If called interactively, enable Flyspell mode if ARG is positive, and |
| 13065 | the mode if ARG is omitted or nil. | 13169 | disable it if ARG is zero or negative. If called from Lisp, |
| 13170 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 13171 | if ARG is `toggle'; disable the mode otherwise. | ||
| 13066 | 13172 | ||
| 13067 | Flyspell mode is a buffer-local minor mode. When enabled, it | 13173 | Flyspell mode is a buffer-local minor mode. When enabled, it |
| 13068 | spawns a single Ispell process and checks each word. The default | 13174 | spawns a single Ispell process and checks each word. The default |
| @@ -13110,6 +13216,9 @@ Turn Flyspell mode off. | |||
| 13110 | (autoload 'flyspell-region "flyspell" "\ | 13216 | (autoload 'flyspell-region "flyspell" "\ |
| 13111 | Flyspell text between BEG and END. | 13217 | Flyspell text between BEG and END. |
| 13112 | 13218 | ||
| 13219 | Make sure `flyspell-mode' is turned on if you want the highlight | ||
| 13220 | of a misspelled word removed when you've corrected it. | ||
| 13221 | |||
| 13113 | \(fn BEG END)" t nil) | 13222 | \(fn BEG END)" t nil) |
| 13114 | 13223 | ||
| 13115 | (autoload 'flyspell-buffer "flyspell" "\ | 13224 | (autoload 'flyspell-buffer "flyspell" "\ |
| @@ -13144,9 +13253,11 @@ Turn off Follow mode. Please see the function `follow-mode'. | |||
| 13144 | 13253 | ||
| 13145 | (autoload 'follow-mode "follow" "\ | 13254 | (autoload 'follow-mode "follow" "\ |
| 13146 | Toggle Follow mode. | 13255 | Toggle Follow mode. |
| 13147 | With a prefix argument ARG, enable Follow mode if ARG is | 13256 | |
| 13148 | positive, and disable it otherwise. If called from Lisp, enable | 13257 | If called interactively, enable Follow mode if ARG is positive, and |
| 13149 | the mode if ARG is omitted or nil. | 13258 | disable it if ARG is zero or negative. If called from Lisp, |
| 13259 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 13260 | if ARG is `toggle'; disable the mode otherwise. | ||
| 13150 | 13261 | ||
| 13151 | Follow mode is a minor mode that combines windows into one tall | 13262 | Follow mode is a minor mode that combines windows into one tall |
| 13152 | virtual window. This is accomplished by two main techniques: | 13263 | virtual window. This is accomplished by two main techniques: |
| @@ -13267,9 +13378,11 @@ selected if the original window is the first one in the frame. | |||
| 13267 | 13378 | ||
| 13268 | (autoload 'footnote-mode "footnote" "\ | 13379 | (autoload 'footnote-mode "footnote" "\ |
| 13269 | Toggle Footnote mode. | 13380 | Toggle Footnote mode. |
| 13270 | With a prefix argument ARG, enable Footnote mode if ARG is | 13381 | |
| 13271 | positive, and disable it otherwise. If called from Lisp, enable | 13382 | If called interactively, enable Footnote mode if ARG is positive, and |
| 13272 | the mode if ARG is omitted or nil. | 13383 | disable it if ARG is zero or negative. If called from Lisp, |
| 13384 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 13385 | if ARG is `toggle'; disable the mode otherwise. | ||
| 13273 | 13386 | ||
| 13274 | Footnote mode is a buffer-local minor mode. If enabled, it | 13387 | Footnote mode is a buffer-local minor mode. If enabled, it |
| 13275 | provides footnote support for `message-mode'. To get started, | 13388 | provides footnote support for `message-mode'. To get started, |
| @@ -13691,6 +13804,11 @@ being transferred. This list may grow up to a size of | |||
| 13691 | `gdb-debug-log-max' after which the oldest element (at the end of | 13804 | `gdb-debug-log-max' after which the oldest element (at the end of |
| 13692 | the list) is deleted every time a new one is added (at the front). | 13805 | the list) is deleted every time a new one is added (at the front). |
| 13693 | 13806 | ||
| 13807 | If called interactively, enable Gdb-Enable-Debug mode if ARG is positive, and | ||
| 13808 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 13809 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 13810 | if ARG is `toggle'; disable the mode otherwise. | ||
| 13811 | |||
| 13694 | \(fn &optional ARG)" t nil) | 13812 | \(fn &optional ARG)" t nil) |
| 13695 | 13813 | ||
| 13696 | (autoload 'gdb "gdb-mi" "\ | 13814 | (autoload 'gdb "gdb-mi" "\ |
| @@ -13859,10 +13977,14 @@ regular expression that can be used as an element of | |||
| 13859 | 13977 | ||
| 13860 | (autoload 'glasses-mode "glasses" "\ | 13978 | (autoload 'glasses-mode "glasses" "\ |
| 13861 | Minor mode for making identifiers likeThis readable. | 13979 | Minor mode for making identifiers likeThis readable. |
| 13862 | With a prefix argument ARG, enable the mode if ARG is positive, | 13980 | |
| 13863 | and disable it otherwise. If called from Lisp, enable the mode | 13981 | If called interactively, enable Glasses mode if ARG is positive, and |
| 13864 | if ARG is omitted or nil. When this mode is active, it tries to | 13982 | disable it if ARG is zero or negative. If called from Lisp, |
| 13865 | add virtual separators (like underscores) at places they belong to. | 13983 | also enable the mode if ARG is omitted or nil, and toggle it |
| 13984 | if ARG is `toggle'; disable the mode otherwise. | ||
| 13985 | |||
| 13986 | When this mode is active, it tries to add virtual | ||
| 13987 | separators (like underscores) at places they belong to. | ||
| 13866 | 13988 | ||
| 13867 | \(fn &optional ARG)" t nil) | 13989 | \(fn &optional ARG)" t nil) |
| 13868 | 13990 | ||
| @@ -14469,6 +14591,11 @@ If FORCE is non-nil, replace the old ones. | |||
| 14469 | (autoload 'gnus-mailing-list-mode "gnus-ml" "\ | 14591 | (autoload 'gnus-mailing-list-mode "gnus-ml" "\ |
| 14470 | Minor mode for providing mailing-list commands. | 14592 | Minor mode for providing mailing-list commands. |
| 14471 | 14593 | ||
| 14594 | If called interactively, enable Gnus-Mailing-List mode if ARG is positive, and | ||
| 14595 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 14596 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 14597 | if ARG is `toggle'; disable the mode otherwise. | ||
| 14598 | |||
| 14472 | \\{gnus-mailing-list-mode-map} | 14599 | \\{gnus-mailing-list-mode-map} |
| 14473 | 14600 | ||
| 14474 | \(fn &optional ARG)" t nil) | 14601 | \(fn &optional ARG)" t nil) |
| @@ -14889,7 +15016,14 @@ number with fewer than this number of bits, the handshake is | |||
| 14889 | rejected. (The smaller the prime number, the less secure the | 15016 | rejected. (The smaller the prime number, the less secure the |
| 14890 | key exchange is against man-in-the-middle attacks.) | 15017 | key exchange is against man-in-the-middle attacks.) |
| 14891 | 15018 | ||
| 14892 | A value of nil says to use the default GnuTLS value.") | 15019 | A value of nil says to use the default GnuTLS value. |
| 15020 | |||
| 15021 | The default value of this variable is such that virtually any | ||
| 15022 | connection can be established, whether this connection can be | ||
| 15023 | considered cryptographically \"safe\" or not. However, Emacs | ||
| 15024 | network security is handled at a higher level via | ||
| 15025 | `open-network-stream' and the Network Security Manager. See Info | ||
| 15026 | node `(emacs) Network Security'.") | ||
| 14893 | 15027 | ||
| 14894 | (custom-autoload 'gnutls-min-prime-bits "gnutls" t) | 15028 | (custom-autoload 'gnutls-min-prime-bits "gnutls" t) |
| 14895 | 15029 | ||
| @@ -14951,15 +15085,22 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and | |||
| 14951 | 15085 | ||
| 14952 | (autoload 'goto-address-mode "goto-addr" "\ | 15086 | (autoload 'goto-address-mode "goto-addr" "\ |
| 14953 | Minor mode to buttonize URLs and e-mail addresses in the current buffer. | 15087 | Minor mode to buttonize URLs and e-mail addresses in the current buffer. |
| 14954 | With a prefix argument ARG, enable the mode if ARG is positive, | 15088 | |
| 14955 | and disable it otherwise. If called from Lisp, enable the mode | 15089 | If called interactively, enable Goto-Address mode if ARG is positive, and |
| 14956 | if ARG is omitted or nil. | 15090 | disable it if ARG is zero or negative. If called from Lisp, |
| 15091 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 15092 | if ARG is `toggle'; disable the mode otherwise. | ||
| 14957 | 15093 | ||
| 14958 | \(fn &optional ARG)" t nil) | 15094 | \(fn &optional ARG)" t nil) |
| 14959 | 15095 | ||
| 14960 | (autoload 'goto-address-prog-mode "goto-addr" "\ | 15096 | (autoload 'goto-address-prog-mode "goto-addr" "\ |
| 14961 | Like `goto-address-mode', but only for comments and strings. | 15097 | Like `goto-address-mode', but only for comments and strings. |
| 14962 | 15098 | ||
| 15099 | If called interactively, enable Goto-Address-Prog mode if ARG is positive, and | ||
| 15100 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 15101 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 15102 | if ARG is `toggle'; disable the mode otherwise. | ||
| 15103 | |||
| 14963 | \(fn &optional ARG)" t nil) | 15104 | \(fn &optional ARG)" t nil) |
| 14964 | 15105 | ||
| 14965 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "goto-addr" '("goto-address-"))) | 15106 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "goto-addr" '("goto-address-"))) |
| @@ -15017,7 +15158,7 @@ List of hook functions run by `grep-process-setup' (see `run-hooks').") | |||
| 15017 | 15158 | ||
| 15018 | (custom-autoload 'grep-setup-hook "grep" t) | 15159 | (custom-autoload 'grep-setup-hook "grep" t) |
| 15019 | 15160 | ||
| 15020 | (defconst grep-regexp-alist `((,(concat "^\\(?:" "\\(?1:[^\0\n]+\\)\\(?3:\0\\)\\(?2:[0-9]+\\):" "\\|" "\\(?1:[^\n:]+?[^\n/:]\\):[\11 ]*\\(?2:[1-9][0-9]*\\)[\11 ]*:" "\\)") 1 2 (,(lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face 'grep-match-face))) (when mbeg (- mbeg beg))))) \, (lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face 'grep-match-face)) (mend (and mbeg (next-single-property-change mbeg 'font-lock-face nil end)))) (when mend (- mend beg)))))) nil nil (3 '(face nil display ":"))) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1)) "\ | 15161 | (defconst grep-regexp-alist `((,(concat "^\\(?:" "\\(?1:[^\0\n]+\\)\\(?3:\0\\)\\(?2:[0-9]+\\):" "\\|" "\\(?1:" "\\(?:[a-zA-Z]:\\)?" "[^\n:]+?[^\n/:]\\):[\11 ]*\\(?2:[1-9][0-9]*\\)[\11 ]*:" "\\)") 1 2 (,(lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face 'grep-match-face))) (when mbeg (- mbeg beg))))) \, (lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face 'grep-match-face)) (mend (and mbeg (next-single-property-change mbeg 'font-lock-face nil end)))) (when mend (- mend beg)))))) nil nil (3 '(face nil display ":"))) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1)) "\ |
| 15021 | Regexp used to match grep hits. | 15162 | Regexp used to match grep hits. |
| 15022 | See `compilation-error-regexp-alist' for format details.") | 15163 | See `compilation-error-regexp-alist' for format details.") |
| 15023 | 15164 | ||
| @@ -15259,9 +15400,11 @@ or call the function `gud-tooltip-mode'.") | |||
| 15259 | 15400 | ||
| 15260 | (autoload 'gud-tooltip-mode "gud" "\ | 15401 | (autoload 'gud-tooltip-mode "gud" "\ |
| 15261 | Toggle the display of GUD tooltips. | 15402 | Toggle the display of GUD tooltips. |
| 15262 | With a prefix argument ARG, enable the feature if ARG is | 15403 | |
| 15263 | positive, and disable it otherwise. If called from Lisp, enable | 15404 | If called interactively, enable Gud-Tooltip mode if ARG is positive, and |
| 15264 | it if ARG is omitted or nil. | 15405 | disable it if ARG is zero or negative. If called from Lisp, |
| 15406 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 15407 | if ARG is `toggle'; disable the mode otherwise. | ||
| 15265 | 15408 | ||
| 15266 | \(fn &optional ARG)" t nil) | 15409 | \(fn &optional ARG)" t nil) |
| 15267 | 15410 | ||
| @@ -15944,9 +16087,11 @@ This discards the buffer's undo information. | |||
| 15944 | 16087 | ||
| 15945 | (autoload 'hi-lock-mode "hi-lock" "\ | 16088 | (autoload 'hi-lock-mode "hi-lock" "\ |
| 15946 | Toggle selective highlighting of patterns (Hi Lock mode). | 16089 | Toggle selective highlighting of patterns (Hi Lock mode). |
| 15947 | With a prefix argument ARG, enable Hi Lock mode if ARG is | 16090 | |
| 15948 | positive, and disable it otherwise. If called from Lisp, enable | 16091 | If called interactively, enable Hi-Lock mode if ARG is positive, and |
| 15949 | the mode if ARG is omitted or nil. | 16092 | disable it if ARG is zero or negative. If called from Lisp, |
| 16093 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 16094 | if ARG is `toggle'; disable the mode otherwise. | ||
| 15950 | 16095 | ||
| 15951 | Hi Lock mode is automatically enabled when you invoke any of the | 16096 | Hi Lock mode is automatically enabled when you invoke any of the |
| 15952 | highlighting commands listed below, such as \\[highlight-regexp]. | 16097 | highlighting commands listed below, such as \\[highlight-regexp]. |
| @@ -16114,9 +16259,11 @@ be found in variable `hi-lock-interactive-patterns'. | |||
| 16114 | 16259 | ||
| 16115 | (autoload 'hide-ifdef-mode "hideif" "\ | 16260 | (autoload 'hide-ifdef-mode "hideif" "\ |
| 16116 | Toggle features to hide/show #ifdef blocks (Hide-Ifdef mode). | 16261 | Toggle features to hide/show #ifdef blocks (Hide-Ifdef mode). |
| 16117 | With a prefix argument ARG, enable Hide-Ifdef mode if ARG is | 16262 | |
| 16118 | positive, and disable it otherwise. If called from Lisp, enable | 16263 | If called interactively, enable Hide-Ifdef mode if ARG is positive, and |
| 16119 | the mode if ARG is omitted or nil. | 16264 | disable it if ARG is zero or negative. If called from Lisp, |
| 16265 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 16266 | if ARG is `toggle'; disable the mode otherwise. | ||
| 16120 | 16267 | ||
| 16121 | Hide-Ifdef mode is a buffer-local minor mode for use with C and | 16268 | Hide-Ifdef mode is a buffer-local minor mode for use with C and |
| 16122 | C-like major modes. When enabled, code within #ifdef constructs | 16269 | C-like major modes. When enabled, code within #ifdef constructs |
| @@ -16191,9 +16338,11 @@ whitespace. Case does not matter.") | |||
| 16191 | 16338 | ||
| 16192 | (autoload 'hs-minor-mode "hideshow" "\ | 16339 | (autoload 'hs-minor-mode "hideshow" "\ |
| 16193 | Minor mode to selectively hide/show code and comment blocks. | 16340 | Minor mode to selectively hide/show code and comment blocks. |
| 16194 | With a prefix argument ARG, enable the mode if ARG is positive, | 16341 | |
| 16195 | and disable it otherwise. If called from Lisp, enable the mode | 16342 | If called interactively, enable Hs minor mode if ARG is positive, and |
| 16196 | if ARG is omitted or nil. | 16343 | disable it if ARG is zero or negative. If called from Lisp, |
| 16344 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 16345 | if ARG is `toggle'; disable the mode otherwise. | ||
| 16197 | 16346 | ||
| 16198 | When hideshow minor mode is on, the menu bar is augmented with hideshow | 16347 | When hideshow minor mode is on, the menu bar is augmented with hideshow |
| 16199 | commands and the hideshow commands are enabled. | 16348 | commands and the hideshow commands are enabled. |
| @@ -16227,9 +16376,11 @@ Unconditionally turn off `hs-minor-mode'. | |||
| 16227 | 16376 | ||
| 16228 | (autoload 'highlight-changes-mode "hilit-chg" "\ | 16377 | (autoload 'highlight-changes-mode "hilit-chg" "\ |
| 16229 | Toggle highlighting changes in this buffer (Highlight Changes mode). | 16378 | Toggle highlighting changes in this buffer (Highlight Changes mode). |
| 16230 | With a prefix argument ARG, enable Highlight Changes mode if ARG | 16379 | |
| 16231 | is positive, and disable it otherwise. If called from Lisp, | 16380 | If called interactively, enable Highlight-Changes mode if ARG is positive, and |
| 16232 | enable the mode if ARG is omitted or nil. | 16381 | disable it if ARG is zero or negative. If called from Lisp, |
| 16382 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 16383 | if ARG is `toggle'; disable the mode otherwise. | ||
| 16233 | 16384 | ||
| 16234 | When Highlight Changes is enabled, changes are marked with a text | 16385 | When Highlight Changes is enabled, changes are marked with a text |
| 16235 | property. Normally they are displayed in a distinctive face, but | 16386 | property. Normally they are displayed in a distinctive face, but |
| @@ -16250,9 +16401,11 @@ buffer with the contents of a file | |||
| 16250 | 16401 | ||
| 16251 | (autoload 'highlight-changes-visible-mode "hilit-chg" "\ | 16402 | (autoload 'highlight-changes-visible-mode "hilit-chg" "\ |
| 16252 | Toggle visibility of highlighting due to Highlight Changes mode. | 16403 | Toggle visibility of highlighting due to Highlight Changes mode. |
| 16253 | With a prefix argument ARG, enable Highlight Changes Visible mode | 16404 | |
| 16254 | if ARG is positive, and disable it otherwise. If called from | 16405 | If called interactively, enable Highlight-Changes-Visible mode if ARG is positive, and |
| 16255 | Lisp, enable the mode if ARG is omitted or nil. | 16406 | disable it if ARG is zero or negative. If called from Lisp, |
| 16407 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 16408 | if ARG is `toggle'; disable the mode otherwise. | ||
| 16256 | 16409 | ||
| 16257 | Highlight Changes Visible mode only has an effect when Highlight | 16410 | Highlight Changes Visible mode only has an effect when Highlight |
| 16258 | Changes mode is on. When enabled, the changed text is displayed | 16411 | Changes mode is on. When enabled, the changed text is displayed |
| @@ -16395,9 +16548,11 @@ argument VERBOSE non-nil makes the function verbose. | |||
| 16395 | 16548 | ||
| 16396 | (autoload 'hl-line-mode "hl-line" "\ | 16549 | (autoload 'hl-line-mode "hl-line" "\ |
| 16397 | Toggle highlighting of the current line (Hl-Line mode). | 16550 | Toggle highlighting of the current line (Hl-Line mode). |
| 16398 | With a prefix argument ARG, enable Hl-Line mode if ARG is | 16551 | |
| 16399 | positive, and disable it otherwise. If called from Lisp, enable | 16552 | If called interactively, enable Hl-Line mode if ARG is positive, and |
| 16400 | the mode if ARG is omitted or nil. | 16553 | disable it if ARG is zero or negative. If called from Lisp, |
| 16554 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 16555 | if ARG is `toggle'; disable the mode otherwise. | ||
| 16401 | 16556 | ||
| 16402 | Hl-Line mode is a buffer-local minor mode. If | 16557 | Hl-Line mode is a buffer-local minor mode. If |
| 16403 | `hl-line-sticky-flag' is non-nil, Hl-Line mode highlights the | 16558 | `hl-line-sticky-flag' is non-nil, Hl-Line mode highlights the |
| @@ -16425,9 +16580,11 @@ or call the function `global-hl-line-mode'.") | |||
| 16425 | 16580 | ||
| 16426 | (autoload 'global-hl-line-mode "hl-line" "\ | 16581 | (autoload 'global-hl-line-mode "hl-line" "\ |
| 16427 | Toggle line highlighting in all buffers (Global Hl-Line mode). | 16582 | Toggle line highlighting in all buffers (Global Hl-Line mode). |
| 16428 | With a prefix argument ARG, enable Global Hl-Line mode if ARG is | 16583 | |
| 16429 | positive, and disable it otherwise. If called from Lisp, enable | 16584 | If called interactively, enable Global Hl-Line mode if ARG is positive, and |
| 16430 | the mode if ARG is omitted or nil. | 16585 | disable it if ARG is zero or negative. If called from Lisp, |
| 16586 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 16587 | if ARG is `toggle'; disable the mode otherwise. | ||
| 16431 | 16588 | ||
| 16432 | If `global-hl-line-sticky-flag' is non-nil, Global Hl-Line mode | 16589 | If `global-hl-line-sticky-flag' is non-nil, Global Hl-Line mode |
| 16433 | highlights the line about the current buffer's point in all live | 16590 | highlights the line about the current buffer's point in all live |
| @@ -16841,9 +16998,11 @@ or call the function `icomplete-mode'.") | |||
| 16841 | 16998 | ||
| 16842 | (autoload 'icomplete-mode "icomplete" "\ | 16999 | (autoload 'icomplete-mode "icomplete" "\ |
| 16843 | Toggle incremental minibuffer completion (Icomplete mode). | 17000 | Toggle incremental minibuffer completion (Icomplete mode). |
| 16844 | With a prefix argument ARG, enable Icomplete mode if ARG is | 17001 | |
| 16845 | positive, and disable it otherwise. If called from Lisp, enable | 17002 | If called interactively, enable Icomplete mode if ARG is positive, and |
| 16846 | the mode if ARG is omitted or nil. | 17003 | disable it if ARG is zero or negative. If called from Lisp, |
| 17004 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 17005 | if ARG is `toggle'; disable the mode otherwise. | ||
| 16847 | 17006 | ||
| 16848 | When this global minor mode is enabled, typing in the minibuffer | 17007 | When this global minor mode is enabled, typing in the minibuffer |
| 16849 | continuously displays a list of possible completions that match | 17008 | continuously displays a list of possible completions that match |
| @@ -17392,10 +17551,11 @@ DEF, if non-nil, is the default value. | |||
| 17392 | 17551 | ||
| 17393 | (autoload 'ielm "ielm" "\ | 17552 | (autoload 'ielm "ielm" "\ |
| 17394 | Interactively evaluate Emacs Lisp expressions. | 17553 | Interactively evaluate Emacs Lisp expressions. |
| 17395 | Switches to the buffer `*ielm*', or creates it if it does not exist. | 17554 | Switches to the buffer named BUF-NAME if provided (`*ielm*' by default), |
| 17555 | or creates it if it does not exist. | ||
| 17396 | See `inferior-emacs-lisp-mode' for details. | 17556 | See `inferior-emacs-lisp-mode' for details. |
| 17397 | 17557 | ||
| 17398 | \(fn)" t nil) | 17558 | \(fn &optional BUF-NAME)" t nil) |
| 17399 | 17559 | ||
| 17400 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ielm" '("ielm-" "inferior-emacs-lisp-mode"))) | 17560 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ielm" '("ielm-" "inferior-emacs-lisp-mode"))) |
| 17401 | 17561 | ||
| @@ -17415,9 +17575,12 @@ See `inferior-emacs-lisp-mode' for details. | |||
| 17415 | 17575 | ||
| 17416 | (autoload 'iimage-mode "iimage" "\ | 17576 | (autoload 'iimage-mode "iimage" "\ |
| 17417 | Toggle Iimage mode on or off. | 17577 | Toggle Iimage mode on or off. |
| 17418 | With a prefix argument ARG, enable Iimage mode if ARG is | 17578 | |
| 17419 | positive, and disable it otherwise. If called from Lisp, enable | 17579 | If called interactively, enable Iimage mode if ARG is positive, and |
| 17420 | the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. | 17580 | disable it if ARG is zero or negative. If called from Lisp, |
| 17581 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 17582 | if ARG is `toggle'; disable the mode otherwise. | ||
| 17583 | |||
| 17421 | \\{iimage-mode-map} | 17584 | \\{iimage-mode-map} |
| 17422 | 17585 | ||
| 17423 | \(fn &optional ARG)" t nil) | 17586 | \(fn &optional ARG)" t nil) |
| @@ -17710,6 +17873,11 @@ Setup easy-to-use keybindings for the commands to be used in dired mode. | |||
| 17710 | Note that n, p and <down> and <up> will be hijacked and bound to | 17873 | Note that n, p and <down> and <up> will be hijacked and bound to |
| 17711 | `image-dired-dired-x-line'. | 17874 | `image-dired-dired-x-line'. |
| 17712 | 17875 | ||
| 17876 | If called interactively, enable Image-Dired minor mode if ARG is positive, and | ||
| 17877 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 17878 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 17879 | if ARG is `toggle'; disable the mode otherwise. | ||
| 17880 | |||
| 17713 | \(fn &optional ARG)" t nil) | 17881 | \(fn &optional ARG)" t nil) |
| 17714 | 17882 | ||
| 17715 | (define-obsolete-function-alias 'image-dired-setup-dired-keybindings 'image-dired-minor-mode "26.1") | 17883 | (define-obsolete-function-alias 'image-dired-setup-dired-keybindings 'image-dired-minor-mode "26.1") |
| @@ -17813,9 +17981,11 @@ or call the function `auto-image-file-mode'.") | |||
| 17813 | 17981 | ||
| 17814 | (autoload 'auto-image-file-mode "image-file" "\ | 17982 | (autoload 'auto-image-file-mode "image-file" "\ |
| 17815 | Toggle visiting of image files as images (Auto Image File mode). | 17983 | Toggle visiting of image files as images (Auto Image File mode). |
| 17816 | With a prefix argument ARG, enable Auto Image File mode if ARG is | 17984 | |
| 17817 | positive, and disable it otherwise. If called from Lisp, enable | 17985 | If called interactively, enable Auto-Image-File mode if ARG is positive, and |
| 17818 | the mode if ARG is omitted or nil. | 17986 | disable it if ARG is zero or negative. If called from Lisp, |
| 17987 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 17988 | if ARG is `toggle'; disable the mode otherwise. | ||
| 17819 | 17989 | ||
| 17820 | An image file is one whose name has an extension in | 17990 | An image file is one whose name has an extension in |
| 17821 | `image-file-name-extensions', or matches a regexp in | 17991 | `image-file-name-extensions', or matches a regexp in |
| @@ -17842,9 +18012,11 @@ Key bindings: | |||
| 17842 | 18012 | ||
| 17843 | (autoload 'image-minor-mode "image-mode" "\ | 18013 | (autoload 'image-minor-mode "image-mode" "\ |
| 17844 | Toggle Image minor mode in this buffer. | 18014 | Toggle Image minor mode in this buffer. |
| 17845 | With a prefix argument ARG, enable Image minor mode if ARG is | 18015 | |
| 17846 | positive, and disable it otherwise. If called from Lisp, enable | 18016 | If called interactively, enable Image minor mode if ARG is positive, and |
| 17847 | the mode if ARG is omitted or nil. | 18017 | disable it if ARG is zero or negative. If called from Lisp, |
| 18018 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 18019 | if ARG is `toggle'; disable the mode otherwise. | ||
| 17848 | 18020 | ||
| 17849 | Image minor mode provides the key \\<image-mode-map>\\[image-toggle-display], | 18021 | Image minor mode provides the key \\<image-mode-map>\\[image-toggle-display], |
| 17850 | to switch back to `image-mode' and display an image file as the | 18022 | to switch back to `image-mode' and display an image file as the |
| @@ -17907,9 +18079,9 @@ string (which specifies the title of a submenu into which the | |||
| 17907 | matches are put). | 18079 | matches are put). |
| 17908 | REGEXP is a regular expression matching a definition construct | 18080 | REGEXP is a regular expression matching a definition construct |
| 17909 | which is to be displayed in the menu. REGEXP may also be a | 18081 | which is to be displayed in the menu. REGEXP may also be a |
| 17910 | function, called without arguments. It is expected to search | 18082 | function of no arguments. If REGEXP is a function, it is |
| 17911 | backwards. It must return true and set `match-data' if it finds | 18083 | expected to search backwards, return non-nil if it finds a |
| 17912 | another element. | 18084 | definition construct, and set `match-data' for that construct. |
| 17913 | INDEX is an integer specifying which subexpression of REGEXP | 18085 | INDEX is an integer specifying which subexpression of REGEXP |
| 17914 | matches the definition's name; this subexpression is displayed as | 18086 | matches the definition's name; this subexpression is displayed as |
| 17915 | the menu item. | 18087 | the menu item. |
| @@ -18824,9 +18996,11 @@ available on the net. | |||
| 18824 | 18996 | ||
| 18825 | (autoload 'ispell-minor-mode "ispell" "\ | 18997 | (autoload 'ispell-minor-mode "ispell" "\ |
| 18826 | Toggle last-word spell checking (Ispell minor mode). | 18998 | Toggle last-word spell checking (Ispell minor mode). |
| 18827 | With a prefix argument ARG, enable Ispell minor mode if ARG is | 18999 | |
| 18828 | positive, and disable it otherwise. If called from Lisp, enable | 19000 | If called interactively, enable ISpell minor mode if ARG is positive, and |
| 18829 | the mode if ARG is omitted or nil. | 19001 | disable it if ARG is zero or negative. If called from Lisp, |
| 19002 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 19003 | if ARG is `toggle'; disable the mode otherwise. | ||
| 18830 | 19004 | ||
| 18831 | Ispell minor mode is a buffer-local minor mode. When enabled, | 19005 | Ispell minor mode is a buffer-local minor mode. When enabled, |
| 18832 | typing SPC or RET warns you if the previous word is incorrectly | 19006 | typing SPC or RET warns you if the previous word is incorrectly |
| @@ -19510,9 +19684,11 @@ generations (this defaults to 1). | |||
| 19510 | 19684 | ||
| 19511 | (autoload 'linum-mode "linum" "\ | 19685 | (autoload 'linum-mode "linum" "\ |
| 19512 | Toggle display of line numbers in the left margin (Linum mode). | 19686 | Toggle display of line numbers in the left margin (Linum mode). |
| 19513 | With a prefix argument ARG, enable Linum mode if ARG is positive, | 19687 | |
| 19514 | and disable it otherwise. If called from Lisp, enable the mode | 19688 | If called interactively, enable Linum mode if ARG is positive, and |
| 19515 | if ARG is omitted or nil. | 19689 | disable it if ARG is zero or negative. If called from Lisp, |
| 19690 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 19691 | if ARG is `toggle'; disable the mode otherwise. | ||
| 19516 | 19692 | ||
| 19517 | Linum mode is a buffer-local minor mode. | 19693 | Linum mode is a buffer-local minor mode. |
| 19518 | 19694 | ||
| @@ -20085,9 +20261,11 @@ or call the function `mail-abbrevs-mode'.") | |||
| 20085 | 20261 | ||
| 20086 | (autoload 'mail-abbrevs-mode "mailabbrev" "\ | 20262 | (autoload 'mail-abbrevs-mode "mailabbrev" "\ |
| 20087 | Toggle abbrev expansion of mail aliases (Mail Abbrevs mode). | 20263 | Toggle abbrev expansion of mail aliases (Mail Abbrevs mode). |
| 20088 | With a prefix argument ARG, enable Mail Abbrevs mode if ARG is | 20264 | |
| 20089 | positive, and disable it otherwise. If called from Lisp, enable | 20265 | If called interactively, enable Mail-Abbrevs mode if ARG is positive, and |
| 20090 | the mode if ARG is omitted or nil. | 20266 | disable it if ARG is zero or negative. If called from Lisp, |
| 20267 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 20268 | if ARG is `toggle'; disable the mode otherwise. | ||
| 20091 | 20269 | ||
| 20092 | Mail Abbrevs mode is a global minor mode. When enabled, | 20270 | Mail Abbrevs mode is a global minor mode. When enabled, |
| 20093 | abbrev-like expansion is performed when editing certain mail | 20271 | abbrev-like expansion is performed when editing certain mail |
| @@ -20431,9 +20609,11 @@ Default bookmark handler for Man buffers. | |||
| 20431 | 20609 | ||
| 20432 | (autoload 'master-mode "master" "\ | 20610 | (autoload 'master-mode "master" "\ |
| 20433 | Toggle Master mode. | 20611 | Toggle Master mode. |
| 20434 | With a prefix argument ARG, enable Master mode if ARG is | 20612 | |
| 20435 | positive, and disable it otherwise. If called from Lisp, enable | 20613 | If called interactively, enable Master mode if ARG is positive, and |
| 20436 | the mode if ARG is omitted or nil. | 20614 | disable it if ARG is zero or negative. If called from Lisp, |
| 20615 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 20616 | if ARG is `toggle'; disable the mode otherwise. | ||
| 20437 | 20617 | ||
| 20438 | When Master mode is enabled, you can scroll the slave buffer | 20618 | When Master mode is enabled, you can scroll the slave buffer |
| 20439 | using the following commands: | 20619 | using the following commands: |
| @@ -20465,9 +20645,11 @@ or call the function `minibuffer-depth-indicate-mode'.") | |||
| 20465 | 20645 | ||
| 20466 | (autoload 'minibuffer-depth-indicate-mode "mb-depth" "\ | 20646 | (autoload 'minibuffer-depth-indicate-mode "mb-depth" "\ |
| 20467 | Toggle Minibuffer Depth Indication mode. | 20647 | Toggle Minibuffer Depth Indication mode. |
| 20468 | With a prefix argument ARG, enable Minibuffer Depth Indication | 20648 | |
| 20469 | mode if ARG is positive, and disable it otherwise. If called | 20649 | If called interactively, enable Minibuffer-Depth-Indicate mode if ARG is positive, and |
| 20470 | from Lisp, enable the mode if ARG is omitted or nil. | 20650 | disable it if ARG is zero or negative. If called from Lisp, |
| 20651 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 20652 | if ARG is `toggle'; disable the mode otherwise. | ||
| 20471 | 20653 | ||
| 20472 | Minibuffer Depth Indication mode is a global minor mode. When | 20654 | Minibuffer Depth Indication mode is a global minor mode. When |
| 20473 | enabled, any recursive use of the minibuffer will show the | 20655 | enabled, any recursive use of the minibuffer will show the |
| @@ -21095,6 +21277,11 @@ or call the function `midnight-mode'.") | |||
| 21095 | (autoload 'midnight-mode "midnight" "\ | 21277 | (autoload 'midnight-mode "midnight" "\ |
| 21096 | Non-nil means run `midnight-hook' at midnight. | 21278 | Non-nil means run `midnight-hook' at midnight. |
| 21097 | 21279 | ||
| 21280 | If called interactively, enable Midnight mode if ARG is positive, and | ||
| 21281 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 21282 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 21283 | if ARG is `toggle'; disable the mode otherwise. | ||
| 21284 | |||
| 21098 | \(fn &optional ARG)" t nil) | 21285 | \(fn &optional ARG)" t nil) |
| 21099 | 21286 | ||
| 21100 | (autoload 'clean-buffer-list "midnight" "\ | 21287 | (autoload 'clean-buffer-list "midnight" "\ |
| @@ -21137,9 +21324,11 @@ or call the function `minibuffer-electric-default-mode'.") | |||
| 21137 | 21324 | ||
| 21138 | (autoload 'minibuffer-electric-default-mode "minibuf-eldef" "\ | 21325 | (autoload 'minibuffer-electric-default-mode "minibuf-eldef" "\ |
| 21139 | Toggle Minibuffer Electric Default mode. | 21326 | Toggle Minibuffer Electric Default mode. |
| 21140 | With a prefix argument ARG, enable Minibuffer Electric Default | 21327 | |
| 21141 | mode if ARG is positive, and disable it otherwise. If called | 21328 | If called interactively, enable Minibuffer-Electric-Default mode if ARG is positive, and |
| 21142 | from Lisp, enable the mode if ARG is omitted or nil. | 21329 | disable it if ARG is zero or negative. If called from Lisp, |
| 21330 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 21331 | if ARG is `toggle'; disable the mode otherwise. | ||
| 21143 | 21332 | ||
| 21144 | Minibuffer Electric Default mode is a global minor mode. When | 21333 | Minibuffer Electric Default mode is a global minor mode. When |
| 21145 | enabled, minibuffer prompts that show a default value only show | 21334 | enabled, minibuffer prompts that show a default value only show |
| @@ -21722,9 +21911,11 @@ or call the function `msb-mode'.") | |||
| 21722 | 21911 | ||
| 21723 | (autoload 'msb-mode "msb" "\ | 21912 | (autoload 'msb-mode "msb" "\ |
| 21724 | Toggle Msb mode. | 21913 | Toggle Msb mode. |
| 21725 | With a prefix argument ARG, enable Msb mode if ARG is positive, | 21914 | |
| 21726 | and disable it otherwise. If called from Lisp, enable the mode | 21915 | If called interactively, enable Msb mode if ARG is positive, and |
| 21727 | if ARG is omitted or nil. | 21916 | disable it if ARG is zero or negative. If called from Lisp, |
| 21917 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 21918 | if ARG is `toggle'; disable the mode otherwise. | ||
| 21728 | 21919 | ||
| 21729 | This mode overrides the binding(s) of `mouse-buffer-menu' to provide a | 21920 | This mode overrides the binding(s) of `mouse-buffer-menu' to provide a |
| 21730 | different buffer menu using the function `msb'. | 21921 | different buffer menu using the function `msb'. |
| @@ -23390,6 +23581,11 @@ modes. The following keys behave as if Org mode were active, if | |||
| 23390 | the cursor is on a headline, or on a plain list item (both as | 23581 | the cursor is on a headline, or on a plain list item (both as |
| 23391 | defined by Org mode). | 23582 | defined by Org mode). |
| 23392 | 23583 | ||
| 23584 | If called interactively, enable OrgStruct mode if ARG is positive, and | ||
| 23585 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 23586 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 23587 | if ARG is `toggle'; disable the mode otherwise. | ||
| 23588 | |||
| 23393 | \(fn &optional ARG)" t nil) | 23589 | \(fn &optional ARG)" t nil) |
| 23394 | 23590 | ||
| 23395 | (autoload 'turn-on-orgstruct "org" "\ | 23591 | (autoload 'turn-on-orgstruct "org" "\ |
| @@ -24302,9 +24498,11 @@ Turning on outline mode calls the value of `text-mode-hook' and then of | |||
| 24302 | 24498 | ||
| 24303 | (autoload 'outline-minor-mode "outline" "\ | 24499 | (autoload 'outline-minor-mode "outline" "\ |
| 24304 | Toggle Outline minor mode. | 24500 | Toggle Outline minor mode. |
| 24305 | With a prefix argument ARG, enable Outline minor mode if ARG is | 24501 | |
| 24306 | positive, and disable it otherwise. If called from Lisp, enable | 24502 | If called interactively, enable Outline minor mode if ARG is positive, and |
| 24307 | the mode if ARG is omitted or nil. | 24503 | disable it if ARG is zero or negative. If called from Lisp, |
| 24504 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 24505 | if ARG is `toggle'; disable the mode otherwise. | ||
| 24308 | 24506 | ||
| 24309 | See the command `outline-mode' for more information on this mode. | 24507 | See the command `outline-mode' for more information on this mode. |
| 24310 | 24508 | ||
| @@ -24579,9 +24777,11 @@ or call the function `show-paren-mode'.") | |||
| 24579 | 24777 | ||
| 24580 | (autoload 'show-paren-mode "paren" "\ | 24778 | (autoload 'show-paren-mode "paren" "\ |
| 24581 | Toggle visualization of matching parens (Show Paren mode). | 24779 | Toggle visualization of matching parens (Show Paren mode). |
| 24582 | With a prefix argument ARG, enable Show Paren mode if ARG is | 24780 | |
| 24583 | positive, and disable it otherwise. If called from Lisp, enable | 24781 | If called interactively, enable Show-Paren mode if ARG is positive, and |
| 24584 | the mode if ARG is omitted or nil. | 24782 | disable it if ARG is zero or negative. If called from Lisp, |
| 24783 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 24784 | if ARG is `toggle'; disable the mode otherwise. | ||
| 24585 | 24785 | ||
| 24586 | Show Paren mode is a global minor mode. When enabled, any | 24786 | Show Paren mode is a global minor mode. When enabled, any |
| 24587 | matching parenthesis is highlighted in `show-paren-style' after | 24787 | matching parenthesis is highlighted in `show-paren-style' after |
| @@ -25300,9 +25500,11 @@ or call the function `pixel-scroll-mode'.") | |||
| 25300 | 25500 | ||
| 25301 | (autoload 'pixel-scroll-mode "pixel-scroll" "\ | 25501 | (autoload 'pixel-scroll-mode "pixel-scroll" "\ |
| 25302 | A minor mode to scroll text pixel-by-pixel. | 25502 | A minor mode to scroll text pixel-by-pixel. |
| 25303 | With a prefix argument ARG, enable Pixel Scroll mode if ARG is positive, | 25503 | |
| 25304 | and disable it otherwise. If called from Lisp, enable Pixel Scroll mode | 25504 | If called interactively, enable Pixel-Scroll mode if ARG is positive, and |
| 25305 | if ARG is omitted or nil. | 25505 | disable it if ARG is zero or negative. If called from Lisp, |
| 25506 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 25507 | if ARG is `toggle'; disable the mode otherwise. | ||
| 25306 | 25508 | ||
| 25307 | \(fn &optional ARG)" t nil) | 25509 | \(fn &optional ARG)" t nil) |
| 25308 | 25510 | ||
| @@ -26959,9 +27161,11 @@ or call the function `rcirc-track-minor-mode'.") | |||
| 26959 | 27161 | ||
| 26960 | (autoload 'rcirc-track-minor-mode "rcirc" "\ | 27162 | (autoload 'rcirc-track-minor-mode "rcirc" "\ |
| 26961 | Global minor mode for tracking activity in rcirc buffers. | 27163 | Global minor mode for tracking activity in rcirc buffers. |
| 26962 | With a prefix argument ARG, enable the mode if ARG is positive, | 27164 | |
| 26963 | and disable it otherwise. If called from Lisp, enable the mode | 27165 | If called interactively, enable Rcirc-Track minor mode if ARG is positive, and |
| 26964 | if ARG is omitted or nil. | 27166 | disable it if ARG is zero or negative. If called from Lisp, |
| 27167 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 27168 | if ARG is `toggle'; disable the mode otherwise. | ||
| 26965 | 27169 | ||
| 26966 | \(fn &optional ARG)" t nil) | 27170 | \(fn &optional ARG)" t nil) |
| 26967 | 27171 | ||
| @@ -27005,9 +27209,11 @@ or call the function `recentf-mode'.") | |||
| 27005 | 27209 | ||
| 27006 | (autoload 'recentf-mode "recentf" "\ | 27210 | (autoload 'recentf-mode "recentf" "\ |
| 27007 | Toggle \"Open Recent\" menu (Recentf mode). | 27211 | Toggle \"Open Recent\" menu (Recentf mode). |
| 27008 | With a prefix argument ARG, enable Recentf mode if ARG is | 27212 | |
| 27009 | positive, and disable it otherwise. If called from Lisp, enable | 27213 | If called interactively, enable Recentf mode if ARG is positive, and |
| 27010 | Recentf mode if ARG is omitted or nil. | 27214 | disable it if ARG is zero or negative. If called from Lisp, |
| 27215 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 27216 | if ARG is `toggle'; disable the mode otherwise. | ||
| 27011 | 27217 | ||
| 27012 | When Recentf mode is enabled, a \"Open Recent\" submenu is | 27218 | When Recentf mode is enabled, a \"Open Recent\" submenu is |
| 27013 | displayed in the \"File\" menu, containing a list of files that | 27219 | displayed in the \"File\" menu, containing a list of files that |
| @@ -27157,6 +27363,12 @@ with a prefix argument, prompt for START-AT and FORMAT. | |||
| 27157 | 27363 | ||
| 27158 | (autoload 'rectangle-mark-mode "rect" "\ | 27364 | (autoload 'rectangle-mark-mode "rect" "\ |
| 27159 | Toggle the region as rectangular. | 27365 | Toggle the region as rectangular. |
| 27366 | |||
| 27367 | If called interactively, enable Rectangle-Mark mode if ARG is positive, and | ||
| 27368 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 27369 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 27370 | if ARG is `toggle'; disable the mode otherwise. | ||
| 27371 | |||
| 27160 | Activates the region if needed. Only lasts until the region is deactivated. | 27372 | Activates the region if needed. Only lasts until the region is deactivated. |
| 27161 | 27373 | ||
| 27162 | \(fn &optional ARG)" t nil) | 27374 | \(fn &optional ARG)" t nil) |
| @@ -27184,9 +27396,11 @@ Activates the region if needed. Only lasts until the region is deactivated. | |||
| 27184 | 27396 | ||
| 27185 | (autoload 'refill-mode "refill" "\ | 27397 | (autoload 'refill-mode "refill" "\ |
| 27186 | Toggle automatic refilling (Refill mode). | 27398 | Toggle automatic refilling (Refill mode). |
| 27187 | With a prefix argument ARG, enable Refill mode if ARG is | 27399 | |
| 27188 | positive, and disable it otherwise. If called from Lisp, enable | 27400 | If called interactively, enable Refill mode if ARG is positive, and |
| 27189 | the mode if ARG is omitted or nil. | 27401 | disable it if ARG is zero or negative. If called from Lisp, |
| 27402 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 27403 | if ARG is `toggle'; disable the mode otherwise. | ||
| 27190 | 27404 | ||
| 27191 | Refill mode is a buffer-local minor mode. When enabled, the | 27405 | Refill mode is a buffer-local minor mode. When enabled, the |
| 27192 | current paragraph is refilled as you edit. Self-inserting | 27406 | current paragraph is refilled as you edit. Self-inserting |
| @@ -27216,6 +27430,11 @@ Turn on RefTeX mode. | |||
| 27216 | (autoload 'reftex-mode "reftex" "\ | 27430 | (autoload 'reftex-mode "reftex" "\ |
| 27217 | Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX. | 27431 | Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX. |
| 27218 | 27432 | ||
| 27433 | If called interactively, enable Reftex mode if ARG is positive, and | ||
| 27434 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 27435 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 27436 | if ARG is `toggle'; disable the mode otherwise. | ||
| 27437 | |||
| 27219 | \\<reftex-mode-map>A Table of Contents of the entire (multifile) document with browsing | 27438 | \\<reftex-mode-map>A Table of Contents of the entire (multifile) document with browsing |
| 27220 | capabilities is available with `\\[reftex-toc]'. | 27439 | capabilities is available with `\\[reftex-toc]'. |
| 27221 | 27440 | ||
| @@ -27560,9 +27779,11 @@ first comment line visible (if point is in a comment). | |||
| 27560 | 27779 | ||
| 27561 | (autoload 'reveal-mode "reveal" "\ | 27780 | (autoload 'reveal-mode "reveal" "\ |
| 27562 | Toggle uncloaking of invisible text near point (Reveal mode). | 27781 | Toggle uncloaking of invisible text near point (Reveal mode). |
| 27563 | With a prefix argument ARG, enable Reveal mode if ARG is | 27782 | |
| 27564 | positive, and disable it otherwise. If called from Lisp, enable | 27783 | If called interactively, enable Reveal mode if ARG is positive, and |
| 27565 | Reveal mode if ARG is omitted or nil. | 27784 | disable it if ARG is zero or negative. If called from Lisp, |
| 27785 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 27786 | if ARG is `toggle'; disable the mode otherwise. | ||
| 27566 | 27787 | ||
| 27567 | Reveal mode is a buffer-local minor mode. When enabled, it | 27788 | Reveal mode is a buffer-local minor mode. When enabled, it |
| 27568 | reveals invisible text around point. | 27789 | reveals invisible text around point. |
| @@ -27583,9 +27804,10 @@ or call the function `global-reveal-mode'.") | |||
| 27583 | Toggle Reveal mode in all buffers (Global Reveal mode). | 27804 | Toggle Reveal mode in all buffers (Global Reveal mode). |
| 27584 | Reveal mode renders invisible text around point visible again. | 27805 | Reveal mode renders invisible text around point visible again. |
| 27585 | 27806 | ||
| 27586 | With a prefix argument ARG, enable Global Reveal mode if ARG is | 27807 | If called interactively, enable Global Reveal mode if ARG is positive, and |
| 27587 | positive, and disable it otherwise. If called from Lisp, enable | 27808 | disable it if ARG is zero or negative. If called from Lisp, |
| 27588 | the mode if ARG is omitted or nil. | 27809 | also enable the mode if ARG is omitted or nil, and toggle it |
| 27810 | if ARG is `toggle'; disable the mode otherwise. | ||
| 27589 | 27811 | ||
| 27590 | \(fn &optional ARG)" t nil) | 27812 | \(fn &optional ARG)" t nil) |
| 27591 | 27813 | ||
| @@ -28303,9 +28525,11 @@ highlighting. | |||
| 28303 | 28525 | ||
| 28304 | (autoload 'rst-minor-mode "rst" "\ | 28526 | (autoload 'rst-minor-mode "rst" "\ |
| 28305 | Toggle ReST minor mode. | 28527 | Toggle ReST minor mode. |
| 28306 | With a prefix argument ARG, enable ReST minor mode if ARG is | 28528 | |
| 28307 | positive, and disable it otherwise. If called from Lisp, enable | 28529 | If called interactively, enable Rst minor mode if ARG is positive, and |
| 28308 | the mode if ARG is omitted or nil. | 28530 | disable it if ARG is zero or negative. If called from Lisp, |
| 28531 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 28532 | if ARG is `toggle'; disable the mode otherwise. | ||
| 28309 | 28533 | ||
| 28310 | When ReST minor mode is enabled, the ReST mode keybindings | 28534 | When ReST minor mode is enabled, the ReST mode keybindings |
| 28311 | are installed on top of the major mode bindings. Use this | 28535 | are installed on top of the major mode bindings. Use this |
| @@ -28352,9 +28576,11 @@ Use the command `ruler-mode' to change this variable.") | |||
| 28352 | 28576 | ||
| 28353 | (autoload 'ruler-mode "ruler-mode" "\ | 28577 | (autoload 'ruler-mode "ruler-mode" "\ |
| 28354 | Toggle display of ruler in header line (Ruler mode). | 28578 | Toggle display of ruler in header line (Ruler mode). |
| 28355 | With a prefix argument ARG, enable Ruler mode if ARG is positive, | 28579 | |
| 28356 | and disable it otherwise. If called from Lisp, enable the mode | 28580 | If called interactively, enable Ruler mode if ARG is positive, and |
| 28357 | if ARG is omitted or nil. | 28581 | disable it if ARG is zero or negative. If called from Lisp, |
| 28582 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 28583 | if ARG is `toggle'; disable the mode otherwise. | ||
| 28358 | 28584 | ||
| 28359 | \(fn &optional ARG)" t nil) | 28585 | \(fn &optional ARG)" t nil) |
| 28360 | 28586 | ||
| @@ -28738,9 +28964,11 @@ or call the function `savehist-mode'.") | |||
| 28738 | 28964 | ||
| 28739 | (autoload 'savehist-mode "savehist" "\ | 28965 | (autoload 'savehist-mode "savehist" "\ |
| 28740 | Toggle saving of minibuffer history (Savehist mode). | 28966 | Toggle saving of minibuffer history (Savehist mode). |
| 28741 | With a prefix argument ARG, enable Savehist mode if ARG is | 28967 | |
| 28742 | positive, and disable it otherwise. If called from Lisp, enable | 28968 | If called interactively, enable Savehist mode if ARG is positive, and |
| 28743 | the mode if ARG is omitted or nil. | 28969 | disable it if ARG is zero or negative. If called from Lisp, |
| 28970 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 28971 | if ARG is `toggle'; disable the mode otherwise. | ||
| 28744 | 28972 | ||
| 28745 | When Savehist mode is enabled, minibuffer history is saved | 28973 | When Savehist mode is enabled, minibuffer history is saved |
| 28746 | periodically and when exiting Emacs. When Savehist mode is | 28974 | periodically and when exiting Emacs. When Savehist mode is |
| @@ -28775,6 +29003,11 @@ Non-nil means automatically save place in each file. | |||
| 28775 | This means when you visit a file, point goes to the last place | 29003 | This means when you visit a file, point goes to the last place |
| 28776 | where it was when you previously visited the same file. | 29004 | where it was when you previously visited the same file. |
| 28777 | 29005 | ||
| 29006 | If called interactively, enable Save-Place mode if ARG is positive, and | ||
| 29007 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 29008 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 29009 | if ARG is `toggle'; disable the mode otherwise. | ||
| 29010 | |||
| 28778 | \(fn &optional ARG)" t nil) | 29011 | \(fn &optional ARG)" t nil) |
| 28779 | 29012 | ||
| 28780 | (autoload 'save-place-local-mode "saveplace" "\ | 29013 | (autoload 'save-place-local-mode "saveplace" "\ |
| @@ -28783,8 +29016,10 @@ If this mode is enabled, point is recorded when you kill the buffer | |||
| 28783 | or exit Emacs. Visiting this file again will go to that position, | 29016 | or exit Emacs. Visiting this file again will go to that position, |
| 28784 | even in a later Emacs session. | 29017 | even in a later Emacs session. |
| 28785 | 29018 | ||
| 28786 | If called with a prefix arg, the mode is enabled if and only if | 29019 | If called interactively, enable Save-Place-Local mode if ARG is positive, and |
| 28787 | the argument is positive. | 29020 | disable it if ARG is zero or negative. If called from Lisp, |
| 29021 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 29022 | if ARG is `toggle'; disable the mode otherwise. | ||
| 28788 | 29023 | ||
| 28789 | To save places automatically in all files, put this in your init | 29024 | To save places automatically in all files, put this in your init |
| 28790 | file: | 29025 | file: |
| @@ -28875,9 +29110,11 @@ or call the function `scroll-all-mode'.") | |||
| 28875 | 29110 | ||
| 28876 | (autoload 'scroll-all-mode "scroll-all" "\ | 29111 | (autoload 'scroll-all-mode "scroll-all" "\ |
| 28877 | Toggle shared scrolling in same-frame windows (Scroll-All mode). | 29112 | Toggle shared scrolling in same-frame windows (Scroll-All mode). |
| 28878 | With a prefix argument ARG, enable Scroll-All mode if ARG is | 29113 | |
| 28879 | positive, and disable it otherwise. If called from Lisp, enable | 29114 | If called interactively, enable Scroll-All mode if ARG is positive, and |
| 28880 | the mode if ARG is omitted or nil. | 29115 | disable it if ARG is zero or negative. If called from Lisp, |
| 29116 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 29117 | if ARG is `toggle'; disable the mode otherwise. | ||
| 28881 | 29118 | ||
| 28882 | When Scroll-All mode is enabled, scrolling commands invoked in | 29119 | When Scroll-All mode is enabled, scrolling commands invoked in |
| 28883 | one window apply to all visible windows in the same frame. | 29120 | one window apply to all visible windows in the same frame. |
| @@ -28900,12 +29137,16 @@ one window apply to all visible windows in the same frame. | |||
| 28900 | 29137 | ||
| 28901 | (autoload 'scroll-lock-mode "scroll-lock" "\ | 29138 | (autoload 'scroll-lock-mode "scroll-lock" "\ |
| 28902 | Buffer-local minor mode for pager-like scrolling. | 29139 | Buffer-local minor mode for pager-like scrolling. |
| 28903 | With a prefix argument ARG, enable the mode if ARG is positive, | 29140 | |
| 28904 | and disable it otherwise. If called from Lisp, enable the mode | 29141 | If called interactively, enable Scroll-Lock mode if ARG is positive, and |
| 28905 | if ARG is omitted or nil. When enabled, keys that normally move | 29142 | disable it if ARG is zero or negative. If called from Lisp, |
| 28906 | point by line or paragraph will scroll the buffer by the | 29143 | also enable the mode if ARG is omitted or nil, and toggle it |
| 28907 | respective amount of lines instead and point will be kept | 29144 | if ARG is `toggle'; disable the mode otherwise. |
| 28908 | vertically fixed relative to window boundaries during scrolling. | 29145 | |
| 29146 | When enabled, keys that normally move point by line or paragraph | ||
| 29147 | will scroll the buffer by the respective amount of lines instead | ||
| 29148 | and point will be kept vertically fixed relative to window | ||
| 29149 | boundaries during scrolling. | ||
| 28909 | 29150 | ||
| 28910 | \(fn &optional ARG)" t nil) | 29151 | \(fn &optional ARG)" t nil) |
| 28911 | 29152 | ||
| @@ -28964,9 +29205,11 @@ or call the function `semantic-mode'.") | |||
| 28964 | 29205 | ||
| 28965 | (autoload 'semantic-mode "semantic" "\ | 29206 | (autoload 'semantic-mode "semantic" "\ |
| 28966 | Toggle parser features (Semantic mode). | 29207 | Toggle parser features (Semantic mode). |
| 28967 | With a prefix argument ARG, enable Semantic mode if ARG is | 29208 | |
| 28968 | positive, and disable it otherwise. If called from Lisp, enable | 29209 | If called interactively, enable Semantic mode if ARG is positive, and |
| 28969 | Semantic mode if ARG is omitted or nil. | 29210 | disable it if ARG is zero or negative. If called from Lisp, |
| 29211 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 29212 | if ARG is `toggle'; disable the mode otherwise. | ||
| 28970 | 29213 | ||
| 28971 | In Semantic mode, Emacs parses the buffers you visit for their | 29214 | In Semantic mode, Emacs parses the buffers you visit for their |
| 28972 | semantic content. This information is used by a variety of | 29215 | semantic content. This information is used by a variety of |
| @@ -29925,9 +30168,11 @@ or call the function `server-mode'.") | |||
| 29925 | 30168 | ||
| 29926 | (autoload 'server-mode "server" "\ | 30169 | (autoload 'server-mode "server" "\ |
| 29927 | Toggle Server mode. | 30170 | Toggle Server mode. |
| 29928 | With a prefix argument ARG, enable Server mode if ARG is | 30171 | |
| 29929 | positive, and disable it otherwise. If called from Lisp, enable | 30172 | If called interactively, enable Server mode if ARG is positive, and |
| 29930 | Server mode if ARG is omitted or nil. | 30173 | disable it if ARG is zero or negative. If called from Lisp, |
| 30174 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 30175 | if ARG is `toggle'; disable the mode otherwise. | ||
| 29931 | 30176 | ||
| 29932 | Server mode runs a process that accepts commands from the | 30177 | Server mode runs a process that accepts commands from the |
| 29933 | `emacsclient' program. See Info node `Emacs server' and | 30178 | `emacsclient' program. See Info node `Emacs server' and |
| @@ -30550,9 +30795,12 @@ buffer names. | |||
| 30550 | 30795 | ||
| 30551 | (autoload 'smerge-mode "smerge-mode" "\ | 30796 | (autoload 'smerge-mode "smerge-mode" "\ |
| 30552 | Minor mode to simplify editing output from the diff3 program. | 30797 | Minor mode to simplify editing output from the diff3 program. |
| 30553 | With a prefix argument ARG, enable the mode if ARG is positive, | 30798 | |
| 30554 | and disable it otherwise. If called from Lisp, enable the mode | 30799 | If called interactively, enable Smerge mode if ARG is positive, and |
| 30555 | if ARG is omitted or nil. | 30800 | disable it if ARG is zero or negative. If called from Lisp, |
| 30801 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 30802 | if ARG is `toggle'; disable the mode otherwise. | ||
| 30803 | |||
| 30556 | \\{smerge-mode-map} | 30804 | \\{smerge-mode-map} |
| 30557 | 30805 | ||
| 30558 | \(fn &optional ARG)" t nil) | 30806 | \(fn &optional ARG)" t nil) |
| @@ -31865,9 +32113,11 @@ or call the function `strokes-mode'.") | |||
| 31865 | 32113 | ||
| 31866 | (autoload 'strokes-mode "strokes" "\ | 32114 | (autoload 'strokes-mode "strokes" "\ |
| 31867 | Toggle Strokes mode, a global minor mode. | 32115 | Toggle Strokes mode, a global minor mode. |
| 31868 | With a prefix argument ARG, enable Strokes mode if ARG is | 32116 | |
| 31869 | positive, and disable it otherwise. If called from Lisp, | 32117 | If called interactively, enable Strokes mode if ARG is positive, and |
| 31870 | enable the mode if ARG is omitted or nil. | 32118 | disable it if ARG is zero or negative. If called from Lisp, |
| 32119 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 32120 | if ARG is `toggle'; disable the mode otherwise. | ||
| 31871 | 32121 | ||
| 31872 | \\<strokes-mode-map> | 32122 | \\<strokes-mode-map> |
| 31873 | Strokes are pictographic mouse gestures which invoke commands. | 32123 | Strokes are pictographic mouse gestures which invoke commands. |
| @@ -31934,9 +32184,11 @@ Studlify-case the current buffer. | |||
| 31934 | 32184 | ||
| 31935 | (autoload 'subword-mode "subword" "\ | 32185 | (autoload 'subword-mode "subword" "\ |
| 31936 | Toggle subword movement and editing (Subword mode). | 32186 | Toggle subword movement and editing (Subword mode). |
| 31937 | With a prefix argument ARG, enable Subword mode if ARG is | 32187 | |
| 31938 | positive, and disable it otherwise. If called from Lisp, enable | 32188 | If called interactively, enable Subword mode if ARG is positive, and |
| 31939 | the mode if ARG is omitted or nil. | 32189 | disable it if ARG is zero or negative. If called from Lisp, |
| 32190 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 32191 | if ARG is `toggle'; disable the mode otherwise. | ||
| 31940 | 32192 | ||
| 31941 | Subword mode is a buffer-local minor mode. Enabling it changes | 32193 | Subword mode is a buffer-local minor mode. Enabling it changes |
| 31942 | the definition of a word so that word-based commands stop inside | 32194 | the definition of a word so that word-based commands stop inside |
| @@ -31956,8 +32208,6 @@ called a `subword'. Here are some examples: | |||
| 31956 | This mode changes the definition of a word so that word commands | 32208 | This mode changes the definition of a word so that word commands |
| 31957 | treat nomenclature boundaries as word boundaries. | 32209 | treat nomenclature boundaries as word boundaries. |
| 31958 | 32210 | ||
| 31959 | \\{subword-mode-map} | ||
| 31960 | |||
| 31961 | \(fn &optional ARG)" t nil) | 32211 | \(fn &optional ARG)" t nil) |
| 31962 | 32212 | ||
| 31963 | (defvar global-subword-mode nil "\ | 32213 | (defvar global-subword-mode nil "\ |
| @@ -31984,9 +32234,11 @@ See `subword-mode' for more information on Subword mode. | |||
| 31984 | 32234 | ||
| 31985 | (autoload 'superword-mode "subword" "\ | 32235 | (autoload 'superword-mode "subword" "\ |
| 31986 | Toggle superword movement and editing (Superword mode). | 32236 | Toggle superword movement and editing (Superword mode). |
| 31987 | With a prefix argument ARG, enable Superword mode if ARG is | 32237 | |
| 31988 | positive, and disable it otherwise. If called from Lisp, enable | 32238 | If called interactively, enable Superword mode if ARG is positive, and |
| 31989 | the mode if ARG is omitted or nil. | 32239 | disable it if ARG is zero or negative. If called from Lisp, |
| 32240 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 32241 | if ARG is `toggle'; disable the mode otherwise. | ||
| 31990 | 32242 | ||
| 31991 | Superword mode is a buffer-local minor mode. Enabling it changes | 32243 | Superword mode is a buffer-local minor mode. Enabling it changes |
| 31992 | the definition of words such that symbols characters are treated | 32244 | the definition of words such that symbols characters are treated |
| @@ -32081,9 +32333,11 @@ or call the function `gpm-mouse-mode'.") | |||
| 32081 | 32333 | ||
| 32082 | (autoload 'gpm-mouse-mode "t-mouse" "\ | 32334 | (autoload 'gpm-mouse-mode "t-mouse" "\ |
| 32083 | Toggle mouse support in GNU/Linux consoles (GPM Mouse mode). | 32335 | Toggle mouse support in GNU/Linux consoles (GPM Mouse mode). |
| 32084 | With a prefix argument ARG, enable GPM Mouse mode if ARG is | 32336 | |
| 32085 | positive, and disable it otherwise. If called from Lisp, enable | 32337 | If called interactively, enable Gpm-Mouse mode if ARG is positive, and |
| 32086 | the mode if ARG is omitted or nil. | 32338 | disable it if ARG is zero or negative. If called from Lisp, |
| 32339 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 32340 | if ARG is `toggle'; disable the mode otherwise. | ||
| 32087 | 32341 | ||
| 32088 | This allows the use of the mouse when operating on a GNU/Linux console, | 32342 | This allows the use of the mouse when operating on a GNU/Linux console, |
| 32089 | in the same way as you can use the mouse under X11. | 32343 | in the same way as you can use the mouse under X11. |
| @@ -32481,6 +32735,11 @@ location is indicated by `table-word-continuation-char'. This | |||
| 32481 | variable's value can be toggled by \\[table-fixed-width-mode] at | 32735 | variable's value can be toggled by \\[table-fixed-width-mode] at |
| 32482 | run-time. | 32736 | run-time. |
| 32483 | 32737 | ||
| 32738 | If called interactively, enable Table-Fixed-Width mode if ARG is positive, and | ||
| 32739 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 32740 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 32741 | if ARG is `toggle'; disable the mode otherwise. | ||
| 32742 | |||
| 32484 | \(fn &optional ARG)" t nil) | 32743 | \(fn &optional ARG)" t nil) |
| 32485 | 32744 | ||
| 32486 | (autoload 'table-query-dimension "table" "\ | 32745 | (autoload 'table-query-dimension "table" "\ |
| @@ -33667,6 +33926,11 @@ This function is meant to be used as a `post-self-insert-hook'. | |||
| 33667 | (autoload 'tildify-mode "tildify" "\ | 33926 | (autoload 'tildify-mode "tildify" "\ |
| 33668 | Adds electric behavior to space character. | 33927 | Adds electric behavior to space character. |
| 33669 | 33928 | ||
| 33929 | If called interactively, enable Tildify mode if ARG is positive, and | ||
| 33930 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 33931 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 33932 | if ARG is `toggle'; disable the mode otherwise. | ||
| 33933 | |||
| 33670 | When space is inserted into a buffer in a position where hard space is required | 33934 | When space is inserted into a buffer in a position where hard space is required |
| 33671 | instead (determined by `tildify-space-pattern' and `tildify-space-predicates'), | 33935 | instead (determined by `tildify-space-pattern' and `tildify-space-predicates'), |
| 33672 | that space character is replaced by a hard space specified by | 33936 | that space character is replaced by a hard space specified by |
| @@ -33712,9 +33976,11 @@ or call the function `display-time-mode'.") | |||
| 33712 | 33976 | ||
| 33713 | (autoload 'display-time-mode "time" "\ | 33977 | (autoload 'display-time-mode "time" "\ |
| 33714 | Toggle display of time, load level, and mail flag in mode lines. | 33978 | Toggle display of time, load level, and mail flag in mode lines. |
| 33715 | With a prefix argument ARG, enable Display Time mode if ARG is | 33979 | |
| 33716 | positive, and disable it otherwise. If called from Lisp, enable | 33980 | If called interactively, enable Display-Time mode if ARG is positive, and |
| 33717 | it if ARG is omitted or nil. | 33981 | disable it if ARG is zero or negative. If called from Lisp, |
| 33982 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 33983 | if ARG is `toggle'; disable the mode otherwise. | ||
| 33718 | 33984 | ||
| 33719 | When Display Time mode is enabled, it updates every minute (you | 33985 | When Display Time mode is enabled, it updates every minute (you |
| 33720 | can control the number of seconds between updates by customizing | 33986 | can control the number of seconds between updates by customizing |
| @@ -34571,6 +34837,11 @@ or call the function `type-break-mode'.") | |||
| 34571 | Enable or disable typing-break mode. | 34837 | Enable or disable typing-break mode. |
| 34572 | This is a minor mode, but it is global to all buffers by default. | 34838 | This is a minor mode, but it is global to all buffers by default. |
| 34573 | 34839 | ||
| 34840 | If called interactively, enable Type-Break mode if ARG is positive, and | ||
| 34841 | disable it if ARG is zero or negative. If called from Lisp, | ||
| 34842 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 34843 | if ARG is `toggle'; disable the mode otherwise. | ||
| 34844 | |||
| 34574 | When this mode is enabled, the user is encouraged to take typing breaks at | 34845 | When this mode is enabled, the user is encouraged to take typing breaks at |
| 34575 | appropriate intervals; either after a specified amount of time or when the | 34846 | appropriate intervals; either after a specified amount of time or when the |
| 34576 | user has exceeded a keystroke threshold. When the time arrives, the user | 34847 | user has exceeded a keystroke threshold. When the time arrives, the user |
| @@ -34579,9 +34850,6 @@ again in a short period of time. The idea is to give the user enough time | |||
| 34579 | to find a good breaking point in his or her work, but be sufficiently | 34850 | to find a good breaking point in his or her work, but be sufficiently |
| 34580 | annoying to discourage putting typing breaks off indefinitely. | 34851 | annoying to discourage putting typing breaks off indefinitely. |
| 34581 | 34852 | ||
| 34582 | A negative prefix argument disables this mode. | ||
| 34583 | No argument or any non-negative argument enables it. | ||
| 34584 | |||
| 34585 | The user may enable or disable this mode by setting the variable of the | 34853 | The user may enable or disable this mode by setting the variable of the |
| 34586 | same name, though setting it in that way doesn't reschedule a break or | 34854 | same name, though setting it in that way doesn't reschedule a break or |
| 34587 | reset the keystroke counter. | 34855 | reset the keystroke counter. |
| @@ -35105,9 +35373,11 @@ or call the function `url-handler-mode'.") | |||
| 35105 | 35373 | ||
| 35106 | (autoload 'url-handler-mode "url-handlers" "\ | 35374 | (autoload 'url-handler-mode "url-handlers" "\ |
| 35107 | Toggle using `url' library for URL filenames (URL Handler mode). | 35375 | Toggle using `url' library for URL filenames (URL Handler mode). |
| 35108 | With a prefix argument ARG, enable URL Handler mode if ARG is | 35376 | |
| 35109 | positive, and disable it otherwise. If called from Lisp, enable | 35377 | If called interactively, enable Url-Handler mode if ARG is positive, and |
| 35110 | the mode if ARG is omitted or nil. | 35378 | disable it if ARG is zero or negative. If called from Lisp, |
| 35379 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 35380 | if ARG is `toggle'; disable the mode otherwise. | ||
| 35111 | 35381 | ||
| 35112 | \(fn &optional ARG)" t nil) | 35382 | \(fn &optional ARG)" t nil) |
| 35113 | 35383 | ||
| @@ -37252,9 +37522,11 @@ own View-like bindings. | |||
| 37252 | 37522 | ||
| 37253 | (autoload 'view-mode "view" "\ | 37523 | (autoload 'view-mode "view" "\ |
| 37254 | Toggle View mode, a minor mode for viewing text but not editing it. | 37524 | Toggle View mode, a minor mode for viewing text but not editing it. |
| 37255 | With a prefix argument ARG, enable View mode if ARG is positive, | 37525 | |
| 37256 | and disable it otherwise. If called from Lisp, enable View mode | 37526 | If called interactively, enable View mode if ARG is positive, and |
| 37257 | if ARG is omitted or nil. | 37527 | disable it if ARG is zero or negative. If called from Lisp, |
| 37528 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 37529 | if ARG is `toggle'; disable the mode otherwise. | ||
| 37258 | 37530 | ||
| 37259 | When View mode is enabled, commands that do not change the buffer | 37531 | When View mode is enabled, commands that do not change the buffer |
| 37260 | contents are available as usual. Kill commands insert text in | 37532 | contents are available as usual. Kill commands insert text in |
| @@ -37628,9 +37900,11 @@ or call the function `which-function-mode'.") | |||
| 37628 | 37900 | ||
| 37629 | (autoload 'which-function-mode "which-func" "\ | 37901 | (autoload 'which-function-mode "which-func" "\ |
| 37630 | Toggle mode line display of current function (Which Function mode). | 37902 | Toggle mode line display of current function (Which Function mode). |
| 37631 | With a prefix argument ARG, enable Which Function mode if ARG is | 37903 | |
| 37632 | positive, and disable it otherwise. If called from Lisp, enable | 37904 | If called interactively, enable Which-Function mode if ARG is positive, and |
| 37633 | the mode if ARG is omitted or nil. | 37905 | disable it if ARG is zero or negative. If called from Lisp, |
| 37906 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 37907 | if ARG is `toggle'; disable the mode otherwise. | ||
| 37634 | 37908 | ||
| 37635 | Which Function mode is a global minor mode. When enabled, the | 37909 | Which Function mode is a global minor mode. When enabled, the |
| 37636 | current function name is continuously displayed in the mode line, | 37910 | current function name is continuously displayed in the mode line, |
| @@ -37648,11 +37922,11 @@ in certain major modes. | |||
| 37648 | 37922 | ||
| 37649 | (autoload 'whitespace-mode "whitespace" "\ | 37923 | (autoload 'whitespace-mode "whitespace" "\ |
| 37650 | Toggle whitespace visualization (Whitespace mode). | 37924 | Toggle whitespace visualization (Whitespace mode). |
| 37651 | With a prefix argument ARG, enable Whitespace mode if ARG is | ||
| 37652 | positive, and disable it otherwise. | ||
| 37653 | 37925 | ||
| 37654 | If called from Lisp, also enables the mode if ARG is omitted or nil, | 37926 | If called interactively, enable Whitespace mode if ARG is positive, and |
| 37655 | and toggles it if ARG is `toggle'. | 37927 | disable it if ARG is zero or negative. If called from Lisp, |
| 37928 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 37929 | if ARG is `toggle'; disable the mode otherwise. | ||
| 37656 | 37930 | ||
| 37657 | See also `whitespace-style', `whitespace-newline' and | 37931 | See also `whitespace-style', `whitespace-newline' and |
| 37658 | `whitespace-display-mappings'. | 37932 | `whitespace-display-mappings'. |
| @@ -37661,11 +37935,11 @@ See also `whitespace-style', `whitespace-newline' and | |||
| 37661 | 37935 | ||
| 37662 | (autoload 'whitespace-newline-mode "whitespace" "\ | 37936 | (autoload 'whitespace-newline-mode "whitespace" "\ |
| 37663 | Toggle newline visualization (Whitespace Newline mode). | 37937 | Toggle newline visualization (Whitespace Newline mode). |
| 37664 | With a prefix argument ARG, enable Whitespace Newline mode if ARG | ||
| 37665 | is positive, and disable it otherwise. | ||
| 37666 | 37938 | ||
| 37667 | If called from Lisp, also enables the mode if ARG is omitted or nil, | 37939 | If called interactively, enable Whitespace-Newline mode if ARG is positive, and |
| 37668 | and toggles it if ARG is `toggle'. | 37940 | disable it if ARG is zero or negative. If called from Lisp, |
| 37941 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 37942 | if ARG is `toggle'; disable the mode otherwise. | ||
| 37669 | 37943 | ||
| 37670 | Use `whitespace-newline-mode' only for NEWLINE visualization | 37944 | Use `whitespace-newline-mode' only for NEWLINE visualization |
| 37671 | exclusively. For other visualizations, including NEWLINE | 37945 | exclusively. For other visualizations, including NEWLINE |
| @@ -37688,11 +37962,11 @@ or call the function `global-whitespace-mode'.") | |||
| 37688 | 37962 | ||
| 37689 | (autoload 'global-whitespace-mode "whitespace" "\ | 37963 | (autoload 'global-whitespace-mode "whitespace" "\ |
| 37690 | Toggle whitespace visualization globally (Global Whitespace mode). | 37964 | Toggle whitespace visualization globally (Global Whitespace mode). |
| 37691 | With a prefix argument ARG, enable Global Whitespace mode if ARG | ||
| 37692 | is positive, and disable it otherwise. | ||
| 37693 | 37965 | ||
| 37694 | If called from Lisp, also enables the mode if ARG is omitted or nil, | 37966 | If called interactively, enable Global Whitespace mode if ARG is positive, and |
| 37695 | and toggles it if ARG is `toggle'. | 37967 | disable it if ARG is zero or negative. If called from Lisp, |
| 37968 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 37969 | if ARG is `toggle'; disable the mode otherwise. | ||
| 37696 | 37970 | ||
| 37697 | See also `whitespace-style', `whitespace-newline' and | 37971 | See also `whitespace-style', `whitespace-newline' and |
| 37698 | `whitespace-display-mappings'. | 37972 | `whitespace-display-mappings'. |
| @@ -37711,11 +37985,11 @@ or call the function `global-whitespace-newline-mode'.") | |||
| 37711 | 37985 | ||
| 37712 | (autoload 'global-whitespace-newline-mode "whitespace" "\ | 37986 | (autoload 'global-whitespace-newline-mode "whitespace" "\ |
| 37713 | Toggle global newline visualization (Global Whitespace Newline mode). | 37987 | Toggle global newline visualization (Global Whitespace Newline mode). |
| 37714 | With a prefix argument ARG, enable Global Whitespace Newline mode | ||
| 37715 | if ARG is positive, and disable it otherwise. | ||
| 37716 | 37988 | ||
| 37717 | If called from Lisp, also enables the mode if ARG is omitted or nil, | 37989 | If called interactively, enable Global Whitespace-Newline mode if ARG is positive, and |
| 37718 | and toggles it if ARG is `toggle'. | 37990 | disable it if ARG is zero or negative. If called from Lisp, |
| 37991 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 37992 | if ARG is `toggle'; disable the mode otherwise. | ||
| 37719 | 37993 | ||
| 37720 | Use `global-whitespace-newline-mode' only for NEWLINE | 37994 | Use `global-whitespace-newline-mode' only for NEWLINE |
| 37721 | visualization exclusively. For other visualizations, including | 37995 | visualization exclusively. For other visualizations, including |
| @@ -38037,9 +38311,11 @@ Show widget browser for WIDGET in other window. | |||
| 38037 | 38311 | ||
| 38038 | (autoload 'widget-minor-mode "wid-browse" "\ | 38312 | (autoload 'widget-minor-mode "wid-browse" "\ |
| 38039 | Minor mode for traversing widgets. | 38313 | Minor mode for traversing widgets. |
| 38040 | With a prefix argument ARG, enable the mode if ARG is positive, | 38314 | |
| 38041 | and disable it otherwise. If called from Lisp, enable the mode | 38315 | If called interactively, enable Widget minor mode if ARG is positive, and |
| 38042 | if ARG is omitted or nil. | 38316 | disable it if ARG is zero or negative. If called from Lisp, |
| 38317 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 38318 | if ARG is `toggle'; disable the mode otherwise. | ||
| 38043 | 38319 | ||
| 38044 | \(fn &optional ARG)" t nil) | 38320 | \(fn &optional ARG)" t nil) |
| 38045 | 38321 | ||
| @@ -38161,9 +38437,11 @@ or call the function `winner-mode'.") | |||
| 38161 | 38437 | ||
| 38162 | (autoload 'winner-mode "winner" "\ | 38438 | (autoload 'winner-mode "winner" "\ |
| 38163 | Toggle Winner mode on or off. | 38439 | Toggle Winner mode on or off. |
| 38164 | With a prefix argument ARG, enable Winner mode if ARG is | 38440 | |
| 38165 | positive, and disable it otherwise. If called from Lisp, enable | 38441 | If called interactively, enable Winner mode if ARG is positive, and |
| 38166 | the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. | 38442 | disable it if ARG is zero or negative. If called from Lisp, |
| 38443 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 38444 | if ARG is `toggle'; disable the mode otherwise. | ||
| 38167 | 38445 | ||
| 38168 | Winner mode is a global minor mode that records the changes in | 38446 | Winner mode is a global minor mode that records the changes in |
| 38169 | the window configuration (i.e. how the frames are partitioned | 38447 | the window configuration (i.e. how the frames are partitioned |
| @@ -38373,6 +38651,12 @@ With prefix argument, prompt for the identifier. | |||
| 38373 | 38651 | ||
| 38374 | \(fn IDENTIFIER)" t nil) | 38652 | \(fn IDENTIFIER)" t nil) |
| 38375 | 38653 | ||
| 38654 | (autoload 'xref-find-definitions-at-mouse "xref" "\ | ||
| 38655 | Find the definition of identifier at or around mouse click. | ||
| 38656 | This command is intended to be bound to a mouse event. | ||
| 38657 | |||
| 38658 | \(fn EVENT)" t nil) | ||
| 38659 | |||
| 38376 | (autoload 'xref-find-apropos "xref" "\ | 38660 | (autoload 'xref-find-apropos "xref" "\ |
| 38377 | Find all meaningful symbols that match PATTERN. | 38661 | Find all meaningful symbols that match PATTERN. |
| 38378 | The argument has the same meaning as in `apropos'. | 38662 | The argument has the same meaning as in `apropos'. |
| @@ -38425,9 +38709,11 @@ or call the function `xterm-mouse-mode'.") | |||
| 38425 | 38709 | ||
| 38426 | (autoload 'xterm-mouse-mode "xt-mouse" "\ | 38710 | (autoload 'xterm-mouse-mode "xt-mouse" "\ |
| 38427 | Toggle XTerm mouse mode. | 38711 | Toggle XTerm mouse mode. |
| 38428 | With a prefix argument ARG, enable XTerm mouse mode if ARG is | 38712 | |
| 38429 | positive, and disable it otherwise. If called from Lisp, enable | 38713 | If called interactively, enable Xterm-Mouse mode if ARG is positive, and |
| 38430 | the mode if ARG is omitted or nil. | 38714 | disable it if ARG is zero or negative. If called from Lisp, |
| 38715 | also enable the mode if ARG is omitted or nil, and toggle it | ||
| 38716 | if ARG is `toggle'; disable the mode otherwise. | ||
| 38431 | 38717 | ||
| 38432 | Turn it on to use Emacs mouse commands, and off to use xterm mouse commands. | 38718 | Turn it on to use Emacs mouse commands, and off to use xterm mouse commands. |
| 38433 | This works in terminal emulators compatible with xterm. It only | 38719 | This works in terminal emulators compatible with xterm. It only |