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