diff options
| author | Glenn Morris | 2019-11-01 06:27:08 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-11-01 06:27:08 -0700 |
| commit | 64a1541175ffac58eeba0b4811b1d20d3434c5bf (patch) | |
| tree | ad80b159a2f8e3f436ad81690184695cc9c6ae42 /lisp | |
| parent | f301513a46809d0638487c2065847b5fa3f017e5 (diff) | |
| download | emacs-64a1541175ffac58eeba0b4811b1d20d3434c5bf.tar.gz emacs-64a1541175ffac58eeba0b4811b1d20d3434c5bf.zip | |
; Auto-commit of loaddefs files.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ldefs-boot.el | 1155 |
1 files changed, 657 insertions, 498 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index ea111f2d3f1..b6b0c894be9 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -512,9 +512,9 @@ Return t if `allout-mode' is active in current buffer." nil t) | |||
| 512 | Toggle Allout outline mode. | 512 | Toggle Allout outline mode. |
| 513 | 513 | ||
| 514 | If called interactively, enable Allout mode if ARG is positive, and | 514 | If called interactively, enable Allout mode if ARG is positive, and |
| 515 | disable it if ARG is zero or negative. If called from Lisp, | 515 | disable it if ARG is zero or negative. If called from Lisp, also |
| 516 | also enable the mode if ARG is omitted or nil, and toggle it | 516 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 517 | if ARG is `toggle'; disable the mode otherwise. | 517 | `toggle'; disable the mode otherwise. |
| 518 | 518 | ||
| 519 | \\<allout-mode-map-value> | 519 | \\<allout-mode-map-value> |
| 520 | Allout outline mode is a minor mode that provides extensive | 520 | Allout outline mode is a minor mode that provides extensive |
| @@ -826,10 +826,10 @@ See `allout-widgets-mode' for allout widgets mode features.") | |||
| 826 | (autoload 'allout-widgets-mode "allout-widgets" "\ | 826 | (autoload 'allout-widgets-mode "allout-widgets" "\ |
| 827 | Toggle Allout Widgets mode. | 827 | Toggle Allout Widgets mode. |
| 828 | 828 | ||
| 829 | If called interactively, enable Allout-Widgets mode if ARG is positive, and | 829 | If called interactively, enable Allout-Widgets mode if ARG is |
| 830 | disable it if ARG is zero or negative. If called from Lisp, | 830 | positive, and disable it if ARG is zero or negative. If called from |
| 831 | also enable the mode if ARG is omitted or nil, and toggle it | 831 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 832 | if ARG is `toggle'; disable the mode otherwise. | 832 | ARG is `toggle'; disable the mode otherwise. |
| 833 | 833 | ||
| 834 | Allout Widgets mode is an extension of Allout mode that provides | 834 | Allout Widgets mode is an extension of Allout mode that provides |
| 835 | graphical decoration of outline structure. It is meant to | 835 | graphical decoration of outline structure. It is meant to |
| @@ -1233,9 +1233,9 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 1233 | Toggle Artist mode. | 1233 | Toggle Artist mode. |
| 1234 | 1234 | ||
| 1235 | If called interactively, enable Artist mode if ARG is positive, and | 1235 | If called interactively, enable Artist mode if ARG is positive, and |
| 1236 | disable it if ARG is zero or negative. If called from Lisp, | 1236 | disable it if ARG is zero or negative. If called from Lisp, also |
| 1237 | also enable the mode if ARG is omitted or nil, and toggle it | 1237 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 1238 | if ARG is `toggle'; disable the mode otherwise. | 1238 | `toggle'; disable the mode otherwise. |
| 1239 | 1239 | ||
| 1240 | Artist lets you draw lines, squares, rectangles and poly-lines, | 1240 | Artist lets you draw lines, squares, rectangles and poly-lines, |
| 1241 | ellipses and circles with your mouse and/or keyboard. | 1241 | ellipses and circles with your mouse and/or keyboard. |
| @@ -1564,10 +1564,10 @@ or call the function `autoarg-kp-mode'.") | |||
| 1564 | (autoload 'autoarg-kp-mode "autoarg" "\ | 1564 | (autoload 'autoarg-kp-mode "autoarg" "\ |
| 1565 | Toggle Autoarg-KP mode, a global minor mode. | 1565 | Toggle Autoarg-KP mode, a global minor mode. |
| 1566 | 1566 | ||
| 1567 | If called interactively, enable Autoarg-Kp mode if ARG is positive, and | 1567 | If called interactively, enable Autoarg-Kp mode if ARG is positive, |
| 1568 | disable it if ARG is zero or negative. If called from Lisp, | 1568 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 1569 | also enable the mode if ARG is omitted or nil, and toggle it | 1569 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 1570 | if ARG is `toggle'; disable the mode otherwise. | 1570 | `toggle'; disable the mode otherwise. |
| 1571 | 1571 | ||
| 1572 | \\<autoarg-kp-mode-map> | 1572 | \\<autoarg-kp-mode-map> |
| 1573 | This is similar to `autoarg-mode' but rebinds the keypad keys | 1573 | This is similar to `autoarg-mode' but rebinds the keypad keys |
| @@ -1620,10 +1620,10 @@ or call the function `auto-insert-mode'.") | |||
| 1620 | (autoload 'auto-insert-mode "autoinsert" "\ | 1620 | (autoload 'auto-insert-mode "autoinsert" "\ |
| 1621 | Toggle Auto-insert mode, a global minor mode. | 1621 | Toggle Auto-insert mode, a global minor mode. |
| 1622 | 1622 | ||
| 1623 | If called interactively, enable Auto-Insert mode if ARG is positive, and | 1623 | If called interactively, enable Auto-Insert mode if ARG is positive, |
| 1624 | disable it if ARG is zero or negative. If called from Lisp, | 1624 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 1625 | also enable the mode if ARG is omitted or nil, and toggle it | 1625 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 1626 | if ARG is `toggle'; disable the mode otherwise. | 1626 | `toggle'; disable the mode otherwise. |
| 1627 | 1627 | ||
| 1628 | When Auto-insert mode is enabled, when new files are created you can | 1628 | When Auto-insert mode is enabled, when new files are created you can |
| 1629 | insert a template for the file depending on the mode of the buffer. | 1629 | insert a template for the file depending on the mode of the buffer. |
| @@ -1692,10 +1692,10 @@ should be non-nil)." nil nil) | |||
| 1692 | (autoload 'auto-revert-mode "autorevert" "\ | 1692 | (autoload 'auto-revert-mode "autorevert" "\ |
| 1693 | Toggle reverting buffer when the file changes (Auto-Revert Mode). | 1693 | Toggle reverting buffer when the file changes (Auto-Revert Mode). |
| 1694 | 1694 | ||
| 1695 | If called interactively, enable Auto-Revert mode if ARG is positive, and | 1695 | If called interactively, enable Auto-Revert mode if ARG is positive, |
| 1696 | disable it if ARG is zero or negative. If called from Lisp, | 1696 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 1697 | also enable the mode if ARG is omitted or nil, and toggle it | 1697 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 1698 | if ARG is `toggle'; disable the mode otherwise. | 1698 | `toggle'; disable the mode otherwise. |
| 1699 | 1699 | ||
| 1700 | Auto-Revert Mode is a minor mode that affects only the current | 1700 | Auto-Revert Mode is a minor mode that affects only the current |
| 1701 | buffer. When enabled, it reverts the buffer when the file on | 1701 | buffer. When enabled, it reverts the buffer when the file on |
| @@ -1719,10 +1719,10 @@ This function is designed to be added to hooks, for example: | |||
| 1719 | (autoload 'auto-revert-tail-mode "autorevert" "\ | 1719 | (autoload 'auto-revert-tail-mode "autorevert" "\ |
| 1720 | Toggle reverting tail of buffer when the file grows. | 1720 | Toggle reverting tail of buffer when the file grows. |
| 1721 | 1721 | ||
| 1722 | If called interactively, enable Auto-Revert-Tail mode if ARG is positive, and | 1722 | If called interactively, enable Auto-Revert-Tail mode if ARG is |
| 1723 | disable it if ARG is zero or negative. If called from Lisp, | 1723 | positive, and disable it if ARG is zero or negative. If called from |
| 1724 | also enable the mode if ARG is omitted or nil, and toggle it | 1724 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 1725 | if ARG is `toggle'; disable the mode otherwise. | 1725 | ARG is `toggle'; disable the mode otherwise. |
| 1726 | 1726 | ||
| 1727 | When Auto-Revert Tail Mode is enabled, the tail of the file is | 1727 | When Auto-Revert Tail Mode is enabled, the tail of the file is |
| 1728 | constantly followed, as with the shell command `tail -f'. This | 1728 | constantly followed, as with the shell command `tail -f'. This |
| @@ -1760,10 +1760,10 @@ or call the function `global-auto-revert-mode'.") | |||
| 1760 | (autoload 'global-auto-revert-mode "autorevert" "\ | 1760 | (autoload 'global-auto-revert-mode "autorevert" "\ |
| 1761 | Toggle Global Auto-Revert Mode. | 1761 | Toggle Global Auto-Revert Mode. |
| 1762 | 1762 | ||
| 1763 | If called interactively, enable Global Auto-Revert mode if ARG is positive, and | 1763 | If called interactively, enable Global Auto-Revert mode if ARG is |
| 1764 | disable it if ARG is zero or negative. If called from Lisp, | 1764 | positive, and disable it if ARG is zero or negative. If called from |
| 1765 | also enable the mode if ARG is omitted or nil, and toggle it | 1765 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 1766 | if ARG is `toggle'; disable the mode otherwise. | 1766 | ARG is `toggle'; disable the mode otherwise. |
| 1767 | 1767 | ||
| 1768 | Global Auto-Revert Mode is a global minor mode that reverts any | 1768 | Global Auto-Revert Mode is a global minor mode that reverts any |
| 1769 | buffer associated with a file when the file changes on disk. Use | 1769 | buffer associated with a file when the file changes on disk. Use |
| @@ -1891,10 +1891,10 @@ or call the function `display-battery-mode'.") | |||
| 1891 | (autoload 'display-battery-mode "battery" "\ | 1891 | (autoload 'display-battery-mode "battery" "\ |
| 1892 | Toggle battery status display in mode line (Display Battery mode). | 1892 | Toggle battery status display in mode line (Display Battery mode). |
| 1893 | 1893 | ||
| 1894 | If called interactively, enable Display-Battery mode if ARG is positive, and | 1894 | If called interactively, enable Display-Battery mode if ARG is |
| 1895 | disable it if ARG is zero or negative. If called from Lisp, | 1895 | positive, and disable it if ARG is zero or negative. If called from |
| 1896 | also enable the mode if ARG is omitted or nil, and toggle it | 1896 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 1897 | if ARG is `toggle'; disable the mode otherwise. | 1897 | ARG is `toggle'; disable the mode otherwise. |
| 1898 | 1898 | ||
| 1899 | The text displayed in the mode line is controlled by | 1899 | The text displayed in the mode line is controlled by |
| 1900 | `battery-mode-line-format' and `battery-status-function'. | 1900 | `battery-mode-line-format' and `battery-status-function'. |
| @@ -1943,6 +1943,14 @@ For non-interactive use see also `benchmark-run' and | |||
| 1943 | 1943 | ||
| 1944 | \(fn REPETITIONS FORM)" t nil) | 1944 | \(fn REPETITIONS FORM)" t nil) |
| 1945 | 1945 | ||
| 1946 | (autoload 'benchmark-progn "benchmark" "\ | ||
| 1947 | Evaluate BODY and message the time taken. | ||
| 1948 | The return value is the value of the final form in BODY. | ||
| 1949 | |||
| 1950 | \(fn &rest BODY)" nil t) | ||
| 1951 | |||
| 1952 | (function-put 'benchmark-progn 'lisp-indent-function '0) | ||
| 1953 | |||
| 1946 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "benchmark" '("benchmark-elapse"))) | 1954 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "benchmark" '("benchmark-elapse"))) |
| 1947 | 1955 | ||
| 1948 | ;;;*** | 1956 | ;;;*** |
| @@ -2857,20 +2865,20 @@ columns on its right towards the left. | |||
| 2857 | (autoload 'bug-reference-mode "bug-reference" "\ | 2865 | (autoload 'bug-reference-mode "bug-reference" "\ |
| 2858 | Toggle hyperlinking bug references in the buffer (Bug Reference mode). | 2866 | Toggle hyperlinking bug references in the buffer (Bug Reference mode). |
| 2859 | 2867 | ||
| 2860 | If called interactively, enable Bug-Reference mode if ARG is positive, and | 2868 | If called interactively, enable Bug-Reference mode if ARG is positive, |
| 2861 | disable it if ARG is zero or negative. If called from Lisp, | 2869 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 2862 | also enable the mode if ARG is omitted or nil, and toggle it | 2870 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 2863 | if ARG is `toggle'; disable the mode otherwise. | 2871 | `toggle'; disable the mode otherwise. |
| 2864 | 2872 | ||
| 2865 | \(fn &optional ARG)" t nil) | 2873 | \(fn &optional ARG)" t nil) |
| 2866 | 2874 | ||
| 2867 | (autoload 'bug-reference-prog-mode "bug-reference" "\ | 2875 | (autoload 'bug-reference-prog-mode "bug-reference" "\ |
| 2868 | Like `bug-reference-mode', but only buttonize in comments and strings. | 2876 | Like `bug-reference-mode', but only buttonize in comments and strings. |
| 2869 | 2877 | ||
| 2870 | If called interactively, enable Bug-Reference-Prog mode if ARG is positive, and | 2878 | If called interactively, enable Bug-Reference-Prog mode if ARG is |
| 2871 | disable it if ARG is zero or negative. If called from Lisp, | 2879 | positive, and disable it if ARG is zero or negative. If called from |
| 2872 | also enable the mode if ARG is omitted or nil, and toggle it | 2880 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 2873 | if ARG is `toggle'; disable the mode otherwise. | 2881 | ARG is `toggle'; disable the mode otherwise. |
| 2874 | 2882 | ||
| 2875 | \(fn &optional ARG)" t nil) | 2883 | \(fn &optional ARG)" t nil) |
| 2876 | 2884 | ||
| @@ -4637,10 +4645,10 @@ Prefix argument is the same as for `checkdoc-defun'." t nil) | |||
| 4637 | (autoload 'checkdoc-minor-mode "checkdoc" "\ | 4645 | (autoload 'checkdoc-minor-mode "checkdoc" "\ |
| 4638 | Toggle automatic docstring checking (Checkdoc minor mode). | 4646 | Toggle automatic docstring checking (Checkdoc minor mode). |
| 4639 | 4647 | ||
| 4640 | If called interactively, enable Checkdoc minor mode if ARG is positive, and | 4648 | If called interactively, enable Checkdoc minor mode if ARG is |
| 4641 | disable it if ARG is zero or negative. If called from Lisp, | 4649 | positive, and disable it if ARG is zero or negative. If called from |
| 4642 | also enable the mode if ARG is omitted or nil, and toggle it | 4650 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 4643 | if ARG is `toggle'; disable the mode otherwise. | 4651 | ARG is `toggle'; disable the mode otherwise. |
| 4644 | 4652 | ||
| 4645 | In Checkdoc minor mode, the usual bindings for `eval-defun' which is | 4653 | In Checkdoc minor mode, the usual bindings for `eval-defun' which is |
| 4646 | bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include | 4654 | bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include |
| @@ -4870,10 +4878,10 @@ This can be needed when using code byte-compiled using the old | |||
| 4870 | macro-expansion of `cl-defstruct' that used vectors objects instead | 4878 | macro-expansion of `cl-defstruct' that used vectors objects instead |
| 4871 | of record objects. | 4879 | of record objects. |
| 4872 | 4880 | ||
| 4873 | If called interactively, enable Cl-Old-Struct-Compat mode if ARG is positive, and | 4881 | If called interactively, enable Cl-Old-Struct-Compat mode if ARG is |
| 4874 | disable it if ARG is zero or negative. If called from Lisp, | 4882 | positive, and disable it if ARG is zero or negative. If called from |
| 4875 | also enable the mode if ARG is omitted or nil, and toggle it | 4883 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 4876 | if ARG is `toggle'; disable the mode otherwise. | 4884 | ARG is `toggle'; disable the mode otherwise. |
| 4877 | 4885 | ||
| 4878 | \(fn &optional ARG)" t nil) | 4886 | \(fn &optional ARG)" t nil) |
| 4879 | 4887 | ||
| @@ -5319,10 +5327,10 @@ Runs `compilation-mode-hook' with `run-mode-hooks' (which see). | |||
| 5319 | (autoload 'compilation-shell-minor-mode "compile" "\ | 5327 | (autoload 'compilation-shell-minor-mode "compile" "\ |
| 5320 | Toggle Compilation Shell minor mode. | 5328 | Toggle Compilation Shell minor mode. |
| 5321 | 5329 | ||
| 5322 | If called interactively, enable Compilation-Shell minor mode if ARG is positive, and | 5330 | If called interactively, enable Compilation-Shell minor mode if ARG is |
| 5323 | disable it if ARG is zero or negative. If called from Lisp, | 5331 | positive, and disable it if ARG is zero or negative. If called from |
| 5324 | also enable the mode if ARG is omitted or nil, and toggle it | 5332 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 5325 | if ARG is `toggle'; disable the mode otherwise. | 5333 | ARG is `toggle'; disable the mode otherwise. |
| 5326 | 5334 | ||
| 5327 | When Compilation Shell minor mode is enabled, all the | 5335 | When Compilation Shell minor mode is enabled, all the |
| 5328 | error-parsing commands of the Compilation major mode are | 5336 | error-parsing commands of the Compilation major mode are |
| @@ -5334,10 +5342,10 @@ See `compilation-mode'. | |||
| 5334 | (autoload 'compilation-minor-mode "compile" "\ | 5342 | (autoload 'compilation-minor-mode "compile" "\ |
| 5335 | Toggle Compilation minor mode. | 5343 | Toggle Compilation minor mode. |
| 5336 | 5344 | ||
| 5337 | If called interactively, enable Compilation minor mode if ARG is positive, and | 5345 | If called interactively, enable Compilation minor mode if ARG is |
| 5338 | disable it if ARG is zero or negative. If called from Lisp, | 5346 | positive, and disable it if ARG is zero or negative. If called from |
| 5339 | also enable the mode if ARG is omitted or nil, and toggle it | 5347 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 5340 | if ARG is `toggle'; disable the mode otherwise. | 5348 | ARG is `toggle'; disable the mode otherwise. |
| 5341 | 5349 | ||
| 5342 | When Compilation minor mode is enabled, all the error-parsing | 5350 | When Compilation minor mode is enabled, all the error-parsing |
| 5343 | commands of Compilation major mode are available. See | 5351 | commands of Compilation major mode are available. See |
| @@ -5371,10 +5379,10 @@ or call the function `dynamic-completion-mode'.") | |||
| 5371 | (autoload 'dynamic-completion-mode "completion" "\ | 5379 | (autoload 'dynamic-completion-mode "completion" "\ |
| 5372 | Toggle dynamic word-completion on or off. | 5380 | Toggle dynamic word-completion on or off. |
| 5373 | 5381 | ||
| 5374 | If called interactively, enable Dynamic-Completion mode if ARG is positive, and | 5382 | If called interactively, enable Dynamic-Completion mode if ARG is |
| 5375 | disable it if ARG is zero or negative. If called from Lisp, | 5383 | positive, and disable it if ARG is zero or negative. If called from |
| 5376 | also enable the mode if ARG is omitted or nil, and toggle it | 5384 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 5377 | if ARG is `toggle'; disable the mode otherwise. | 5385 | ARG is `toggle'; disable the mode otherwise. |
| 5378 | 5386 | ||
| 5379 | \(fn &optional ARG)" t nil) | 5387 | \(fn &optional ARG)" t nil) |
| 5380 | 5388 | ||
| @@ -5931,9 +5939,9 @@ or call the function `cua-mode'.") | |||
| 5931 | Toggle Common User Access style editing (CUA mode). | 5939 | Toggle Common User Access style editing (CUA mode). |
| 5932 | 5940 | ||
| 5933 | If called interactively, enable Cua mode if ARG is positive, and | 5941 | If called interactively, enable Cua mode if ARG is positive, and |
| 5934 | disable it if ARG is zero or negative. If called from Lisp, | 5942 | disable it if ARG is zero or negative. If called from Lisp, also |
| 5935 | also enable the mode if ARG is omitted or nil, and toggle it | 5943 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 5936 | if ARG is `toggle'; disable the mode otherwise. | 5944 | `toggle'; disable the mode otherwise. |
| 5937 | 5945 | ||
| 5938 | CUA mode is a global minor mode. When enabled, typed text | 5946 | CUA mode is a global minor mode. When enabled, typed text |
| 5939 | replaces the active selection, and you can use C-z, C-x, C-c, and | 5947 | replaces the active selection, and you can use C-z, C-x, C-c, and |
| @@ -5978,10 +5986,10 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 5978 | Toggle the region as rectangular. | 5986 | Toggle the region as rectangular. |
| 5979 | Activates the region if needed. Only lasts until the region is deactivated. | 5987 | Activates the region if needed. Only lasts until the region is deactivated. |
| 5980 | 5988 | ||
| 5981 | If called interactively, enable Cua-Rectangle-Mark mode if ARG is positive, and | 5989 | If called interactively, enable Cua-Rectangle-Mark mode if ARG is |
| 5982 | disable it if ARG is zero or negative. If called from Lisp, | 5990 | positive, and disable it if ARG is zero or negative. If called from |
| 5983 | also enable the mode if ARG is omitted or nil, and toggle it | 5991 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 5984 | if ARG is `toggle'; disable the mode otherwise. | 5992 | ARG is `toggle'; disable the mode otherwise. |
| 5985 | 5993 | ||
| 5986 | \(fn &optional ARG)" t nil) | 5994 | \(fn &optional ARG)" t nil) |
| 5987 | 5995 | ||
| @@ -6001,10 +6009,10 @@ By convention, this is a list of symbols where each symbol stands for the | |||
| 6001 | (autoload 'cursor-intangible-mode "cursor-sensor" "\ | 6009 | (autoload 'cursor-intangible-mode "cursor-sensor" "\ |
| 6002 | Keep cursor outside of any `cursor-intangible' text property. | 6010 | Keep cursor outside of any `cursor-intangible' text property. |
| 6003 | 6011 | ||
| 6004 | If called interactively, enable Cursor-Intangible mode if ARG is positive, and | 6012 | If called interactively, enable Cursor-Intangible mode if ARG is |
| 6005 | disable it if ARG is zero or negative. If called from Lisp, | 6013 | positive, and disable it if ARG is zero or negative. If called from |
| 6006 | also enable the mode if ARG is omitted or nil, and toggle it | 6014 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 6007 | if ARG is `toggle'; disable the mode otherwise. | 6015 | ARG is `toggle'; disable the mode otherwise. |
| 6008 | 6016 | ||
| 6009 | \(fn &optional ARG)" t nil) | 6017 | \(fn &optional ARG)" t nil) |
| 6010 | 6018 | ||
| @@ -6016,10 +6024,10 @@ where WINDOW is the affected window, OLDPOS is the last known position of | |||
| 6016 | the cursor and DIR can be `entered' or `left' depending on whether the cursor | 6024 | the cursor and DIR can be `entered' or `left' depending on whether the cursor |
| 6017 | is entering the area covered by the text-property property or leaving it. | 6025 | is entering the area covered by the text-property property or leaving it. |
| 6018 | 6026 | ||
| 6019 | If called interactively, enable Cursor-Sensor mode if ARG is positive, and | 6027 | If called interactively, enable Cursor-Sensor mode if ARG is positive, |
| 6020 | disable it if ARG is zero or negative. If called from Lisp, | 6028 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 6021 | also enable the mode if ARG is omitted or nil, and toggle it | 6029 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 6022 | if ARG is `toggle'; disable the mode otherwise. | 6030 | `toggle'; disable the mode otherwise. |
| 6023 | 6031 | ||
| 6024 | \(fn &optional ARG)" t nil) | 6032 | \(fn &optional ARG)" t nil) |
| 6025 | 6033 | ||
| @@ -6398,9 +6406,9 @@ Mode used for cvs status output. | |||
| 6398 | Minor mode that highlights suspicious C and C++ constructions. | 6406 | Minor mode that highlights suspicious C and C++ constructions. |
| 6399 | 6407 | ||
| 6400 | If called interactively, enable Cwarn mode if ARG is positive, and | 6408 | If called interactively, enable Cwarn mode if ARG is positive, and |
| 6401 | disable it if ARG is zero or negative. If called from Lisp, | 6409 | disable it if ARG is zero or negative. If called from Lisp, also |
| 6402 | also enable the mode if ARG is omitted or nil, and toggle it | 6410 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 6403 | if ARG is `toggle'; disable the mode otherwise. | 6411 | `toggle'; disable the mode otherwise. |
| 6404 | 6412 | ||
| 6405 | Suspicious constructs are highlighted using `font-lock-warning-face'. | 6413 | Suspicious constructs are highlighted using `font-lock-warning-face'. |
| 6406 | 6414 | ||
| @@ -6412,6 +6420,8 @@ C++ modes are included. | |||
| 6412 | 6420 | ||
| 6413 | (define-obsolete-function-alias 'turn-on-cwarn-mode 'cwarn-mode "24.1") | 6421 | (define-obsolete-function-alias 'turn-on-cwarn-mode 'cwarn-mode "24.1") |
| 6414 | 6422 | ||
| 6423 | (put 'global-cwarn-mode 'globalized-minor-mode t) | ||
| 6424 | |||
| 6415 | (defvar global-cwarn-mode nil "\ | 6425 | (defvar global-cwarn-mode nil "\ |
| 6416 | Non-nil if Global Cwarn mode is enabled. | 6426 | Non-nil if Global Cwarn mode is enabled. |
| 6417 | See the `global-cwarn-mode' command | 6427 | See the `global-cwarn-mode' command |
| @@ -6844,10 +6854,10 @@ or call the function `delete-selection-mode'.") | |||
| 6844 | (autoload 'delete-selection-mode "delsel" "\ | 6854 | (autoload 'delete-selection-mode "delsel" "\ |
| 6845 | Toggle Delete Selection mode. | 6855 | Toggle Delete Selection mode. |
| 6846 | 6856 | ||
| 6847 | If called interactively, enable Delete-Selection mode if ARG is positive, and | 6857 | If called interactively, enable Delete-Selection mode if ARG is |
| 6848 | disable it if ARG is zero or negative. If called from Lisp, | 6858 | positive, and disable it if ARG is zero or negative. If called from |
| 6849 | also enable the mode if ARG is omitted or nil, and toggle it | 6859 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 6850 | if ARG is `toggle'; disable the mode otherwise. | 6860 | ARG is `toggle'; disable the mode otherwise. |
| 6851 | 6861 | ||
| 6852 | When Delete Selection mode is enabled, typed text replaces the selection | 6862 | When Delete Selection mode is enabled, typed text replaces the selection |
| 6853 | if the selection is active. Otherwise, typed text is just inserted at | 6863 | if the selection is active. Otherwise, typed text is just inserted at |
| @@ -7011,10 +7021,10 @@ or call the function `desktop-save-mode'.") | |||
| 7011 | (autoload 'desktop-save-mode "desktop" "\ | 7021 | (autoload 'desktop-save-mode "desktop" "\ |
| 7012 | Toggle desktop saving (Desktop Save mode). | 7022 | Toggle desktop saving (Desktop Save mode). |
| 7013 | 7023 | ||
| 7014 | If called interactively, enable Desktop-Save mode if ARG is positive, and | 7024 | If called interactively, enable Desktop-Save mode if ARG is positive, |
| 7015 | disable it if ARG is zero or negative. If called from Lisp, | 7025 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 7016 | also enable the mode if ARG is omitted or nil, and toggle it | 7026 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 7017 | if ARG is `toggle'; disable the mode otherwise. | 7027 | `toggle'; disable the mode otherwise. |
| 7018 | 7028 | ||
| 7019 | When Desktop Save mode is enabled, the state of Emacs is saved from | 7029 | When Desktop Save mode is enabled, the state of Emacs is saved from |
| 7020 | one session to another. In particular, Emacs will save the desktop when | 7030 | one session to another. In particular, Emacs will save the desktop when |
| @@ -7301,7 +7311,12 @@ Major mode for editing the diary file. | |||
| 7301 | ;;; Generated autoloads from vc/diff.el | 7311 | ;;; Generated autoloads from vc/diff.el |
| 7302 | 7312 | ||
| 7303 | (defvar diff-switches (purecopy "-u") "\ | 7313 | (defvar diff-switches (purecopy "-u") "\ |
| 7304 | A string or list of strings specifying switches to be passed to diff.") | 7314 | A string or list of strings specifying switches to be passed to diff. |
| 7315 | |||
| 7316 | This variable is also used in the `vc-diff' command (and related | ||
| 7317 | commands) if the backend-specific diff switch variable isn't | ||
| 7318 | set (`vc-git-diff-switches' for git, for instance), and | ||
| 7319 | `vc-diff-switches' isn't set.") | ||
| 7305 | 7320 | ||
| 7306 | (custom-autoload 'diff-switches "diff" t) | 7321 | (custom-autoload 'diff-switches "diff" t) |
| 7307 | 7322 | ||
| @@ -7370,10 +7385,10 @@ a diff with \\[diff-reverse-direction]. | |||
| 7370 | (autoload 'diff-minor-mode "diff-mode" "\ | 7385 | (autoload 'diff-minor-mode "diff-mode" "\ |
| 7371 | Toggle Diff minor mode. | 7386 | Toggle Diff minor mode. |
| 7372 | 7387 | ||
| 7373 | If called interactively, enable Diff minor mode if ARG is positive, and | 7388 | If called interactively, enable Diff minor mode if ARG is positive, |
| 7374 | disable it if ARG is zero or negative. If called from Lisp, | 7389 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 7375 | also enable the mode if ARG is omitted or nil, and toggle it | 7390 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 7376 | if ARG is `toggle'; disable the mode otherwise. | 7391 | `toggle'; disable the mode otherwise. |
| 7377 | 7392 | ||
| 7378 | \\{diff-minor-mode-map} | 7393 | \\{diff-minor-mode-map} |
| 7379 | 7394 | ||
| @@ -7454,6 +7469,12 @@ If DIRNAME is already in a Dired buffer, that buffer is used without refresh. | |||
| 7454 | \"Edit\" directory DIRNAME. Like `dired' but makes a new frame. | 7469 | \"Edit\" directory DIRNAME. Like `dired' but makes a new frame. |
| 7455 | 7470 | ||
| 7456 | \(fn DIRNAME &optional SWITCHES)" t nil) | 7471 | \(fn DIRNAME &optional SWITCHES)" t nil) |
| 7472 | (define-key tab-prefix-map "d" 'dired-other-tab) | ||
| 7473 | |||
| 7474 | (autoload 'dired-other-tab "dired" "\ | ||
| 7475 | \"Edit\" directory DIRNAME. Like `dired' but makes a new tab. | ||
| 7476 | |||
| 7477 | \(fn DIRNAME &optional SWITCHES)" t nil) | ||
| 7457 | 7478 | ||
| 7458 | (autoload 'dired-noselect "dired" "\ | 7479 | (autoload 'dired-noselect "dired" "\ |
| 7459 | Like `dired' but returns the Dired buffer as value, does not select it. | 7480 | Like `dired' but returns the Dired buffer as value, does not select it. |
| @@ -7551,9 +7572,9 @@ Keybindings: | |||
| 7551 | Toggle directory tracking in shell buffers (Dirtrack mode). | 7572 | Toggle directory tracking in shell buffers (Dirtrack mode). |
| 7552 | 7573 | ||
| 7553 | If called interactively, enable Dirtrack mode if ARG is positive, and | 7574 | If called interactively, enable Dirtrack mode if ARG is positive, and |
| 7554 | disable it if ARG is zero or negative. If called from Lisp, | 7575 | disable it if ARG is zero or negative. If called from Lisp, also |
| 7555 | also enable the mode if ARG is omitted or nil, and toggle it | 7576 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 7556 | if ARG is `toggle'; disable the mode otherwise. | 7577 | `toggle'; disable the mode otherwise. |
| 7557 | 7578 | ||
| 7558 | This method requires that your shell prompt contain the current | 7579 | This method requires that your shell prompt contain the current |
| 7559 | working directory at all times, and that you set the variable | 7580 | working directory at all times, and that you set the variable |
| @@ -7721,10 +7742,10 @@ in `.emacs'. | |||
| 7721 | Toggle display of fill-column indicator. | 7742 | Toggle display of fill-column indicator. |
| 7722 | This uses `display-fill-column-indicator' internally. | 7743 | This uses `display-fill-column-indicator' internally. |
| 7723 | 7744 | ||
| 7724 | If called interactively, enable Display-Fill-Column-Indicator mode if ARG is positive, and | 7745 | If called interactively, enable Display-Fill-Column-Indicator mode if |
| 7725 | disable it if ARG is zero or negative. If called from Lisp, | 7746 | ARG is positive, and disable it if ARG is zero or negative. If called |
| 7726 | also enable the mode if ARG is omitted or nil, and toggle it | 7747 | from Lisp, also enable the mode if ARG is omitted or nil, and toggle |
| 7727 | if ARG is `toggle'; disable the mode otherwise. | 7748 | it if ARG is `toggle'; disable the mode otherwise. |
| 7728 | 7749 | ||
| 7729 | To change the position of the column displayed by default | 7750 | To change the position of the column displayed by default |
| 7730 | customize `display-fill-column-indicator-column'. You can change the | 7751 | customize `display-fill-column-indicator-column'. You can change the |
| @@ -7732,6 +7753,8 @@ character for the indicator setting `display-fill-column-indicator-character'. | |||
| 7732 | 7753 | ||
| 7733 | \(fn &optional ARG)" t nil) | 7754 | \(fn &optional ARG)" t nil) |
| 7734 | 7755 | ||
| 7756 | (put 'global-display-fill-column-indicator-mode 'globalized-minor-mode t) | ||
| 7757 | |||
| 7735 | (defvar global-display-fill-column-indicator-mode nil "\ | 7758 | (defvar global-display-fill-column-indicator-mode nil "\ |
| 7736 | Non-nil if Global Display-Fill-Column-Indicator mode is enabled. | 7759 | Non-nil if Global Display-Fill-Column-Indicator mode is enabled. |
| 7737 | See the `global-display-fill-column-indicator-mode' command | 7760 | See the `global-display-fill-column-indicator-mode' command |
| @@ -7766,10 +7789,10 @@ See `display-fill-column-indicator-mode' for more information on Display-Fill-Co | |||
| 7766 | Toggle display of line numbers in the buffer. | 7789 | Toggle display of line numbers in the buffer. |
| 7767 | This uses `display-line-numbers' internally. | 7790 | This uses `display-line-numbers' internally. |
| 7768 | 7791 | ||
| 7769 | If called interactively, enable Display-Line-Numbers mode if ARG is positive, and | 7792 | If called interactively, enable Display-Line-Numbers mode if ARG is |
| 7770 | disable it if ARG is zero or negative. If called from Lisp, | 7793 | positive, and disable it if ARG is zero or negative. If called from |
| 7771 | also enable the mode if ARG is omitted or nil, and toggle it | 7794 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 7772 | if ARG is `toggle'; disable the mode otherwise. | 7795 | ARG is `toggle'; disable the mode otherwise. |
| 7773 | 7796 | ||
| 7774 | To change the type of line numbers displayed by default, | 7797 | To change the type of line numbers displayed by default, |
| 7775 | customize `display-line-numbers-type'. To change the type while | 7798 | customize `display-line-numbers-type'. To change the type while |
| @@ -7777,6 +7800,8 @@ the mode is on, set `display-line-numbers' directly. | |||
| 7777 | 7800 | ||
| 7778 | \(fn &optional ARG)" t nil) | 7801 | \(fn &optional ARG)" t nil) |
| 7779 | 7802 | ||
| 7803 | (put 'global-display-line-numbers-mode 'globalized-minor-mode t) | ||
| 7804 | |||
| 7780 | (defvar global-display-line-numbers-mode nil "\ | 7805 | (defvar global-display-line-numbers-mode nil "\ |
| 7781 | Non-nil if Global Display-Line-Numbers mode is enabled. | 7806 | Non-nil if Global Display-Line-Numbers mode is enabled. |
| 7782 | See the `global-display-line-numbers-mode' command | 7807 | See the `global-display-line-numbers-mode' command |
| @@ -7899,10 +7924,10 @@ to the next best mode." nil nil) | |||
| 7899 | (autoload 'doc-view-minor-mode "doc-view" "\ | 7924 | (autoload 'doc-view-minor-mode "doc-view" "\ |
| 7900 | Toggle displaying buffer via Doc View (Doc View minor mode). | 7925 | Toggle displaying buffer via Doc View (Doc View minor mode). |
| 7901 | 7926 | ||
| 7902 | If called interactively, enable Doc-View minor mode if ARG is positive, and | 7927 | If called interactively, enable Doc-View minor mode if ARG is |
| 7903 | disable it if ARG is zero or negative. If called from Lisp, | 7928 | positive, and disable it if ARG is zero or negative. If called from |
| 7904 | also enable the mode if ARG is omitted or nil, and toggle it | 7929 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 7905 | if ARG is `toggle'; disable the mode otherwise. | 7930 | ARG is `toggle'; disable the mode otherwise. |
| 7906 | 7931 | ||
| 7907 | See the command `doc-view-mode' for more information on this mode. | 7932 | See the command `doc-view-mode' for more information on this mode. |
| 7908 | 7933 | ||
| @@ -7962,9 +7987,9 @@ Switch to *doctor* buffer and start giving psychotherapy." t nil) | |||
| 7962 | Toggle special insertion on double keypresses (Double mode). | 7987 | Toggle special insertion on double keypresses (Double mode). |
| 7963 | 7988 | ||
| 7964 | If called interactively, enable Double mode if ARG is positive, and | 7989 | If called interactively, enable Double mode if ARG is positive, and |
| 7965 | disable it if ARG is zero or negative. If called from Lisp, | 7990 | disable it if ARG is zero or negative. If called from Lisp, also |
| 7966 | also enable the mode if ARG is omitted or nil, and toggle it | 7991 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 7967 | if ARG is `toggle'; disable the mode otherwise. | 7992 | `toggle'; disable the mode otherwise. |
| 7968 | 7993 | ||
| 7969 | When Double mode is enabled, some keys will insert different | 7994 | When Double mode is enabled, some keys will insert different |
| 7970 | strings when pressed twice. See `double-map' for details. | 7995 | strings when pressed twice. See `double-map' for details. |
| @@ -8802,10 +8827,10 @@ or call the function `global-ede-mode'.") | |||
| 8802 | (autoload 'global-ede-mode "ede" "\ | 8827 | (autoload 'global-ede-mode "ede" "\ |
| 8803 | Toggle global EDE (Emacs Development Environment) mode. | 8828 | Toggle global EDE (Emacs Development Environment) mode. |
| 8804 | 8829 | ||
| 8805 | If called interactively, enable Global Ede mode if ARG is positive, and | 8830 | If called interactively, enable Global Ede mode if ARG is positive, |
| 8806 | disable it if ARG is zero or negative. If called from Lisp, | 8831 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 8807 | also enable the mode if ARG is omitted or nil, and toggle it | 8832 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 8808 | if ARG is `toggle'; disable the mode otherwise. | 8833 | `toggle'; disable the mode otherwise. |
| 8809 | 8834 | ||
| 8810 | This global minor mode enables `ede-minor-mode' in all buffers in | 8835 | This global minor mode enables `ede-minor-mode' in all buffers in |
| 8811 | an EDE controlled project. | 8836 | an EDE controlled project. |
| @@ -9781,10 +9806,10 @@ or call the function `electric-pair-mode'.") | |||
| 9781 | (autoload 'electric-pair-mode "elec-pair" "\ | 9806 | (autoload 'electric-pair-mode "elec-pair" "\ |
| 9782 | Toggle automatic parens pairing (Electric Pair mode). | 9807 | Toggle automatic parens pairing (Electric Pair mode). |
| 9783 | 9808 | ||
| 9784 | If called interactively, enable Electric-Pair mode if ARG is positive, and | 9809 | If called interactively, enable Electric-Pair mode if ARG is positive, |
| 9785 | disable it if ARG is zero or negative. If called from Lisp, | 9810 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 9786 | also enable the mode if ARG is omitted or nil, and toggle it | 9811 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 9787 | if ARG is `toggle'; disable the mode otherwise. | 9812 | `toggle'; disable the mode otherwise. |
| 9788 | 9813 | ||
| 9789 | Electric Pair mode is a global minor mode. When enabled, typing | 9814 | Electric Pair mode is a global minor mode. When enabled, typing |
| 9790 | an open parenthesis automatically inserts the corresponding | 9815 | an open parenthesis automatically inserts the corresponding |
| @@ -9799,10 +9824,10 @@ To toggle the mode in a single buffer, use `electric-pair-local-mode'. | |||
| 9799 | (autoload 'electric-pair-local-mode "elec-pair" "\ | 9824 | (autoload 'electric-pair-local-mode "elec-pair" "\ |
| 9800 | Toggle `electric-pair-mode' only in this buffer. | 9825 | Toggle `electric-pair-mode' only in this buffer. |
| 9801 | 9826 | ||
| 9802 | If called interactively, enable Electric-Pair-Local mode if ARG is positive, and | 9827 | If called interactively, enable Electric-Pair-Local mode if ARG is |
| 9803 | disable it if ARG is zero or negative. If called from Lisp, | 9828 | positive, and disable it if ARG is zero or negative. If called from |
| 9804 | also enable the mode if ARG is omitted or nil, and toggle it | 9829 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 9805 | if ARG is `toggle'; disable the mode otherwise. | 9830 | ARG is `toggle'; disable the mode otherwise. |
| 9806 | 9831 | ||
| 9807 | \(fn &optional ARG)" t nil) | 9832 | \(fn &optional ARG)" t nil) |
| 9808 | 9833 | ||
| @@ -10141,9 +10166,9 @@ These are files with embedded formatting information in the MIME standard | |||
| 10141 | text/enriched format. | 10166 | text/enriched format. |
| 10142 | 10167 | ||
| 10143 | If called interactively, enable Enriched mode if ARG is positive, and | 10168 | If called interactively, enable Enriched mode if ARG is positive, and |
| 10144 | disable it if ARG is zero or negative. If called from Lisp, | 10169 | disable it if ARG is zero or negative. If called from Lisp, also |
| 10145 | also enable the mode if ARG is omitted or nil, and toggle it | 10170 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 10146 | if ARG is `toggle'; disable the mode otherwise. | 10171 | `toggle'; disable the mode otherwise. |
| 10147 | 10172 | ||
| 10148 | Turning the mode on or off runs `enriched-mode-hook'. | 10173 | Turning the mode on or off runs `enriched-mode-hook'. |
| 10149 | 10174 | ||
| @@ -10400,9 +10425,9 @@ Encrypt marked files." t nil) | |||
| 10400 | A minor-mode for composing encrypted/clearsigned mails. | 10425 | A minor-mode for composing encrypted/clearsigned mails. |
| 10401 | 10426 | ||
| 10402 | If called interactively, enable epa-mail mode if ARG is positive, and | 10427 | If called interactively, enable epa-mail mode if ARG is positive, and |
| 10403 | disable it if ARG is zero or negative. If called from Lisp, | 10428 | disable it if ARG is zero or negative. If called from Lisp, also |
| 10404 | also enable the mode if ARG is omitted or nil, and toggle it | 10429 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 10405 | if ARG is `toggle'; disable the mode otherwise. | 10430 | `toggle'; disable the mode otherwise. |
| 10406 | 10431 | ||
| 10407 | \(fn &optional ARG)" t nil) | 10432 | \(fn &optional ARG)" t nil) |
| 10408 | 10433 | ||
| @@ -10460,10 +10485,10 @@ or call the function `epa-global-mail-mode'.") | |||
| 10460 | (autoload 'epa-global-mail-mode "epa-mail" "\ | 10485 | (autoload 'epa-global-mail-mode "epa-mail" "\ |
| 10461 | Minor mode to hook EasyPG into Mail mode. | 10486 | Minor mode to hook EasyPG into Mail mode. |
| 10462 | 10487 | ||
| 10463 | If called interactively, enable Epa-Global-Mail mode if ARG is positive, and | 10488 | If called interactively, enable Epa-Global-Mail mode if ARG is |
| 10464 | disable it if ARG is zero or negative. If called from Lisp, | 10489 | positive, and disable it if ARG is zero or negative. If called from |
| 10465 | also enable the mode if ARG is omitted or nil, and toggle it | 10490 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 10466 | if ARG is `toggle'; disable the mode otherwise. | 10491 | ARG is `toggle'; disable the mode otherwise. |
| 10467 | 10492 | ||
| 10468 | \(fn &optional ARG)" t nil) | 10493 | \(fn &optional ARG)" t nil) |
| 10469 | 10494 | ||
| @@ -10734,9 +10759,9 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL. | |||
| 10734 | ;;; Generated autoloads from erc/erc-networks.el | 10759 | ;;; Generated autoloads from erc/erc-networks.el |
| 10735 | 10760 | ||
| 10736 | (autoload 'erc-determine-network "erc-networks" "\ | 10761 | (autoload 'erc-determine-network "erc-networks" "\ |
| 10737 | Return the name of the network or \"Unknown\" as a symbol. Use the | 10762 | Return the name of the network or \"Unknown\" as a symbol. |
| 10738 | server parameter NETWORK if provided, otherwise parse the server name and | 10763 | Use the server parameter NETWORK if provided, otherwise parse the |
| 10739 | search for a match in `erc-networks-alist'." nil nil) | 10764 | server name and search for a match in `erc-networks-alist'." nil nil) |
| 10740 | 10765 | ||
| 10741 | (autoload 'erc-server-select "erc-networks" "\ | 10766 | (autoload 'erc-server-select "erc-networks" "\ |
| 10742 | Interactively select a server to connect to using `erc-server-alist'." t nil) | 10767 | Interactively select a server to connect to using `erc-server-alist'." t nil) |
| @@ -10867,6 +10892,10 @@ Tests that are expected to fail can be marked as such | |||
| 10867 | using :expected-result. See `ert-test-result-type-p' for a | 10892 | using :expected-result. See `ert-test-result-type-p' for a |
| 10868 | description of valid values for RESULT-TYPE. | 10893 | description of valid values for RESULT-TYPE. |
| 10869 | 10894 | ||
| 10895 | Macros in BODY are expanded when the test is defined, not when it | ||
| 10896 | is run. If a macro (possibly with side effects) is to be tested, | ||
| 10897 | it has to be wrapped in `(eval (quote ...))'. | ||
| 10898 | |||
| 10870 | \(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags \\='(TAG...)] BODY...)" nil t) | 10899 | \(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags \\='(TAG...)] BODY...)" nil t) |
| 10871 | 10900 | ||
| 10872 | (function-put 'ert-deftest 'doc-string-elt '3) | 10901 | (function-put 'ert-deftest 'doc-string-elt '3) |
| @@ -11014,13 +11043,20 @@ Emacs shell interactive mode. | |||
| 11014 | 11043 | ||
| 11015 | (autoload 'eshell "eshell" "\ | 11044 | (autoload 'eshell "eshell" "\ |
| 11016 | Create an interactive Eshell buffer. | 11045 | Create an interactive Eshell buffer. |
| 11017 | The buffer used for Eshell sessions is determined by the value of | 11046 | Start a new Eshell session, or switch to an already active |
| 11018 | `eshell-buffer-name'. If there is already an Eshell session active in | 11047 | session. Return the buffer selected (or created). |
| 11019 | that buffer, Emacs will simply switch to it. Otherwise, a new session | 11048 | |
| 11020 | will begin. A numeric prefix arg (as in `C-u 42 M-x eshell RET') | 11049 | With a nonnumeric prefix arg, create a new session. |
| 11021 | switches to the session with that number, creating it if necessary. A | 11050 | |
| 11022 | nonnumeric prefix arg means to create a new session. Returns the | 11051 | With a numeric prefix arg (as in `C-u 42 M-x eshell RET'), switch |
| 11023 | buffer selected (or created). | 11052 | to the session with that number, or create it if it doesn't |
| 11053 | already exist. | ||
| 11054 | |||
| 11055 | The buffer name used for Eshell sessions is determined by the | ||
| 11056 | value of `eshell-buffer-name', which see. | ||
| 11057 | |||
| 11058 | Eshell is a shell-like command interpreter. For more | ||
| 11059 | information on Eshell, see Info node `(eshell)Top'. | ||
| 11024 | 11060 | ||
| 11025 | \(fn &optional ARG)" t nil) | 11061 | \(fn &optional ARG)" t nil) |
| 11026 | 11062 | ||
| @@ -11317,9 +11353,11 @@ For non-interactive use, superceded by `fileloop-initialize-replace'. | |||
| 11317 | 11353 | ||
| 11318 | (autoload 'list-tags "etags" "\ | 11354 | (autoload 'list-tags "etags" "\ |
| 11319 | Display list of tags in file FILE. | 11355 | Display list of tags in file FILE. |
| 11320 | This searches only the first table in the list, and no included tables. | 11356 | This searches only the first table in the list, and no included |
| 11321 | FILE should be as it appeared in the `etags' command, usually without a | 11357 | tables. FILE should be as it appeared in the `etags' command, |
| 11322 | directory specification. | 11358 | usually without a directory specification. If called |
| 11359 | interactively, FILE defaults to the file name of the current | ||
| 11360 | buffer. | ||
| 11323 | 11361 | ||
| 11324 | \(fn FILE &optional NEXT-MATCH)" t nil) | 11362 | \(fn FILE &optional NEXT-MATCH)" t nil) |
| 11325 | 11363 | ||
| @@ -11715,7 +11753,19 @@ Mode for browsing the web. | |||
| 11715 | \(fn)" t nil) | 11753 | \(fn)" t nil) |
| 11716 | 11754 | ||
| 11717 | (autoload 'eww-browse-url "eww" "\ | 11755 | (autoload 'eww-browse-url "eww" "\ |
| 11756 | Ask the EWW browser to load URL. | ||
| 11757 | |||
| 11758 | Interactively, if the variable `browse-url-new-window-flag' is non-nil, | ||
| 11759 | loads the document in a new buffer tab on the window tab-line. A non-nil | ||
| 11760 | prefix argument reverses the effect of `browse-url-new-window-flag'. | ||
| 11761 | |||
| 11762 | If `tab-bar-mode' is enabled, then whenever a document would | ||
| 11763 | otherwise be loaded in a new buffer, it is loaded in a new tab | ||
| 11764 | in the tab-bar on an existing frame. See more options in | ||
| 11765 | `eww-browse-url-new-window-is-tab'. | ||
| 11718 | 11766 | ||
| 11767 | Non-interactively, this uses the optional second argument NEW-WINDOW | ||
| 11768 | instead of `browse-url-new-window-flag'. | ||
| 11719 | 11769 | ||
| 11720 | \(fn URL &optional NEW-WINDOW)" nil nil) | 11770 | \(fn URL &optional NEW-WINDOW)" nil nil) |
| 11721 | 11771 | ||
| @@ -11817,7 +11867,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil) | |||
| 11817 | ;;;### (autoloads nil "ezimage" "ezimage.el" (0 0 0 0)) | 11867 | ;;;### (autoloads nil "ezimage" "ezimage.el" (0 0 0 0)) |
| 11818 | ;;; Generated autoloads from ezimage.el | 11868 | ;;; Generated autoloads from ezimage.el |
| 11819 | 11869 | ||
| 11820 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ezimage" '("ezimage-"))) | 11870 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ezimage" '("defezimage" "ezimage-"))) |
| 11821 | 11871 | ||
| 11822 | ;;;*** | 11872 | ;;;*** |
| 11823 | 11873 | ||
| @@ -12004,10 +12054,10 @@ a top-level keymap, `text-scale-increase' or | |||
| 12004 | (autoload 'buffer-face-mode "face-remap" "\ | 12054 | (autoload 'buffer-face-mode "face-remap" "\ |
| 12005 | Minor mode for a buffer-specific default face. | 12055 | Minor mode for a buffer-specific default face. |
| 12006 | 12056 | ||
| 12007 | If called interactively, enable Buffer-Face mode if ARG is positive, and | 12057 | If called interactively, enable Buffer-Face mode if ARG is positive, |
| 12008 | disable it if ARG is zero or negative. If called from Lisp, | 12058 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 12009 | also enable the mode if ARG is omitted or nil, and toggle it | 12059 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 12010 | if ARG is `toggle'; disable the mode otherwise. | 12060 | `toggle'; disable the mode otherwise. |
| 12011 | 12061 | ||
| 12012 | When enabled, the face specified by the variable | 12062 | When enabled, the face specified by the variable |
| 12013 | `buffer-face-mode-face' is used to display the buffer text. | 12063 | `buffer-face-mode-face' is used to display the buffer text. |
| @@ -12905,9 +12955,9 @@ region is invalid. | |||
| 12905 | Toggle Flymake mode on or off. | 12955 | Toggle Flymake mode on or off. |
| 12906 | 12956 | ||
| 12907 | If called interactively, enable Flymake mode if ARG is positive, and | 12957 | If called interactively, enable Flymake mode if ARG is positive, and |
| 12908 | disable it if ARG is zero or negative. If called from Lisp, | 12958 | disable it if ARG is zero or negative. If called from Lisp, also |
| 12909 | also enable the mode if ARG is omitted or nil, and toggle it | 12959 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 12910 | if ARG is `toggle'; disable the mode otherwise. | 12960 | `toggle'; disable the mode otherwise. |
| 12911 | 12961 | ||
| 12912 | Flymake is an Emacs minor mode for on-the-fly syntax checking. | 12962 | Flymake is an Emacs minor mode for on-the-fly syntax checking. |
| 12913 | Flymake collects diagnostic information from multiple sources, | 12963 | Flymake collects diagnostic information from multiple sources, |
| @@ -12987,9 +13037,9 @@ Turn on `flyspell-mode' for comments and strings." t nil) | |||
| 12987 | Toggle on-the-fly spell checking (Flyspell mode). | 13037 | Toggle on-the-fly spell checking (Flyspell mode). |
| 12988 | 13038 | ||
| 12989 | If called interactively, enable Flyspell mode if ARG is positive, and | 13039 | If called interactively, enable Flyspell mode if ARG is positive, and |
| 12990 | disable it if ARG is zero or negative. If called from Lisp, | 13040 | disable it if ARG is zero or negative. If called from Lisp, also |
| 12991 | also enable the mode if ARG is omitted or nil, and toggle it | 13041 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 12992 | if ARG is `toggle'; disable the mode otherwise. | 13042 | `toggle'; disable the mode otherwise. |
| 12993 | 13043 | ||
| 12994 | Flyspell mode is a buffer-local minor mode. When enabled, it | 13044 | Flyspell mode is a buffer-local minor mode. When enabled, it |
| 12995 | spawns a single Ispell process and checks each word. The default | 13045 | spawns a single Ispell process and checks each word. The default |
| @@ -13064,9 +13114,9 @@ Turn off Follow mode. Please see the function `follow-mode'." nil nil) | |||
| 13064 | Toggle Follow mode. | 13114 | Toggle Follow mode. |
| 13065 | 13115 | ||
| 13066 | If called interactively, enable Follow mode if ARG is positive, and | 13116 | If called interactively, enable Follow mode if ARG is positive, and |
| 13067 | disable it if ARG is zero or negative. If called from Lisp, | 13117 | disable it if ARG is zero or negative. If called from Lisp, also |
| 13068 | also enable the mode if ARG is omitted or nil, and toggle it | 13118 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 13069 | if ARG is `toggle'; disable the mode otherwise. | 13119 | `toggle'; disable the mode otherwise. |
| 13070 | 13120 | ||
| 13071 | Follow mode is a minor mode that combines windows into one tall | 13121 | Follow mode is a minor mode that combines windows into one tall |
| 13072 | virtual window. This is accomplished by two main techniques: | 13122 | virtual window. This is accomplished by two main techniques: |
| @@ -13189,9 +13239,9 @@ selected if the original window is the first one in the frame. | |||
| 13189 | Toggle Footnote mode. | 13239 | Toggle Footnote mode. |
| 13190 | 13240 | ||
| 13191 | If called interactively, enable Footnote mode if ARG is positive, and | 13241 | If called interactively, enable Footnote mode if ARG is positive, and |
| 13192 | disable it if ARG is zero or negative. If called from Lisp, | 13242 | disable it if ARG is zero or negative. If called from Lisp, also |
| 13193 | also enable the mode if ARG is omitted or nil, and toggle it | 13243 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 13194 | if ARG is `toggle'; disable the mode otherwise. | 13244 | `toggle'; disable the mode otherwise. |
| 13195 | 13245 | ||
| 13196 | Footnote mode is a buffer-local minor mode. If enabled, it | 13246 | Footnote mode is a buffer-local minor mode. If enabled, it |
| 13197 | provides footnote support for `message-mode'. To get started, | 13247 | provides footnote support for `message-mode'. To get started, |
| @@ -13603,10 +13653,10 @@ being transferred. This list may grow up to a size of | |||
| 13603 | `gdb-debug-log-max' after which the oldest element (at the end of | 13653 | `gdb-debug-log-max' after which the oldest element (at the end of |
| 13604 | the list) is deleted every time a new one is added (at the front). | 13654 | the list) is deleted every time a new one is added (at the front). |
| 13605 | 13655 | ||
| 13606 | If called interactively, enable Gdb-Enable-Debug mode if ARG is positive, and | 13656 | If called interactively, enable Gdb-Enable-Debug mode if ARG is |
| 13607 | disable it if ARG is zero or negative. If called from Lisp, | 13657 | positive, and disable it if ARG is zero or negative. If called from |
| 13608 | also enable the mode if ARG is omitted or nil, and toggle it | 13658 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 13609 | if ARG is `toggle'; disable the mode otherwise. | 13659 | ARG is `toggle'; disable the mode otherwise. |
| 13610 | 13660 | ||
| 13611 | \(fn &optional ARG)" t nil) | 13661 | \(fn &optional ARG)" t nil) |
| 13612 | 13662 | ||
| @@ -13778,9 +13828,9 @@ regular expression that can be used as an element of | |||
| 13778 | Minor mode for making identifiers likeThis readable. | 13828 | Minor mode for making identifiers likeThis readable. |
| 13779 | 13829 | ||
| 13780 | If called interactively, enable Glasses mode if ARG is positive, and | 13830 | If called interactively, enable Glasses mode if ARG is positive, and |
| 13781 | disable it if ARG is zero or negative. If called from Lisp, | 13831 | disable it if ARG is zero or negative. If called from Lisp, also |
| 13782 | also enable the mode if ARG is omitted or nil, and toggle it | 13832 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 13783 | if ARG is `toggle'; disable the mode otherwise. | 13833 | `toggle'; disable the mode otherwise. |
| 13784 | 13834 | ||
| 13785 | When this mode is active, it tries to add virtual | 13835 | When this mode is active, it tries to add virtual |
| 13786 | separators (like underscores) at places they belong to. | 13836 | separators (like underscores) at places they belong to. |
| @@ -14361,10 +14411,10 @@ If FORCE is non-nil, replace the old ones. | |||
| 14361 | (autoload 'gnus-mailing-list-mode "gnus-ml" "\ | 14411 | (autoload 'gnus-mailing-list-mode "gnus-ml" "\ |
| 14362 | Minor mode for providing mailing-list commands. | 14412 | Minor mode for providing mailing-list commands. |
| 14363 | 14413 | ||
| 14364 | If called interactively, enable Gnus-Mailing-List mode if ARG is positive, and | 14414 | If called interactively, enable Gnus-Mailing-List mode if ARG is |
| 14365 | disable it if ARG is zero or negative. If called from Lisp, | 14415 | positive, and disable it if ARG is zero or negative. If called |
| 14366 | also enable the mode if ARG is omitted or nil, and toggle it | 14416 | from Lisp, also enable the mode if ARG is omitted or nil, and |
| 14367 | if ARG is `toggle'; disable the mode otherwise. | 14417 | toggle it if ARG is `toggle'; disable the mode otherwise. |
| 14368 | 14418 | ||
| 14369 | \\{gnus-mailing-list-mode-map} | 14419 | \\{gnus-mailing-list-mode-map} |
| 14370 | 14420 | ||
| @@ -14815,20 +14865,20 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and | |||
| 14815 | (autoload 'goto-address-mode "goto-addr" "\ | 14865 | (autoload 'goto-address-mode "goto-addr" "\ |
| 14816 | Minor mode to buttonize URLs and e-mail addresses in the current buffer. | 14866 | Minor mode to buttonize URLs and e-mail addresses in the current buffer. |
| 14817 | 14867 | ||
| 14818 | If called interactively, enable Goto-Address mode if ARG is positive, and | 14868 | If called interactively, enable Goto-Address mode if ARG is positive, |
| 14819 | disable it if ARG is zero or negative. If called from Lisp, | 14869 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 14820 | also enable the mode if ARG is omitted or nil, and toggle it | 14870 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 14821 | if ARG is `toggle'; disable the mode otherwise. | 14871 | `toggle'; disable the mode otherwise. |
| 14822 | 14872 | ||
| 14823 | \(fn &optional ARG)" t nil) | 14873 | \(fn &optional ARG)" t nil) |
| 14824 | 14874 | ||
| 14825 | (autoload 'goto-address-prog-mode "goto-addr" "\ | 14875 | (autoload 'goto-address-prog-mode "goto-addr" "\ |
| 14826 | Like `goto-address-mode', but only for comments and strings. | 14876 | Like `goto-address-mode', but only for comments and strings. |
| 14827 | 14877 | ||
| 14828 | If called interactively, enable Goto-Address-Prog mode if ARG is positive, and | 14878 | If called interactively, enable Goto-Address-Prog mode if ARG is |
| 14829 | disable it if ARG is zero or negative. If called from Lisp, | 14879 | positive, and disable it if ARG is zero or negative. If called from |
| 14830 | also enable the mode if ARG is omitted or nil, and toggle it | 14880 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 14831 | if ARG is `toggle'; disable the mode otherwise. | 14881 | ARG is `toggle'; disable the mode otherwise. |
| 14832 | 14882 | ||
| 14833 | \(fn &optional ARG)" t nil) | 14883 | \(fn &optional ARG)" t nil) |
| 14834 | 14884 | ||
| @@ -14874,7 +14924,7 @@ include it when specifying `grep-command'. | |||
| 14874 | 14924 | ||
| 14875 | In interactive usage, the actual value of this variable is set up | 14925 | In interactive usage, the actual value of this variable is set up |
| 14876 | by `grep-compute-defaults'; to change the default value, use | 14926 | by `grep-compute-defaults'; to change the default value, use |
| 14877 | Customize or call the function `grep-apply-setting'.") | 14927 | \\[customize] or call the function `grep-apply-setting'.") |
| 14878 | 14928 | ||
| 14879 | (custom-autoload 'grep-command "grep" nil) | 14929 | (custom-autoload 'grep-command "grep" nil) |
| 14880 | 14930 | ||
| @@ -14882,7 +14932,7 @@ Customize or call the function `grep-apply-setting'.") | |||
| 14882 | The default find command for \\[grep-find]. | 14932 | The default find command for \\[grep-find]. |
| 14883 | In interactive usage, the actual value of this variable is set up | 14933 | In interactive usage, the actual value of this variable is set up |
| 14884 | by `grep-compute-defaults'; to change the default value, use | 14934 | by `grep-compute-defaults'; to change the default value, use |
| 14885 | Customize or call the function `grep-apply-setting'.") | 14935 | \\[customize] or call the function `grep-apply-setting'.") |
| 14886 | 14936 | ||
| 14887 | (custom-autoload 'grep-find-command "grep" nil) | 14937 | (custom-autoload 'grep-find-command "grep" nil) |
| 14888 | 14938 | ||
| @@ -14931,7 +14981,12 @@ History list for grep-find.") | |||
| 14931 | Setup compilation variables and buffer for `grep'. | 14981 | Setup compilation variables and buffer for `grep'. |
| 14932 | Set up `compilation-exit-message-function' and run `grep-setup-hook'." nil nil) | 14982 | Set up `compilation-exit-message-function' and run `grep-setup-hook'." nil nil) |
| 14933 | 14983 | ||
| 14934 | (autoload 'grep-compute-defaults "grep" nil nil nil) | 14984 | (autoload 'grep-compute-defaults "grep" "\ |
| 14985 | Compute the defaults for the `grep' command. | ||
| 14986 | The value depends on `grep-command', `grep-template', | ||
| 14987 | `grep-use-null-device', `grep-find-command', `grep-find-template', | ||
| 14988 | `grep-use-null-filename-separator', `grep-find-use-xargs' and | ||
| 14989 | `grep-highlight-matches'." nil nil) | ||
| 14935 | 14990 | ||
| 14936 | (autoload 'grep-mode "grep" "\ | 14991 | (autoload 'grep-mode "grep" "\ |
| 14937 | Sets `grep-last-buffer' and `compilation-window-height'. | 14992 | Sets `grep-last-buffer' and `compilation-window-height'. |
| @@ -14939,7 +14994,9 @@ Sets `grep-last-buffer' and `compilation-window-height'. | |||
| 14939 | \(fn)" nil nil) | 14994 | \(fn)" nil nil) |
| 14940 | 14995 | ||
| 14941 | (autoload 'grep "grep" "\ | 14996 | (autoload 'grep "grep" "\ |
| 14942 | Run Grep with user-specified COMMAND-ARGS, collect output in a buffer. | 14997 | Run Grep with user-specified COMMAND-ARGS. |
| 14998 | The output from the command goes to the \"*grep*\" buffer. | ||
| 14999 | |||
| 14943 | While Grep runs asynchronously, you can use \\[next-error] (M-x next-error), | 15000 | While Grep runs asynchronously, you can use \\[next-error] (M-x next-error), |
| 14944 | or \\<grep-mode-map>\\[compile-goto-error] in the *grep* buffer, to go to the lines where Grep found | 15001 | or \\<grep-mode-map>\\[compile-goto-error] in the *grep* buffer, to go to the lines where Grep found |
| 14945 | matches. To kill the Grep job before it finishes, type \\[kill-compilation]. | 15002 | matches. To kill the Grep job before it finishes, type \\[kill-compilation]. |
| @@ -14962,7 +15019,7 @@ list is empty). | |||
| 14962 | 15019 | ||
| 14963 | (autoload 'grep-find "grep" "\ | 15020 | (autoload 'grep-find "grep" "\ |
| 14964 | Run grep via find, with user-specified args COMMAND-ARGS. | 15021 | Run grep via find, with user-specified args COMMAND-ARGS. |
| 14965 | Collect output in a buffer. | 15022 | Collect output in the \"*grep*\" buffer. |
| 14966 | While find runs asynchronously, you can use the \\[next-error] command | 15023 | While find runs asynchronously, you can use the \\[next-error] command |
| 14967 | to find the text that grep hits refer to. | 15024 | to find the text that grep hits refer to. |
| 14968 | 15025 | ||
| @@ -14985,12 +15042,15 @@ With \\[universal-argument] prefix, you can edit the constructed shell command l | |||
| 14985 | before it is executed. | 15042 | before it is executed. |
| 14986 | With two \\[universal-argument] prefixes, directly edit and run `grep-command'. | 15043 | With two \\[universal-argument] prefixes, directly edit and run `grep-command'. |
| 14987 | 15044 | ||
| 14988 | Collect output in a buffer. While grep runs asynchronously, you | 15045 | Collect output in the \"*grep*\" buffer. While grep runs asynchronously, you |
| 14989 | can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer, | 15046 | can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer, |
| 14990 | to go to the lines where grep found matches. | 15047 | to go to the lines where grep found matches. |
| 14991 | 15048 | ||
| 14992 | This command shares argument histories with \\[rgrep] and \\[grep]. | 15049 | This command shares argument histories with \\[rgrep] and \\[grep]. |
| 14993 | 15050 | ||
| 15051 | If CONFIRM is non-nil, the user will be given an opportunity to edit the | ||
| 15052 | command before it's run. | ||
| 15053 | |||
| 14994 | \(fn REGEXP &optional FILES DIR CONFIRM)" t nil) | 15054 | \(fn REGEXP &optional FILES DIR CONFIRM)" t nil) |
| 14995 | 15055 | ||
| 14996 | (autoload 'rgrep "grep" "\ | 15056 | (autoload 'rgrep "grep" "\ |
| @@ -15005,7 +15065,7 @@ With \\[universal-argument] prefix, you can edit the constructed shell command l | |||
| 15005 | before it is executed. | 15065 | before it is executed. |
| 15006 | With two \\[universal-argument] prefixes, directly edit and run `grep-find-command'. | 15066 | With two \\[universal-argument] prefixes, directly edit and run `grep-find-command'. |
| 15007 | 15067 | ||
| 15008 | Collect output in a buffer. While the recursive grep is running, | 15068 | Collect output in the \"*grep*\" buffer. While the recursive grep is running, |
| 15009 | you can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer, | 15069 | you can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer, |
| 15010 | to visit the lines where matches were found. To kill the job | 15070 | to visit the lines where matches were found. To kill the job |
| 15011 | before it finishes, type \\[kill-compilation]. | 15071 | before it finishes, type \\[kill-compilation]. |
| @@ -15015,6 +15075,9 @@ This command shares argument histories with \\[lgrep] and \\[grep-find]. | |||
| 15015 | When called programmatically and FILES is nil, REGEXP is expected | 15075 | When called programmatically and FILES is nil, REGEXP is expected |
| 15016 | to specify a command to run. | 15076 | to specify a command to run. |
| 15017 | 15077 | ||
| 15078 | If CONFIRM is non-nil, the user will be given an opportunity to edit the | ||
| 15079 | command before it's run. | ||
| 15080 | |||
| 15018 | \(fn REGEXP &optional FILES DIR CONFIRM)" t nil) | 15081 | \(fn REGEXP &optional FILES DIR CONFIRM)" t nil) |
| 15019 | 15082 | ||
| 15020 | (autoload 'zrgrep "grep" "\ | 15083 | (autoload 'zrgrep "grep" "\ |
| @@ -15022,6 +15085,9 @@ Recursively grep for REGEXP in gzipped FILES in tree rooted at DIR. | |||
| 15022 | Like `rgrep' but uses `zgrep' for `grep-program', sets the default | 15085 | Like `rgrep' but uses `zgrep' for `grep-program', sets the default |
| 15023 | file name to `*.gz', and sets `grep-highlight-matches' to `always'. | 15086 | file name to `*.gz', and sets `grep-highlight-matches' to `always'. |
| 15024 | 15087 | ||
| 15088 | If CONFIRM is non-nil, the user will be given an opportunity to edit the | ||
| 15089 | command before it's run. | ||
| 15090 | |||
| 15025 | \(fn REGEXP &optional FILES DIR CONFIRM TEMPLATE)" t nil) | 15091 | \(fn REGEXP &optional FILES DIR CONFIRM TEMPLATE)" t nil) |
| 15026 | 15092 | ||
| 15027 | (defalias 'rzgrep 'zrgrep) | 15093 | (defalias 'rzgrep 'zrgrep) |
| @@ -15138,10 +15204,10 @@ or call the function `gud-tooltip-mode'.") | |||
| 15138 | (autoload 'gud-tooltip-mode "gud" "\ | 15204 | (autoload 'gud-tooltip-mode "gud" "\ |
| 15139 | Toggle the display of GUD tooltips. | 15205 | Toggle the display of GUD tooltips. |
| 15140 | 15206 | ||
| 15141 | If called interactively, enable Gud-Tooltip mode if ARG is positive, and | 15207 | If called interactively, enable Gud-Tooltip mode if ARG is positive, |
| 15142 | disable it if ARG is zero or negative. If called from Lisp, | 15208 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 15143 | also enable the mode if ARG is omitted or nil, and toggle it | 15209 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 15144 | if ARG is `toggle'; disable the mode otherwise. | 15210 | `toggle'; disable the mode otherwise. |
| 15145 | 15211 | ||
| 15146 | \(fn &optional ARG)" t nil) | 15212 | \(fn &optional ARG)" t nil) |
| 15147 | 15213 | ||
| @@ -15814,9 +15880,9 @@ This discards the buffer's undo information." t nil) | |||
| 15814 | Toggle selective highlighting of patterns (Hi Lock mode). | 15880 | Toggle selective highlighting of patterns (Hi Lock mode). |
| 15815 | 15881 | ||
| 15816 | If called interactively, enable Hi-Lock mode if ARG is positive, and | 15882 | If called interactively, enable Hi-Lock mode if ARG is positive, and |
| 15817 | disable it if ARG is zero or negative. If called from Lisp, | 15883 | disable it if ARG is zero or negative. If called from Lisp, also |
| 15818 | also enable the mode if ARG is omitted or nil, and toggle it | 15884 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 15819 | if ARG is `toggle'; disable the mode otherwise. | 15885 | `toggle'; disable the mode otherwise. |
| 15820 | 15886 | ||
| 15821 | Hi Lock mode is automatically enabled when you invoke any of the | 15887 | Hi Lock mode is automatically enabled when you invoke any of the |
| 15822 | highlighting commands listed below, such as \\[highlight-regexp]. | 15888 | highlighting commands listed below, such as \\[highlight-regexp]. |
| @@ -15877,6 +15943,8 @@ Hi-lock: end is found. A mode is excluded if it's in the list | |||
| 15877 | 15943 | ||
| 15878 | \(fn &optional ARG)" t nil) | 15944 | \(fn &optional ARG)" t nil) |
| 15879 | 15945 | ||
| 15946 | (put 'global-hi-lock-mode 'globalized-minor-mode t) | ||
| 15947 | |||
| 15880 | (defvar global-hi-lock-mode nil "\ | 15948 | (defvar global-hi-lock-mode nil "\ |
| 15881 | Non-nil if Global Hi-Lock mode is enabled. | 15949 | Non-nil if Global Hi-Lock mode is enabled. |
| 15882 | See the `global-hi-lock-mode' command | 15950 | See the `global-hi-lock-mode' command |
| @@ -15987,10 +16055,10 @@ be found in variable `hi-lock-interactive-patterns'." t nil) | |||
| 15987 | (autoload 'hide-ifdef-mode "hideif" "\ | 16055 | (autoload 'hide-ifdef-mode "hideif" "\ |
| 15988 | Toggle features to hide/show #ifdef blocks (Hide-Ifdef mode). | 16056 | Toggle features to hide/show #ifdef blocks (Hide-Ifdef mode). |
| 15989 | 16057 | ||
| 15990 | If called interactively, enable Hide-Ifdef mode if ARG is positive, and | 16058 | If called interactively, enable Hide-Ifdef mode if ARG is positive, |
| 15991 | disable it if ARG is zero or negative. If called from Lisp, | 16059 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 15992 | also enable the mode if ARG is omitted or nil, and toggle it | 16060 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 15993 | if ARG is `toggle'; disable the mode otherwise. | 16061 | `toggle'; disable the mode otherwise. |
| 15994 | 16062 | ||
| 15995 | Hide-Ifdef mode is a buffer-local minor mode for use with C and | 16063 | Hide-Ifdef mode is a buffer-local minor mode for use with C and |
| 15996 | C-like major modes. When enabled, code within #ifdef constructs | 16064 | C-like major modes. When enabled, code within #ifdef constructs |
| @@ -16067,9 +16135,9 @@ whitespace. Case does not matter.") | |||
| 16067 | Minor mode to selectively hide/show code and comment blocks. | 16135 | Minor mode to selectively hide/show code and comment blocks. |
| 16068 | 16136 | ||
| 16069 | If called interactively, enable Hs minor mode if ARG is positive, and | 16137 | If called interactively, enable Hs minor mode if ARG is positive, and |
| 16070 | disable it if ARG is zero or negative. If called from Lisp, | 16138 | disable it if ARG is zero or negative. If called from Lisp, also |
| 16071 | also enable the mode if ARG is omitted or nil, and toggle it | 16139 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 16072 | if ARG is `toggle'; disable the mode otherwise. | 16140 | `toggle'; disable the mode otherwise. |
| 16073 | 16141 | ||
| 16074 | When hideshow minor mode is on, the menu bar is augmented with hideshow | 16142 | When hideshow minor mode is on, the menu bar is augmented with hideshow |
| 16075 | commands and the hideshow commands are enabled. | 16143 | commands and the hideshow commands are enabled. |
| @@ -16102,10 +16170,10 @@ Unconditionally turn off `hs-minor-mode'." nil nil) | |||
| 16102 | (autoload 'highlight-changes-mode "hilit-chg" "\ | 16170 | (autoload 'highlight-changes-mode "hilit-chg" "\ |
| 16103 | Toggle highlighting changes in this buffer (Highlight Changes mode). | 16171 | Toggle highlighting changes in this buffer (Highlight Changes mode). |
| 16104 | 16172 | ||
| 16105 | If called interactively, enable Highlight-Changes mode if ARG is positive, and | 16173 | If called interactively, enable Highlight-Changes mode if ARG is |
| 16106 | disable it if ARG is zero or negative. If called from Lisp, | 16174 | positive, and disable it if ARG is zero or negative. If called from |
| 16107 | also enable the mode if ARG is omitted or nil, and toggle it | 16175 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 16108 | if ARG is `toggle'; disable the mode otherwise. | 16176 | ARG is `toggle'; disable the mode otherwise. |
| 16109 | 16177 | ||
| 16110 | When Highlight Changes is enabled, changes are marked with a text | 16178 | When Highlight Changes is enabled, changes are marked with a text |
| 16111 | property. Normally they are displayed in a distinctive face, but | 16179 | property. Normally they are displayed in a distinctive face, but |
| @@ -16127,10 +16195,10 @@ buffer with the contents of a file | |||
| 16127 | (autoload 'highlight-changes-visible-mode "hilit-chg" "\ | 16195 | (autoload 'highlight-changes-visible-mode "hilit-chg" "\ |
| 16128 | Toggle visibility of highlighting due to Highlight Changes mode. | 16196 | Toggle visibility of highlighting due to Highlight Changes mode. |
| 16129 | 16197 | ||
| 16130 | If called interactively, enable Highlight-Changes-Visible mode if ARG is positive, and | 16198 | If called interactively, enable Highlight-Changes-Visible mode if ARG |
| 16131 | disable it if ARG is zero or negative. If called from Lisp, | 16199 | is positive, and disable it if ARG is zero or negative. If called |
| 16132 | also enable the mode if ARG is omitted or nil, and toggle it | 16200 | from Lisp, also enable the mode if ARG is omitted or nil, and toggle |
| 16133 | if ARG is `toggle'; disable the mode otherwise. | 16201 | it if ARG is `toggle'; disable the mode otherwise. |
| 16134 | 16202 | ||
| 16135 | Highlight Changes Visible mode only has an effect when Highlight | 16203 | Highlight Changes Visible mode only has an effect when Highlight |
| 16136 | Changes mode is on. When enabled, the changed text is displayed | 16204 | Changes mode is on. When enabled, the changed text is displayed |
| @@ -16202,6 +16270,8 @@ changes are made, so \\[highlight-changes-next-change] and | |||
| 16202 | 16270 | ||
| 16203 | \(fn FILE-B)" t nil) | 16271 | \(fn FILE-B)" t nil) |
| 16204 | 16272 | ||
| 16273 | (put 'global-highlight-changes-mode 'globalized-minor-mode t) | ||
| 16274 | |||
| 16205 | (defvar global-highlight-changes-mode nil "\ | 16275 | (defvar global-highlight-changes-mode nil "\ |
| 16206 | Non-nil if Global Highlight-Changes mode is enabled. | 16276 | Non-nil if Global Highlight-Changes mode is enabled. |
| 16207 | See the `global-highlight-changes-mode' command | 16277 | See the `global-highlight-changes-mode' command |
| @@ -16269,9 +16339,9 @@ argument VERBOSE non-nil makes the function verbose. | |||
| 16269 | Toggle highlighting of the current line (Hl-Line mode). | 16339 | Toggle highlighting of the current line (Hl-Line mode). |
| 16270 | 16340 | ||
| 16271 | If called interactively, enable Hl-Line mode if ARG is positive, and | 16341 | If called interactively, enable Hl-Line mode if ARG is positive, and |
| 16272 | disable it if ARG is zero or negative. If called from Lisp, | 16342 | disable it if ARG is zero or negative. If called from Lisp, also |
| 16273 | also enable the mode if ARG is omitted or nil, and toggle it | 16343 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 16274 | if ARG is `toggle'; disable the mode otherwise. | 16344 | `toggle'; disable the mode otherwise. |
| 16275 | 16345 | ||
| 16276 | Hl-Line mode is a buffer-local minor mode. If | 16346 | Hl-Line mode is a buffer-local minor mode. If |
| 16277 | `hl-line-sticky-flag' is non-nil, Hl-Line mode highlights the | 16347 | `hl-line-sticky-flag' is non-nil, Hl-Line mode highlights the |
| @@ -16300,10 +16370,10 @@ or call the function `global-hl-line-mode'.") | |||
| 16300 | (autoload 'global-hl-line-mode "hl-line" "\ | 16370 | (autoload 'global-hl-line-mode "hl-line" "\ |
| 16301 | Toggle line highlighting in all buffers (Global Hl-Line mode). | 16371 | Toggle line highlighting in all buffers (Global Hl-Line mode). |
| 16302 | 16372 | ||
| 16303 | If called interactively, enable Global Hl-Line mode if ARG is positive, and | 16373 | If called interactively, enable Global Hl-Line mode if ARG is |
| 16304 | disable it if ARG is zero or negative. If called from Lisp, | 16374 | positive, and disable it if ARG is zero or negative. If called from |
| 16305 | also enable the mode if ARG is omitted or nil, and toggle it | 16375 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 16306 | if ARG is `toggle'; disable the mode otherwise. | 16376 | ARG is `toggle'; disable the mode otherwise. |
| 16307 | 16377 | ||
| 16308 | If `global-hl-line-sticky-flag' is non-nil, Global Hl-Line mode | 16378 | If `global-hl-line-sticky-flag' is non-nil, Global Hl-Line mode |
| 16309 | highlights the line about the current buffer's point in all live | 16379 | highlights the line about the current buffer's point in all live |
| @@ -16722,9 +16792,9 @@ or call the function `icomplete-mode'.") | |||
| 16722 | Toggle incremental minibuffer completion (Icomplete mode). | 16792 | Toggle incremental minibuffer completion (Icomplete mode). |
| 16723 | 16793 | ||
| 16724 | If called interactively, enable Icomplete mode if ARG is positive, and | 16794 | If called interactively, enable Icomplete mode if ARG is positive, and |
| 16725 | disable it if ARG is zero or negative. If called from Lisp, | 16795 | disable it if ARG is zero or negative. If called from Lisp, also |
| 16726 | also enable the mode if ARG is omitted or nil, and toggle it | 16796 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 16727 | if ARG is `toggle'; disable the mode otherwise. | 16797 | `toggle'; disable the mode otherwise. |
| 16728 | 16798 | ||
| 16729 | When this global minor mode is enabled, typing in the minibuffer | 16799 | When this global minor mode is enabled, typing in the minibuffer |
| 16730 | continuously displays a list of possible completions that match | 16800 | continuously displays a list of possible completions that match |
| @@ -17043,8 +17113,15 @@ For details of keybindings, see `ido-switch-buffer'." t nil) | |||
| 17043 | 17113 | ||
| 17044 | (autoload 'ido-display-buffer "ido" "\ | 17114 | (autoload 'ido-display-buffer "ido" "\ |
| 17045 | Display a buffer in another window but don't select it. | 17115 | Display a buffer in another window but don't select it. |
| 17116 | |||
| 17117 | If ACTION (the prefix argument interactively), display the buffer | ||
| 17118 | in another windown even if it's already displayed in the current | ||
| 17119 | window. | ||
| 17120 | |||
| 17046 | The buffer name is selected interactively by typing a substring. | 17121 | The buffer name is selected interactively by typing a substring. |
| 17047 | For details of keybindings, see `ido-switch-buffer'." t nil) | 17122 | For details of keybindings, see `ido-switch-buffer'. |
| 17123 | |||
| 17124 | \(fn &optional ACTION)" t nil) | ||
| 17048 | 17125 | ||
| 17049 | (autoload 'ido-display-buffer-other-frame "ido" "\ | 17126 | (autoload 'ido-display-buffer-other-frame "ido" "\ |
| 17050 | Display a buffer preferably in another frame. | 17127 | Display a buffer preferably in another frame. |
| @@ -17258,9 +17335,9 @@ See `inferior-emacs-lisp-mode' for details. | |||
| 17258 | Toggle Iimage mode on or off. | 17335 | Toggle Iimage mode on or off. |
| 17259 | 17336 | ||
| 17260 | If called interactively, enable Iimage mode if ARG is positive, and | 17337 | If called interactively, enable Iimage mode if ARG is positive, and |
| 17261 | disable it if ARG is zero or negative. If called from Lisp, | 17338 | disable it if ARG is zero or negative. If called from Lisp, also |
| 17262 | also enable the mode if ARG is omitted or nil, and toggle it | 17339 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 17263 | if ARG is `toggle'; disable the mode otherwise. | 17340 | `toggle'; disable the mode otherwise. |
| 17264 | 17341 | ||
| 17265 | \\{iimage-mode-map} | 17342 | \\{iimage-mode-map} |
| 17266 | 17343 | ||
| @@ -17311,7 +17388,7 @@ Optional DATA-P non-nil means SOURCE is a string containing image data. | |||
| 17311 | \(fn SOURCE &optional TYPE DATA-P)" nil nil) | 17388 | \(fn SOURCE &optional TYPE DATA-P)" nil nil) |
| 17312 | 17389 | ||
| 17313 | (autoload 'image-type-available-p "image" "\ | 17390 | (autoload 'image-type-available-p "image" "\ |
| 17314 | Return non-nil if image type TYPE is available. | 17391 | Return t if image type TYPE is available. |
| 17315 | Image types are symbols like `xbm' or `jpeg'. | 17392 | Image types are symbols like `xbm' or `jpeg'. |
| 17316 | 17393 | ||
| 17317 | \(fn TYPE)" nil nil) | 17394 | \(fn TYPE)" nil nil) |
| @@ -17462,7 +17539,7 @@ recognizes these files as having image type `imagemagick'. | |||
| 17462 | 17539 | ||
| 17463 | If Emacs is compiled without ImageMagick support, this does nothing." nil nil) | 17540 | If Emacs is compiled without ImageMagick support, this does nothing." nil nil) |
| 17464 | 17541 | ||
| 17465 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "image" '("image"))) | 17542 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "image" '("image" "unknown-image-type"))) |
| 17466 | 17543 | ||
| 17467 | ;;;*** | 17544 | ;;;*** |
| 17468 | 17545 | ||
| @@ -17561,10 +17638,10 @@ Setup easy-to-use keybindings for the commands to be used in dired mode. | |||
| 17561 | Note that n, p and <down> and <up> will be hijacked and bound to | 17638 | Note that n, p and <down> and <up> will be hijacked and bound to |
| 17562 | `image-dired-dired-x-line'. | 17639 | `image-dired-dired-x-line'. |
| 17563 | 17640 | ||
| 17564 | If called interactively, enable Image-Dired minor mode if ARG is positive, and | 17641 | If called interactively, enable Image-Dired minor mode if ARG is |
| 17565 | disable it if ARG is zero or negative. If called from Lisp, | 17642 | positive, and disable it if ARG is zero or negative. If called from |
| 17566 | also enable the mode if ARG is omitted or nil, and toggle it | 17643 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 17567 | if ARG is `toggle'; disable the mode otherwise. | 17644 | ARG is `toggle'; disable the mode otherwise. |
| 17568 | 17645 | ||
| 17569 | \(fn &optional ARG)" t nil) | 17646 | \(fn &optional ARG)" t nil) |
| 17570 | 17647 | ||
| @@ -17657,10 +17734,10 @@ or call the function `auto-image-file-mode'.") | |||
| 17657 | (autoload 'auto-image-file-mode "image-file" "\ | 17734 | (autoload 'auto-image-file-mode "image-file" "\ |
| 17658 | Toggle visiting of image files as images (Auto Image File mode). | 17735 | Toggle visiting of image files as images (Auto Image File mode). |
| 17659 | 17736 | ||
| 17660 | If called interactively, enable Auto-Image-File mode if ARG is positive, and | 17737 | If called interactively, enable Auto-Image-File mode if ARG is |
| 17661 | disable it if ARG is zero or negative. If called from Lisp, | 17738 | positive, and disable it if ARG is zero or negative. If called from |
| 17662 | also enable the mode if ARG is omitted or nil, and toggle it | 17739 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 17663 | if ARG is `toggle'; disable the mode otherwise. | 17740 | ARG is `toggle'; disable the mode otherwise. |
| 17664 | 17741 | ||
| 17665 | An image file is one whose name has an extension in | 17742 | An image file is one whose name has an extension in |
| 17666 | `image-file-name-extensions', or matches a regexp in | 17743 | `image-file-name-extensions', or matches a regexp in |
| @@ -17686,10 +17763,10 @@ Key bindings: | |||
| 17686 | (autoload 'image-minor-mode "image-mode" "\ | 17763 | (autoload 'image-minor-mode "image-mode" "\ |
| 17687 | Toggle Image minor mode in this buffer. | 17764 | Toggle Image minor mode in this buffer. |
| 17688 | 17765 | ||
| 17689 | If called interactively, enable Image minor mode if ARG is positive, and | 17766 | If called interactively, enable Image minor mode if ARG is positive, |
| 17690 | disable it if ARG is zero or negative. If called from Lisp, | 17767 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 17691 | also enable the mode if ARG is omitted or nil, and toggle it | 17768 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 17692 | if ARG is `toggle'; disable the mode otherwise. | 17769 | `toggle'; disable the mode otherwise. |
| 17693 | 17770 | ||
| 17694 | Image minor mode provides the key \\<image-mode-map>\\[image-toggle-display], | 17771 | Image minor mode provides the key \\<image-mode-map>\\[image-toggle-display], |
| 17695 | to switch back to `image-mode' and display an image file as the | 17772 | to switch back to `image-mode' and display an image file as the |
| @@ -18631,10 +18708,10 @@ available on the net." t nil) | |||
| 18631 | (autoload 'ispell-minor-mode "ispell" "\ | 18708 | (autoload 'ispell-minor-mode "ispell" "\ |
| 18632 | Toggle last-word spell checking (Ispell minor mode). | 18709 | Toggle last-word spell checking (Ispell minor mode). |
| 18633 | 18710 | ||
| 18634 | If called interactively, enable ISpell minor mode if ARG is positive, and | 18711 | If called interactively, enable ISpell minor mode if ARG is positive, |
| 18635 | disable it if ARG is zero or negative. If called from Lisp, | 18712 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 18636 | also enable the mode if ARG is omitted or nil, and toggle it | 18713 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 18637 | if ARG is `toggle'; disable the mode otherwise. | 18714 | `toggle'; disable the mode otherwise. |
| 18638 | 18715 | ||
| 18639 | Ispell minor mode is a buffer-local minor mode. When enabled, | 18716 | Ispell minor mode is a buffer-local minor mode. When enabled, |
| 18640 | typing SPC or RET warns you if the previous word is incorrectly | 18717 | typing SPC or RET warns you if the previous word is incorrectly |
| @@ -19318,14 +19395,16 @@ generations (this defaults to 1). | |||
| 19318 | Toggle display of line numbers in the left margin (Linum mode). | 19395 | Toggle display of line numbers in the left margin (Linum mode). |
| 19319 | 19396 | ||
| 19320 | If called interactively, enable Linum mode if ARG is positive, and | 19397 | If called interactively, enable Linum mode if ARG is positive, and |
| 19321 | disable it if ARG is zero or negative. If called from Lisp, | 19398 | disable it if ARG is zero or negative. If called from Lisp, also |
| 19322 | also enable the mode if ARG is omitted or nil, and toggle it | 19399 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 19323 | if ARG is `toggle'; disable the mode otherwise. | 19400 | `toggle'; disable the mode otherwise. |
| 19324 | 19401 | ||
| 19325 | Linum mode is a buffer-local minor mode. | 19402 | Linum mode is a buffer-local minor mode. |
| 19326 | 19403 | ||
| 19327 | \(fn &optional ARG)" t nil) | 19404 | \(fn &optional ARG)" t nil) |
| 19328 | 19405 | ||
| 19406 | (put 'global-linum-mode 'globalized-minor-mode t) | ||
| 19407 | |||
| 19329 | (defvar global-linum-mode nil "\ | 19408 | (defvar global-linum-mode nil "\ |
| 19330 | Non-nil if Global Linum mode is enabled. | 19409 | Non-nil if Global Linum mode is enabled. |
| 19331 | See the `global-linum-mode' command | 19410 | See the `global-linum-mode' command |
| @@ -19888,10 +19967,10 @@ or call the function `mail-abbrevs-mode'.") | |||
| 19888 | (autoload 'mail-abbrevs-mode "mailabbrev" "\ | 19967 | (autoload 'mail-abbrevs-mode "mailabbrev" "\ |
| 19889 | Toggle abbrev expansion of mail aliases (Mail Abbrevs mode). | 19968 | Toggle abbrev expansion of mail aliases (Mail Abbrevs mode). |
| 19890 | 19969 | ||
| 19891 | If called interactively, enable Mail-Abbrevs mode if ARG is positive, and | 19970 | If called interactively, enable Mail-Abbrevs mode if ARG is positive, |
| 19892 | disable it if ARG is zero or negative. If called from Lisp, | 19971 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 19893 | also enable the mode if ARG is omitted or nil, and toggle it | 19972 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 19894 | if ARG is `toggle'; disable the mode otherwise. | 19973 | `toggle'; disable the mode otherwise. |
| 19895 | 19974 | ||
| 19896 | Mail Abbrevs mode is a global minor mode. When enabled, | 19975 | Mail Abbrevs mode is a global minor mode. When enabled, |
| 19897 | abbrev-like expansion is performed when editing certain mail | 19976 | abbrev-like expansion is performed when editing certain mail |
| @@ -20222,9 +20301,9 @@ Default bookmark handler for Man buffers. | |||
| 20222 | Toggle Master mode. | 20301 | Toggle Master mode. |
| 20223 | 20302 | ||
| 20224 | If called interactively, enable Master mode if ARG is positive, and | 20303 | If called interactively, enable Master mode if ARG is positive, and |
| 20225 | disable it if ARG is zero or negative. If called from Lisp, | 20304 | disable it if ARG is zero or negative. If called from Lisp, also |
| 20226 | also enable the mode if ARG is omitted or nil, and toggle it | 20305 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 20227 | if ARG is `toggle'; disable the mode otherwise. | 20306 | `toggle'; disable the mode otherwise. |
| 20228 | 20307 | ||
| 20229 | When Master mode is enabled, you can scroll the slave buffer | 20308 | When Master mode is enabled, you can scroll the slave buffer |
| 20230 | using the following commands: | 20309 | using the following commands: |
| @@ -20257,10 +20336,10 @@ or call the function `minibuffer-depth-indicate-mode'.") | |||
| 20257 | (autoload 'minibuffer-depth-indicate-mode "mb-depth" "\ | 20336 | (autoload 'minibuffer-depth-indicate-mode "mb-depth" "\ |
| 20258 | Toggle Minibuffer Depth Indication mode. | 20337 | Toggle Minibuffer Depth Indication mode. |
| 20259 | 20338 | ||
| 20260 | If called interactively, enable Minibuffer-Depth-Indicate mode if ARG is positive, and | 20339 | If called interactively, enable Minibuffer-Depth-Indicate mode if ARG |
| 20261 | disable it if ARG is zero or negative. If called from Lisp, | 20340 | is positive, and disable it if ARG is zero or negative. If called |
| 20262 | also enable the mode if ARG is omitted or nil, and toggle it | 20341 | from Lisp, also enable the mode if ARG is omitted or nil, and toggle |
| 20263 | if ARG is `toggle'; disable the mode otherwise. | 20342 | it if ARG is `toggle'; disable the mode otherwise. |
| 20264 | 20343 | ||
| 20265 | Minibuffer Depth Indication mode is a global minor mode. When | 20344 | Minibuffer Depth Indication mode is a global minor mode. When |
| 20266 | enabled, any recursive use of the minibuffer will show the | 20345 | enabled, any recursive use of the minibuffer will show the |
| @@ -20837,9 +20916,9 @@ or call the function `midnight-mode'.") | |||
| 20837 | Non-nil means run `midnight-hook' at midnight. | 20916 | Non-nil means run `midnight-hook' at midnight. |
| 20838 | 20917 | ||
| 20839 | If called interactively, enable Midnight mode if ARG is positive, and | 20918 | If called interactively, enable Midnight mode if ARG is positive, and |
| 20840 | disable it if ARG is zero or negative. If called from Lisp, | 20919 | disable it if ARG is zero or negative. If called from Lisp, also |
| 20841 | also enable the mode if ARG is omitted or nil, and toggle it | 20920 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 20842 | if ARG is `toggle'; disable the mode otherwise. | 20921 | `toggle'; disable the mode otherwise. |
| 20843 | 20922 | ||
| 20844 | \(fn &optional ARG)" t nil) | 20923 | \(fn &optional ARG)" t nil) |
| 20845 | 20924 | ||
| @@ -20882,10 +20961,10 @@ or call the function `minibuffer-electric-default-mode'.") | |||
| 20882 | (autoload 'minibuffer-electric-default-mode "minibuf-eldef" "\ | 20961 | (autoload 'minibuffer-electric-default-mode "minibuf-eldef" "\ |
| 20883 | Toggle Minibuffer Electric Default mode. | 20962 | Toggle Minibuffer Electric Default mode. |
| 20884 | 20963 | ||
| 20885 | If called interactively, enable Minibuffer-Electric-Default mode if ARG is positive, and | 20964 | If called interactively, enable Minibuffer-Electric-Default mode if |
| 20886 | disable it if ARG is zero or negative. If called from Lisp, | 20965 | ARG is positive, and disable it if ARG is zero or negative. If called |
| 20887 | also enable the mode if ARG is omitted or nil, and toggle it | 20966 | from Lisp, also enable the mode if ARG is omitted or nil, and toggle |
| 20888 | if ARG is `toggle'; disable the mode otherwise. | 20967 | it if ARG is `toggle'; disable the mode otherwise. |
| 20889 | 20968 | ||
| 20890 | Minibuffer Electric Default mode is a global minor mode. When | 20969 | Minibuffer Electric Default mode is a global minor mode. When |
| 20891 | enabled, minibuffer prompts that show a default value only show | 20970 | enabled, minibuffer prompts that show a default value only show |
| @@ -21294,7 +21373,7 @@ will be computed and used. | |||
| 21294 | 21373 | ||
| 21295 | (put 'define-overloadable-function 'doc-string-elt 3) | 21374 | (put 'define-overloadable-function 'doc-string-elt 3) |
| 21296 | 21375 | ||
| 21297 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mode-local" '("activate-mode-local-bindings" "deactivate-mode-local-bindings" "def" "describe-mode-local-" "fetch-overload" "function-overload-p" "get-mode-local-parent" "make-obsolete-overload" "mode-local-" "new-mode-local-bindings" "overload-" "set" "with-mode-local" "xref-mode-local-"))) | 21376 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mode-local" '("def" "describe-mode-local-bindings" "fetch-overload" "get-mode-local-parent" "make-obsolete-overload" "mode-local-" "setq-mode-local" "with-mode-local" "xref-mode-local-"))) |
| 21298 | 21377 | ||
| 21299 | ;;;*** | 21378 | ;;;*** |
| 21300 | 21379 | ||
| @@ -21453,9 +21532,9 @@ or call the function `msb-mode'.") | |||
| 21453 | Toggle Msb mode. | 21532 | Toggle Msb mode. |
| 21454 | 21533 | ||
| 21455 | If called interactively, enable Msb mode if ARG is positive, and | 21534 | If called interactively, enable Msb mode if ARG is positive, and |
| 21456 | disable it if ARG is zero or negative. If called from Lisp, | 21535 | disable it if ARG is zero or negative. If called from Lisp, also |
| 21457 | also enable the mode if ARG is omitted or nil, and toggle it | 21536 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 21458 | if ARG is `toggle'; disable the mode otherwise. | 21537 | `toggle'; disable the mode otherwise. |
| 21459 | 21538 | ||
| 21460 | This mode overrides the binding(s) of `mouse-buffer-menu' to provide a | 21539 | This mode overrides the binding(s) of `mouse-buffer-menu' to provide a |
| 21461 | different buffer menu using the function `msb'. | 21540 | different buffer menu using the function `msb'. |
| @@ -21631,7 +21710,11 @@ unless the display width of STR is equal to or less than the display | |||
| 21631 | width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS | 21710 | width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS |
| 21632 | defaults to `truncate-string-ellipsis'. | 21711 | defaults to `truncate-string-ellipsis'. |
| 21633 | 21712 | ||
| 21634 | \(fn STR END-COLUMN &optional START-COLUMN PADDING ELLIPSIS)" nil nil) | 21713 | If ELLIPSIS-TEXT-PROPERTY in non-nil, a too-long string will not |
| 21714 | be truncated, but instead the elided parts will be covered by a | ||
| 21715 | `display' text property showing the ellipsis. | ||
| 21716 | |||
| 21717 | \(fn STR END-COLUMN &optional START-COLUMN PADDING ELLIPSIS ELLIPSIS-TEXT-PROPERTY)" nil nil) | ||
| 21635 | 21718 | ||
| 21636 | (defsubst nested-alist-p (obj) "\ | 21719 | (defsubst nested-alist-p (obj) "\ |
| 21637 | Return t if OBJ is a nested alist. | 21720 | Return t if OBJ is a nested alist. |
| @@ -23104,9 +23187,9 @@ the cursor is on a headline, or on a plain list item (both as | |||
| 23104 | defined by Org mode). | 23187 | defined by Org mode). |
| 23105 | 23188 | ||
| 23106 | If called interactively, enable OrgStruct mode if ARG is positive, and | 23189 | If called interactively, enable OrgStruct mode if ARG is positive, and |
| 23107 | disable it if ARG is zero or negative. If called from Lisp, | 23190 | disable it if ARG is zero or negative. If called from Lisp, also |
| 23108 | also enable the mode if ARG is omitted or nil, and toggle it | 23191 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 23109 | if ARG is `toggle'; disable the mode otherwise. | 23192 | `toggle'; disable the mode otherwise. |
| 23110 | 23193 | ||
| 23111 | \(fn &optional ARG)" t nil) | 23194 | \(fn &optional ARG)" t nil) |
| 23112 | 23195 | ||
| @@ -23986,10 +24069,10 @@ Turning on outline mode calls the value of `text-mode-hook' and then of | |||
| 23986 | (autoload 'outline-minor-mode "outline" "\ | 24069 | (autoload 'outline-minor-mode "outline" "\ |
| 23987 | Toggle Outline minor mode. | 24070 | Toggle Outline minor mode. |
| 23988 | 24071 | ||
| 23989 | If called interactively, enable Outline minor mode if ARG is positive, and | 24072 | If called interactively, enable Outline minor mode if ARG is positive, |
| 23990 | disable it if ARG is zero or negative. If called from Lisp, | 24073 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 23991 | also enable the mode if ARG is omitted or nil, and toggle it | 24074 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 23992 | if ARG is `toggle'; disable the mode otherwise. | 24075 | `toggle'; disable the mode otherwise. |
| 23993 | 24076 | ||
| 23994 | See the command `outline-mode' for more information on this mode. | 24077 | See the command `outline-mode' for more information on this mode. |
| 23995 | 24078 | ||
| @@ -24157,12 +24240,17 @@ downloads in the background. | |||
| 24157 | 24240 | ||
| 24158 | (autoload 'package-install "package" "\ | 24241 | (autoload 'package-install "package" "\ |
| 24159 | Install the package PKG. | 24242 | Install the package PKG. |
| 24160 | PKG can be a `package-desc' or a symbol naming one of the available packages | 24243 | PKG can be a `package-desc' or a symbol naming one of the |
| 24161 | in an archive in `package-archives'. Interactively, prompt for its name. | 24244 | available packages in an archive in `package-archives'. When |
| 24245 | called interactively, prompt for the package name. | ||
| 24162 | 24246 | ||
| 24163 | If called interactively or if DONT-SELECT nil, add PKG to | 24247 | Mark the installed package as selected by adding it to |
| 24164 | `package-selected-packages'. | 24248 | `package-selected-packages'. |
| 24165 | 24249 | ||
| 24250 | When called from Lisp and optional argument DONT-SELECT is | ||
| 24251 | non-nil, install the package but do not add it to | ||
| 24252 | `package-select-packages'. | ||
| 24253 | |||
| 24166 | If PKG is a `package-desc' and it is already installed, don't try | 24254 | If PKG is a `package-desc' and it is already installed, don't try |
| 24167 | to install it but still mark it as selected. | 24255 | to install it but still mark it as selected. |
| 24168 | 24256 | ||
| @@ -24280,10 +24368,10 @@ or call the function `show-paren-mode'.") | |||
| 24280 | (autoload 'show-paren-mode "paren" "\ | 24368 | (autoload 'show-paren-mode "paren" "\ |
| 24281 | Toggle visualization of matching parens (Show Paren mode). | 24369 | Toggle visualization of matching parens (Show Paren mode). |
| 24282 | 24370 | ||
| 24283 | If called interactively, enable Show-Paren mode if ARG is positive, and | 24371 | If called interactively, enable Show-Paren mode if ARG is positive, |
| 24284 | disable it if ARG is zero or negative. If called from Lisp, | 24372 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 24285 | also enable the mode if ARG is omitted or nil, and toggle it | 24373 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 24286 | if ARG is `toggle'; disable the mode otherwise. | 24374 | `toggle'; disable the mode otherwise. |
| 24287 | 24375 | ||
| 24288 | Show Paren mode is a global minor mode. When enabled, any | 24376 | Show Paren mode is a global minor mode. When enabled, any |
| 24289 | matching parenthesis is highlighted in `show-paren-style' after | 24377 | matching parenthesis is highlighted in `show-paren-style' after |
| @@ -24654,6 +24742,8 @@ completion functions list (it should occur fairly early in the list). | |||
| 24654 | 24742 | ||
| 24655 | \(fn &optional INTERACTIVELY)" t nil) | 24743 | \(fn &optional INTERACTIVELY)" t nil) |
| 24656 | 24744 | ||
| 24745 | (make-obsolete 'pcomplete '"use completion-at-point and pcomplete-completions-at-point" '"27.1") | ||
| 24746 | |||
| 24657 | (autoload 'pcomplete-reverse "pcomplete" "\ | 24747 | (autoload 'pcomplete-reverse "pcomplete" "\ |
| 24658 | If cycling completion is in use, cycle backwards." t nil) | 24748 | If cycling completion is in use, cycle backwards." t nil) |
| 24659 | 24749 | ||
| @@ -24671,6 +24761,8 @@ This will modify the current buffer." t nil) | |||
| 24671 | (autoload 'pcomplete-help "pcomplete" "\ | 24761 | (autoload 'pcomplete-help "pcomplete" "\ |
| 24672 | Display any help information relative to the current argument." t nil) | 24762 | Display any help information relative to the current argument." t nil) |
| 24673 | 24763 | ||
| 24764 | (make-obsolete 'pcomplete-help '"use completion-help-at-point and pcomplete-completions-at-point" '"27.1") | ||
| 24765 | |||
| 24674 | (autoload 'pcomplete-list "pcomplete" "\ | 24766 | (autoload 'pcomplete-list "pcomplete" "\ |
| 24675 | Show the list of possible completions for the current argument." t nil) | 24767 | Show the list of possible completions for the current argument." t nil) |
| 24676 | 24768 | ||
| @@ -24972,10 +25064,10 @@ or call the function `pixel-scroll-mode'.") | |||
| 24972 | (autoload 'pixel-scroll-mode "pixel-scroll" "\ | 25064 | (autoload 'pixel-scroll-mode "pixel-scroll" "\ |
| 24973 | A minor mode to scroll text pixel-by-pixel. | 25065 | A minor mode to scroll text pixel-by-pixel. |
| 24974 | 25066 | ||
| 24975 | If called interactively, enable Pixel-Scroll mode if ARG is positive, and | 25067 | If called interactively, enable Pixel-Scroll mode if ARG is positive, |
| 24976 | disable it if ARG is zero or negative. If called from Lisp, | 25068 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 24977 | also enable the mode if ARG is omitted or nil, and toggle it | 25069 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 24978 | if ARG is `toggle'; disable the mode otherwise. | 25070 | `toggle'; disable the mode otherwise. |
| 24979 | 25071 | ||
| 24980 | \(fn &optional ARG)" t nil) | 25072 | \(fn &optional ARG)" t nil) |
| 24981 | 25073 | ||
| @@ -26580,10 +26672,10 @@ or call the function `rcirc-track-minor-mode'.") | |||
| 26580 | (autoload 'rcirc-track-minor-mode "rcirc" "\ | 26672 | (autoload 'rcirc-track-minor-mode "rcirc" "\ |
| 26581 | Global minor mode for tracking activity in rcirc buffers. | 26673 | Global minor mode for tracking activity in rcirc buffers. |
| 26582 | 26674 | ||
| 26583 | If called interactively, enable Rcirc-Track minor mode if ARG is positive, and | 26675 | If called interactively, enable Rcirc-Track minor mode if ARG is |
| 26584 | disable it if ARG is zero or negative. If called from Lisp, | 26676 | positive, and disable it if ARG is zero or negative. If called from |
| 26585 | also enable the mode if ARG is omitted or nil, and toggle it | 26677 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 26586 | if ARG is `toggle'; disable the mode otherwise. | 26678 | ARG is `toggle'; disable the mode otherwise. |
| 26587 | 26679 | ||
| 26588 | \(fn &optional ARG)" t nil) | 26680 | \(fn &optional ARG)" t nil) |
| 26589 | 26681 | ||
| @@ -26627,13 +26719,13 @@ or call the function `recentf-mode'.") | |||
| 26627 | Toggle \"Open Recent\" menu (Recentf mode). | 26719 | Toggle \"Open Recent\" menu (Recentf mode). |
| 26628 | 26720 | ||
| 26629 | If called interactively, enable Recentf mode if ARG is positive, and | 26721 | If called interactively, enable Recentf mode if ARG is positive, and |
| 26630 | disable it if ARG is zero or negative. If called from Lisp, | 26722 | disable it if ARG is zero or negative. If called from Lisp, also |
| 26631 | also enable the mode if ARG is omitted or nil, and toggle it | 26723 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 26632 | if ARG is `toggle'; disable the mode otherwise. | 26724 | `toggle'; disable the mode otherwise. |
| 26633 | 26725 | ||
| 26634 | When Recentf mode is enabled, a \"Open Recent\" submenu is | 26726 | When Recentf mode is enabled, a \"Open Recent\" submenu is |
| 26635 | displayed in the \"File\" menu, containing a list of files that | 26727 | displayed in the \"File\" menu, containing a list of files that |
| 26636 | were operated on recently. | 26728 | were operated on recently, in the most-recently-used order. |
| 26637 | 26729 | ||
| 26638 | \(fn &optional ARG)" t nil) | 26730 | \(fn &optional ARG)" t nil) |
| 26639 | 26731 | ||
| @@ -26778,10 +26870,10 @@ with a prefix argument, prompt for START-AT and FORMAT. | |||
| 26778 | (autoload 'rectangle-mark-mode "rect" "\ | 26870 | (autoload 'rectangle-mark-mode "rect" "\ |
| 26779 | Toggle the region as rectangular. | 26871 | Toggle the region as rectangular. |
| 26780 | 26872 | ||
| 26781 | If called interactively, enable Rectangle-Mark mode if ARG is positive, and | 26873 | If called interactively, enable Rectangle-Mark mode if ARG is |
| 26782 | disable it if ARG is zero or negative. If called from Lisp, | 26874 | positive, and disable it if ARG is zero or negative. If called from |
| 26783 | also enable the mode if ARG is omitted or nil, and toggle it | 26875 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 26784 | if ARG is `toggle'; disable the mode otherwise. | 26876 | ARG is `toggle'; disable the mode otherwise. |
| 26785 | 26877 | ||
| 26786 | Activates the region if needed. Only lasts until the region is deactivated. | 26878 | Activates the region if needed. Only lasts until the region is deactivated. |
| 26787 | 26879 | ||
| @@ -26812,9 +26904,9 @@ Activates the region if needed. Only lasts until the region is deactivated. | |||
| 26812 | Toggle automatic refilling (Refill mode). | 26904 | Toggle automatic refilling (Refill mode). |
| 26813 | 26905 | ||
| 26814 | If called interactively, enable Refill mode if ARG is positive, and | 26906 | If called interactively, enable Refill mode if ARG is positive, and |
| 26815 | disable it if ARG is zero or negative. If called from Lisp, | 26907 | disable it if ARG is zero or negative. If called from Lisp, also |
| 26816 | also enable the mode if ARG is omitted or nil, and toggle it | 26908 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 26817 | if ARG is `toggle'; disable the mode otherwise. | 26909 | `toggle'; disable the mode otherwise. |
| 26818 | 26910 | ||
| 26819 | Refill mode is a buffer-local minor mode. When enabled, the | 26911 | Refill mode is a buffer-local minor mode. When enabled, the |
| 26820 | current paragraph is refilled as you edit. Self-inserting | 26912 | current paragraph is refilled as you edit. Self-inserting |
| @@ -26843,9 +26935,9 @@ Turn on RefTeX mode." nil nil) | |||
| 26843 | Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX. | 26935 | Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX. |
| 26844 | 26936 | ||
| 26845 | If called interactively, enable Reftex mode if ARG is positive, and | 26937 | If called interactively, enable Reftex mode if ARG is positive, and |
| 26846 | disable it if ARG is zero or negative. If called from Lisp, | 26938 | disable it if ARG is zero or negative. If called from Lisp, also |
| 26847 | also enable the mode if ARG is omitted or nil, and toggle it | 26939 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 26848 | if ARG is `toggle'; disable the mode otherwise. | 26940 | `toggle'; disable the mode otherwise. |
| 26849 | 26941 | ||
| 26850 | \\<reftex-mode-map>A Table of Contents of the entire (multifile) document with browsing | 26942 | \\<reftex-mode-map>A Table of Contents of the entire (multifile) document with browsing |
| 26851 | capabilities is available with `\\[reftex-toc]'. | 26943 | capabilities is available with `\\[reftex-toc]'. |
| @@ -27196,9 +27288,9 @@ first comment line visible (if point is in a comment). | |||
| 27196 | Toggle uncloaking of invisible text near point (Reveal mode). | 27288 | Toggle uncloaking of invisible text near point (Reveal mode). |
| 27197 | 27289 | ||
| 27198 | If called interactively, enable Reveal mode if ARG is positive, and | 27290 | If called interactively, enable Reveal mode if ARG is positive, and |
| 27199 | disable it if ARG is zero or negative. If called from Lisp, | 27291 | disable it if ARG is zero or negative. If called from Lisp, also |
| 27200 | also enable the mode if ARG is omitted or nil, and toggle it | 27292 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 27201 | if ARG is `toggle'; disable the mode otherwise. | 27293 | `toggle'; disable the mode otherwise. |
| 27202 | 27294 | ||
| 27203 | Reveal mode is a buffer-local minor mode. When enabled, it | 27295 | Reveal mode is a buffer-local minor mode. When enabled, it |
| 27204 | reveals invisible text around point. | 27296 | reveals invisible text around point. |
| @@ -27219,10 +27311,10 @@ or call the function `global-reveal-mode'.") | |||
| 27219 | Toggle Reveal mode in all buffers (Global Reveal mode). | 27311 | Toggle Reveal mode in all buffers (Global Reveal mode). |
| 27220 | Reveal mode renders invisible text around point visible again. | 27312 | Reveal mode renders invisible text around point visible again. |
| 27221 | 27313 | ||
| 27222 | If called interactively, enable Global Reveal mode if ARG is positive, and | 27314 | If called interactively, enable Global Reveal mode if ARG is positive, |
| 27223 | disable it if ARG is zero or negative. If called from Lisp, | 27315 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 27224 | also enable the mode if ARG is omitted or nil, and toggle it | 27316 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 27225 | if ARG is `toggle'; disable the mode otherwise. | 27317 | `toggle'; disable the mode otherwise. |
| 27226 | 27318 | ||
| 27227 | \(fn &optional ARG)" t nil) | 27319 | \(fn &optional ARG)" t nil) |
| 27228 | 27320 | ||
| @@ -27787,10 +27879,10 @@ Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil." t nil) | |||
| 27787 | (autoload 'rng-validate-mode "rng-valid" "\ | 27879 | (autoload 'rng-validate-mode "rng-valid" "\ |
| 27788 | Minor mode performing continual validation against a RELAX NG schema. | 27880 | Minor mode performing continual validation against a RELAX NG schema. |
| 27789 | 27881 | ||
| 27790 | If called interactively, enable Rng-Validate mode if ARG is positive, and | 27882 | If called interactively, enable Rng-Validate mode if ARG is positive, |
| 27791 | disable it if ARG is zero or negative. If called from Lisp, | 27883 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 27792 | also enable the mode if ARG is omitted or nil, and toggle it | 27884 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 27793 | if ARG is `toggle'; disable the mode otherwise. | 27885 | `toggle'; disable the mode otherwise. |
| 27794 | 27886 | ||
| 27795 | Checks whether the buffer is a well-formed XML 1.0 document, | 27887 | Checks whether the buffer is a well-formed XML 1.0 document, |
| 27796 | conforming to the XML Namespaces Recommendation and valid against a | 27888 | conforming to the XML Namespaces Recommendation and valid against a |
| @@ -27824,7 +27916,7 @@ to use for finding the schema. | |||
| 27824 | (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile #'rng-xsd-compile) | 27916 | (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile #'rng-xsd-compile) |
| 27825 | 27917 | ||
| 27826 | (autoload 'rng-xsd-compile "rng-xsd" "\ | 27918 | (autoload 'rng-xsd-compile "rng-xsd" "\ |
| 27827 | Provides W3C XML Schema as a RELAX NG datatypes library. | 27919 | Provide W3C XML Schema as a RELAX NG datatypes library. |
| 27828 | NAME is a symbol giving the local name of the datatype. PARAMS is a | 27920 | NAME is a symbol giving the local name of the datatype. PARAMS is a |
| 27829 | list of pairs (PARAM-NAME . PARAM-VALUE) where PARAM-NAME is a symbol | 27921 | list of pairs (PARAM-NAME . PARAM-VALUE) where PARAM-NAME is a symbol |
| 27830 | giving the name of the parameter and PARAM-VALUE is a string giving | 27922 | giving the name of the parameter and PARAM-VALUE is a string giving |
| @@ -27939,9 +28031,9 @@ highlighting. | |||
| 27939 | Toggle ReST minor mode. | 28031 | Toggle ReST minor mode. |
| 27940 | 28032 | ||
| 27941 | If called interactively, enable Rst minor mode if ARG is positive, and | 28033 | If called interactively, enable Rst minor mode if ARG is positive, and |
| 27942 | disable it if ARG is zero or negative. If called from Lisp, | 28034 | disable it if ARG is zero or negative. If called from Lisp, also |
| 27943 | also enable the mode if ARG is omitted or nil, and toggle it | 28035 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 27944 | if ARG is `toggle'; disable the mode otherwise. | 28036 | `toggle'; disable the mode otherwise. |
| 27945 | 28037 | ||
| 27946 | When ReST minor mode is enabled, the ReST mode keybindings | 28038 | When ReST minor mode is enabled, the ReST mode keybindings |
| 27947 | are installed on top of the major mode bindings. Use this | 28039 | are installed on top of the major mode bindings. Use this |
| @@ -27990,9 +28082,9 @@ Use the command `ruler-mode' to change this variable.") | |||
| 27990 | Toggle display of ruler in header line (Ruler mode). | 28082 | Toggle display of ruler in header line (Ruler mode). |
| 27991 | 28083 | ||
| 27992 | If called interactively, enable Ruler mode if ARG is positive, and | 28084 | If called interactively, enable Ruler mode if ARG is positive, and |
| 27993 | disable it if ARG is zero or negative. If called from Lisp, | 28085 | disable it if ARG is zero or negative. If called from Lisp, also |
| 27994 | also enable the mode if ARG is omitted or nil, and toggle it | 28086 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 27995 | if ARG is `toggle'; disable the mode otherwise. | 28087 | `toggle'; disable the mode otherwise. |
| 27996 | 28088 | ||
| 27997 | \(fn &optional ARG)" t nil) | 28089 | \(fn &optional ARG)" t nil) |
| 27998 | 28090 | ||
| @@ -28017,7 +28109,7 @@ For extending the `rx' notation in FORM, use `rx-define' or `rx-let-eval'. | |||
| 28017 | (autoload 'rx "rx" "\ | 28109 | (autoload 'rx "rx" "\ |
| 28018 | Translate regular expressions REGEXPS in sexp form to a regexp string. | 28110 | Translate regular expressions REGEXPS in sexp form to a regexp string. |
| 28019 | Each argument is one of the forms below; RX is a subform, and RX... stands | 28111 | Each argument is one of the forms below; RX is a subform, and RX... stands |
| 28020 | for one or more RXs. For details, see Info node `(elisp) Rx Notation'. | 28112 | for zero or more RXs. For details, see Info node `(elisp) Rx Notation'. |
| 28021 | See `rx-to-string' for the corresponding function. | 28113 | See `rx-to-string' for the corresponding function. |
| 28022 | 28114 | ||
| 28023 | STRING Match a literal string. | 28115 | STRING Match a literal string. |
| @@ -28050,7 +28142,8 @@ CHAR Match a literal character. | |||
| 28050 | can be (any ...), (syntax ...), (category ...), | 28142 | can be (any ...), (syntax ...), (category ...), |
| 28051 | or a character class. | 28143 | or a character class. |
| 28052 | not-newline Match any character except a newline. Alias: nonl. | 28144 | not-newline Match any character except a newline. Alias: nonl. |
| 28053 | anything Match any character. | 28145 | anychar Match any character. Alias: anything. |
| 28146 | unmatchable Never match anything at all. | ||
| 28054 | 28147 | ||
| 28055 | CHARCLASS Match a character from a character class. One of: | 28148 | CHARCLASS Match a character from a character class. One of: |
| 28056 | alpha, alphabetic, letter Alphabetic characters (defined by Unicode). | 28149 | alpha, alphabetic, letter Alphabetic characters (defined by Unicode). |
| @@ -28098,8 +28191,8 @@ Zero-width assertions: these all match the empty string in specific places. | |||
| 28098 | string-end At the end of the string or buffer. | 28191 | string-end At the end of the string or buffer. |
| 28099 | Alias: buffer-end, eos, eot. | 28192 | Alias: buffer-end, eos, eot. |
| 28100 | point At point. | 28193 | point At point. |
| 28101 | word-start At the beginning of a word. | 28194 | word-start At the beginning of a word. Alias: bow. |
| 28102 | word-end At the end of a word. | 28195 | word-end At the end of a word. Alias: eow. |
| 28103 | word-boundary At the beginning or end of a word. | 28196 | word-boundary At the beginning or end of a word. |
| 28104 | not-word-boundary Not at the beginning or end of a word. | 28197 | not-word-boundary Not at the beginning or end of a word. |
| 28105 | symbol-start At the beginning of a symbol. | 28198 | symbol-start At the beginning of a symbol. |
| @@ -28244,9 +28337,9 @@ or call the function `savehist-mode'.") | |||
| 28244 | Toggle saving of minibuffer history (Savehist mode). | 28337 | Toggle saving of minibuffer history (Savehist mode). |
| 28245 | 28338 | ||
| 28246 | If called interactively, enable Savehist mode if ARG is positive, and | 28339 | If called interactively, enable Savehist mode if ARG is positive, and |
| 28247 | disable it if ARG is zero or negative. If called from Lisp, | 28340 | disable it if ARG is zero or negative. If called from Lisp, also |
| 28248 | also enable the mode if ARG is omitted or nil, and toggle it | 28341 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 28249 | if ARG is `toggle'; disable the mode otherwise. | 28342 | `toggle'; disable the mode otherwise. |
| 28250 | 28343 | ||
| 28251 | When Savehist mode is enabled, minibuffer history is saved | 28344 | When Savehist mode is enabled, minibuffer history is saved |
| 28252 | to `savehist-file' periodically and when exiting Emacs. When | 28345 | to `savehist-file' periodically and when exiting Emacs. When |
| @@ -28298,10 +28391,10 @@ Non-nil means automatically save place in each file. | |||
| 28298 | This means when you visit a file, point goes to the last place | 28391 | This means when you visit a file, point goes to the last place |
| 28299 | where it was when you previously visited the same file. | 28392 | where it was when you previously visited the same file. |
| 28300 | 28393 | ||
| 28301 | If called interactively, enable Save-Place mode if ARG is positive, and | 28394 | If called interactively, enable Save-Place mode if ARG is positive, |
| 28302 | disable it if ARG is zero or negative. If called from Lisp, | 28395 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 28303 | also enable the mode if ARG is omitted or nil, and toggle it | 28396 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 28304 | if ARG is `toggle'; disable the mode otherwise. | 28397 | `toggle'; disable the mode otherwise. |
| 28305 | 28398 | ||
| 28306 | \(fn &optional ARG)" t nil) | 28399 | \(fn &optional ARG)" t nil) |
| 28307 | 28400 | ||
| @@ -28311,10 +28404,10 @@ If this mode is enabled, point is recorded when you kill the buffer | |||
| 28311 | or exit Emacs. Visiting this file again will go to that position, | 28404 | or exit Emacs. Visiting this file again will go to that position, |
| 28312 | even in a later Emacs session. | 28405 | even in a later Emacs session. |
| 28313 | 28406 | ||
| 28314 | If called interactively, enable Save-Place-Local mode if ARG is positive, and | 28407 | If called interactively, enable Save-Place-Local mode if ARG is |
| 28315 | disable it if ARG is zero or negative. If called from Lisp, | 28408 | positive, and disable it if ARG is zero or negative. If called from |
| 28316 | also enable the mode if ARG is omitted or nil, and toggle it | 28409 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 28317 | if ARG is `toggle'; disable the mode otherwise. | 28410 | ARG is `toggle'; disable the mode otherwise. |
| 28318 | 28411 | ||
| 28319 | To save places automatically in all files, put this in your init | 28412 | To save places automatically in all files, put this in your init |
| 28320 | file: | 28413 | file: |
| @@ -28406,10 +28499,10 @@ or call the function `scroll-all-mode'.") | |||
| 28406 | (autoload 'scroll-all-mode "scroll-all" "\ | 28499 | (autoload 'scroll-all-mode "scroll-all" "\ |
| 28407 | Toggle shared scrolling in same-frame windows (Scroll-All mode). | 28500 | Toggle shared scrolling in same-frame windows (Scroll-All mode). |
| 28408 | 28501 | ||
| 28409 | If called interactively, enable Scroll-All mode if ARG is positive, and | 28502 | If called interactively, enable Scroll-All mode if ARG is positive, |
| 28410 | disable it if ARG is zero or negative. If called from Lisp, | 28503 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 28411 | also enable the mode if ARG is omitted or nil, and toggle it | 28504 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 28412 | if ARG is `toggle'; disable the mode otherwise. | 28505 | `toggle'; disable the mode otherwise. |
| 28413 | 28506 | ||
| 28414 | When Scroll-All mode is enabled, scrolling commands invoked in | 28507 | When Scroll-All mode is enabled, scrolling commands invoked in |
| 28415 | one window apply to all visible windows in the same frame. | 28508 | one window apply to all visible windows in the same frame. |
| @@ -28433,16 +28526,19 @@ one window apply to all visible windows in the same frame. | |||
| 28433 | (autoload 'scroll-lock-mode "scroll-lock" "\ | 28526 | (autoload 'scroll-lock-mode "scroll-lock" "\ |
| 28434 | Buffer-local minor mode for pager-like scrolling. | 28527 | Buffer-local minor mode for pager-like scrolling. |
| 28435 | 28528 | ||
| 28436 | If called interactively, enable Scroll-Lock mode if ARG is positive, and | 28529 | If called interactively, enable Scroll-Lock mode if ARG is positive, |
| 28437 | disable it if ARG is zero or negative. If called from Lisp, | 28530 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 28438 | also enable the mode if ARG is omitted or nil, and toggle it | 28531 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 28439 | if ARG is `toggle'; disable the mode otherwise. | 28532 | `toggle'; disable the mode otherwise. |
| 28440 | 28533 | ||
| 28441 | When enabled, keys that normally move point by line or paragraph | 28534 | When enabled, keys that normally move point by line or paragraph |
| 28442 | will scroll the buffer by the respective amount of lines instead | 28535 | will scroll the buffer by the respective amount of lines instead |
| 28443 | and point will be kept vertically fixed relative to window | 28536 | and point will be kept vertically fixed relative to window |
| 28444 | boundaries during scrolling. | 28537 | boundaries during scrolling. |
| 28445 | 28538 | ||
| 28539 | Note that the default key binding to Scroll_Lock will not work on | ||
| 28540 | MS-Windows systems if `w32-scroll-lock-modifier' is non-nil. | ||
| 28541 | |||
| 28446 | \(fn &optional ARG)" t nil) | 28542 | \(fn &optional ARG)" t nil) |
| 28447 | 28543 | ||
| 28448 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "scroll-lock" '("scroll-lock-"))) | 28544 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "scroll-lock" '("scroll-lock-"))) |
| @@ -28502,9 +28598,9 @@ or call the function `semantic-mode'.") | |||
| 28502 | Toggle parser features (Semantic mode). | 28598 | Toggle parser features (Semantic mode). |
| 28503 | 28599 | ||
| 28504 | If called interactively, enable Semantic mode if ARG is positive, and | 28600 | If called interactively, enable Semantic mode if ARG is positive, and |
| 28505 | disable it if ARG is zero or negative. If called from Lisp, | 28601 | disable it if ARG is zero or negative. If called from Lisp, also |
| 28506 | also enable the mode if ARG is omitted or nil, and toggle it | 28602 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 28507 | if ARG is `toggle'; disable the mode otherwise. | 28603 | `toggle'; disable the mode otherwise. |
| 28508 | 28604 | ||
| 28509 | In Semantic mode, Emacs parses the buffers you visit for their | 28605 | In Semantic mode, Emacs parses the buffers you visit for their |
| 28510 | semantic content. This information is used by a variety of | 28606 | semantic content. This information is used by a variety of |
| @@ -28572,7 +28668,7 @@ Semantic mode. | |||
| 28572 | ;;;;;; "cedet/semantic/bovine/c.el" (0 0 0 0)) | 28668 | ;;;;;; "cedet/semantic/bovine/c.el" (0 0 0 0)) |
| 28573 | ;;; Generated autoloads from cedet/semantic/bovine/c.el | 28669 | ;;; Generated autoloads from cedet/semantic/bovine/c.el |
| 28574 | 28670 | ||
| 28575 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "semantic/bovine/c" '("c++-mode" "c-mode" "semantic"))) | 28671 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "semantic/bovine/c" '("c-mode" "semantic"))) |
| 28576 | 28672 | ||
| 28577 | ;;;*** | 28673 | ;;;*** |
| 28578 | 28674 | ||
| @@ -28588,7 +28684,7 @@ Semantic mode. | |||
| 28588 | ;;;;;; "cedet/semantic/bovine/el.el" (0 0 0 0)) | 28684 | ;;;;;; "cedet/semantic/bovine/el.el" (0 0 0 0)) |
| 28589 | ;;; Generated autoloads from cedet/semantic/bovine/el.el | 28685 | ;;; Generated autoloads from cedet/semantic/bovine/el.el |
| 28590 | 28686 | ||
| 28591 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "semantic/bovine/el" '("emacs-lisp-mode" "lisp-mode" "semantic-"))) | 28687 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "semantic/bovine/el" '("emacs-lisp-mode" "semantic-"))) |
| 28592 | 28688 | ||
| 28593 | ;;;*** | 28689 | ;;;*** |
| 28594 | 28690 | ||
| @@ -28849,7 +28945,7 @@ Major mode for editing Bovine grammars. | |||
| 28849 | ;;;;;; "cedet/semantic/html.el" (0 0 0 0)) | 28945 | ;;;;;; "cedet/semantic/html.el" (0 0 0 0)) |
| 28850 | ;;; Generated autoloads from cedet/semantic/html.el | 28946 | ;;; Generated autoloads from cedet/semantic/html.el |
| 28851 | 28947 | ||
| 28852 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "semantic/html" '("html-helper-mode" "semantic-"))) | 28948 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "semantic/html" '("semantic-"))) |
| 28853 | 28949 | ||
| 28854 | ;;;*** | 28950 | ;;;*** |
| 28855 | 28951 | ||
| @@ -29102,7 +29198,7 @@ Major mode for editing Wisent grammars. | |||
| 29102 | ;;;;;; "cedet/semantic/wisent/javascript.el" (0 0 0 0)) | 29198 | ;;;;;; "cedet/semantic/wisent/javascript.el" (0 0 0 0)) |
| 29103 | ;;; Generated autoloads from cedet/semantic/wisent/javascript.el | 29199 | ;;; Generated autoloads from cedet/semantic/wisent/javascript.el |
| 29104 | 29200 | ||
| 29105 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "semantic/wisent/javascript" '("js-mode" "semantic-" "wisent-javascript-jv-expand-tag"))) | 29201 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "semantic/wisent/javascript" '("semantic-" "wisent-javascript-jv-expand-tag"))) |
| 29106 | 29202 | ||
| 29107 | ;;;*** | 29203 | ;;;*** |
| 29108 | 29204 | ||
| @@ -29110,7 +29206,7 @@ Major mode for editing Wisent grammars. | |||
| 29110 | ;;;;;; "cedet/semantic/wisent/python.el" (0 0 0 0)) | 29206 | ;;;;;; "cedet/semantic/wisent/python.el" (0 0 0 0)) |
| 29111 | ;;; Generated autoloads from cedet/semantic/wisent/python.el | 29207 | ;;; Generated autoloads from cedet/semantic/wisent/python.el |
| 29112 | 29208 | ||
| 29113 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "semantic/wisent/python" '("python-" "semantic-" "wisent-python-"))) | 29209 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "semantic/wisent/python" '("semantic-" "wisent-python-"))) |
| 29114 | 29210 | ||
| 29115 | ;;;*** | 29211 | ;;;*** |
| 29116 | 29212 | ||
| @@ -29408,6 +29504,48 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 29408 | ;;; Generated autoloads from emacs-lisp/seq.el | 29504 | ;;; Generated autoloads from emacs-lisp/seq.el |
| 29409 | (push (purecopy '(seq 2 21)) package--builtin-versions) | 29505 | (push (purecopy '(seq 2 21)) package--builtin-versions) |
| 29410 | 29506 | ||
| 29507 | (autoload 'seq-take "seq" "\ | ||
| 29508 | Take the first N elements of SEQUENCE and return the result. | ||
| 29509 | The result is a sequence of the same type as SEQUENCE. | ||
| 29510 | |||
| 29511 | If N is a negative integer or zero, an empty sequence is | ||
| 29512 | returned. | ||
| 29513 | |||
| 29514 | \(fn SEQUENCE N)" nil nil) | ||
| 29515 | |||
| 29516 | (autoload 'seq-sort-by "seq" "\ | ||
| 29517 | Sort SEQUENCE using PRED as a comparison function. | ||
| 29518 | Elements of SEQUENCE are transformed by FUNCTION before being | ||
| 29519 | sorted. FUNCTION must be a function of one argument. | ||
| 29520 | |||
| 29521 | \(fn FUNCTION PRED SEQUENCE)" nil nil) | ||
| 29522 | |||
| 29523 | (autoload 'seq-filter "seq" "\ | ||
| 29524 | Return a list of all the elements for which (PRED element) is non-nil in SEQUENCE. | ||
| 29525 | |||
| 29526 | \(fn PRED SEQUENCE)" nil nil) | ||
| 29527 | |||
| 29528 | (autoload 'seq-remove "seq" "\ | ||
| 29529 | Return a list of all the elements for which (PRED element) is nil in SEQUENCE. | ||
| 29530 | |||
| 29531 | \(fn PRED SEQUENCE)" nil nil) | ||
| 29532 | |||
| 29533 | (autoload 'seq-find "seq" "\ | ||
| 29534 | Return the first element for which (PRED element) is non-nil in SEQUENCE. | ||
| 29535 | If no element is found, return DEFAULT. | ||
| 29536 | |||
| 29537 | Note that `seq-find' has an ambiguity if the found element is | ||
| 29538 | identical to DEFAULT, as it cannot be known if an element was | ||
| 29539 | found or not. | ||
| 29540 | |||
| 29541 | \(fn PRED SEQUENCE &optional DEFAULT)" nil nil) | ||
| 29542 | |||
| 29543 | (autoload 'seq-position "seq" "\ | ||
| 29544 | Return the index of the first element in SEQUENCE that is equal to ELT. | ||
| 29545 | Equality is defined by TESTFN if non-nil or by `equal' if nil. | ||
| 29546 | |||
| 29547 | \(fn SEQUENCE ELT &optional TESTFN)" nil nil) | ||
| 29548 | |||
| 29411 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "seq" '("seq-"))) | 29549 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "seq" '("seq-"))) |
| 29412 | 29550 | ||
| 29413 | ;;;*** | 29551 | ;;;*** |
| @@ -29464,9 +29602,9 @@ or call the function `server-mode'.") | |||
| 29464 | Toggle Server mode. | 29602 | Toggle Server mode. |
| 29465 | 29603 | ||
| 29466 | If called interactively, enable Server mode if ARG is positive, and | 29604 | If called interactively, enable Server mode if ARG is positive, and |
| 29467 | disable it if ARG is zero or negative. If called from Lisp, | 29605 | disable it if ARG is zero or negative. If called from Lisp, also |
| 29468 | also enable the mode if ARG is omitted or nil, and toggle it | 29606 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 29469 | if ARG is `toggle'; disable the mode otherwise. | 29607 | `toggle'; disable the mode otherwise. |
| 29470 | 29608 | ||
| 29471 | Server mode runs a process that accepts commands from the | 29609 | Server mode runs a process that accepts commands from the |
| 29472 | `emacsclient' program. See Info node `Emacs server' and | 29610 | `emacsclient' program. See Info node `Emacs server' and |
| @@ -29782,7 +29920,7 @@ The buffer is put in Shell mode, giving commands for sending input | |||
| 29782 | and controlling the subjobs of the shell. See `shell-mode'. | 29920 | and controlling the subjobs of the shell. See `shell-mode'. |
| 29783 | See also the variable `shell-prompt-pattern'. | 29921 | See also the variable `shell-prompt-pattern'. |
| 29784 | 29922 | ||
| 29785 | To specify a coding system for converting non-ASCII characters | 29923 | \\<shell-mode-map>To specify a coding system for converting non-ASCII characters |
| 29786 | in the input and output to the shell, use \\[universal-coding-system-argument] | 29924 | in the input and output to the shell, use \\[universal-coding-system-argument] |
| 29787 | before \\[shell]. You can also specify this with \\[set-buffer-process-coding-system] | 29925 | before \\[shell]. You can also specify this with \\[set-buffer-process-coding-system] |
| 29788 | in the shell buffer, after you start the shell. | 29926 | in the shell buffer, after you start the shell. |
| @@ -29794,6 +29932,8 @@ such as `explicit-csh-args'. If that symbol is a variable, | |||
| 29794 | its value is used as a list of arguments when invoking the shell. | 29932 | its value is used as a list of arguments when invoking the shell. |
| 29795 | Otherwise, one argument `-i' is passed to the shell. | 29933 | Otherwise, one argument `-i' is passed to the shell. |
| 29796 | 29934 | ||
| 29935 | Make the shell buffer the current buffer, and return it. | ||
| 29936 | |||
| 29797 | \(Type \\[describe-mode] in the shell buffer for a list of commands.) | 29937 | \(Type \\[describe-mode] in the shell buffer for a list of commands.) |
| 29798 | 29938 | ||
| 29799 | \(fn &optional BUFFER)" t nil) | 29939 | \(fn &optional BUFFER)" t nil) |
| @@ -30083,9 +30223,9 @@ buffer names. | |||
| 30083 | Minor mode to simplify editing output from the diff3 program. | 30223 | Minor mode to simplify editing output from the diff3 program. |
| 30084 | 30224 | ||
| 30085 | If called interactively, enable Smerge mode if ARG is positive, and | 30225 | If called interactively, enable Smerge mode if ARG is positive, and |
| 30086 | disable it if ARG is zero or negative. If called from Lisp, | 30226 | disable it if ARG is zero or negative. If called from Lisp, also |
| 30087 | also enable the mode if ARG is omitted or nil, and toggle it | 30227 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 30088 | if ARG is `toggle'; disable the mode otherwise. | 30228 | `toggle'; disable the mode otherwise. |
| 30089 | 30229 | ||
| 30090 | \\{smerge-mode-map} | 30230 | \\{smerge-mode-map} |
| 30091 | 30231 | ||
| @@ -30207,10 +30347,10 @@ Open the so-long `customize' group." t nil) | |||
| 30207 | (autoload 'so-long-minor-mode "so-long" "\ | 30347 | (autoload 'so-long-minor-mode "so-long" "\ |
| 30208 | This is the minor mode equivalent of `so-long-mode'. | 30348 | This is the minor mode equivalent of `so-long-mode'. |
| 30209 | 30349 | ||
| 30210 | If called interactively, enable So-Long minor mode if ARG is positive, and | 30350 | If called interactively, enable So-Long minor mode if ARG is positive, |
| 30211 | disable it if ARG is zero or negative. If called from Lisp, | 30351 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 30212 | also enable the mode if ARG is omitted or nil, and toggle it | 30352 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 30213 | if ARG is `toggle'; disable the mode otherwise. | 30353 | `toggle'; disable the mode otherwise. |
| 30214 | 30354 | ||
| 30215 | Any active minor modes listed in `so-long-minor-modes' are disabled for the | 30355 | Any active minor modes listed in `so-long-minor-modes' are disabled for the |
| 30216 | current buffer, and buffer-local values are assigned to variables in accordance | 30356 | current buffer, and buffer-local values are assigned to variables in accordance |
| @@ -30244,7 +30384,7 @@ values), despite potential performance issues, type \\[so-long-revert]. | |||
| 30244 | 30384 | ||
| 30245 | Use \\[so-long-commentary] for more information. | 30385 | Use \\[so-long-commentary] for more information. |
| 30246 | 30386 | ||
| 30247 | Use \\[so-long-customize] to configure the behaviour. | 30387 | Use \\[so-long-customize] to configure the behavior. |
| 30248 | 30388 | ||
| 30249 | \(fn)" t nil) | 30389 | \(fn)" t nil) |
| 30250 | 30390 | ||
| @@ -30279,10 +30419,10 @@ or call the function `global-so-long-mode'.") | |||
| 30279 | (autoload 'global-so-long-mode "so-long" "\ | 30419 | (autoload 'global-so-long-mode "so-long" "\ |
| 30280 | Toggle automated performance mitigations for files with long lines. | 30420 | Toggle automated performance mitigations for files with long lines. |
| 30281 | 30421 | ||
| 30282 | If called interactively, enable Global So-Long mode if ARG is positive, and | 30422 | If called interactively, enable Global So-Long mode if ARG is |
| 30283 | disable it if ARG is zero or negative. If called from Lisp, | 30423 | positive, and disable it if ARG is zero or negative. If called from |
| 30284 | also enable the mode if ARG is omitted or nil, and toggle it | 30424 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 30285 | if ARG is `toggle'; disable the mode otherwise. | 30425 | ARG is `toggle'; disable the mode otherwise. |
| 30286 | 30426 | ||
| 30287 | Many Emacs modes struggle with buffers which contain excessively long lines, | 30427 | Many Emacs modes struggle with buffers which contain excessively long lines, |
| 30288 | and may consequently cause unacceptable performance issues. | 30428 | and may consequently cause unacceptable performance issues. |
| @@ -31483,9 +31623,9 @@ or call the function `strokes-mode'.") | |||
| 31483 | Toggle Strokes mode, a global minor mode. | 31623 | Toggle Strokes mode, a global minor mode. |
| 31484 | 31624 | ||
| 31485 | If called interactively, enable Strokes mode if ARG is positive, and | 31625 | If called interactively, enable Strokes mode if ARG is positive, and |
| 31486 | disable it if ARG is zero or negative. If called from Lisp, | 31626 | disable it if ARG is zero or negative. If called from Lisp, also |
| 31487 | also enable the mode if ARG is omitted or nil, and toggle it | 31627 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 31488 | if ARG is `toggle'; disable the mode otherwise. | 31628 | `toggle'; disable the mode otherwise. |
| 31489 | 31629 | ||
| 31490 | \\<strokes-mode-map> | 31630 | \\<strokes-mode-map> |
| 31491 | Strokes are pictographic mouse gestures which invoke commands. | 31631 | Strokes are pictographic mouse gestures which invoke commands. |
| @@ -31561,9 +31701,9 @@ The variable list SPEC is the same as in `if-let'. | |||
| 31561 | Toggle subword movement and editing (Subword mode). | 31701 | Toggle subword movement and editing (Subword mode). |
| 31562 | 31702 | ||
| 31563 | If called interactively, enable Subword mode if ARG is positive, and | 31703 | If called interactively, enable Subword mode if ARG is positive, and |
| 31564 | disable it if ARG is zero or negative. If called from Lisp, | 31704 | disable it if ARG is zero or negative. If called from Lisp, also |
| 31565 | also enable the mode if ARG is omitted or nil, and toggle it | 31705 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 31566 | if ARG is `toggle'; disable the mode otherwise. | 31706 | `toggle'; disable the mode otherwise. |
| 31567 | 31707 | ||
| 31568 | Subword mode is a buffer-local minor mode. Enabling it changes | 31708 | Subword mode is a buffer-local minor mode. Enabling it changes |
| 31569 | the definition of a word so that word-based commands stop inside | 31709 | the definition of a word so that word-based commands stop inside |
| @@ -31585,6 +31725,8 @@ treat nomenclature boundaries as word boundaries. | |||
| 31585 | 31725 | ||
| 31586 | \(fn &optional ARG)" t nil) | 31726 | \(fn &optional ARG)" t nil) |
| 31587 | 31727 | ||
| 31728 | (put 'global-subword-mode 'globalized-minor-mode t) | ||
| 31729 | |||
| 31588 | (defvar global-subword-mode nil "\ | 31730 | (defvar global-subword-mode nil "\ |
| 31589 | Non-nil if Global Subword mode is enabled. | 31731 | Non-nil if Global Subword mode is enabled. |
| 31590 | See the `global-subword-mode' command | 31732 | See the `global-subword-mode' command |
| @@ -31611,9 +31753,9 @@ See `subword-mode' for more information on Subword mode. | |||
| 31611 | Toggle superword movement and editing (Superword mode). | 31753 | Toggle superword movement and editing (Superword mode). |
| 31612 | 31754 | ||
| 31613 | If called interactively, enable Superword mode if ARG is positive, and | 31755 | If called interactively, enable Superword mode if ARG is positive, and |
| 31614 | disable it if ARG is zero or negative. If called from Lisp, | 31756 | disable it if ARG is zero or negative. If called from Lisp, also |
| 31615 | also enable the mode if ARG is omitted or nil, and toggle it | 31757 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 31616 | if ARG is `toggle'; disable the mode otherwise. | 31758 | `toggle'; disable the mode otherwise. |
| 31617 | 31759 | ||
| 31618 | Superword mode is a buffer-local minor mode. Enabling it changes | 31760 | Superword mode is a buffer-local minor mode. Enabling it changes |
| 31619 | the definition of words such that symbols characters are treated | 31761 | the definition of words such that symbols characters are treated |
| @@ -31624,6 +31766,8 @@ as parts of words: e.g., in `superword-mode', | |||
| 31624 | 31766 | ||
| 31625 | \(fn &optional ARG)" t nil) | 31767 | \(fn &optional ARG)" t nil) |
| 31626 | 31768 | ||
| 31769 | (put 'global-superword-mode 'globalized-minor-mode t) | ||
| 31770 | |||
| 31627 | (defvar global-superword-mode nil "\ | 31771 | (defvar global-superword-mode nil "\ |
| 31628 | Non-nil if Global Superword mode is enabled. | 31772 | Non-nil if Global Superword mode is enabled. |
| 31629 | See the `global-superword-mode' command | 31773 | See the `global-superword-mode' command |
| @@ -31709,9 +31853,9 @@ or call the function `gpm-mouse-mode'.") | |||
| 31709 | Toggle mouse support in GNU/Linux consoles (GPM Mouse mode). | 31853 | Toggle mouse support in GNU/Linux consoles (GPM Mouse mode). |
| 31710 | 31854 | ||
| 31711 | If called interactively, enable Gpm-Mouse mode if ARG is positive, and | 31855 | If called interactively, enable Gpm-Mouse mode if ARG is positive, and |
| 31712 | disable it if ARG is zero or negative. If called from Lisp, | 31856 | disable it if ARG is zero or negative. If called from Lisp, also |
| 31713 | also enable the mode if ARG is omitted or nil, and toggle it | 31857 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 31714 | if ARG is `toggle'; disable the mode otherwise. | 31858 | `toggle'; disable the mode otherwise. |
| 31715 | 31859 | ||
| 31716 | This allows the use of the mouse when operating on a GNU/Linux console, | 31860 | This allows the use of the mouse when operating on a GNU/Linux console, |
| 31717 | in the same way as you can use the mouse under X11. | 31861 | in the same way as you can use the mouse under X11. |
| @@ -31727,6 +31871,51 @@ GPM. This is due to limitations in GPM and the Linux kernel. | |||
| 31727 | 31871 | ||
| 31728 | ;;;*** | 31872 | ;;;*** |
| 31729 | 31873 | ||
| 31874 | ;;;### (autoloads nil "tab-line" "tab-line.el" (0 0 0 0)) | ||
| 31875 | ;;; Generated autoloads from tab-line.el | ||
| 31876 | |||
| 31877 | (autoload 'tab-line-mode "tab-line" "\ | ||
| 31878 | Toggle display of window tab line in the buffer. | ||
| 31879 | |||
| 31880 | If called interactively, enable Tab-Line mode if ARG is positive, and | ||
| 31881 | disable it if ARG is zero or negative. If called from Lisp, also | ||
| 31882 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | ||
| 31883 | `toggle'; disable the mode otherwise. | ||
| 31884 | |||
| 31885 | \(fn &optional ARG)" t nil) | ||
| 31886 | |||
| 31887 | (defvar tab-line-exclude nil) | ||
| 31888 | |||
| 31889 | (make-variable-buffer-local 'tab-line-exclude) | ||
| 31890 | |||
| 31891 | (put 'global-tab-line-mode 'globalized-minor-mode t) | ||
| 31892 | |||
| 31893 | (defvar global-tab-line-mode nil "\ | ||
| 31894 | Non-nil if Global Tab-Line mode is enabled. | ||
| 31895 | See the `global-tab-line-mode' command | ||
| 31896 | for a description of this minor mode. | ||
| 31897 | Setting this variable directly does not take effect; | ||
| 31898 | either customize it (see the info node `Easy Customization') | ||
| 31899 | or call the function `global-tab-line-mode'.") | ||
| 31900 | |||
| 31901 | (custom-autoload 'global-tab-line-mode "tab-line" nil) | ||
| 31902 | |||
| 31903 | (autoload 'global-tab-line-mode "tab-line" "\ | ||
| 31904 | Toggle Tab-Line mode in all buffers. | ||
| 31905 | With prefix ARG, enable Global Tab-Line mode if ARG is positive; | ||
| 31906 | otherwise, disable it. If called from Lisp, enable the mode if | ||
| 31907 | ARG is omitted or nil. | ||
| 31908 | |||
| 31909 | Tab-Line mode is enabled in all buffers where | ||
| 31910 | `tab-line-mode--turn-on' would do it. | ||
| 31911 | See `tab-line-mode' for more information on Tab-Line mode. | ||
| 31912 | |||
| 31913 | \(fn &optional ARG)" t nil) | ||
| 31914 | |||
| 31915 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tab-line" '("tab-line-"))) | ||
| 31916 | |||
| 31917 | ;;;*** | ||
| 31918 | |||
| 31730 | ;;;### (autoloads nil "tabify" "tabify.el" (0 0 0 0)) | 31919 | ;;;### (autoloads nil "tabify" "tabify.el" (0 0 0 0)) |
| 31731 | ;;; Generated autoloads from tabify.el | 31920 | ;;; Generated autoloads from tabify.el |
| 31732 | 31921 | ||
| @@ -32096,10 +32285,10 @@ location is indicated by `table-word-continuation-char'. This | |||
| 32096 | variable's value can be toggled by \\[table-fixed-width-mode] at | 32285 | variable's value can be toggled by \\[table-fixed-width-mode] at |
| 32097 | run-time. | 32286 | run-time. |
| 32098 | 32287 | ||
| 32099 | If called interactively, enable Table-Fixed-Width mode if ARG is positive, and | 32288 | If called interactively, enable Table-Fixed-Width mode if ARG is |
| 32100 | disable it if ARG is zero or negative. If called from Lisp, | 32289 | positive, and disable it if ARG is zero or negative. If called from |
| 32101 | also enable the mode if ARG is omitted or nil, and toggle it | 32290 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 32102 | if ARG is `toggle'; disable the mode otherwise. | 32291 | ARG is `toggle'; disable the mode otherwise. |
| 32103 | 32292 | ||
| 32104 | \(fn &optional ARG)" t nil) | 32293 | \(fn &optional ARG)" t nil) |
| 32105 | 32294 | ||
| @@ -33286,9 +33475,9 @@ This function is meant to be used as a `post-self-insert-hook'." t nil) | |||
| 33286 | Adds electric behavior to space character. | 33475 | Adds electric behavior to space character. |
| 33287 | 33476 | ||
| 33288 | If called interactively, enable Tildify mode if ARG is positive, and | 33477 | If called interactively, enable Tildify mode if ARG is positive, and |
| 33289 | disable it if ARG is zero or negative. If called from Lisp, | 33478 | disable it if ARG is zero or negative. If called from Lisp, also |
| 33290 | also enable the mode if ARG is omitted or nil, and toggle it | 33479 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 33291 | if ARG is `toggle'; disable the mode otherwise. | 33480 | `toggle'; disable the mode otherwise. |
| 33292 | 33481 | ||
| 33293 | When space is inserted into a buffer in a position where hard space is required | 33482 | When space is inserted into a buffer in a position where hard space is required |
| 33294 | instead (determined by `tildify-space-pattern' and `tildify-space-predicates'), | 33483 | instead (determined by `tildify-space-pattern' and `tildify-space-predicates'), |
| @@ -33334,10 +33523,10 @@ or call the function `display-time-mode'.") | |||
| 33334 | (autoload 'display-time-mode "time" "\ | 33523 | (autoload 'display-time-mode "time" "\ |
| 33335 | Toggle display of time, load level, and mail flag in mode lines. | 33524 | Toggle display of time, load level, and mail flag in mode lines. |
| 33336 | 33525 | ||
| 33337 | If called interactively, enable Display-Time mode if ARG is positive, and | 33526 | If called interactively, enable Display-Time mode if ARG is positive, |
| 33338 | disable it if ARG is zero or negative. If called from Lisp, | 33527 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 33339 | also enable the mode if ARG is omitted or nil, and toggle it | 33528 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 33340 | if ARG is `toggle'; disable the mode otherwise. | 33529 | `toggle'; disable the mode otherwise. |
| 33341 | 33530 | ||
| 33342 | When Display Time mode is enabled, it updates every minute (you | 33531 | When Display Time mode is enabled, it updates every minute (you |
| 33343 | can control the number of seconds between updates by customizing | 33532 | can control the number of seconds between updates by customizing |
| @@ -33395,8 +33584,9 @@ TIME should be either a time value or a date-time string. | |||
| 33395 | (define-obsolete-function-alias 'subtract-time 'time-subtract "26.1") | 33584 | (define-obsolete-function-alias 'subtract-time 'time-subtract "26.1") |
| 33396 | 33585 | ||
| 33397 | (autoload 'date-to-day "time-date" "\ | 33586 | (autoload 'date-to-day "time-date" "\ |
| 33398 | Return the number of days between year 1 and DATE. | 33587 | Return the absolute date of DATE, a date-time string. |
| 33399 | DATE should be a date-time string. | 33588 | The absolute date is the number of days elapsed since the imaginary |
| 33589 | Gregorian date Sunday, December 31, 1 BC. | ||
| 33400 | 33590 | ||
| 33401 | \(fn DATE)" nil nil) | 33591 | \(fn DATE)" nil nil) |
| 33402 | 33592 | ||
| @@ -33417,9 +33607,9 @@ Return the day number within the year corresponding to TIME. | |||
| 33417 | \(fn TIME)" nil nil) | 33607 | \(fn TIME)" nil nil) |
| 33418 | 33608 | ||
| 33419 | (autoload 'time-to-days "time-date" "\ | 33609 | (autoload 'time-to-days "time-date" "\ |
| 33420 | The number of days between the Gregorian date 0001-12-31bce and TIME. | 33610 | The absolute date corresponding to TIME, a time value. |
| 33421 | TIME should be a time value. | 33611 | The absolute date is the number of days elapsed since the imaginary |
| 33422 | The Gregorian date Sunday, December 31, 1bce is imaginary. | 33612 | Gregorian date Sunday, December 31, 1 BC. |
| 33423 | 33613 | ||
| 33424 | \(fn TIME)" nil nil) | 33614 | \(fn TIME)" nil nil) |
| 33425 | 33615 | ||
| @@ -33465,7 +33655,13 @@ Convert the time interval in seconds to a short string. | |||
| 33465 | ;;;### (autoloads nil "time-stamp" "time-stamp.el" (0 0 0 0)) | 33655 | ;;;### (autoloads nil "time-stamp" "time-stamp.el" (0 0 0 0)) |
| 33466 | ;;; Generated autoloads from time-stamp.el | 33656 | ;;; Generated autoloads from time-stamp.el |
| 33467 | (put 'time-stamp-format 'safe-local-variable 'stringp) | 33657 | (put 'time-stamp-format 'safe-local-variable 'stringp) |
| 33468 | (put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p) | 33658 | (put 'time-stamp-time-zone 'safe-local-variable 'time-stamp-zone-type-p) |
| 33659 | |||
| 33660 | (autoload 'time-stamp-zone-type-p "time-stamp" "\ | ||
| 33661 | Return whether or not ZONE is of the correct type for a timezone rule. | ||
| 33662 | Valid ZONE values are described in the documentation of `format-time-string'. | ||
| 33663 | |||
| 33664 | \(fn ZONE)" nil nil) | ||
| 33469 | (put 'time-stamp-line-limit 'safe-local-variable 'integerp) | 33665 | (put 'time-stamp-line-limit 'safe-local-variable 'integerp) |
| 33470 | (put 'time-stamp-start 'safe-local-variable 'stringp) | 33666 | (put 'time-stamp-start 'safe-local-variable 'stringp) |
| 33471 | (put 'time-stamp-end 'safe-local-variable 'stringp) | 33667 | (put 'time-stamp-end 'safe-local-variable 'stringp) |
| @@ -33485,12 +33681,14 @@ look like one of the following: | |||
| 33485 | Time-stamp: \" \" | 33681 | Time-stamp: \" \" |
| 33486 | The time stamp is written between the brackets or quotes: | 33682 | The time stamp is written between the brackets or quotes: |
| 33487 | Time-stamp: <2001-02-18 10:20:51 gildea> | 33683 | Time-stamp: <2001-02-18 10:20:51 gildea> |
| 33488 | The time stamp is updated only if the variable `time-stamp-active' is non-nil. | 33684 | |
| 33489 | The format of the time stamp is set by the variable `time-stamp-pattern' or | 33685 | The time stamp is updated only if the variable |
| 33490 | `time-stamp-format'. The variables `time-stamp-pattern', | 33686 | `time-stamp-active' is non-nil. |
| 33491 | `time-stamp-line-limit', `time-stamp-start', `time-stamp-end', | 33687 | The format of the time stamp is set by the variable |
| 33492 | `time-stamp-count', and `time-stamp-inserts-lines' control finding | 33688 | `time-stamp-pattern' or `time-stamp-format'. |
| 33493 | the template." t nil) | 33689 | The variables `time-stamp-pattern', `time-stamp-line-limit', |
| 33690 | `time-stamp-start', `time-stamp-end', `time-stamp-count', and | ||
| 33691 | `time-stamp-inserts-lines' control finding the template." t nil) | ||
| 33494 | 33692 | ||
| 33495 | (autoload 'time-stamp-toggle-active "time-stamp" "\ | 33693 | (autoload 'time-stamp-toggle-active "time-stamp" "\ |
| 33496 | Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer. | 33694 | Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer. |
| @@ -34199,10 +34397,10 @@ or call the function `type-break-mode'.") | |||
| 34199 | Enable or disable typing-break mode. | 34397 | Enable or disable typing-break mode. |
| 34200 | This is a minor mode, but it is global to all buffers by default. | 34398 | This is a minor mode, but it is global to all buffers by default. |
| 34201 | 34399 | ||
| 34202 | If called interactively, enable Type-Break mode if ARG is positive, and | 34400 | If called interactively, enable Type-Break mode if ARG is positive, |
| 34203 | disable it if ARG is zero or negative. If called from Lisp, | 34401 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 34204 | also enable the mode if ARG is omitted or nil, and toggle it | 34402 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 34205 | if ARG is `toggle'; disable the mode otherwise. | 34403 | `toggle'; disable the mode otherwise. |
| 34206 | 34404 | ||
| 34207 | When this mode is enabled, the user is encouraged to take typing breaks at | 34405 | When this mode is enabled, the user is encouraged to take typing breaks at |
| 34208 | appropriate intervals; either after a specified amount of time or when the | 34406 | appropriate intervals; either after a specified amount of time or when the |
| @@ -34732,10 +34930,10 @@ or call the function `url-handler-mode'.") | |||
| 34732 | (autoload 'url-handler-mode "url-handlers" "\ | 34930 | (autoload 'url-handler-mode "url-handlers" "\ |
| 34733 | Toggle using `url' library for URL filenames (URL Handler mode). | 34931 | Toggle using `url' library for URL filenames (URL Handler mode). |
| 34734 | 34932 | ||
| 34735 | If called interactively, enable Url-Handler mode if ARG is positive, and | 34933 | If called interactively, enable Url-Handler mode if ARG is positive, |
| 34736 | disable it if ARG is zero or negative. If called from Lisp, | 34934 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 34737 | also enable the mode if ARG is omitted or nil, and toggle it | 34935 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 34738 | if ARG is `toggle'; disable the mode otherwise. | 34936 | `toggle'; disable the mode otherwise. |
| 34739 | 34937 | ||
| 34740 | \(fn &optional ARG)" t nil) | 34938 | \(fn &optional ARG)" t nil) |
| 34741 | 34939 | ||
| @@ -34914,48 +35112,6 @@ Fetch a data URL (RFC 2397). | |||
| 34914 | 35112 | ||
| 34915 | ;;;*** | 35113 | ;;;*** |
| 34916 | 35114 | ||
| 34917 | ;;;### (autoloads nil "url-ns" "url/url-ns.el" (0 0 0 0)) | ||
| 34918 | ;;; Generated autoloads from url/url-ns.el | ||
| 34919 | |||
| 34920 | (autoload 'isPlainHostName "url-ns" "\ | ||
| 34921 | |||
| 34922 | |||
| 34923 | \(fn HOST)" nil nil) | ||
| 34924 | |||
| 34925 | (autoload 'dnsDomainIs "url-ns" "\ | ||
| 34926 | |||
| 34927 | |||
| 34928 | \(fn HOST DOM)" nil nil) | ||
| 34929 | |||
| 34930 | (autoload 'dnsResolve "url-ns" "\ | ||
| 34931 | |||
| 34932 | |||
| 34933 | \(fn HOST)" nil nil) | ||
| 34934 | |||
| 34935 | (autoload 'isResolvable "url-ns" "\ | ||
| 34936 | |||
| 34937 | |||
| 34938 | \(fn HOST)" nil nil) | ||
| 34939 | |||
| 34940 | (autoload 'isInNet "url-ns" "\ | ||
| 34941 | |||
| 34942 | |||
| 34943 | \(fn IP NET MASK)" nil nil) | ||
| 34944 | |||
| 34945 | (autoload 'url-ns-prefs "url-ns" "\ | ||
| 34946 | |||
| 34947 | |||
| 34948 | \(fn &optional FILE)" nil nil) | ||
| 34949 | |||
| 34950 | (autoload 'url-ns-user-pref "url-ns" "\ | ||
| 34951 | |||
| 34952 | |||
| 34953 | \(fn KEY &optional DEFAULT)" nil nil) | ||
| 34954 | |||
| 34955 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "url-ns" '("url-ns-"))) | ||
| 34956 | |||
| 34957 | ;;;*** | ||
| 34958 | |||
| 34959 | ;;;### (autoloads nil "url-parse" "url/url-parse.el" (0 0 0 0)) | 35115 | ;;;### (autoloads nil "url-parse" "url/url-parse.el" (0 0 0 0)) |
| 34960 | ;;; Generated autoloads from url/url-parse.el | 35116 | ;;; Generated autoloads from url/url-parse.el |
| 34961 | 35117 | ||
| @@ -35192,8 +35348,9 @@ string: \"%\" followed by two upper-case hex digits. | |||
| 35192 | 35348 | ||
| 35193 | The allowed characters are specified by ALLOWED-CHARS. If this | 35349 | The allowed characters are specified by ALLOWED-CHARS. If this |
| 35194 | argument is nil, the list `url-unreserved-chars' determines the | 35350 | argument is nil, the list `url-unreserved-chars' determines the |
| 35195 | allowed characters. Otherwise, ALLOWED-CHARS should be a vector | 35351 | allowed characters. Otherwise, ALLOWED-CHARS should be either a |
| 35196 | whose Nth element is non-nil if character N is allowed. | 35352 | list of allowed chars, or a vector whose Nth element is non-nil |
| 35353 | if character N is allowed. | ||
| 35197 | 35354 | ||
| 35198 | \(fn STRING &optional ALLOWED-CHARS)" nil nil) | 35355 | \(fn STRING &optional ALLOWED-CHARS)" nil nil) |
| 35199 | 35356 | ||
| @@ -35251,6 +35408,8 @@ is \"www.fsf.co.uk\". | |||
| 35251 | ;;;### (autoloads nil "userlock" "userlock.el" (0 0 0 0)) | 35408 | ;;;### (autoloads nil "userlock" "userlock.el" (0 0 0 0)) |
| 35252 | ;;; Generated autoloads from userlock.el | 35409 | ;;; Generated autoloads from userlock.el |
| 35253 | 35410 | ||
| 35411 | (put 'create-lockfiles 'safe-local-variable 'booleanp) | ||
| 35412 | |||
| 35254 | (autoload 'ask-user-about-lock "userlock" "\ | 35413 | (autoload 'ask-user-about-lock "userlock" "\ |
| 35255 | Ask user what to do when he wants to edit FILE but it is locked by OPPONENT. | 35414 | Ask user what to do when he wants to edit FILE but it is locked by OPPONENT. |
| 35256 | This function has a choice of three things to do: | 35415 | This function has a choice of three things to do: |
| @@ -36910,9 +37069,9 @@ own View-like bindings. | |||
| 36910 | Toggle View mode, a minor mode for viewing text but not editing it. | 37069 | Toggle View mode, a minor mode for viewing text but not editing it. |
| 36911 | 37070 | ||
| 36912 | If called interactively, enable View mode if ARG is positive, and | 37071 | If called interactively, enable View mode if ARG is positive, and |
| 36913 | disable it if ARG is zero or negative. If called from Lisp, | 37072 | disable it if ARG is zero or negative. If called from Lisp, also |
| 36914 | also enable the mode if ARG is omitted or nil, and toggle it | 37073 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 36915 | if ARG is `toggle'; disable the mode otherwise. | 37074 | `toggle'; disable the mode otherwise. |
| 36916 | 37075 | ||
| 36917 | When View mode is enabled, commands that do not change the buffer | 37076 | When View mode is enabled, commands that do not change the buffer |
| 36918 | contents are available as usual. Kill commands save text but | 37077 | contents are available as usual. Kill commands save text but |
| @@ -37278,10 +37437,10 @@ or call the function `which-function-mode'.") | |||
| 37278 | (autoload 'which-function-mode "which-func" "\ | 37437 | (autoload 'which-function-mode "which-func" "\ |
| 37279 | Toggle mode line display of current function (Which Function mode). | 37438 | Toggle mode line display of current function (Which Function mode). |
| 37280 | 37439 | ||
| 37281 | If called interactively, enable Which-Function mode if ARG is positive, and | 37440 | If called interactively, enable Which-Function mode if ARG is |
| 37282 | disable it if ARG is zero or negative. If called from Lisp, | 37441 | positive, and disable it if ARG is zero or negative. If called from |
| 37283 | also enable the mode if ARG is omitted or nil, and toggle it | 37442 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 37284 | if ARG is `toggle'; disable the mode otherwise. | 37443 | ARG is `toggle'; disable the mode otherwise. |
| 37285 | 37444 | ||
| 37286 | Which Function mode is a global minor mode. When enabled, the | 37445 | Which Function mode is a global minor mode. When enabled, the |
| 37287 | current function name is continuously displayed in the mode line, | 37446 | current function name is continuously displayed in the mode line, |
| @@ -37300,10 +37459,10 @@ in certain major modes. | |||
| 37300 | (autoload 'whitespace-mode "whitespace" "\ | 37459 | (autoload 'whitespace-mode "whitespace" "\ |
| 37301 | Toggle whitespace visualization (Whitespace mode). | 37460 | Toggle whitespace visualization (Whitespace mode). |
| 37302 | 37461 | ||
| 37303 | If called interactively, enable Whitespace mode if ARG is positive, and | 37462 | If called interactively, enable Whitespace mode if ARG is positive, |
| 37304 | disable it if ARG is zero or negative. If called from Lisp, | 37463 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 37305 | also enable the mode if ARG is omitted or nil, and toggle it | 37464 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 37306 | if ARG is `toggle'; disable the mode otherwise. | 37465 | `toggle'; disable the mode otherwise. |
| 37307 | 37466 | ||
| 37308 | See also `whitespace-style', `whitespace-newline' and | 37467 | See also `whitespace-style', `whitespace-newline' and |
| 37309 | `whitespace-display-mappings'. | 37468 | `whitespace-display-mappings'. |
| @@ -37313,10 +37472,10 @@ See also `whitespace-style', `whitespace-newline' and | |||
| 37313 | (autoload 'whitespace-newline-mode "whitespace" "\ | 37472 | (autoload 'whitespace-newline-mode "whitespace" "\ |
| 37314 | Toggle newline visualization (Whitespace Newline mode). | 37473 | Toggle newline visualization (Whitespace Newline mode). |
| 37315 | 37474 | ||
| 37316 | If called interactively, enable Whitespace-Newline mode if ARG is positive, and | 37475 | If called interactively, enable Whitespace-Newline mode if ARG is |
| 37317 | disable it if ARG is zero or negative. If called from Lisp, | 37476 | positive, and disable it if ARG is zero or negative. If called from |
| 37318 | also enable the mode if ARG is omitted or nil, and toggle it | 37477 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 37319 | if ARG is `toggle'; disable the mode otherwise. | 37478 | ARG is `toggle'; disable the mode otherwise. |
| 37320 | 37479 | ||
| 37321 | Use `whitespace-newline-mode' only for NEWLINE visualization | 37480 | Use `whitespace-newline-mode' only for NEWLINE visualization |
| 37322 | exclusively. For other visualizations, including NEWLINE | 37481 | exclusively. For other visualizations, including NEWLINE |
| @@ -37340,10 +37499,10 @@ or call the function `global-whitespace-mode'.") | |||
| 37340 | (autoload 'global-whitespace-mode "whitespace" "\ | 37499 | (autoload 'global-whitespace-mode "whitespace" "\ |
| 37341 | Toggle whitespace visualization globally (Global Whitespace mode). | 37500 | Toggle whitespace visualization globally (Global Whitespace mode). |
| 37342 | 37501 | ||
| 37343 | If called interactively, enable Global Whitespace mode if ARG is positive, and | 37502 | If called interactively, enable Global Whitespace mode if ARG is |
| 37344 | disable it if ARG is zero or negative. If called from Lisp, | 37503 | positive, and disable it if ARG is zero or negative. If called from |
| 37345 | also enable the mode if ARG is omitted or nil, and toggle it | 37504 | Lisp, also enable the mode if ARG is omitted or nil, and toggle it if |
| 37346 | if ARG is `toggle'; disable the mode otherwise. | 37505 | ARG is `toggle'; disable the mode otherwise. |
| 37347 | 37506 | ||
| 37348 | See also `whitespace-style', `whitespace-newline' and | 37507 | See also `whitespace-style', `whitespace-newline' and |
| 37349 | `whitespace-display-mappings'. | 37508 | `whitespace-display-mappings'. |
| @@ -37363,10 +37522,10 @@ or call the function `global-whitespace-newline-mode'.") | |||
| 37363 | (autoload 'global-whitespace-newline-mode "whitespace" "\ | 37522 | (autoload 'global-whitespace-newline-mode "whitespace" "\ |
| 37364 | Toggle global newline visualization (Global Whitespace Newline mode). | 37523 | Toggle global newline visualization (Global Whitespace Newline mode). |
| 37365 | 37524 | ||
| 37366 | If called interactively, enable Global Whitespace-Newline mode if ARG is positive, and | 37525 | If called interactively, enable Global Whitespace-Newline mode if ARG |
| 37367 | disable it if ARG is zero or negative. If called from Lisp, | 37526 | is positive, and disable it if ARG is zero or negative. If called |
| 37368 | also enable the mode if ARG is omitted or nil, and toggle it | 37527 | from Lisp, also enable the mode if ARG is omitted or nil, and toggle |
| 37369 | if ARG is `toggle'; disable the mode otherwise. | 37528 | it if ARG is `toggle'; disable the mode otherwise. |
| 37370 | 37529 | ||
| 37371 | Use `global-whitespace-newline-mode' only for NEWLINE | 37530 | Use `global-whitespace-newline-mode' only for NEWLINE |
| 37372 | visualization exclusively. For other visualizations, including | 37531 | visualization exclusively. For other visualizations, including |
| @@ -37687,10 +37846,10 @@ Show widget browser for WIDGET in other window. | |||
| 37687 | (autoload 'widget-minor-mode "wid-browse" "\ | 37846 | (autoload 'widget-minor-mode "wid-browse" "\ |
| 37688 | Minor mode for traversing widgets. | 37847 | Minor mode for traversing widgets. |
| 37689 | 37848 | ||
| 37690 | If called interactively, enable Widget minor mode if ARG is positive, and | 37849 | If called interactively, enable Widget minor mode if ARG is positive, |
| 37691 | disable it if ARG is zero or negative. If called from Lisp, | 37850 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 37692 | also enable the mode if ARG is omitted or nil, and toggle it | 37851 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 37693 | if ARG is `toggle'; disable the mode otherwise. | 37852 | `toggle'; disable the mode otherwise. |
| 37694 | 37853 | ||
| 37695 | \(fn &optional ARG)" t nil) | 37854 | \(fn &optional ARG)" t nil) |
| 37696 | 37855 | ||
| @@ -37912,9 +38071,9 @@ or call the function `winner-mode'.") | |||
| 37912 | Toggle Winner mode on or off. | 38071 | Toggle Winner mode on or off. |
| 37913 | 38072 | ||
| 37914 | If called interactively, enable Winner mode if ARG is positive, and | 38073 | If called interactively, enable Winner mode if ARG is positive, and |
| 37915 | disable it if ARG is zero or negative. If called from Lisp, | 38074 | disable it if ARG is zero or negative. If called from Lisp, also |
| 37916 | also enable the mode if ARG is omitted or nil, and toggle it | 38075 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 37917 | if ARG is `toggle'; disable the mode otherwise. | 38076 | `toggle'; disable the mode otherwise. |
| 37918 | 38077 | ||
| 37919 | Winner mode is a global minor mode that records the changes in | 38078 | Winner mode is a global minor mode that records the changes in |
| 37920 | the window configuration (i.e. how the frames are partitioned | 38079 | the window configuration (i.e. how the frames are partitioned |
| @@ -38178,10 +38337,10 @@ or call the function `xterm-mouse-mode'.") | |||
| 38178 | (autoload 'xterm-mouse-mode "xt-mouse" "\ | 38337 | (autoload 'xterm-mouse-mode "xt-mouse" "\ |
| 38179 | Toggle XTerm mouse mode. | 38338 | Toggle XTerm mouse mode. |
| 38180 | 38339 | ||
| 38181 | If called interactively, enable Xterm-Mouse mode if ARG is positive, and | 38340 | If called interactively, enable Xterm-Mouse mode if ARG is positive, |
| 38182 | disable it if ARG is zero or negative. If called from Lisp, | 38341 | and disable it if ARG is zero or negative. If called from Lisp, also |
| 38183 | also enable the mode if ARG is omitted or nil, and toggle it | 38342 | enable the mode if ARG is omitted or nil, and toggle it if ARG is |
| 38184 | if ARG is `toggle'; disable the mode otherwise. | 38343 | `toggle'; disable the mode otherwise. |
| 38185 | 38344 | ||
| 38186 | Turn it on to use Emacs mouse commands, and off to use xterm mouse commands. | 38345 | Turn it on to use Emacs mouse commands, and off to use xterm mouse commands. |
| 38187 | This works in terminal emulators compatible with xterm. It only | 38346 | This works in terminal emulators compatible with xterm. It only |
| @@ -38360,13 +38519,13 @@ Zone out, completely." t nil) | |||
| 38360 | ;;;;;; "org/ox-org.el" "org/ox-publish.el" "org/ox-texinfo.el" "org/ox.el" | 38519 | ;;;;;; "org/ox-org.el" "org/ox-publish.el" "org/ox-texinfo.el" "org/ox.el" |
| 38361 | ;;;;;; "progmodes/elisp-mode.el" "progmodes/prog-mode.el" "ps-mule.el" | 38520 | ;;;;;; "progmodes/elisp-mode.el" "progmodes/prog-mode.el" "ps-mule.el" |
| 38362 | ;;;;;; "register.el" "replace.el" "rfn-eshadow.el" "select.el" "simple.el" | 38521 | ;;;;;; "register.el" "replace.el" "rfn-eshadow.el" "select.el" "simple.el" |
| 38363 | ;;;;;; "startup.el" "subdirs.el" "subr.el" "textmodes/fill.el" "textmodes/page.el" | 38522 | ;;;;;; "startup.el" "subdirs.el" "subr.el" "tab-bar.el" "textmodes/fill.el" |
| 38364 | ;;;;;; "textmodes/paragraphs.el" "textmodes/reftex-auc.el" "textmodes/reftex-cite.el" | 38523 | ;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/reftex-auc.el" |
| 38365 | ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-global.el" "textmodes/reftex-index.el" | 38524 | ;;;;;; "textmodes/reftex-cite.el" "textmodes/reftex-dcr.el" "textmodes/reftex-global.el" |
| 38366 | ;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" | 38525 | ;;;;;; "textmodes/reftex-index.el" "textmodes/reftex-parse.el" "textmodes/reftex-ref.el" |
| 38367 | ;;;;;; "textmodes/reftex-toc.el" "textmodes/text-mode.el" "uniquify.el" | 38526 | ;;;;;; "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" "textmodes/text-mode.el" |
| 38368 | ;;;;;; "vc/ediff-hook.el" "vc/vc-hooks.el" "version.el" "widget.el" | 38527 | ;;;;;; "uniquify.el" "vc/ediff-hook.el" "vc/vc-hooks.el" "version.el" |
| 38369 | ;;;;;; "window.el") (0 0 0 0)) | 38528 | ;;;;;; "widget.el" "window.el") (0 0 0 0)) |
| 38370 | 38529 | ||
| 38371 | ;;;*** | 38530 | ;;;*** |
| 38372 | 38531 | ||