aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2019-03-10 17:50:09 -0700
committerGlenn Morris2019-03-10 17:50:09 -0700
commit89082c823c738b8e3b436e4af1307eefe193eac9 (patch)
treeb63f1baad95503570830d2474bd4ae1f9b932a96
parent66943d0c9cbb0cca33e1fc88a09af14b6abf45dd (diff)
downloademacs-89082c823c738b8e3b436e4af1307eefe193eac9.tar.gz
emacs-89082c823c738b8e3b436e4af1307eefe193eac9.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el2210
1 files changed, 577 insertions, 1633 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index cd2b2be3406..0e8e5f699b1 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -33,25 +33,17 @@ Quit current game \\[5x5-quit-game]
33\(fn &optional SIZE)" t nil) 33\(fn &optional SIZE)" t nil)
34 34
35(autoload '5x5-crack-randomly "5x5" "\ 35(autoload '5x5-crack-randomly "5x5" "\
36Attempt to crack 5x5 using random solutions. 36Attempt to crack 5x5 using random solutions." t nil)
37
38\(fn)" t nil)
39 37
40(autoload '5x5-crack-mutating-current "5x5" "\ 38(autoload '5x5-crack-mutating-current "5x5" "\
41Attempt to crack 5x5 by mutating the current solution. 39Attempt to crack 5x5 by mutating the current solution." t nil)
42
43\(fn)" t nil)
44 40
45(autoload '5x5-crack-mutating-best "5x5" "\ 41(autoload '5x5-crack-mutating-best "5x5" "\
46Attempt to crack 5x5 by mutating the best solution. 42Attempt to crack 5x5 by mutating the best solution." t nil)
47
48\(fn)" t nil)
49 43
50(autoload '5x5-crack-xor-mutate "5x5" "\ 44(autoload '5x5-crack-xor-mutate "5x5" "\
51Attempt to crack 5x5 by xoring the current and best solution. 45Attempt to crack 5x5 by xoring the current and best solution.
52Mutate the result. 46Mutate the result." t nil)
53
54\(fn)" t nil)
55 47
56(autoload '5x5-crack "5x5" "\ 48(autoload '5x5-crack "5x5" "\
57Attempt to find a solution for 5x5. 49Attempt to find a solution for 5x5.
@@ -99,9 +91,7 @@ Ada mode is the major mode for editing Ada code.
99;;; Generated autoloads from progmodes/ada-stmt.el 91;;; Generated autoloads from progmodes/ada-stmt.el
100 92
101(autoload 'ada-header "ada-stmt" "\ 93(autoload 'ada-header "ada-stmt" "\
102Insert a descriptive header at the top of the file. 94Insert a descriptive header at the top of the file." t nil)
103
104\(fn)" t nil)
105 95
106(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ada-stmt" '("ada-"))) 96(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ada-stmt" '("ada-")))
107 97
@@ -149,9 +139,7 @@ ChangeLog entry, one element will be chosen at random.")
149(custom-autoload 'add-log-mailing-address "add-log" t) 139(custom-autoload 'add-log-mailing-address "add-log" t)
150 140
151(autoload 'prompt-for-change-log-name "add-log" "\ 141(autoload 'prompt-for-change-log-name "add-log" "\
152Prompt for a change log name. 142Prompt for a change log name." nil nil)
153
154\(fn)" nil nil)
155 143
156(autoload 'find-change-log "add-log" "\ 144(autoload 'find-change-log "add-log" "\
157Find a change log file for \\[add-change-log-entry] and return the name. 145Find a change log file for \\[add-change-log-entry] and return the name.
@@ -242,9 +230,7 @@ identifiers followed by `:' or `='. See variables
242`add-log-current-defun-header-regexp' and 230`add-log-current-defun-header-regexp' and
243`add-log-current-defun-function'. 231`add-log-current-defun-function'.
244 232
245Has a preference of looking backwards. 233Has a preference of looking backwards." nil nil)
246
247\(fn)" nil nil)
248 234
249(autoload 'change-log-merge "add-log" "\ 235(autoload 'change-log-merge "add-log" "\
250Merge the contents of change log file OTHER-LOG with this buffer. 236Merge the contents of change log file OTHER-LOG with this buffer.
@@ -490,16 +476,12 @@ to be colored.
490\(fn BEG END TITLE &optional RULES EXCLUDE-RULES)" t nil) 476\(fn BEG END TITLE &optional RULES EXCLUDE-RULES)" t nil)
491 477
492(autoload 'align-unhighlight-rule "align" "\ 478(autoload 'align-unhighlight-rule "align" "\
493Remove any highlighting that was added by `align-highlight-rule'. 479Remove any highlighting that was added by `align-highlight-rule'." t nil)
494
495\(fn)" t nil)
496 480
497(autoload 'align-newline-and-indent "align" "\ 481(autoload 'align-newline-and-indent "align" "\
498A replacement function for `newline-and-indent', aligning as it goes. 482A replacement function for `newline-and-indent', aligning as it goes.
499The alignment is done by calling `align' on the region that was 483The alignment is done by calling `align' on the region that was
500indented. 484indented." t nil)
501
502\(fn)" t nil)
503 485
504(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "align" '("align-"))) 486(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "align" '("align-")))
505 487
@@ -523,9 +505,7 @@ Establishes allout processing as part of visiting a file if
523`allout-auto-activation' is non-nil, or removes it otherwise. 505`allout-auto-activation' is non-nil, or removes it otherwise.
524 506
525The proper way to use this is through customizing the setting of 507The proper way to use this is through customizing the setting of
526`allout-auto-activation'. 508`allout-auto-activation'." nil nil)
527
528\(fn)" nil nil)
529 509
530(defvar allout-auto-activation nil "\ 510(defvar allout-auto-activation nil "\
531Configure allout outline mode auto-activation. 511Configure allout outline mode auto-activation.
@@ -577,9 +557,7 @@ With value nil, inhibit any automatic allout-mode activation.")
577(put 'allout-layout 'safe-local-variable (lambda (x) (or (numberp x) (listp x) (memq x '(: * + -))))) 557(put 'allout-layout 'safe-local-variable (lambda (x) (or (numberp x) (listp x) (memq x '(: * + -)))))
578 558
579(autoload 'allout-mode-p "allout" "\ 559(autoload 'allout-mode-p "allout" "\
580Return t if `allout-mode' is active in current buffer. 560Return t if `allout-mode' is active in current buffer." nil t)
581
582\(fn)" nil t)
583 561
584(autoload 'allout-mode "allout" "\ 562(autoload 'allout-mode "allout" "\
585Toggle Allout outline mode. 563Toggle Allout outline mode.
@@ -990,9 +968,7 @@ the buffer *Birthday-Present-for-Name*.
990(push (purecopy '(ansi-color 3 4 2)) package--builtin-versions) 968(push (purecopy '(ansi-color 3 4 2)) package--builtin-versions)
991 969
992(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ 970(autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
993Set `ansi-color-for-comint-mode' to t. 971Set `ansi-color-for-comint-mode' to t." t nil)
994
995\(fn)" t nil)
996 972
997(autoload 'ansi-color-process-output "ansi-color" "\ 973(autoload 'ansi-color-process-output "ansi-color" "\
998Maybe translate SGR control sequences of comint output into text properties. 974Maybe translate SGR control sequences of comint output into text properties.
@@ -1033,9 +1009,7 @@ the rules.
1033If the file for a super-grammar cannot be determined, special file names 1009If the file for a super-grammar cannot be determined, special file names
1034are used according to variable `antlr-unknown-file-formats' and a 1010are used according to variable `antlr-unknown-file-formats' and a
1035commentary with value `antlr-help-unknown-file-text' is added. The 1011commentary with value `antlr-help-unknown-file-text' is added. The
1036*Help* buffer always starts with the text in `antlr-help-rules-intro'. 1012*Help* buffer always starts with the text in `antlr-help-rules-intro'." t nil)
1037
1038\(fn)" t nil)
1039 1013
1040(autoload 'antlr-mode "antlr-mode" "\ 1014(autoload 'antlr-mode "antlr-mode" "\
1041Major mode for editing ANTLR grammar files. 1015Major mode for editing ANTLR grammar files.
@@ -1044,9 +1018,7 @@ Major mode for editing ANTLR grammar files.
1044 1018
1045(autoload 'antlr-set-tabs "antlr-mode" "\ 1019(autoload 'antlr-set-tabs "antlr-mode" "\
1046Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'. 1020Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'.
1047Used in `antlr-mode'. Also a useful function in `java-mode-hook'. 1021Used in `antlr-mode'. Also a useful function in `java-mode-hook'." nil nil)
1048
1049\(fn)" nil nil)
1050 1022
1051(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "antlr-mode" '("antlr-"))) 1023(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "antlr-mode" '("antlr-")))
1052 1024
@@ -1566,9 +1538,7 @@ let-binding.")
1566(push (purecopy '(auth-source-pass 4 0 1)) package--builtin-versions) 1538(push (purecopy '(auth-source-pass 4 0 1)) package--builtin-versions)
1567 1539
1568(autoload 'auth-source-pass-enable "auth-source-pass" "\ 1540(autoload 'auth-source-pass-enable "auth-source-pass" "\
1569Enable auth-source-password-store. 1541Enable auth-source-password-store." nil nil)
1570
1571\(fn)" nil nil)
1572 1542
1573(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "auth-source-pass" '("auth-source-pass-"))) 1543(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "auth-source-pass" '("auth-source-pass-")))
1574 1544
@@ -1654,9 +1624,7 @@ Major mode for editing Autoconf configure.ac files.
1654 1624
1655(autoload 'auto-insert "autoinsert" "\ 1625(autoload 'auto-insert "autoinsert" "\
1656Insert default contents into new files if variable `auto-insert' is non-nil. 1626Insert default contents into new files if variable `auto-insert' is non-nil.
1657Matches the visited file name against the elements of `auto-insert-alist'. 1627Matches the visited file name against the elements of `auto-insert-alist'." t nil)
1658
1659\(fn)" t nil)
1660 1628
1661(autoload 'define-auto-insert "autoinsert" "\ 1629(autoload 'define-auto-insert "autoinsert" "\
1662Associate CONDITION with (additional) ACTION in `auto-insert-alist'. 1630Associate CONDITION with (additional) ACTION in `auto-insert-alist'.
@@ -1738,9 +1706,7 @@ write its autoloads into the specified file instead.
1738Update loaddefs.el autoloads in batch mode. 1706Update loaddefs.el autoloads in batch mode.
1739Calls `update-directory-autoloads' on the command line arguments. 1707Calls `update-directory-autoloads' on the command line arguments.
1740Definitions are written to `generated-autoload-file' (which 1708Definitions are written to `generated-autoload-file' (which
1741should be non-nil). 1709should be non-nil)." nil nil)
1742
1743\(fn)" nil nil)
1744 1710
1745(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "autoload" '("autoload-" "generate" "make-autoload" "no-update-autoloads"))) 1711(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "autoload" '("autoload-" "generate" "make-autoload" "no-update-autoloads")))
1746 1712
@@ -1774,9 +1740,7 @@ without being changed in the part that is already in the buffer.
1774Turn on Auto-Revert Mode. 1740Turn on Auto-Revert Mode.
1775 1741
1776This function is designed to be added to hooks, for example: 1742This function is designed to be added to hooks, for example:
1777 (add-hook \\='c-mode-hook #\\='turn-on-auto-revert-mode) 1743 (add-hook \\='c-mode-hook #\\='turn-on-auto-revert-mode)" nil nil)
1778
1779\(fn)" nil nil)
1780 1744
1781(autoload 'auto-revert-tail-mode "autorevert" "\ 1745(autoload 'auto-revert-tail-mode "autorevert" "\
1782Toggle reverting tail of buffer when the file grows. 1746Toggle reverting tail of buffer when the file grows.
@@ -1807,9 +1771,7 @@ Use `auto-revert-mode' for changes other than appends!
1807Turn on Auto-Revert Tail Mode. 1771Turn on Auto-Revert Tail Mode.
1808 1772
1809This function is designed to be added to hooks, for example: 1773This function is designed to be added to hooks, for example:
1810 (add-hook \\='my-logfile-mode-hook #\\='turn-on-auto-revert-tail-mode) 1774 (add-hook \\='my-logfile-mode-hook #\\='turn-on-auto-revert-tail-mode)" nil nil)
1811
1812\(fn)" nil nil)
1813 1775
1814(defvar global-auto-revert-mode nil "\ 1776(defvar global-auto-revert-mode nil "\
1815Non-nil if Global Auto-Revert mode is enabled. 1777Non-nil if Global Auto-Revert mode is enabled.
@@ -1907,9 +1869,7 @@ definition of \"random distance\".)
1907 1869
1908(autoload 'backtrace "backtrace" "\ 1870(autoload 'backtrace "backtrace" "\
1909Print a trace of Lisp function calls currently active. 1871Print a trace of Lisp function calls currently active.
1910Output stream used is value of `standard-output'. 1872Output stream used is value of `standard-output'." nil nil)
1911
1912\(fn)" nil nil)
1913 1873
1914(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "backtrace" '("backtrace-"))) 1874(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "backtrace" '("backtrace-")))
1915 1875
@@ -1942,9 +1902,7 @@ Run script using `bat-run' and `bat-run-args'.
1942(autoload 'battery "battery" "\ 1902(autoload 'battery "battery" "\
1943Display battery status information in the echo area. 1903Display battery status information in the echo area.
1944The text being displayed in the echo area is controlled by the variables 1904The text being displayed in the echo area is controlled by the variables
1945`battery-echo-area-format' and `battery-status-function'. 1905`battery-echo-area-format' and `battery-status-function'." t nil)
1946
1947\(fn)" t nil)
1948 1906
1949(defvar display-battery-mode nil "\ 1907(defvar display-battery-mode nil "\
1950Non-nil if Display-Battery mode is enabled. 1908Non-nil if Display-Battery mode is enabled.
@@ -2443,9 +2401,7 @@ probably because we were called from there.
2443\(fn BOOKMARK-NAME &optional BATCH)" t nil) 2401\(fn BOOKMARK-NAME &optional BATCH)" t nil)
2444 2402
2445(autoload 'bookmark-write "bookmark" "\ 2403(autoload 'bookmark-write "bookmark" "\
2446Write bookmarks to a file (reading the file name with the minibuffer). 2404Write bookmarks to a file (reading the file name with the minibuffer)." t nil)
2447
2448\(fn)" t nil)
2449 2405
2450(function-put 'bookmark-write 'interactive-only 'bookmark-save) 2406(function-put 'bookmark-write 'interactive-only 'bookmark-save)
2451 2407
@@ -2492,18 +2448,14 @@ unique numeric suffixes \"<2>\", \"<3>\", etc.
2492Display a list of existing bookmarks. 2448Display a list of existing bookmarks.
2493The list is displayed in a buffer named `*Bookmark List*'. 2449The list is displayed in a buffer named `*Bookmark List*'.
2494The leftmost column displays a D if the bookmark is flagged for 2450The leftmost column displays a D if the bookmark is flagged for
2495deletion, or > if it is flagged for displaying. 2451deletion, or > if it is flagged for displaying." t nil)
2496
2497\(fn)" t nil)
2498 2452
2499(defalias 'list-bookmarks 'bookmark-bmenu-list) 2453(defalias 'list-bookmarks 'bookmark-bmenu-list)
2500 2454
2501(defalias 'edit-bookmarks 'bookmark-bmenu-list) 2455(defalias 'edit-bookmarks 'bookmark-bmenu-list)
2502 2456
2503(autoload 'bookmark-bmenu-search "bookmark" "\ 2457(autoload 'bookmark-bmenu-search "bookmark" "\
2504Incremental search of bookmarks, hiding the non-matches as we go. 2458Incremental search of bookmarks, hiding the non-matches as we go." t nil)
2505
2506\(fn)" t nil)
2507 2459
2508(defvar menu-bar-bookmark-map (let ((map (make-sparse-keymap "Bookmark functions"))) (bindings--define-key map [load] '(menu-item "Load a Bookmark File..." bookmark-load :help "Load bookmarks from a bookmark file)")) (bindings--define-key map [write] '(menu-item "Save Bookmarks As..." bookmark-write :help "Write bookmarks to a file (reading the file name with the minibuffer)")) (bindings--define-key map [save] '(menu-item "Save Bookmarks" bookmark-save :help "Save currently defined bookmarks")) (bindings--define-key map [edit] '(menu-item "Edit Bookmark List" bookmark-bmenu-list :help "Display a list of existing bookmarks")) (bindings--define-key map [delete] '(menu-item "Delete Bookmark..." bookmark-delete :help "Delete a bookmark from the bookmark list")) (bindings--define-key map [rename] '(menu-item "Rename Bookmark..." bookmark-rename :help "Change the name of a bookmark")) (bindings--define-key map [locate] '(menu-item "Insert Location..." bookmark-locate :help "Insert the name of the file associated with a bookmark")) (bindings--define-key map [insert] '(menu-item "Insert Contents..." bookmark-insert :help "Insert the text of the file pointed to by a bookmark")) (bindings--define-key map [set] '(menu-item "Set Bookmark..." bookmark-set :help "Set a bookmark named inside a file.")) (bindings--define-key map [jump] '(menu-item "Jump to Bookmark..." bookmark-jump :help "Jump to a bookmark (a point in some file)")) map)) 2460(defvar menu-bar-bookmark-map (let ((map (make-sparse-keymap "Bookmark functions"))) (bindings--define-key map [load] '(menu-item "Load a Bookmark File..." bookmark-load :help "Load bookmarks from a bookmark file)")) (bindings--define-key map [write] '(menu-item "Save Bookmarks As..." bookmark-write :help "Write bookmarks to a file (reading the file name with the minibuffer)")) (bindings--define-key map [save] '(menu-item "Save Bookmarks" bookmark-save :help "Save currently defined bookmarks")) (bindings--define-key map [edit] '(menu-item "Edit Bookmark List" bookmark-bmenu-list :help "Display a list of existing bookmarks")) (bindings--define-key map [delete] '(menu-item "Delete Bookmark..." bookmark-delete :help "Delete a bookmark from the bookmark list")) (bindings--define-key map [rename] '(menu-item "Rename Bookmark..." bookmark-rename :help "Change the name of a bookmark")) (bindings--define-key map [locate] '(menu-item "Insert Location..." bookmark-locate :help "Insert the name of the file associated with a bookmark")) (bindings--define-key map [insert] '(menu-item "Insert Contents..." bookmark-insert :help "Insert the text of the file pointed to by a bookmark")) (bindings--define-key map [set] '(menu-item "Set Bookmark..." bookmark-set :help "Set a bookmark named inside a file.")) (bindings--define-key map [jump] '(menu-item "Jump to Bookmark..." bookmark-jump :help "Jump to a bookmark (a point in some file)")) map))
2509 2461
@@ -2547,9 +2499,7 @@ narrowed.
2547\(fn &optional BUFFER)" t nil) 2499\(fn &optional BUFFER)" t nil)
2548 2500
2549(autoload 'browse-url-of-dired-file "browse-url" "\ 2501(autoload 'browse-url-of-dired-file "browse-url" "\
2550In Dired, ask a WWW browser to display the file named on this line. 2502In Dired, ask a WWW browser to display the file named on this line." t nil)
2551
2552\(fn)" t nil)
2553 2503
2554(autoload 'browse-url-of-region "browse-url" "\ 2504(autoload 'browse-url-of-region "browse-url" "\
2555Ask a WWW browser to display the current region. 2505Ask a WWW browser to display the current region.
@@ -2872,21 +2822,15 @@ from `browse-url-elinks-wrapper'.
2872(autoload 'bs-cycle-next "bs" "\ 2822(autoload 'bs-cycle-next "bs" "\
2873Select next buffer defined by buffer cycling. 2823Select next buffer defined by buffer cycling.
2874The buffers taking part in buffer cycling are defined 2824The buffers taking part in buffer cycling are defined
2875by buffer configuration `bs-cycle-configuration-name'. 2825by buffer configuration `bs-cycle-configuration-name'." t nil)
2876
2877\(fn)" t nil)
2878 2826
2879(autoload 'bs-cycle-previous "bs" "\ 2827(autoload 'bs-cycle-previous "bs" "\
2880Select previous buffer defined by buffer cycling. 2828Select previous buffer defined by buffer cycling.
2881The buffers taking part in buffer cycling are defined 2829The buffers taking part in buffer cycling are defined
2882by buffer configuration `bs-cycle-configuration-name'. 2830by buffer configuration `bs-cycle-configuration-name'." t nil)
2883
2884\(fn)" t nil)
2885 2831
2886(autoload 'bs-customize "bs" "\ 2832(autoload 'bs-customize "bs" "\
2887Customization of group bs for Buffer Selection Menu. 2833Customization of group bs for Buffer Selection Menu." t nil)
2888
2889\(fn)" t nil)
2890 2834
2891(autoload 'bs-show "bs" "\ 2835(autoload 'bs-show "bs" "\
2892Make a menu of buffers so you can manipulate buffers or the buffer list. 2836Make a menu of buffers so you can manipulate buffers or the buffer list.
@@ -2923,9 +2867,7 @@ columns on its right towards the left.
2923\\[bubbles-set-game-easy] sets the difficulty to easy. 2867\\[bubbles-set-game-easy] sets the difficulty to easy.
2924\\[bubbles-set-game-medium] sets the difficulty to medium. 2868\\[bubbles-set-game-medium] sets the difficulty to medium.
2925\\[bubbles-set-game-difficult] sets the difficulty to difficult. 2869\\[bubbles-set-game-difficult] sets the difficulty to difficult.
2926\\[bubbles-set-game-hard] sets the difficulty to hard. 2870\\[bubbles-set-game-hard] sets the difficulty to hard." t nil)
2927
2928\(fn)" t nil)
2929 2871
2930(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "bubbles" '("bubbles-"))) 2872(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "bubbles" '("bubbles-")))
2931 2873
@@ -3065,9 +3007,7 @@ invoked interactively.
3065(autoload 'batch-byte-compile-if-not-done "bytecomp" "\ 3007(autoload 'batch-byte-compile-if-not-done "bytecomp" "\
3066Like `byte-compile-file' but doesn't recompile if already up to date. 3008Like `byte-compile-file' but doesn't recompile if already up to date.
3067Use this from the command line, with `-batch'; 3009Use this from the command line, with `-batch';
3068it won't work in an interactive Emacs. 3010it won't work in an interactive Emacs." nil nil)
3069
3070\(fn)" nil nil)
3071 3011
3072(autoload 'batch-byte-compile "bytecomp" "\ 3012(autoload 'batch-byte-compile "bytecomp" "\
3073Run `byte-compile-file' on the files remaining on the command line. 3013Run `byte-compile-file' on the files remaining on the command line.
@@ -3627,9 +3567,7 @@ See Info node `(calc)Defining Functions'.
3627 3567
3628(autoload 'calculator "calculator" "\ 3568(autoload 'calculator "calculator" "\
3629Run the Emacs calculator. 3569Run the Emacs calculator.
3630See the documentation for `calculator-mode' for more information. 3570See the documentation for `calculator-mode' for more information." t nil)
3631
3632\(fn)" t nil)
3633 3571
3634(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "calculator" '("calculator-"))) 3572(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "calculator" '("calculator-")))
3635 3573
@@ -3739,9 +3677,7 @@ it fails.
3739;;; Generated autoloads from progmodes/cc-engine.el 3677;;; Generated autoloads from progmodes/cc-engine.el
3740 3678
3741(autoload 'c-guess-basic-syntax "cc-engine" "\ 3679(autoload 'c-guess-basic-syntax "cc-engine" "\
3742Return the syntactic context of the current line. 3680Return the syntactic context of the current line." nil nil)
3743
3744\(fn)" nil nil)
3745 3681
3746(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cc-engine" '("c-"))) 3682(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cc-engine" '("c-")))
3747 3683
@@ -3919,9 +3855,7 @@ should be used.
3919 3855
3920This function attempts to use file contents to determine whether 3856This function attempts to use file contents to determine whether
3921the code is C or C++ and based on that chooses whether to enable 3857the code is C or C++ and based on that chooses whether to enable
3922`c-mode' or `c++-mode'. 3858`c-mode' or `c++-mode'." nil nil)
3923
3924\(fn)" nil nil)
3925 3859
3926(autoload 'c++-mode "cc-mode" "\ 3860(autoload 'c++-mode "cc-mode" "\
3927Major mode for editing C++ code. 3861Major mode for editing C++ code.
@@ -4494,9 +4428,7 @@ to the action header.
4494\(fn)" t nil) 4428\(fn)" t nil)
4495 4429
4496(autoload 'cfengine-auto-mode "cfengine" "\ 4430(autoload 'cfengine-auto-mode "cfengine" "\
4497Choose `cfengine2-mode' or `cfengine3-mode' by buffer contents. 4431Choose `cfengine2-mode' or `cfengine3-mode' by buffer contents." t nil)
4498
4499\(fn)" t nil)
4500 4432
4501(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cfengine" '("cfengine"))) 4433(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cfengine" '("cfengine")))
4502 4434
@@ -4574,9 +4506,7 @@ Return t when OBJ is a list of strings.
4574(autoload 'checkdoc "checkdoc" "\ 4506(autoload 'checkdoc "checkdoc" "\
4575Interactively check the entire buffer for style errors. 4507Interactively check the entire buffer for style errors.
4576The current status of the check will be displayed in a buffer which 4508The current status of the check will be displayed in a buffer which
4577the users will view as each check is completed. 4509the users will view as each check is completed." t nil)
4578
4579\(fn)" t nil)
4580 4510
4581(autoload 'checkdoc-interactive "checkdoc" "\ 4511(autoload 'checkdoc-interactive "checkdoc" "\
4582Interactively check the current buffer for doc string errors. 4512Interactively check the current buffer for doc string errors.
@@ -4604,9 +4534,7 @@ checkdoc status window instead of the usual behavior.
4604Evaluate and check documentation for the current buffer. 4534Evaluate and check documentation for the current buffer.
4605Evaluation is done first because good documentation for something that 4535Evaluation is done first because good documentation for something that
4606doesn't work is just not useful. Comments, doc strings, and rogue 4536doesn't work is just not useful. Comments, doc strings, and rogue
4607spacing are all verified. 4537spacing are all verified." t nil)
4608
4609\(fn)" t nil)
4610 4538
4611(autoload 'checkdoc-current-buffer "checkdoc" "\ 4539(autoload 'checkdoc-current-buffer "checkdoc" "\
4612Check current buffer for document, comment, error style, and rogue spaces. 4540Check current buffer for document, comment, error style, and rogue spaces.
@@ -4664,9 +4592,7 @@ Optional argument TAKE-NOTES causes all errors to be logged.
4664Evaluate the current form with `eval-defun' and check its documentation. 4592Evaluate the current form with `eval-defun' and check its documentation.
4665Evaluation is done first so the form will be read before the 4593Evaluation is done first so the form will be read before the
4666documentation is checked. If there is a documentation error, then the display 4594documentation is checked. If there is a documentation error, then the display
4667of what was evaluated will be overwritten by the diagnostic message. 4595of what was evaluated will be overwritten by the diagnostic message." t nil)
4668
4669\(fn)" t nil)
4670 4596
4671(autoload 'checkdoc-defun "checkdoc" "\ 4597(autoload 'checkdoc-defun "checkdoc" "\
4672Examine the doc string of the function or variable under point. 4598Examine the doc string of the function or variable under point.
@@ -4680,65 +4606,47 @@ space at the end of each line.
4680(autoload 'checkdoc-ispell "checkdoc" "\ 4606(autoload 'checkdoc-ispell "checkdoc" "\
4681Check the style and spelling of everything interactively. 4607Check the style and spelling of everything interactively.
4682Calls `checkdoc' with spell-checking turned on. 4608Calls `checkdoc' with spell-checking turned on.
4683Prefix argument is the same as for `checkdoc' 4609Prefix argument is the same as for `checkdoc'" t nil)
4684
4685\(fn)" t nil)
4686 4610
4687(autoload 'checkdoc-ispell-current-buffer "checkdoc" "\ 4611(autoload 'checkdoc-ispell-current-buffer "checkdoc" "\
4688Check the style and spelling of the current buffer. 4612Check the style and spelling of the current buffer.
4689Calls `checkdoc-current-buffer' with spell-checking turned on. 4613Calls `checkdoc-current-buffer' with spell-checking turned on.
4690Prefix argument is the same as for `checkdoc-current-buffer' 4614Prefix argument is the same as for `checkdoc-current-buffer'" t nil)
4691
4692\(fn)" t nil)
4693 4615
4694(autoload 'checkdoc-ispell-interactive "checkdoc" "\ 4616(autoload 'checkdoc-ispell-interactive "checkdoc" "\
4695Check the style and spelling of the current buffer interactively. 4617Check the style and spelling of the current buffer interactively.
4696Calls `checkdoc-interactive' with spell-checking turned on. 4618Calls `checkdoc-interactive' with spell-checking turned on.
4697Prefix argument is the same as for `checkdoc-interactive' 4619Prefix argument is the same as for `checkdoc-interactive'" t nil)
4698
4699\(fn)" t nil)
4700 4620
4701(autoload 'checkdoc-ispell-message-interactive "checkdoc" "\ 4621(autoload 'checkdoc-ispell-message-interactive "checkdoc" "\
4702Check the style and spelling of message text interactively. 4622Check the style and spelling of message text interactively.
4703Calls `checkdoc-message-interactive' with spell-checking turned on. 4623Calls `checkdoc-message-interactive' with spell-checking turned on.
4704Prefix argument is the same as for `checkdoc-message-interactive' 4624Prefix argument is the same as for `checkdoc-message-interactive'" t nil)
4705
4706\(fn)" t nil)
4707 4625
4708(autoload 'checkdoc-ispell-message-text "checkdoc" "\ 4626(autoload 'checkdoc-ispell-message-text "checkdoc" "\
4709Check the style and spelling of message text interactively. 4627Check the style and spelling of message text interactively.
4710Calls `checkdoc-message-text' with spell-checking turned on. 4628Calls `checkdoc-message-text' with spell-checking turned on.
4711Prefix argument is the same as for `checkdoc-message-text' 4629Prefix argument is the same as for `checkdoc-message-text'" t nil)
4712
4713\(fn)" t nil)
4714 4630
4715(autoload 'checkdoc-ispell-start "checkdoc" "\ 4631(autoload 'checkdoc-ispell-start "checkdoc" "\
4716Check the style and spelling of the current buffer. 4632Check the style and spelling of the current buffer.
4717Calls `checkdoc-start' with spell-checking turned on. 4633Calls `checkdoc-start' with spell-checking turned on.
4718Prefix argument is the same as for `checkdoc-start' 4634Prefix argument is the same as for `checkdoc-start'" t nil)
4719
4720\(fn)" t nil)
4721 4635
4722(autoload 'checkdoc-ispell-continue "checkdoc" "\ 4636(autoload 'checkdoc-ispell-continue "checkdoc" "\
4723Check the style and spelling of the current buffer after point. 4637Check the style and spelling of the current buffer after point.
4724Calls `checkdoc-continue' with spell-checking turned on. 4638Calls `checkdoc-continue' with spell-checking turned on.
4725Prefix argument is the same as for `checkdoc-continue' 4639Prefix argument is the same as for `checkdoc-continue'" t nil)
4726
4727\(fn)" t nil)
4728 4640
4729(autoload 'checkdoc-ispell-comments "checkdoc" "\ 4641(autoload 'checkdoc-ispell-comments "checkdoc" "\
4730Check the style and spelling of the current buffer's comments. 4642Check the style and spelling of the current buffer's comments.
4731Calls `checkdoc-comments' with spell-checking turned on. 4643Calls `checkdoc-comments' with spell-checking turned on.
4732Prefix argument is the same as for `checkdoc-comments' 4644Prefix argument is the same as for `checkdoc-comments'" t nil)
4733
4734\(fn)" t nil)
4735 4645
4736(autoload 'checkdoc-ispell-defun "checkdoc" "\ 4646(autoload 'checkdoc-ispell-defun "checkdoc" "\
4737Check the style and spelling of the current defun with Ispell. 4647Check the style and spelling of the current defun with Ispell.
4738Calls `checkdoc-defun' with spell-checking turned on. 4648Calls `checkdoc-defun' with spell-checking turned on.
4739Prefix argument is the same as for `checkdoc-defun' 4649Prefix argument is the same as for `checkdoc-defun'" t nil)
4740
4741\(fn)" t nil)
4742 4650
4743(autoload 'checkdoc-minor-mode "checkdoc" "\ 4651(autoload 'checkdoc-minor-mode "checkdoc" "\
4744Toggle automatic docstring checking (Checkdoc minor mode). 4652Toggle automatic docstring checking (Checkdoc minor mode).
@@ -4757,9 +4665,7 @@ checking of documentation strings.
4757\(fn &optional ARG)" t nil) 4665\(fn &optional ARG)" t nil)
4758 4666
4759(autoload 'checkdoc-package-keywords "checkdoc" "\ 4667(autoload 'checkdoc-package-keywords "checkdoc" "\
4760Find package keywords that aren't in `finder-known-keywords'. 4668Find package keywords that aren't in `finder-known-keywords'." t nil)
4761
4762\(fn)" t nil)
4763 4669
4764(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "checkdoc" '("checkdoc-"))) 4670(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "checkdoc" '("checkdoc-")))
4765 4671
@@ -4776,9 +4682,7 @@ Return the length of resulting text.
4776\(fn BEG END)" t nil) 4682\(fn BEG END)" t nil)
4777 4683
4778(autoload 'decode-hz-buffer "china-util" "\ 4684(autoload 'decode-hz-buffer "china-util" "\
4779Decode HZ/ZW encoded text in the current buffer. 4685Decode HZ/ZW encoded text in the current buffer." t nil)
4780
4781\(fn)" t nil)
4782 4686
4783(autoload 'encode-hz-region "china-util" "\ 4687(autoload 'encode-hz-region "china-util" "\
4784Encode the text in the current region to HZ. 4688Encode the text in the current region to HZ.
@@ -4787,9 +4691,7 @@ Return the length of resulting text.
4787\(fn BEG END)" t nil) 4691\(fn BEG END)" t nil)
4788 4692
4789(autoload 'encode-hz-buffer "china-util" "\ 4693(autoload 'encode-hz-buffer "china-util" "\
4790Encode the text in the current buffer to HZ. 4694Encode the text in the current buffer to HZ." t nil)
4791
4792\(fn)" t nil)
4793 4695
4794(autoload 'post-read-decode-hz "china-util" "\ 4696(autoload 'post-read-decode-hz "china-util" "\
4795 4697
@@ -4823,9 +4725,7 @@ The number of commands listed is controlled by `list-command-history-max'.
4823Calls value of `list-command-history-filter' (if non-nil) on each history 4725Calls value of `list-command-history-filter' (if non-nil) on each history
4824element to judge if that element should be excluded from the list. 4726element to judge if that element should be excluded from the list.
4825 4727
4826The buffer is left in Command History mode. 4728The buffer is left in Command History mode." t nil)
4827
4828\(fn)" t nil)
4829 4729
4830(autoload 'command-history "chistory" "\ 4730(autoload 'command-history "chistory" "\
4831Examine commands from `command-history' in a buffer. 4731Examine commands from `command-history' in a buffer.
@@ -4838,9 +4738,7 @@ and digits provide prefix arguments. Tab does not indent.
4838\\{command-history-map} 4738\\{command-history-map}
4839 4739
4840This command always recompiles the Command History listing 4740This command always recompiles the Command History listing
4841and runs the normal hook `command-history-hook'. 4741and runs the normal hook `command-history-hook'." t nil)
4842
4843\(fn)" t nil)
4844 4742
4845(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "chistory" '("command-history-" "default-command-history-filter" "list-command-history-"))) 4743(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "chistory" '("command-history-" "default-command-history-filter" "list-command-history-")))
4846 4744
@@ -5526,9 +5424,7 @@ doesn't have enough contents to decide, this is identical to
5526See also `conf-space-mode', `conf-colon-mode', `conf-javaprop-mode', 5424See also `conf-space-mode', `conf-colon-mode', `conf-javaprop-mode',
5527`conf-ppd-mode' and `conf-xdefaults-mode'. 5425`conf-ppd-mode' and `conf-xdefaults-mode'.
5528 5426
5529\\{conf-mode-map} 5427\\{conf-mode-map}" t nil)
5530
5531\(fn)" t nil)
5532 5428
5533(autoload 'conf-unix-mode "conf-mode" "\ 5429(autoload 'conf-unix-mode "conf-mode" "\
5534Conf Mode starter for Unix style Conf files. 5430Conf Mode starter for Unix style Conf files.
@@ -5720,9 +5616,7 @@ interactively.
5720Convert 2 digit years to 4 digit years. 5616Convert 2 digit years to 4 digit years.
5721Uses heuristic: year >= 50 means 19xx, < 50 means 20xx. 5617Uses heuristic: year >= 50 means 19xx, < 50 means 20xx.
5722If `copyright-year-ranges' (which see) is non-nil, also 5618If `copyright-year-ranges' (which see) is non-nil, also
5723independently replaces consecutive years with a range. 5619independently replaces consecutive years with a range." t nil)
5724
5725\(fn)" t nil)
5726 5620
5727(autoload 'copyright "copyright" "\ 5621(autoload 'copyright "copyright" "\
5728Insert a copyright by $ORGANIZATION notice at cursor. 5622Insert a copyright by $ORGANIZATION notice at cursor.
@@ -5932,9 +5826,7 @@ Run `perldoc' on WORD.
5932\(fn WORD)" t nil) 5826\(fn WORD)" t nil)
5933 5827
5934(autoload 'cperl-perldoc-at-point "cperl-mode" "\ 5828(autoload 'cperl-perldoc-at-point "cperl-mode" "\
5935Run a `perldoc' on the word around point. 5829Run a `perldoc' on the word around point." t nil)
5936
5937\(fn)" t nil)
5938 5830
5939(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cperl-mode" '("cperl-" "pod2man-program"))) 5831(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cperl-mode" '("cperl-" "pod2man-program")))
5940 5832
@@ -5952,9 +5844,7 @@ A prefix arg suppresses display of that buffer.
5952\(fn ARG)" t nil) 5844\(fn ARG)" t nil)
5953 5845
5954(autoload 'cpp-parse-edit "cpp" "\ 5846(autoload 'cpp-parse-edit "cpp" "\
5955Edit display information for cpp conditionals. 5847Edit display information for cpp conditionals." t nil)
5956
5957\(fn)" t nil)
5958 5848
5959(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cpp" '("cpp-"))) 5849(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cpp" '("cpp-")))
5960 5850
@@ -6233,9 +6123,7 @@ the resulting list value now. Otherwise, add an entry to
6233Select a customization buffer which you can use to set user options. 6123Select a customization buffer which you can use to set user options.
6234User options are structured into \"groups\". 6124User options are structured into \"groups\".
6235Initially the top-level group `Emacs' and its immediate subgroups 6125Initially the top-level group `Emacs' and its immediate subgroups
6236are shown; the contents of those subgroups are initially hidden. 6126are shown; the contents of those subgroups are initially hidden." t nil)
6237
6238\(fn)" t nil)
6239 6127
6240(autoload 'customize-mode "cus-edit" "\ 6128(autoload 'customize-mode "cus-edit" "\
6241Customize options related to a major or minor mode. 6129Customize options related to a major or minor mode.
@@ -6338,19 +6226,13 @@ suggest to customize that face, if it's customizable.
6338\(fn &optional FACE)" t nil) 6226\(fn &optional FACE)" t nil)
6339 6227
6340(autoload 'customize-unsaved "cus-edit" "\ 6228(autoload 'customize-unsaved "cus-edit" "\
6341Customize all options and faces set in this session but not saved. 6229Customize all options and faces set in this session but not saved." t nil)
6342
6343\(fn)" t nil)
6344 6230
6345(autoload 'customize-rogue "cus-edit" "\ 6231(autoload 'customize-rogue "cus-edit" "\
6346Customize all user variables modified outside customize. 6232Customize all user variables modified outside customize." t nil)
6347
6348\(fn)" t nil)
6349 6233
6350(autoload 'customize-saved "cus-edit" "\ 6234(autoload 'customize-saved "cus-edit" "\
6351Customize all saved options and faces. 6235Customize all saved options and faces." t nil)
6352
6353\(fn)" t nil)
6354 6236
6355(autoload 'customize-apropos "cus-edit" "\ 6237(autoload 'customize-apropos "cus-edit" "\
6356Customize loaded options, faces and groups matching PATTERN. 6238Customize loaded options, faces and groups matching PATTERN.
@@ -6383,9 +6265,7 @@ Customize all loaded groups matching REGEXP.
6383(autoload 'custom-prompt-customize-unsaved-options "cus-edit" "\ 6265(autoload 'custom-prompt-customize-unsaved-options "cus-edit" "\
6384Prompt user to customize any unsaved customization options. 6266Prompt user to customize any unsaved customization options.
6385Return non-nil if user chooses to customize, for use in 6267Return non-nil if user chooses to customize, for use in
6386`kill-emacs-query-functions'. 6268`kill-emacs-query-functions'." nil nil)
6387
6388\(fn)" nil nil)
6389 6269
6390(autoload 'custom-buffer-create "cus-edit" "\ 6270(autoload 'custom-buffer-create "cus-edit" "\
6391Create a buffer containing OPTIONS. 6271Create a buffer containing OPTIONS.
@@ -6449,14 +6329,10 @@ and hence will not set `custom-file' to that file either.")
6449(custom-autoload 'custom-file "cus-edit" t) 6329(custom-autoload 'custom-file "cus-edit" t)
6450 6330
6451(autoload 'custom-save-all "cus-edit" "\ 6331(autoload 'custom-save-all "cus-edit" "\
6452Save all customizations in `custom-file'. 6332Save all customizations in `custom-file'." nil nil)
6453
6454\(fn)" nil nil)
6455 6333
6456(autoload 'customize-save-customized "cus-edit" "\ 6334(autoload 'customize-save-customized "cus-edit" "\
6457Save all user options which have been set in this session. 6335Save all user options which have been set in this session." t nil)
6458
6459\(fn)" t nil)
6460 6336
6461(autoload 'custom-menu-create "cus-edit" "\ 6337(autoload 'custom-menu-create "cus-edit" "\
6462Create menu for customization group SYMBOL. 6338Create menu for customization group SYMBOL.
@@ -6889,9 +6765,7 @@ To specify a nil argument interactively, exit with an empty minibuffer.
6889;;; Generated autoloads from play/decipher.el 6765;;; Generated autoloads from play/decipher.el
6890 6766
6891(autoload 'decipher "decipher" "\ 6767(autoload 'decipher "decipher" "\
6892Format a buffer of ciphertext for cryptanalysis and enter Decipher mode. 6768Format a buffer of ciphertext for cryptanalysis and enter Decipher mode." t nil)
6893
6894\(fn)" t nil)
6895 6769
6896(autoload 'decipher-mode "decipher" "\ 6770(autoload 'decipher-mode "decipher" "\
6897Major mode for decrypting monoalphabetic substitution ciphers. 6771Major mode for decrypting monoalphabetic substitution ciphers.
@@ -6907,9 +6781,7 @@ The most useful commands are:
6907\\[decipher-frequency-count] Display the frequency of each ciphertext letter 6781\\[decipher-frequency-count] Display the frequency of each ciphertext letter
6908\\[decipher-adjacency-list] Show adjacency list for current letter (lists letters appearing next to it) 6782\\[decipher-adjacency-list] Show adjacency list for current letter (lists letters appearing next to it)
6909\\[decipher-make-checkpoint] Save the current cipher alphabet (checkpoint) 6783\\[decipher-make-checkpoint] Save the current cipher alphabet (checkpoint)
6910\\[decipher-restore-checkpoint] Restore a saved cipher alphabet (checkpoint) 6784\\[decipher-restore-checkpoint] Restore a saved cipher alphabet (checkpoint)" t nil)
6911
6912\(fn)" t nil)
6913 6785
6914(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "decipher" '("decipher-"))) 6786(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "decipher" '("decipher-")))
6915 6787
@@ -6920,9 +6792,7 @@ The most useful commands are:
6920(push (purecopy '(delim-col 2 1)) package--builtin-versions) 6792(push (purecopy '(delim-col 2 1)) package--builtin-versions)
6921 6793
6922(autoload 'delimit-columns-customize "delim-col" "\ 6794(autoload 'delimit-columns-customize "delim-col" "\
6923Customization of `columns' group. 6795Customization of `columns' group." t nil)
6924
6925\(fn)" t nil)
6926 6796
6927(autoload 'delimit-columns-region "delim-col" "\ 6797(autoload 'delimit-columns-region "delim-col" "\
6928Prettify all columns in a text region. 6798Prettify all columns in a text region.
@@ -7101,9 +6971,7 @@ of `eldoc-echo-area-use-multiline-p' variable and width of
7101minibuffer window for width limit. 6971minibuffer window for width limit.
7102 6972
7103This function is meant to be used as a value of 6973This function is meant to be used as a value of
7104`eldoc-documentation-function' variable. 6974`eldoc-documentation-function' variable." nil nil)
7105
7106\(fn)" nil nil)
7107 6975
7108(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "descr-text" '("describe-"))) 6976(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "descr-text" '("describe-")))
7109 6977
@@ -7262,9 +7130,7 @@ a regular expression in the list `desktop-clear-preserve-buffers'.
7262Furthermore, it clears the variables listed in `desktop-globals-to-clear'. 7130Furthermore, it clears the variables listed in `desktop-globals-to-clear'.
7263When called interactively and `desktop-restore-frames' is non-nil, it also 7131When called interactively and `desktop-restore-frames' is non-nil, it also
7264deletes all frames except the selected one (and its minibuffer frame, 7132deletes all frames except the selected one (and its minibuffer frame,
7265if different). 7133if different)." t nil)
7266
7267\(fn)" t nil)
7268 7134
7269(autoload 'desktop-save "desktop" "\ 7135(autoload 'desktop-save "desktop" "\
7270Save the desktop in a desktop file. 7136Save the desktop in a desktop file.
@@ -7296,9 +7162,7 @@ without further confirmation.
7296 7162
7297(autoload 'desktop-remove "desktop" "\ 7163(autoload 'desktop-remove "desktop" "\
7298Delete desktop file in `desktop-dirname'. 7164Delete desktop file in `desktop-dirname'.
7299This function also sets `desktop-dirname' to nil. 7165This function also sets `desktop-dirname' to nil." t nil)
7300
7301\(fn)" t nil)
7302 7166
7303(autoload 'desktop-read "desktop" "\ 7167(autoload 'desktop-read "desktop" "\
7304Read and process the desktop file in directory DIRNAME. 7168Read and process the desktop file in directory DIRNAME.
@@ -7320,14 +7184,10 @@ directory DIRNAME.
7320\(fn DIRNAME)" t nil) 7184\(fn DIRNAME)" t nil)
7321 7185
7322(autoload 'desktop-save-in-desktop-dir "desktop" "\ 7186(autoload 'desktop-save-in-desktop-dir "desktop" "\
7323Save the desktop in directory `desktop-dirname'. 7187Save the desktop in directory `desktop-dirname'." t nil)
7324
7325\(fn)" t nil)
7326 7188
7327(autoload 'desktop-revert "desktop" "\ 7189(autoload 'desktop-revert "desktop" "\
7328Revert to the last loaded desktop. 7190Revert to the last loaded desktop." t nil)
7329
7330\(fn)" t nil)
7331 7191
7332(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "desktop" '("desktop-"))) 7192(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "desktop" '("desktop-")))
7333 7193
@@ -7359,9 +7219,7 @@ NODISPLAY is non-nil, don't redisplay the article buffer.
7359\(fn &optional NODISPLAY)" t nil) 7219\(fn &optional NODISPLAY)" t nil)
7360 7220
7361(autoload 'gnus-article-outlook-deuglify-article "deuglify" "\ 7221(autoload 'gnus-article-outlook-deuglify-article "deuglify" "\
7362Deuglify broken Outlook (Express) articles and redisplay. 7222Deuglify broken Outlook (Express) articles and redisplay." t nil)
7363
7364\(fn)" t nil)
7365 7223
7366(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "deuglify" '("gnus-"))) 7224(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "deuglify" '("gnus-")))
7367 7225
@@ -7720,9 +7578,7 @@ redefine OBJECT if it is a symbol.
7720;;; Generated autoloads from disp-table.el 7578;;; Generated autoloads from disp-table.el
7721 7579
7722(autoload 'make-display-table "disp-table" "\ 7580(autoload 'make-display-table "disp-table" "\
7723Return a new, empty display table. 7581Return a new, empty display table." nil nil)
7724
7725\(fn)" nil nil)
7726 7582
7727(autoload 'display-table-slot "disp-table" "\ 7583(autoload 'display-table-slot "disp-table" "\
7728Return the value of the extra slot in DISPLAY-TABLE named SLOT. 7584Return the value of the extra slot in DISPLAY-TABLE named SLOT.
@@ -7746,9 +7602,7 @@ Describe the display table DT in a help buffer.
7746\(fn DT)" nil nil) 7602\(fn DT)" nil nil)
7747 7603
7748(autoload 'describe-current-display-table "disp-table" "\ 7604(autoload 'describe-current-display-table "disp-table" "\
7749Describe the display table in use in the selected window and buffer. 7605Describe the display table in use in the selected window and buffer." t nil)
7750
7751\(fn)" t nil)
7752 7606
7753(autoload 'standard-display-8bit "disp-table" "\ 7607(autoload 'standard-display-8bit "disp-table" "\
7754Display characters representing raw bytes in the range L to H literally. 7608Display characters representing raw bytes in the range L to H literally.
@@ -7946,9 +7800,7 @@ Turning on DNS mode runs `dns-mode-hook'.
7946 (defalias 'zone-mode 'dns-mode) 7800 (defalias 'zone-mode 'dns-mode)
7947 7801
7948(autoload 'dns-mode-soa-increment-serial "dns-mode" "\ 7802(autoload 'dns-mode-soa-increment-serial "dns-mode" "\
7949Locate SOA record and increment the serial field. 7803Locate SOA record and increment the serial field." t nil)
7950
7951\(fn)" t nil)
7952 7804
7953(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dns-mode" '("dns-mode-"))) 7805(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dns-mode" '("dns-mode-")))
7954 7806
@@ -7972,16 +7824,12 @@ and DVI files (as PNG images) in Emacs buffers.
7972 7824
7973You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to 7825You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to
7974toggle between displaying the document or editing it as text. 7826toggle between displaying the document or editing it as text.
7975\\{doc-view-mode-map} 7827\\{doc-view-mode-map}" t nil)
7976
7977\(fn)" t nil)
7978 7828
7979(autoload 'doc-view-mode-maybe "doc-view" "\ 7829(autoload 'doc-view-mode-maybe "doc-view" "\
7980Switch to `doc-view-mode' if possible. 7830Switch to `doc-view-mode' if possible.
7981If the required external tools are not available, then fallback 7831If the required external tools are not available, then fallback
7982to the next best mode. 7832to the next best mode." nil nil)
7983
7984\(fn)" nil nil)
7985 7833
7986(autoload 'doc-view-minor-mode "doc-view" "\ 7834(autoload 'doc-view-minor-mode "doc-view" "\
7987Toggle displaying buffer via Doc View (Doc View minor mode). 7835Toggle displaying buffer via Doc View (Doc View minor mode).
@@ -8008,9 +7856,7 @@ See the command `doc-view-mode' for more information on this mode.
8008;;; Generated autoloads from play/doctor.el 7856;;; Generated autoloads from play/doctor.el
8009 7857
8010(autoload 'doctor "doctor" "\ 7858(autoload 'doctor "doctor" "\
8011Switch to *doctor* buffer and start giving psychotherapy. 7859Switch to *doctor* buffer and start giving psychotherapy." t nil)
8012
8013\(fn)" t nil)
8014 7860
8015(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "doctor" '("doc" "make-doctor-variables"))) 7861(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "doctor" '("doc" "make-doctor-variables")))
8016 7862
@@ -8069,9 +7915,7 @@ strings when pressed twice. See `double-map' for details.
8069(push (purecopy '(dunnet 2 2)) package--builtin-versions) 7915(push (purecopy '(dunnet 2 2)) package--builtin-versions)
8070 7916
8071(autoload 'dunnet "dunnet" "\ 7917(autoload 'dunnet "dunnet" "\
8072Switch to *dungeon* buffer and start game. 7918Switch to *dungeon* buffer and start game." t nil)
8073
8074\(fn)" t nil)
8075 7919
8076(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dunnet" '("dun" "obj-special"))) 7920(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dunnet" '("dun" "obj-special")))
8077 7921
@@ -8432,9 +8276,7 @@ To implement dynamic menus, either call this from
8432(push (purecopy '(ebnf2ps 4 4)) package--builtin-versions) 8276(push (purecopy '(ebnf2ps 4 4)) package--builtin-versions)
8433 8277
8434(autoload 'ebnf-customize "ebnf2ps" "\ 8278(autoload 'ebnf-customize "ebnf2ps" "\
8435Customization for ebnf group. 8279Customization for ebnf group." t nil)
8436
8437\(fn)" t nil)
8438 8280
8439(autoload 'ebnf-print-directory "ebnf2ps" "\ 8281(autoload 'ebnf-print-directory "ebnf2ps" "\
8440Generate and print a PostScript syntactic chart image of DIRECTORY. 8282Generate and print a PostScript syntactic chart image of DIRECTORY.
@@ -8505,9 +8347,7 @@ Generate and spool a PostScript syntactic chart image of the buffer.
8505Like `ebnf-print-buffer' except that the PostScript image is saved in a 8347Like `ebnf-print-buffer' except that the PostScript image is saved in a
8506local buffer to be sent to the printer later. 8348local buffer to be sent to the printer later.
8507 8349
8508Use the command `ebnf-despool' to send the spooled images to the printer. 8350Use the command `ebnf-despool' to send the spooled images to the printer." t nil)
8509
8510\(fn)" t nil)
8511 8351
8512(autoload 'ebnf-spool-region "ebnf2ps" "\ 8352(autoload 'ebnf-spool-region "ebnf2ps" "\
8513Generate a PostScript syntactic chart image of the region and spool locally. 8353Generate a PostScript syntactic chart image of the region and spool locally.
@@ -8557,9 +8397,7 @@ The EPS file name has the following form:
8557 file name used in this case will be \"ebnf--A_B_+_C.eps\". 8397 file name used in this case will be \"ebnf--A_B_+_C.eps\".
8558 8398
8559WARNING: This function does *NOT* ask any confirmation to override existing 8399WARNING: This function does *NOT* ask any confirmation to override existing
8560 files. 8400 files." t nil)
8561
8562\(fn)" t nil)
8563 8401
8564(autoload 'ebnf-eps-region "ebnf2ps" "\ 8402(autoload 'ebnf-eps-region "ebnf2ps" "\
8565Generate a PostScript syntactic chart image of the region in an EPS file. 8403Generate a PostScript syntactic chart image of the region in an EPS file.
@@ -8608,9 +8446,7 @@ See also `ebnf-syntax-buffer'.
8608\(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) 8446\(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
8609 8447
8610(autoload 'ebnf-syntax-buffer "ebnf2ps" "\ 8448(autoload 'ebnf-syntax-buffer "ebnf2ps" "\
8611Do a syntactic analysis of the current buffer. 8449Do a syntactic analysis of the current buffer." t nil)
8612
8613\(fn)" t nil)
8614 8450
8615(autoload 'ebnf-syntax-region "ebnf2ps" "\ 8451(autoload 'ebnf-syntax-region "ebnf2ps" "\
8616Do a syntactic analysis of a region. 8452Do a syntactic analysis of a region.
@@ -8618,9 +8454,7 @@ Do a syntactic analysis of a region.
8618\(fn FROM TO)" t nil) 8454\(fn FROM TO)" t nil)
8619 8455
8620(autoload 'ebnf-setup "ebnf2ps" "\ 8456(autoload 'ebnf-setup "ebnf2ps" "\
8621Return the current ebnf2ps setup. 8457Return the current ebnf2ps setup." nil nil)
8622
8623\(fn)" nil nil)
8624 8458
8625(autoload 'ebnf-find-style "ebnf2ps" "\ 8459(autoload 'ebnf-find-style "ebnf2ps" "\
8626Return style definition if NAME is already defined; otherwise, return nil. 8460Return style definition if NAME is already defined; otherwise, return nil.
@@ -8686,9 +8520,7 @@ Returns the old style symbol.
8686 8520
8687See also `ebnf-push-style'. 8521See also `ebnf-push-style'.
8688 8522
8689See `ebnf-style-database' documentation. 8523See `ebnf-style-database' documentation." t nil)
8690
8691\(fn)" t nil)
8692 8524
8693(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ebnf2ps" '("ebnf-"))) 8525(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ebnf2ps" '("ebnf-")))
8694 8526
@@ -8710,9 +8542,7 @@ Tree mode key bindings:
8710\(fn)" t nil) 8542\(fn)" t nil)
8711 8543
8712(autoload 'ebrowse-electric-choose-tree "ebrowse" "\ 8544(autoload 'ebrowse-electric-choose-tree "ebrowse" "\
8713Return a buffer containing a tree or nil if no tree found or canceled. 8545Return a buffer containing a tree or nil if no tree found or canceled." t nil)
8714
8715\(fn)" t nil)
8716 8546
8717(autoload 'ebrowse-member-mode "ebrowse" "\ 8547(autoload 'ebrowse-member-mode "ebrowse" "\
8718Major mode for Ebrowse member buffers. 8548Major mode for Ebrowse member buffers.
@@ -8720,54 +8550,34 @@ Major mode for Ebrowse member buffers.
8720\(fn)" t nil) 8550\(fn)" t nil)
8721 8551
8722(autoload 'ebrowse-tags-view-declaration "ebrowse" "\ 8552(autoload 'ebrowse-tags-view-declaration "ebrowse" "\
8723View declaration of member at point. 8553View declaration of member at point." t nil)
8724
8725\(fn)" t nil)
8726 8554
8727(autoload 'ebrowse-tags-find-declaration "ebrowse" "\ 8555(autoload 'ebrowse-tags-find-declaration "ebrowse" "\
8728Find declaration of member at point. 8556Find declaration of member at point." t nil)
8729
8730\(fn)" t nil)
8731 8557
8732(autoload 'ebrowse-tags-view-definition "ebrowse" "\ 8558(autoload 'ebrowse-tags-view-definition "ebrowse" "\
8733View definition of member at point. 8559View definition of member at point." t nil)
8734
8735\(fn)" t nil)
8736 8560
8737(autoload 'ebrowse-tags-find-definition "ebrowse" "\ 8561(autoload 'ebrowse-tags-find-definition "ebrowse" "\
8738Find definition of member at point. 8562Find definition of member at point." t nil)
8739
8740\(fn)" t nil)
8741 8563
8742(autoload 'ebrowse-tags-find-declaration-other-window "ebrowse" "\ 8564(autoload 'ebrowse-tags-find-declaration-other-window "ebrowse" "\
8743Find declaration of member at point in other window. 8565Find declaration of member at point in other window." t nil)
8744
8745\(fn)" t nil)
8746 8566
8747(autoload 'ebrowse-tags-view-definition-other-window "ebrowse" "\ 8567(autoload 'ebrowse-tags-view-definition-other-window "ebrowse" "\
8748View definition of member at point in other window. 8568View definition of member at point in other window." t nil)
8749
8750\(fn)" t nil)
8751 8569
8752(autoload 'ebrowse-tags-find-definition-other-window "ebrowse" "\ 8570(autoload 'ebrowse-tags-find-definition-other-window "ebrowse" "\
8753Find definition of member at point in other window. 8571Find definition of member at point in other window." t nil)
8754
8755\(fn)" t nil)
8756 8572
8757(autoload 'ebrowse-tags-find-declaration-other-frame "ebrowse" "\ 8573(autoload 'ebrowse-tags-find-declaration-other-frame "ebrowse" "\
8758Find definition of member at point in other frame. 8574Find definition of member at point in other frame." t nil)
8759
8760\(fn)" t nil)
8761 8575
8762(autoload 'ebrowse-tags-view-definition-other-frame "ebrowse" "\ 8576(autoload 'ebrowse-tags-view-definition-other-frame "ebrowse" "\
8763View definition of member at point in other frame. 8577View definition of member at point in other frame." t nil)
8764
8765\(fn)" t nil)
8766 8578
8767(autoload 'ebrowse-tags-find-definition-other-frame "ebrowse" "\ 8579(autoload 'ebrowse-tags-find-definition-other-frame "ebrowse" "\
8768Find definition of member at point in other frame. 8580Find definition of member at point in other frame." t nil)
8769
8770\(fn)" t nil)
8771 8581
8772(autoload 'ebrowse-tags-complete-symbol "ebrowse" "\ 8582(autoload 'ebrowse-tags-complete-symbol "ebrowse" "\
8773Perform completion on the C++ symbol preceding point. 8583Perform completion on the C++ symbol preceding point.
@@ -8819,14 +8629,10 @@ Prefix arg ARG says how much.
8819\(fn ARG)" t nil) 8629\(fn ARG)" t nil)
8820 8630
8821(autoload 'ebrowse-electric-position-menu "ebrowse" "\ 8631(autoload 'ebrowse-electric-position-menu "ebrowse" "\
8822List positions in the position stack in an electric buffer. 8632List positions in the position stack in an electric buffer." t nil)
8823
8824\(fn)" t nil)
8825 8633
8826(autoload 'ebrowse-save-tree "ebrowse" "\ 8634(autoload 'ebrowse-save-tree "ebrowse" "\
8827Save current tree in same file it was loaded from. 8635Save current tree in same file it was loaded from." t nil)
8828
8829\(fn)" t nil)
8830 8636
8831(autoload 'ebrowse-save-tree-as "ebrowse" "\ 8637(autoload 'ebrowse-save-tree-as "ebrowse" "\
8832Write the current tree data structure to a file. 8638Write the current tree data structure to a file.
@@ -8836,9 +8642,7 @@ Otherwise, FILE-NAME specifies the file to save the tree in.
8836\(fn &optional FILE-NAME)" t nil) 8642\(fn &optional FILE-NAME)" t nil)
8837 8643
8838(autoload 'ebrowse-statistics "ebrowse" "\ 8644(autoload 'ebrowse-statistics "ebrowse" "\
8839Display statistics for a class tree. 8645Display statistics for a class tree." t nil)
8840
8841\(fn)" t nil)
8842 8646
8843(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ebrowse" '("ebrowse-" "electric-buffer-menu-mode-hook"))) 8647(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ebrowse" '("ebrowse-" "electric-buffer-menu-mode-hook")))
8844 8648
@@ -8896,9 +8700,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
8896;;; Generated autoloads from ecomplete.el 8700;;; Generated autoloads from ecomplete.el
8897 8701
8898(autoload 'ecomplete-setup "ecomplete" "\ 8702(autoload 'ecomplete-setup "ecomplete" "\
8899Read the .ecompleterc file. 8703Read the .ecompleterc file." nil nil)
8900
8901\(fn)" nil nil)
8902 8704
8903(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ecomplete" '("ecomplete-"))) 8705(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ecomplete" '("ecomplete-")))
8904 8706
@@ -9256,19 +9058,13 @@ If the current defun is actually a call to `defvar' or `defcustom',
9256evaluating it this way resets the variable using its initial value 9058evaluating it this way resets the variable using its initial value
9257expression even if the variable already has some other value. 9059expression even if the variable already has some other value.
9258\(Normally `defvar' and `defcustom' do not alter the value if there 9060\(Normally `defvar' and `defcustom' do not alter the value if there
9259already is one.) 9061already is one.)" t nil)
9260
9261\(fn)" t nil)
9262 9062
9263(autoload 'edebug-all-defs "edebug" "\ 9063(autoload 'edebug-all-defs "edebug" "\
9264Toggle edebugging of all definitions. 9064Toggle edebugging of all definitions." t nil)
9265
9266\(fn)" t nil)
9267 9065
9268(autoload 'edebug-all-forms "edebug" "\ 9066(autoload 'edebug-all-forms "edebug" "\
9269Toggle edebugging of all forms. 9067Toggle edebugging of all forms." t nil)
9270
9271\(fn)" t nil)
9272 9068
9273(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "edebug" '("cancel-edebug-on-entry" "edebug" "get-edebug-spec" "global-edebug-"))) 9069(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "edebug" '("cancel-edebug-on-entry" "edebug" "get-edebug-spec" "global-edebug-")))
9274 9070
@@ -9299,9 +9095,7 @@ arguments after setting up the Ediff buffers.
9299(autoload 'ediff-current-file "ediff" "\ 9095(autoload 'ediff-current-file "ediff" "\
9300Start ediff between current buffer and its file on disk. 9096Start ediff between current buffer and its file on disk.
9301This command can be used instead of `revert-buffer'. If there is 9097This command can be used instead of `revert-buffer'. If there is
9302nothing to revert then this command fails. 9098nothing to revert then this command fails." t nil)
9303
9304\(fn)" t nil)
9305 9099
9306(autoload 'ediff-backup "ediff" "\ 9100(autoload 'ediff-backup "ediff" "\
9307Run Ediff on FILE and its backup file. 9101Run Ediff on FILE and its backup file.
@@ -9563,9 +9357,7 @@ arguments after setting up the Ediff buffers.
9563 9357
9564(autoload 'ediff-version "ediff" "\ 9358(autoload 'ediff-version "ediff" "\
9565Return string describing the version of Ediff. 9359Return string describing the version of Ediff.
9566When called interactively, displays the version. 9360When called interactively, displays the version." t nil)
9567
9568\(fn)" t nil)
9569 9361
9570(autoload 'ediff-documentation "ediff" "\ 9362(autoload 'ediff-documentation "ediff" "\
9571Display Ediff's manual. 9363Display Ediff's manual.
@@ -9574,44 +9366,28 @@ With optional NODE, goes to that node.
9574\(fn &optional NODE)" t nil) 9366\(fn &optional NODE)" t nil)
9575 9367
9576(autoload 'ediff-files-command "ediff" "\ 9368(autoload 'ediff-files-command "ediff" "\
9577Call `ediff-files' with the next two command line arguments. 9369Call `ediff-files' with the next two command line arguments." nil nil)
9578
9579\(fn)" nil nil)
9580 9370
9581(autoload 'ediff3-files-command "ediff" "\ 9371(autoload 'ediff3-files-command "ediff" "\
9582Call `ediff3-files' with the next three command line arguments. 9372Call `ediff3-files' with the next three command line arguments." nil nil)
9583
9584\(fn)" nil nil)
9585 9373
9586(autoload 'ediff-merge-command "ediff" "\ 9374(autoload 'ediff-merge-command "ediff" "\
9587Call `ediff-merge-files' with the next two command line arguments. 9375Call `ediff-merge-files' with the next two command line arguments." nil nil)
9588
9589\(fn)" nil nil)
9590 9376
9591(autoload 'ediff-merge-with-ancestor-command "ediff" "\ 9377(autoload 'ediff-merge-with-ancestor-command "ediff" "\
9592Call `ediff-merge-files-with-ancestor' with the next three command line arguments. 9378Call `ediff-merge-files-with-ancestor' with the next three command line arguments." nil nil)
9593
9594\(fn)" nil nil)
9595 9379
9596(autoload 'ediff-directories-command "ediff" "\ 9380(autoload 'ediff-directories-command "ediff" "\
9597Call `ediff-directories' with the next three command line arguments. 9381Call `ediff-directories' with the next three command line arguments." nil nil)
9598
9599\(fn)" nil nil)
9600 9382
9601(autoload 'ediff-directories3-command "ediff" "\ 9383(autoload 'ediff-directories3-command "ediff" "\
9602Call `ediff-directories3' with the next four command line arguments. 9384Call `ediff-directories3' with the next four command line arguments." nil nil)
9603
9604\(fn)" nil nil)
9605 9385
9606(autoload 'ediff-merge-directories-command "ediff" "\ 9386(autoload 'ediff-merge-directories-command "ediff" "\
9607Call `ediff-merge-directories' with the next three command line arguments. 9387Call `ediff-merge-directories' with the next three command line arguments." nil nil)
9608
9609\(fn)" nil nil)
9610 9388
9611(autoload 'ediff-merge-directories-with-ancestor-command "ediff" "\ 9389(autoload 'ediff-merge-directories-with-ancestor-command "ediff" "\
9612Call `ediff-merge-directories-with-ancestor' with the next four command line arguments. 9390Call `ediff-merge-directories-with-ancestor' with the next four command line arguments." nil nil)
9613
9614\(fn)" nil nil)
9615 9391
9616(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ediff" '("ediff-"))) 9392(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ediff" '("ediff-")))
9617 9393
@@ -9627,10 +9403,7 @@ Call `ediff-merge-directories-with-ancestor' with the next four command line arg
9627;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (0 0 0 0)) 9403;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (0 0 0 0))
9628;;; Generated autoloads from vc/ediff-help.el 9404;;; Generated autoloads from vc/ediff-help.el
9629 9405
9630(autoload 'ediff-customize "ediff-help" "\ 9406(autoload 'ediff-customize "ediff-help" nil t nil)
9631
9632
9633\(fn)" t nil)
9634 9407
9635(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ediff-help" '("ediff-"))) 9408(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ediff-help" '("ediff-")))
9636 9409
@@ -9654,9 +9427,7 @@ Call `ediff-merge-directories-with-ancestor' with the next four command line arg
9654;;; Generated autoloads from vc/ediff-mult.el 9427;;; Generated autoloads from vc/ediff-mult.el
9655 9428
9656(autoload 'ediff-show-registry "ediff-mult" "\ 9429(autoload 'ediff-show-registry "ediff-mult" "\
9657Display Ediff's registry. 9430Display Ediff's registry." t nil)
9658
9659\(fn)" t nil)
9660 9431
9661(defalias 'eregistry 'ediff-show-registry) 9432(defalias 'eregistry 'ediff-show-registry)
9662 9433
@@ -9677,16 +9448,12 @@ Display Ediff's registry.
9677(autoload 'ediff-toggle-multiframe "ediff-util" "\ 9448(autoload 'ediff-toggle-multiframe "ediff-util" "\
9678Switch from multiframe display to single-frame display and back. 9449Switch from multiframe display to single-frame display and back.
9679To change the default, set the variable `ediff-window-setup-function', 9450To change the default, set the variable `ediff-window-setup-function',
9680which see. 9451which see." t nil)
9681
9682\(fn)" t nil)
9683 9452
9684(autoload 'ediff-toggle-use-toolbar "ediff-util" "\ 9453(autoload 'ediff-toggle-use-toolbar "ediff-util" "\
9685Enable or disable Ediff toolbar. 9454Enable or disable Ediff toolbar.
9686Works only in versions of Emacs that support toolbars. 9455Works only in versions of Emacs that support toolbars.
9687To change the default, set the variable `ediff-use-toolbar-p', which see. 9456To change the default, set the variable `ediff-use-toolbar-p', which see." t nil)
9688
9689\(fn)" t nil)
9690 9457
9691(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ediff-util" '("ediff-"))) 9458(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ediff-util" '("ediff-")))
9692 9459
@@ -9769,9 +9536,7 @@ Argument BOTTOM is the bottom margin in number of lines or percent of window.
9769\(fn TOP BOTTOM)" t nil) 9536\(fn TOP BOTTOM)" t nil)
9770 9537
9771(autoload 'edt-emulation-on "edt" "\ 9538(autoload 'edt-emulation-on "edt" "\
9772Turn on EDT Emulation. 9539Turn on EDT Emulation." t nil)
9773
9774\(fn)" t nil)
9775 9540
9776(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "edt" '("edt-"))) 9541(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "edt" '("edt-")))
9777 9542
@@ -9999,15 +9764,11 @@ A complicated directory may require a lot of memory.
9999 9764
10000(autoload 'elint-current-buffer "elint" "\ 9765(autoload 'elint-current-buffer "elint" "\
10001Lint the current buffer. 9766Lint the current buffer.
10002If necessary, this first calls `elint-initialize'. 9767If necessary, this first calls `elint-initialize'." t nil)
10003
10004\(fn)" t nil)
10005 9768
10006(autoload 'elint-defun "elint" "\ 9769(autoload 'elint-defun "elint" "\
10007Lint the function at point. 9770Lint the function at point.
10008If necessary, this first calls `elint-initialize'. 9771If necessary, this first calls `elint-initialize'." t nil)
10009
10010\(fn)" t nil)
10011 9772
10012(autoload 'elint-initialize "elint" "\ 9773(autoload 'elint-initialize "elint" "\
10013Initialize elint. 9774Initialize elint.
@@ -10049,9 +9810,7 @@ For example, to instrument all ELP functions, do the following:
10049Display current profiling results. 9810Display current profiling results.
10050If `elp-reset-after-results' is non-nil, then current profiling 9811If `elp-reset-after-results' is non-nil, then current profiling
10051information for all instrumented functions is reset after results are 9812information for all instrumented functions is reset after results are
10052displayed. 9813displayed." t nil)
10053
10054\(fn)" t nil)
10055 9814
10056(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elp" '("elp-"))) 9815(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elp" '("elp-")))
10057 9816
@@ -10261,15 +10020,9 @@ Run Emerge on two buffers, giving another buffer as the ancestor.
10261 10020
10262\(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) 10021\(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
10263 10022
10264(autoload 'emerge-files-command "emerge" "\ 10023(autoload 'emerge-files-command "emerge" nil nil nil)
10265 10024
10266 10025(autoload 'emerge-files-with-ancestor-command "emerge" nil nil nil)
10267\(fn)" nil nil)
10268
10269(autoload 'emerge-files-with-ancestor-command "emerge" "\
10270
10271
10272\(fn)" nil nil)
10273 10026
10274(autoload 'emerge-files-remote "emerge" "\ 10027(autoload 'emerge-files-remote "emerge" "\
10275 10028
@@ -10532,24 +10285,16 @@ Insert selected KEYS after the point.
10532;;; Generated autoloads from epa-dired.el 10285;;; Generated autoloads from epa-dired.el
10533 10286
10534(autoload 'epa-dired-do-decrypt "epa-dired" "\ 10287(autoload 'epa-dired-do-decrypt "epa-dired" "\
10535Decrypt marked files. 10288Decrypt marked files." t nil)
10536
10537\(fn)" t nil)
10538 10289
10539(autoload 'epa-dired-do-verify "epa-dired" "\ 10290(autoload 'epa-dired-do-verify "epa-dired" "\
10540Verify marked files. 10291Verify marked files." t nil)
10541
10542\(fn)" t nil)
10543 10292
10544(autoload 'epa-dired-do-sign "epa-dired" "\ 10293(autoload 'epa-dired-do-sign "epa-dired" "\
10545Sign marked files. 10294Sign marked files." t nil)
10546
10547\(fn)" t nil)
10548 10295
10549(autoload 'epa-dired-do-encrypt "epa-dired" "\ 10296(autoload 'epa-dired-do-encrypt "epa-dired" "\
10550Encrypt marked files. 10297Encrypt marked files." t nil)
10551
10552\(fn)" t nil)
10553 10298
10554;;;*** 10299;;;***
10555 10300
@@ -10561,15 +10306,9 @@ Encrypt marked files.
10561 10306
10562\(fn OPERATION &rest ARGS)" nil nil) 10307\(fn OPERATION &rest ARGS)" nil nil)
10563 10308
10564(autoload 'epa-file-enable "epa-file" "\ 10309(autoload 'epa-file-enable "epa-file" nil t nil)
10565
10566
10567\(fn)" t nil)
10568
10569(autoload 'epa-file-disable "epa-file" "\
10570 10310
10571 10311(autoload 'epa-file-disable "epa-file" nil t nil)
10572\(fn)" t nil)
10573 10312
10574(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "epa-file" '("epa-"))) 10313(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "epa-file" '("epa-")))
10575 10314
@@ -10590,17 +10329,13 @@ if ARG is `toggle'; disable the mode otherwise.
10590 10329
10591(autoload 'epa-mail-decrypt "epa-mail" "\ 10330(autoload 'epa-mail-decrypt "epa-mail" "\
10592Decrypt OpenPGP armors in the current buffer. 10331Decrypt OpenPGP armors in the current buffer.
10593The buffer is expected to contain a mail message. 10332The buffer is expected to contain a mail message." t nil)
10594
10595\(fn)" t nil)
10596 10333
10597(function-put 'epa-mail-decrypt 'interactive-only 't) 10334(function-put 'epa-mail-decrypt 'interactive-only 't)
10598 10335
10599(autoload 'epa-mail-verify "epa-mail" "\ 10336(autoload 'epa-mail-verify "epa-mail" "\
10600Verify OpenPGP cleartext signed messages in the current buffer. 10337Verify OpenPGP cleartext signed messages in the current buffer.
10601The buffer is expected to contain a mail message. 10338The buffer is expected to contain a mail message." t nil)
10602
10603\(fn)" t nil)
10604 10339
10605(function-put 'epa-mail-verify 'interactive-only 't) 10340(function-put 'epa-mail-verify 'interactive-only 't)
10606 10341
@@ -10629,9 +10364,7 @@ SIGNERS is a list of keys to sign the message with.
10629 10364
10630(autoload 'epa-mail-import-keys "epa-mail" "\ 10365(autoload 'epa-mail-import-keys "epa-mail" "\
10631Import keys in the OpenPGP armor format in the current buffer. 10366Import keys in the OpenPGP armor format in the current buffer.
10632The buffer is expected to contain a mail message. 10367The buffer is expected to contain a mail message." t nil)
10633
10634\(fn)" t nil)
10635 10368
10636(function-put 'epa-mail-import-keys 'interactive-only 't) 10369(function-put 'epa-mail-import-keys 'interactive-only 't)
10637 10370
@@ -10689,9 +10422,7 @@ version requirement is met.
10689\(fn PROTOCOL &optional NO-CACHE PROGRAM-ALIST)" nil nil) 10422\(fn PROTOCOL &optional NO-CACHE PROGRAM-ALIST)" nil nil)
10690 10423
10691(autoload 'epg-configuration "epg-config" "\ 10424(autoload 'epg-configuration "epg-config" "\
10692Return a list of internal configuration parameters of `epg-gpg-program'. 10425Return a list of internal configuration parameters of `epg-gpg-program'." nil nil)
10693
10694\(fn)" nil nil)
10695 10426
10696(make-obsolete 'epg-configuration 'epg-find-configuration '"25.1") 10427(make-obsolete 'epg-configuration 'epg-find-configuration '"25.1")
10697 10428
@@ -10719,9 +10450,7 @@ Look at CONFIG and try to expand GROUP.
10719(push (purecopy '(erc 5 3)) package--builtin-versions) 10450(push (purecopy '(erc 5 3)) package--builtin-versions)
10720 10451
10721(autoload 'erc-select-read-args "erc" "\ 10452(autoload 'erc-select-read-args "erc" "\
10722Prompt the user for values of nick, server, port, and password. 10453Prompt the user for values of nick, server, port, and password." nil nil)
10723
10724\(fn)" nil nil)
10725 10454
10726(autoload 'erc "erc" "\ 10455(autoload 'erc "erc" "\
10727ERC is a powerful, modular, and extensible IRC client. 10456ERC is a powerful, modular, and extensible IRC client.
@@ -10928,14 +10657,10 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
10928(autoload 'erc-determine-network "erc-networks" "\ 10657(autoload 'erc-determine-network "erc-networks" "\
10929Return the name of the network or \"Unknown\" as a symbol. Use the 10658Return the name of the network or \"Unknown\" as a symbol. Use the
10930server parameter NETWORK if provided, otherwise parse the server name and 10659server parameter NETWORK if provided, otherwise parse the server name and
10931search for a match in `erc-networks-alist'. 10660search for a match in `erc-networks-alist'." nil nil)
10932
10933\(fn)" nil nil)
10934 10661
10935(autoload 'erc-server-select "erc-networks" "\ 10662(autoload 'erc-server-select "erc-networks" "\
10936Interactively select a server to connect to using `erc-server-alist'. 10663Interactively select a server to connect to using `erc-server-alist'." t nil)
10937
10938\(fn)" t nil)
10939 10664
10940(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "erc-networks" '("erc-"))) 10665(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "erc-networks" '("erc-")))
10941 10666
@@ -11122,9 +10847,7 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
11122(put 'ert-with-test-buffer 'lisp-indent-function 1) 10847(put 'ert-with-test-buffer 'lisp-indent-function 1)
11123 10848
11124(autoload 'ert-kill-all-test-buffers "ert-x" "\ 10849(autoload 'ert-kill-all-test-buffers "ert-x" "\
11125Kill all test buffers that are still live. 10850Kill all test buffers that are still live." t nil)
11126
11127\(fn)" t nil)
11128 10851
11129(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ert-x" '("ert-"))) 10852(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ert-x" '("ert-")))
11130 10853
@@ -11338,14 +11061,9 @@ Returns t if it visits a tags table, or nil if there are no more in the list.
11338Return a list of files in the current tags table. 11061Return a list of files in the current tags table.
11339Assumes the tags table is the current buffer. The file names are returned 11062Assumes the tags table is the current buffer. The file names are returned
11340as they appeared in the `etags' command that created the table, usually 11063as they appeared in the `etags' command that created the table, usually
11341without directory names. 11064without directory names." nil nil)
11342
11343\(fn)" nil nil)
11344
11345(autoload 'tags-lazy-completion-table "etags" "\
11346
11347 11065
11348\(fn)" nil nil) 11066(autoload 'tags-lazy-completion-table "etags" nil nil nil)
11349 (defun tags-completion-at-point-function () 11067 (defun tags-completion-at-point-function ()
11350 (if (or tags-table-list tags-file-name) 11068 (if (or tags-table-list tags-file-name)
11351 (progn 11069 (progn
@@ -11536,22 +11254,15 @@ Display list of all tags in tags table REGEXP matches.
11536(autoload 'select-tags-table "etags" "\ 11254(autoload 'select-tags-table "etags" "\
11537Select a tags table file from a menu of those you have already used. 11255Select a tags table file from a menu of those you have already used.
11538The list of tags tables to select from is stored in `tags-table-set-list'; 11256The list of tags tables to select from is stored in `tags-table-set-list';
11539see the doc of that variable if you want to add names to the list. 11257see the doc of that variable if you want to add names to the list." t nil)
11540
11541\(fn)" t nil)
11542 11258
11543(autoload 'complete-tag "etags" "\ 11259(autoload 'complete-tag "etags" "\
11544Perform tags completion on the text around point. 11260Perform tags completion on the text around point.
11545Completes to the set of names listed in the current tags table. 11261Completes to the set of names listed in the current tags table.
11546The string to complete is chosen in the same way as the default 11262The string to complete is chosen in the same way as the default
11547for \\[find-tag] (which see). 11263for \\[find-tag] (which see)." t nil)
11548
11549\(fn)" t nil)
11550 11264
11551(autoload 'etags--xref-backend "etags" "\ 11265(autoload 'etags--xref-backend "etags" nil nil nil)
11552
11553
11554\(fn)" nil nil)
11555 11266
11556(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "etags" '("default-tags-table-function" "etags-" "file-of-tag" "find-tag-" "goto-tag-location-function" "initialize-new-tags-table" "last-tag" "list-tags-function" "select-tags-table-" "snarf-tag-function" "tag" "verify-tags-table-function" "xref-"))) 11267(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "etags" '("default-tags-table-function" "etags-" "file-of-tag" "find-tag-" "goto-tag-location-function" "initialize-new-tags-table" "last-tag" "list-tags-function" "select-tags-table-" "snarf-tag-function" "tag" "verify-tags-table-function" "xref-")))
11557 11268
@@ -11561,10 +11272,7 @@ for \\[find-tag] (which see).
11561;;;;;; 0 0)) 11272;;;;;; 0 0))
11562;;; Generated autoloads from language/ethio-util.el 11273;;; Generated autoloads from language/ethio-util.el
11563 11274
11564(autoload 'setup-ethiopic-environment-internal "ethio-util" "\ 11275(autoload 'setup-ethiopic-environment-internal "ethio-util" nil nil nil)
11565
11566
11567\(fn)" nil nil)
11568 11276
11569(autoload 'ethio-sera-to-fidel-buffer "ethio-util" "\ 11277(autoload 'ethio-sera-to-fidel-buffer "ethio-util" "\
11570Convert the current buffer from SERA to FIDEL. 11278Convert the current buffer from SERA to FIDEL.
@@ -11653,9 +11361,7 @@ The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
11653\(fn &optional FORCE)" t nil) 11361\(fn &optional FORCE)" t nil)
11654 11362
11655(autoload 'ethio-modify-vowel "ethio-util" "\ 11363(autoload 'ethio-modify-vowel "ethio-util" "\
11656Modify the vowel of the FIDEL that is under the cursor. 11364Modify the vowel of the FIDEL that is under the cursor." t nil)
11657
11658\(fn)" t nil)
11659 11365
11660(autoload 'ethio-replace-space "ethio-util" "\ 11366(autoload 'ethio-replace-space "ethio-util" "\
11661Replace ASCII spaces with Ethiopic word separators in the region. 11367Replace ASCII spaces with Ethiopic word separators in the region.
@@ -11678,14 +11384,10 @@ This function is deprecated.
11678\(fn ARG)" t nil) 11384\(fn ARG)" t nil)
11679 11385
11680(autoload 'ethio-fidel-to-tex-buffer "ethio-util" "\ 11386(autoload 'ethio-fidel-to-tex-buffer "ethio-util" "\
11681Convert each fidel characters in the current buffer into a fidel-tex command. 11387Convert each fidel characters in the current buffer into a fidel-tex command." t nil)
11682
11683\(fn)" t nil)
11684 11388
11685(autoload 'ethio-tex-to-fidel-buffer "ethio-util" "\ 11389(autoload 'ethio-tex-to-fidel-buffer "ethio-util" "\
11686Convert fidel-tex commands in the current buffer into fidel chars. 11390Convert fidel-tex commands in the current buffer into fidel chars." t nil)
11687
11688\(fn)" t nil)
11689 11391
11690(autoload 'ethio-fidel-to-java-buffer "ethio-util" "\ 11392(autoload 'ethio-fidel-to-java-buffer "ethio-util" "\
11691Convert Ethiopic characters into the Java escape sequences. 11393Convert Ethiopic characters into the Java escape sequences.
@@ -11694,24 +11396,16 @@ Each escape sequence is of the form \\uXXXX, where XXXX is the
11694character's codepoint (in hex) in Unicode. 11396character's codepoint (in hex) in Unicode.
11695 11397
11696If `ethio-java-save-lowercase' is non-nil, use [0-9a-f]. 11398If `ethio-java-save-lowercase' is non-nil, use [0-9a-f].
11697Otherwise, [0-9A-F]. 11399Otherwise, [0-9A-F]." nil nil)
11698
11699\(fn)" nil nil)
11700 11400
11701(autoload 'ethio-java-to-fidel-buffer "ethio-util" "\ 11401(autoload 'ethio-java-to-fidel-buffer "ethio-util" "\
11702Convert the Java escape sequences into corresponding Ethiopic characters. 11402Convert the Java escape sequences into corresponding Ethiopic characters." nil nil)
11703
11704\(fn)" nil nil)
11705 11403
11706(autoload 'ethio-find-file "ethio-util" "\ 11404(autoload 'ethio-find-file "ethio-util" "\
11707Transliterate file content into Ethiopic depending on filename suffix. 11405Transliterate file content into Ethiopic depending on filename suffix." nil nil)
11708
11709\(fn)" nil nil)
11710 11406
11711(autoload 'ethio-write-file "ethio-util" "\ 11407(autoload 'ethio-write-file "ethio-util" "\
11712Transliterate Ethiopic characters in ASCII depending on the file extension. 11408Transliterate Ethiopic characters in ASCII depending on the file extension." nil nil)
11713
11714\(fn)" nil nil)
11715 11409
11716(autoload 'ethio-insert-ethio-space "ethio-util" "\ 11410(autoload 'ethio-insert-ethio-space "ethio-util" "\
11717Insert the Ethiopic word delimiter (the colon-like character). 11411Insert the Ethiopic word delimiter (the colon-like character).
@@ -11774,9 +11468,7 @@ queries the server for the existing fields and displays a corresponding form.
11774 11468
11775(autoload 'eudc-load-eudc "eudc" "\ 11469(autoload 'eudc-load-eudc "eudc" "\
11776Load the Emacs Unified Directory Client. 11470Load the Emacs Unified Directory Client.
11777This does nothing except loading eudc by autoload side-effect. 11471This does nothing except loading eudc by autoload side-effect." t nil)
11778
11779\(fn)" t nil)
11780 11472
11781(defvar eudc-tools-menu (let ((map (make-sparse-keymap "Directory Servers"))) (define-key map [phone] `(menu-item ,(purecopy "Get Phone") eudc-get-phone :help ,(purecopy "Get the phone field of name from the directory server"))) (define-key map [email] `(menu-item ,(purecopy "Get Email") eudc-get-email :help ,(purecopy "Get the email field of NAME from the directory server"))) (define-key map [separator-eudc-email] menu-bar-separator) (define-key map [expand-inline] `(menu-item ,(purecopy "Expand Inline Query") eudc-expand-inline :help ,(purecopy "Query the directory server, and expand the query string before point"))) (define-key map [query] `(menu-item ,(purecopy "Query with Form") eudc-query-form :help ,(purecopy "Display a form to query the directory server"))) (define-key map [separator-eudc-query] menu-bar-separator) (define-key map [new] `(menu-item ,(purecopy "New Server") eudc-set-server :help ,(purecopy "Set the directory server to SERVER using PROTOCOL"))) (define-key map [load] `(menu-item ,(purecopy "Load Hotlist of Servers") eudc-load-eudc :help ,(purecopy "Load the Emacs Unified Directory Client"))) map)) 11473(defvar eudc-tools-menu (let ((map (make-sparse-keymap "Directory Servers"))) (define-key map [phone] `(menu-item ,(purecopy "Get Phone") eudc-get-phone :help ,(purecopy "Get the phone field of name from the directory server"))) (define-key map [email] `(menu-item ,(purecopy "Get Email") eudc-get-email :help ,(purecopy "Get the email field of NAME from the directory server"))) (define-key map [separator-eudc-email] menu-bar-separator) (define-key map [expand-inline] `(menu-item ,(purecopy "Expand Inline Query") eudc-expand-inline :help ,(purecopy "Query the directory server, and expand the query string before point"))) (define-key map [query] `(menu-item ,(purecopy "Query with Form") eudc-query-form :help ,(purecopy "Display a form to query the directory server"))) (define-key map [separator-eudc-query] menu-bar-separator) (define-key map [new] `(menu-item ,(purecopy "New Server") eudc-set-server :help ,(purecopy "Set the directory server to SERVER using PROTOCOL"))) (define-key map [load] `(menu-item ,(purecopy "Load Hotlist of Servers") eudc-load-eudc :help ,(purecopy "Load the Emacs Unified Directory Client"))) map))
11782 11474
@@ -11828,14 +11520,10 @@ Display a button for the JPEG DATA.
11828 11520
11829(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ 11521(autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
11830Insert record at point into the BBDB database. 11522Insert record at point into the BBDB database.
11831This function can only be called from a directory query result buffer. 11523This function can only be called from a directory query result buffer." t nil)
11832
11833\(fn)" t nil)
11834 11524
11835(autoload 'eudc-try-bbdb-insert "eudc-export" "\ 11525(autoload 'eudc-try-bbdb-insert "eudc-export" "\
11836Call `eudc-insert-record-at-point-into-bbdb' if on a record. 11526Call `eudc-insert-record-at-point-into-bbdb' if on a record." t nil)
11837
11838\(fn)" t nil)
11839 11527
11840(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "eudc-export" '("eudc-"))) 11528(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "eudc-export" '("eudc-")))
11841 11529
@@ -11846,9 +11534,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record.
11846;;; Generated autoloads from net/eudc-hotlist.el 11534;;; Generated autoloads from net/eudc-hotlist.el
11847 11535
11848(autoload 'eudc-edit-hotlist "eudc-hotlist" "\ 11536(autoload 'eudc-edit-hotlist "eudc-hotlist" "\
11849Edit the hotlist of directory servers in a specialized buffer. 11537Edit the hotlist of directory servers in a specialized buffer." t nil)
11850
11851\(fn)" t nil)
11852 11538
11853(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "eudc-hotlist" '("eudc-hotlist-"))) 11539(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "eudc-hotlist" '("eudc-hotlist-")))
11854 11540
@@ -11942,9 +11628,7 @@ Search the web for the text between BEG and END.
11942If region is active (and not whitespace), search the web for 11628If region is active (and not whitespace), search the web for
11943the text between BEG and END. Else, prompt the user for a search 11629the text between BEG and END. Else, prompt the user for a search
11944string. See the `eww-search-prefix' variable for the search 11630string. See the `eww-search-prefix' variable for the search
11945engine used. 11631engine used." t nil)
11946
11947\(fn)" t nil)
11948 11632
11949(autoload 'eww-mode "eww" "\ 11633(autoload 'eww-mode "eww" "\
11950Mode for browsing the web. 11634Mode for browsing the web.
@@ -11957,9 +11641,7 @@ Mode for browsing the web.
11957\(fn URL &optional NEW-WINDOW)" nil nil) 11641\(fn URL &optional NEW-WINDOW)" nil nil)
11958 11642
11959(autoload 'eww-list-bookmarks "eww" "\ 11643(autoload 'eww-list-bookmarks "eww" "\
11960Display the bookmarks. 11644Display the bookmarks." t nil)
11961
11962\(fn)" t nil)
11963 11645
11964(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "eww" '("eww-"))) 11646(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "eww" '("eww-")))
11965 11647
@@ -11995,9 +11677,7 @@ executable.
11995(autoload 'executable-make-buffer-file-executable-if-script-p "executable" "\ 11677(autoload 'executable-make-buffer-file-executable-if-script-p "executable" "\
11996Make file executable according to umask if not already executable. 11678Make file executable according to umask if not already executable.
11997If file already has any execute bits set at all, do not change existing 11679If file already has any execute bits set at all, do not change existing
11998file modes. 11680file modes." nil nil)
11999
12000\(fn)" nil nil)
12001 11681
12002(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "executable" '("executable-"))) 11682(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "executable" '("executable-")))
12003 11683
@@ -12032,21 +11712,15 @@ If ARG is omitted, point is placed at the end of the expanded text.
12032 11712
12033(autoload 'expand-abbrev-hook "expand" "\ 11713(autoload 'expand-abbrev-hook "expand" "\
12034Abbrev hook used to do the expansion job of expand abbrevs. 11714Abbrev hook used to do the expansion job of expand abbrevs.
12035See `expand-add-abbrevs'. Value is non-nil if expansion was done. 11715See `expand-add-abbrevs'. Value is non-nil if expansion was done." nil nil)
12036
12037\(fn)" nil nil)
12038 11716
12039(autoload 'expand-jump-to-previous-slot "expand" "\ 11717(autoload 'expand-jump-to-previous-slot "expand" "\
12040Move the cursor to the previous slot in the last abbrev expansion. 11718Move the cursor to the previous slot in the last abbrev expansion.
12041This is used only in conjunction with `expand-add-abbrevs'. 11719This is used only in conjunction with `expand-add-abbrevs'." t nil)
12042
12043\(fn)" t nil)
12044 11720
12045(autoload 'expand-jump-to-next-slot "expand" "\ 11721(autoload 'expand-jump-to-next-slot "expand" "\
12046Move the cursor to the next slot in the last abbrev expansion. 11722Move the cursor to the next slot in the last abbrev expansion.
12047This is used only in conjunction with `expand-add-abbrevs'. 11723This is used only in conjunction with `expand-add-abbrevs'." t nil)
12048
12049\(fn)" t nil)
12050 (define-key abbrev-map "p" 'expand-jump-to-previous-slot) 11724 (define-key abbrev-map "p" 'expand-jump-to-previous-slot)
12051 (define-key abbrev-map "n" 'expand-jump-to-next-slot) 11725 (define-key abbrev-map "n" 'expand-jump-to-next-slot)
12052 11726
@@ -12300,9 +11974,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'.
12300(push (purecopy '(faceup 0 0 6)) package--builtin-versions) 11974(push (purecopy '(faceup 0 0 6)) package--builtin-versions)
12301 11975
12302(autoload 'faceup-view-buffer "faceup" "\ 11976(autoload 'faceup-view-buffer "faceup" "\
12303Display the faceup representation of the current buffer. 11977Display the faceup representation of the current buffer." t nil)
12304
12305\(fn)" t nil)
12306 11978
12307(autoload 'faceup-write-file "faceup" "\ 11979(autoload 'faceup-write-file "faceup" "\
12308Save the faceup representation of the current buffer to the file FILE-NAME. 11980Save the faceup representation of the current buffer to the file FILE-NAME.
@@ -12322,9 +11994,7 @@ Convert BUFFER containing Faceup markup to a new buffer and display it.
12322\(fn &optional BUFFER)" t nil) 11994\(fn &optional BUFFER)" t nil)
12323 11995
12324(autoload 'faceup-clean-buffer "faceup" "\ 11996(autoload 'faceup-clean-buffer "faceup" "\
12325Remove faceup markup from buffer. 11997Remove faceup markup from buffer." t nil)
12326
12327\(fn)" t nil)
12328 11998
12329(autoload 'faceup-defexplainer "faceup" "\ 11999(autoload 'faceup-defexplainer "faceup" "\
12330Define an Ert explainer function for FUNCTION. 12000Define an Ert explainer function for FUNCTION.
@@ -12345,9 +12015,7 @@ FUNCTION must return an explanation when the test fails and
12345(autoload 'feedmail-send-it "feedmail" "\ 12015(autoload 'feedmail-send-it "feedmail" "\
12346Send the current mail buffer using the Feedmail package. 12016Send the current mail buffer using the Feedmail package.
12347This is a suitable value for `send-mail-function'. It can be used 12017This is a suitable value for `send-mail-function'. It can be used
12348with various lower-level mechanisms to provide features such as queueing. 12018with various lower-level mechanisms to provide features such as queueing." nil nil)
12349
12350\(fn)" nil nil)
12351 12019
12352(autoload 'feedmail-run-the-queue-no-prompts "feedmail" "\ 12020(autoload 'feedmail-run-the-queue-no-prompts "feedmail" "\
12353Like `feedmail-run-the-queue', but suppress confirmation prompts. 12021Like `feedmail-run-the-queue', but suppress confirmation prompts.
@@ -12447,14 +12115,10 @@ If `dired-at-point-require-prefix' is set, the prefix meaning is reversed.
12447 12115
12448(autoload 'ffap-guess-file-name-at-point "ffap" "\ 12116(autoload 'ffap-guess-file-name-at-point "ffap" "\
12449Try to get a file name at point. 12117Try to get a file name at point.
12450This hook is intended to be put in `file-name-at-point-functions'. 12118This hook is intended to be put in `file-name-at-point-functions'." nil nil)
12451
12452\(fn)" nil nil)
12453 12119
12454(autoload 'ffap-bindings "ffap" "\ 12120(autoload 'ffap-bindings "ffap" "\
12455Evaluate the forms in variable `ffap-bindings'. 12121Evaluate the forms in variable `ffap-bindings'." t nil)
12456
12457\(fn)" t nil)
12458 12122
12459(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ffap" '("dired-at-point-" "ffap-" "find-file-literally-at-point"))) 12123(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ffap" '("dired-at-point-" "ffap-" "find-file-literally-at-point")))
12460 12124
@@ -12620,19 +12284,13 @@ Delete all MODE settings of file-local VARIABLE from .dir-locals.el.
12620\(fn MODE VARIABLE)" t nil) 12284\(fn MODE VARIABLE)" t nil)
12621 12285
12622(autoload 'copy-file-locals-to-dir-locals "files-x" "\ 12286(autoload 'copy-file-locals-to-dir-locals "files-x" "\
12623Copy file-local variables to .dir-locals.el. 12287Copy file-local variables to .dir-locals.el." t nil)
12624
12625\(fn)" t nil)
12626 12288
12627(autoload 'copy-dir-locals-to-file-locals "files-x" "\ 12289(autoload 'copy-dir-locals-to-file-locals "files-x" "\
12628Copy directory-local variables to the Local Variables list. 12290Copy directory-local variables to the Local Variables list." t nil)
12629
12630\(fn)" t nil)
12631 12291
12632(autoload 'copy-dir-locals-to-file-locals-prop-line "files-x" "\ 12292(autoload 'copy-dir-locals-to-file-locals-prop-line "files-x" "\
12633Copy directory-local variables to the -*- line. 12293Copy directory-local variables to the -*- line." t nil)
12634
12635\(fn)" t nil)
12636 12294
12637(defvar enable-connection-local-variables t "\ 12295(defvar enable-connection-local-variables t "\
12638Non-nil means enable use of connection-local variables.") 12296Non-nil means enable use of connection-local variables.")
@@ -12673,13 +12331,11 @@ will not be changed.
12673 12331
12674\(fn CRITERIA)" nil nil) 12332\(fn CRITERIA)" nil nil)
12675 12333
12676(autoload 'with-connection-local-profiles "files-x" "\ 12334(autoload 'with-connection-local-variables "files-x" "\
12677Apply connection-local variables according to PROFILES in current buffer. 12335Apply connection-local variables according to `default-directory'.
12678Execute BODY, and unwind connection-local variables. 12336Execute BODY, and unwind connection-local variables.
12679 12337
12680\(fn PROFILES &rest BODY)" nil t) 12338\(fn &rest BODY)" nil t)
12681
12682(function-put 'with-connection-local-profiles 'lisp-indent-function '1)
12683 12339
12684(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "files-x" '("connection-local-" "dir-locals-to-string" "hack-connection-local-variables" "modify-" "read-file-local-variable"))) 12340(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "files-x" '("connection-local-" "dir-locals-to-string" "hack-connection-local-variables" "modify-" "read-file-local-variable")))
12685 12341
@@ -12690,9 +12346,7 @@ Execute BODY, and unwind connection-local variables.
12690 12346
12691(autoload 'filesets-init "filesets" "\ 12347(autoload 'filesets-init "filesets" "\
12692Filesets initialization. 12348Filesets initialization.
12693Set up hooks, load the cache file -- if existing -- and build the menu. 12349Set up hooks, load the cache file -- if existing -- and build the menu." nil nil)
12694
12695\(fn)" nil nil)
12696 12350
12697(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "filesets" '("filesets-"))) 12351(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "filesets" '("filesets-")))
12698 12352
@@ -13024,19 +12678,13 @@ See `find-function-on-key'.
13024\(fn KEY)" t nil) 12678\(fn KEY)" t nil)
13025 12679
13026(autoload 'find-function-at-point "find-func" "\ 12680(autoload 'find-function-at-point "find-func" "\
13027Find directly the function at point in the other window. 12681Find directly the function at point in the other window." t nil)
13028
13029\(fn)" t nil)
13030 12682
13031(autoload 'find-variable-at-point "find-func" "\ 12683(autoload 'find-variable-at-point "find-func" "\
13032Find directly the variable at point in the other window. 12684Find directly the variable at point in the other window." t nil)
13033
13034\(fn)" t nil)
13035 12685
13036(autoload 'find-function-setup-keys "find-func" "\ 12686(autoload 'find-function-setup-keys "find-func" "\
13037Define some key bindings for the find-function family of functions. 12687Define some key bindings for the find-function family of functions." nil nil)
13038
13039\(fn)" nil nil)
13040 12688
13041(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "find-func" '("find-" "read-library-name"))) 12689(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "find-func" '("find-" "read-library-name")))
13042 12690
@@ -13069,9 +12717,7 @@ Change the filter on a `find-lisp-find-dired' buffer to REGEXP.
13069(push (purecopy '(finder 1 0)) package--builtin-versions) 12717(push (purecopy '(finder 1 0)) package--builtin-versions)
13070 12718
13071(autoload 'finder-list-keywords "finder" "\ 12719(autoload 'finder-list-keywords "finder" "\
13072Display descriptions of the keywords in the Finder buffer. 12720Display descriptions of the keywords in the Finder buffer." t nil)
13073
13074\(fn)" t nil)
13075 12721
13076(autoload 'finder-commentary "finder" "\ 12722(autoload 'finder-commentary "finder" "\
13077Display FILE's commentary section. 12723Display FILE's commentary section.
@@ -13080,9 +12726,7 @@ FILE should be in a form suitable for passing to `locate-library'.
13080\(fn FILE)" t nil) 12726\(fn FILE)" t nil)
13081 12727
13082(autoload 'finder-by-keyword "finder" "\ 12728(autoload 'finder-by-keyword "finder" "\
13083Find packages matching a given keyword. 12729Find packages matching a given keyword." t nil)
13084
13085\(fn)" t nil)
13086 12730
13087(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "finder" '("finder-" "generated-finder-keywords-file"))) 12731(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "finder" '("finder-" "generated-finder-keywords-file")))
13088 12732
@@ -13213,14 +12857,10 @@ special *Flymake log* buffer.
13213\(fn &optional ARG)" t nil) 12857\(fn &optional ARG)" t nil)
13214 12858
13215(autoload 'flymake-mode-on "flymake" "\ 12859(autoload 'flymake-mode-on "flymake" "\
13216Turn Flymake mode on. 12860Turn Flymake mode on." nil nil)
13217
13218\(fn)" nil nil)
13219 12861
13220(autoload 'flymake-mode-off "flymake" "\ 12862(autoload 'flymake-mode-off "flymake" "\
13221Turn Flymake mode off. 12863Turn Flymake mode off." nil nil)
13222
13223\(fn)" nil nil)
13224 12864
13225(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flymake" '("flymake-"))) 12865(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flymake" '("flymake-")))
13226 12866
@@ -13255,9 +12895,7 @@ REPORT-FN is Flymake's callback.
13255;;; Generated autoloads from textmodes/flyspell.el 12895;;; Generated autoloads from textmodes/flyspell.el
13256 12896
13257(autoload 'flyspell-prog-mode "flyspell" "\ 12897(autoload 'flyspell-prog-mode "flyspell" "\
13258Turn on `flyspell-mode' for comments and strings. 12898Turn on `flyspell-mode' for comments and strings." t nil)
13259
13260\(fn)" t nil)
13261(defvar flyspell-mode nil "Non-nil if Flyspell mode is enabled.") 12899(defvar flyspell-mode nil "Non-nil if Flyspell mode is enabled.")
13262 12900
13263(autoload 'flyspell-mode "flyspell" "\ 12901(autoload 'flyspell-mode "flyspell" "\
@@ -13297,19 +12935,13 @@ in your init file.
13297\(fn &optional ARG)" t nil) 12935\(fn &optional ARG)" t nil)
13298 12936
13299(autoload 'turn-on-flyspell "flyspell" "\ 12937(autoload 'turn-on-flyspell "flyspell" "\
13300Unconditionally turn on Flyspell mode. 12938Unconditionally turn on Flyspell mode." nil nil)
13301
13302\(fn)" nil nil)
13303 12939
13304(autoload 'turn-off-flyspell "flyspell" "\ 12940(autoload 'turn-off-flyspell "flyspell" "\
13305Unconditionally turn off Flyspell mode. 12941Unconditionally turn off Flyspell mode." nil nil)
13306
13307\(fn)" nil nil)
13308 12942
13309(autoload 'flyspell-mode-off "flyspell" "\ 12943(autoload 'flyspell-mode-off "flyspell" "\
13310Turn Flyspell mode off. 12944Turn Flyspell mode off." nil nil)
13311
13312\(fn)" nil nil)
13313 12945
13314(autoload 'flyspell-region "flyspell" "\ 12946(autoload 'flyspell-region "flyspell" "\
13315Flyspell text between BEG and END. 12947Flyspell text between BEG and END.
@@ -13320,9 +12952,7 @@ of a misspelled word removed when you've corrected it.
13320\(fn BEG END)" t nil) 12952\(fn BEG END)" t nil)
13321 12953
13322(autoload 'flyspell-buffer "flyspell" "\ 12954(autoload 'flyspell-buffer "flyspell" "\
13323Flyspell whole buffer. 12955Flyspell whole buffer." t nil)
13324
13325\(fn)" t nil)
13326 12956
13327(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flyspell" '("flyspell-" "mail-mode-flyspell-verify" "make-flyspell-overlay" "sgml-mode-flyspell-verify" "tex"))) 12957(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flyspell" '("flyspell-" "mail-mode-flyspell-verify" "make-flyspell-overlay" "sgml-mode-flyspell-verify" "tex")))
13328 12958
@@ -13340,14 +12970,10 @@ Flyspell whole buffer.
13340;;; Generated autoloads from follow.el 12970;;; Generated autoloads from follow.el
13341 12971
13342(autoload 'turn-on-follow-mode "follow" "\ 12972(autoload 'turn-on-follow-mode "follow" "\
13343Turn on Follow mode. Please see the function `follow-mode'. 12973Turn on Follow mode. Please see the function `follow-mode'." nil nil)
13344
13345\(fn)" nil nil)
13346 12974
13347(autoload 'turn-off-follow-mode "follow" "\ 12975(autoload 'turn-off-follow-mode "follow" "\
13348Turn off Follow mode. Please see the function `follow-mode'. 12976Turn off Follow mode. Please see the function `follow-mode'." nil nil)
13349
13350\(fn)" nil nil)
13351 12977
13352(autoload 'follow-mode "follow" "\ 12978(autoload 'follow-mode "follow" "\
13353Toggle Follow mode. 12979Toggle Follow mode.
@@ -14204,14 +13830,10 @@ prompt the user for the name of an NNTP server to use.
14204;;; Generated autoloads from gnus/gnus-agent.el 13830;;; Generated autoloads from gnus/gnus-agent.el
14205 13831
14206(autoload 'gnus-unplugged "gnus-agent" "\ 13832(autoload 'gnus-unplugged "gnus-agent" "\
14207Start Gnus unplugged. 13833Start Gnus unplugged." t nil)
14208
14209\(fn)" t nil)
14210 13834
14211(autoload 'gnus-plugged "gnus-agent" "\ 13835(autoload 'gnus-plugged "gnus-agent" "\
14212Start Gnus plugged. 13836Start Gnus plugged." t nil)
14213
14214\(fn)" t nil)
14215 13837
14216(autoload 'gnus-slave-unplugged "gnus-agent" "\ 13838(autoload 'gnus-slave-unplugged "gnus-agent" "\
14217Read news as a slave unplugged. 13839Read news as a slave unplugged.
@@ -14227,14 +13849,10 @@ customize gnus-agent to nil.
14227 13849
14228This will modify the `gnus-setup-news-hook', and 13850This will modify the `gnus-setup-news-hook', and
14229`message-send-mail-real-function' variables, and install the Gnus agent 13851`message-send-mail-real-function' variables, and install the Gnus agent
14230minor mode in all Gnus buffers. 13852minor mode in all Gnus buffers." t nil)
14231
14232\(fn)" t nil)
14233 13853
14234(autoload 'gnus-agent-possibly-save-gcc "gnus-agent" "\ 13854(autoload 'gnus-agent-possibly-save-gcc "gnus-agent" "\
14235Save GCC if Gnus is unplugged. 13855Save GCC if Gnus is unplugged." nil nil)
14236
14237\(fn)" nil nil)
14238 13856
14239(autoload 'gnus-agent-rename-group "gnus-agent" "\ 13857(autoload 'gnus-agent-rename-group "gnus-agent" "\
14240Rename fully-qualified OLD-GROUP as NEW-GROUP. 13858Rename fully-qualified OLD-GROUP as NEW-GROUP.
@@ -14255,9 +13873,7 @@ supported.
14255\(fn GROUP)" nil nil) 13873\(fn GROUP)" nil nil)
14256 13874
14257(autoload 'gnus-agent-get-undownloaded-list "gnus-agent" "\ 13875(autoload 'gnus-agent-get-undownloaded-list "gnus-agent" "\
14258Construct list of articles that have not been downloaded. 13876Construct list of articles that have not been downloaded." nil nil)
14259
14260\(fn)" nil nil)
14261 13877
14262(autoload 'gnus-agent-possibly-alter-active "gnus-agent" "\ 13878(autoload 'gnus-agent-possibly-alter-active "gnus-agent" "\
14263Possibly expand a group's active range to include articles 13879Possibly expand a group's active range to include articles
@@ -14273,14 +13889,10 @@ variables. Returns the first non-nil value found.
14273\(fn GROUP SYMBOL)" nil nil) 13889\(fn GROUP SYMBOL)" nil nil)
14274 13890
14275(autoload 'gnus-agent-batch-fetch "gnus-agent" "\ 13891(autoload 'gnus-agent-batch-fetch "gnus-agent" "\
14276Start Gnus and fetch session. 13892Start Gnus and fetch session." t nil)
14277
14278\(fn)" t nil)
14279 13893
14280(autoload 'gnus-agent-batch "gnus-agent" "\ 13894(autoload 'gnus-agent-batch "gnus-agent" "\
14281Start Gnus, send queue and fetch session. 13895Start Gnus, send queue and fetch session." t nil)
14282
14283\(fn)" t nil)
14284 13896
14285(autoload 'gnus-agent-regenerate "gnus-agent" "\ 13897(autoload 'gnus-agent-regenerate "gnus-agent" "\
14286Regenerate all agent covered files. 13898Regenerate all agent covered files.
@@ -14296,9 +13908,7 @@ CLEAN is obsolete and ignored.
14296;;; Generated autoloads from gnus/gnus-art.el 13908;;; Generated autoloads from gnus/gnus-art.el
14297 13909
14298(autoload 'gnus-article-prepare-display "gnus-art" "\ 13910(autoload 'gnus-article-prepare-display "gnus-art" "\
14299Make the current buffer look like a nice article. 13911Make the current buffer look like a nice article." nil nil)
14300
14301\(fn)" nil nil)
14302 13912
14303(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-art" '("article-" "gnus-"))) 13913(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-art" '("article-" "gnus-")))
14304 13914
@@ -14323,9 +13933,7 @@ Make the current buffer look like a nice article.
14323;;; Generated autoloads from gnus/gnus-bookmark.el 13933;;; Generated autoloads from gnus/gnus-bookmark.el
14324 13934
14325(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 13935(autoload 'gnus-bookmark-set "gnus-bookmark" "\
14326Set a bookmark for this article. 13936Set a bookmark for this article." t nil)
14327
14328\(fn)" t nil)
14329 13937
14330(autoload 'gnus-bookmark-jump "gnus-bookmark" "\ 13938(autoload 'gnus-bookmark-jump "gnus-bookmark" "\
14331Jump to a Gnus bookmark (BMK-NAME). 13939Jump to a Gnus bookmark (BMK-NAME).
@@ -14336,9 +13944,7 @@ Jump to a Gnus bookmark (BMK-NAME).
14336Display a list of existing Gnus bookmarks. 13944Display a list of existing Gnus bookmarks.
14337The list is displayed in a buffer named `*Gnus Bookmark List*'. 13945The list is displayed in a buffer named `*Gnus Bookmark List*'.
14338The leftmost column displays a D if the bookmark is flagged for 13946The leftmost column displays a D if the bookmark is flagged for
14339deletion, or > if it is flagged for displaying. 13947deletion, or > if it is flagged for displaying." t nil)
14340
14341\(fn)" t nil)
14342 13948
14343(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-bookmark" '("gnus-bookmark-"))) 13949(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-bookmark" '("gnus-bookmark-")))
14344 13950
@@ -14351,9 +13957,7 @@ deletion, or > if it is flagged for displaying.
14351Go through all groups and put the articles into the cache. 13957Go through all groups and put the articles into the cache.
14352 13958
14353Usage: 13959Usage:
14354$ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache 13960$ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache" t nil)
14355
14356\(fn)" t nil)
14357 13961
14358(autoload 'gnus-cache-generate-active "gnus-cache" "\ 13962(autoload 'gnus-cache-generate-active "gnus-cache" "\
14359Generate the cache active file. 13963Generate the cache active file.
@@ -14427,9 +14031,7 @@ DELAY is a string, giving the length of the time. Possible values are:
14427\(fn DELAY)" t nil) 14031\(fn DELAY)" t nil)
14428 14032
14429(autoload 'gnus-delay-send-queue "gnus-delay" "\ 14033(autoload 'gnus-delay-send-queue "gnus-delay" "\
14430Send all the delayed messages that are due now. 14034Send all the delayed messages that are due now." t nil)
14431
14432\(fn)" t nil)
14433 14035
14434(autoload 'gnus-delay-initialize "gnus-delay" "\ 14036(autoload 'gnus-delay-initialize "gnus-delay" "\
14435Initialize the gnus-delay package. 14037Initialize the gnus-delay package.
@@ -14473,9 +14075,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
14473;;; Generated autoloads from gnus/gnus-dired.el 14075;;; Generated autoloads from gnus/gnus-dired.el
14474 14076
14475(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ 14077(autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
14476Convenience method to turn on gnus-dired-mode. 14078Convenience method to turn on gnus-dired-mode." t nil)
14477
14478\(fn)" t nil)
14479 14079
14480(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-dired" '("gnus-dired-"))) 14080(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-dired" '("gnus-dired-")))
14481 14081
@@ -14485,9 +14085,7 @@ Convenience method to turn on gnus-dired-mode.
14485;;; Generated autoloads from gnus/gnus-draft.el 14085;;; Generated autoloads from gnus/gnus-draft.el
14486 14086
14487(autoload 'gnus-draft-reminder "gnus-draft" "\ 14087(autoload 'gnus-draft-reminder "gnus-draft" "\
14488Reminder user if there are unsent drafts. 14088Reminder user if there are unsent drafts." t nil)
14489
14490\(fn)" t nil)
14491 14089
14492(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-draft" '("gnus-"))) 14090(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-draft" '("gnus-")))
14493 14091
@@ -14520,14 +14118,10 @@ Return file from DIR with extension EXT, omitting matches of OMIT, processed by
14520(autoload 'gnus-random-x-face "gnus-fun" "\ 14118(autoload 'gnus-random-x-face "gnus-fun" "\
14521Return X-Face header data chosen randomly from `gnus-x-face-directory'. 14119Return X-Face header data chosen randomly from `gnus-x-face-directory'.
14522 14120
14523Files matching `gnus-x-face-omit-files' are not considered. 14121Files matching `gnus-x-face-omit-files' are not considered." t nil)
14524
14525\(fn)" t nil)
14526 14122
14527(autoload 'gnus-insert-random-x-face-header "gnus-fun" "\ 14123(autoload 'gnus-insert-random-x-face-header "gnus-fun" "\
14528Insert a random X-Face header from `gnus-x-face-directory'. 14124Insert a random X-Face header from `gnus-x-face-directory'." t nil)
14529
14530\(fn)" t nil)
14531 14125
14532(autoload 'gnus-x-face-from-file "gnus-fun" "\ 14126(autoload 'gnus-x-face-from-file "gnus-fun" "\
14533Insert an X-Face header based on an image FILE. 14127Insert an X-Face header based on an image FILE.
@@ -14561,14 +14155,10 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
14561(autoload 'gnus-random-face "gnus-fun" "\ 14155(autoload 'gnus-random-face "gnus-fun" "\
14562Return randomly chosen Face from `gnus-face-directory'. 14156Return randomly chosen Face from `gnus-face-directory'.
14563 14157
14564Files matching `gnus-face-omit-files' are not considered. 14158Files matching `gnus-face-omit-files' are not considered." t nil)
14565
14566\(fn)" t nil)
14567 14159
14568(autoload 'gnus-insert-random-face-header "gnus-fun" "\ 14160(autoload 'gnus-insert-random-face-header "gnus-fun" "\
14569Insert a random Face header from `gnus-face-directory'. 14161Insert a random Face header from `gnus-face-directory'." nil nil)
14570
14571\(fn)" nil nil)
14572 14162
14573(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-fun" '("gnus-"))) 14163(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-fun" '("gnus-")))
14574 14164
@@ -14652,9 +14242,7 @@ Pop up a frame and enter GROUP.
14652 14242
14653(autoload 'gnus-batch-score "gnus-kill" "\ 14243(autoload 'gnus-batch-score "gnus-kill" "\
14654Run batched scoring. 14244Run batched scoring.
14655Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score 14245Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" t nil)
14656
14657\(fn)" t nil)
14658 14246
14659(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-kill" '("gnus-"))) 14247(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-kill" '("gnus-")))
14660 14248
@@ -14677,10 +14265,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
14677;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (0 0 0 0)) 14265;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (0 0 0 0))
14678;;; Generated autoloads from gnus/gnus-ml.el 14266;;; Generated autoloads from gnus/gnus-ml.el
14679 14267
14680(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ 14268(autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" nil nil nil)
14681
14682
14683\(fn)" nil nil)
14684 14269
14685(autoload 'gnus-mailing-list-insinuate "gnus-ml" "\ 14270(autoload 'gnus-mailing-list-insinuate "gnus-ml" "\
14686Setup group parameters from List-Post header. 14271Setup group parameters from List-Post header.
@@ -14744,9 +14329,7 @@ instead. This variable is set by `gnus-group-split-setup'.
14744Use information from group parameters in order to split mail. 14329Use information from group parameters in order to split mail.
14745See `gnus-group-split-fancy' for more information. 14330See `gnus-group-split-fancy' for more information.
14746 14331
14747`gnus-group-split' is a valid value for `nnmail-split-methods'. 14332`gnus-group-split' is a valid value for `nnmail-split-methods'." nil nil)
14748
14749\(fn)" nil nil)
14750 14333
14751(autoload 'gnus-group-split-fancy "gnus-mlspl" "\ 14334(autoload 'gnus-group-split-fancy "gnus-mlspl" "\
14752Uses information from group parameters in order to split mail. 14335Uses information from group parameters in order to split mail.
@@ -14844,9 +14427,7 @@ or equal to `gnus-notifications-minimum-level' and send a
14844notification using `notifications-notify' for it. 14427notification using `notifications-notify' for it.
14845 14428
14846This is typically a function to add in 14429This is typically a function to add in
14847`gnus-after-getting-new-news-hook' 14430`gnus-after-getting-new-news-hook'" nil nil)
14848
14849\(fn)" nil nil)
14850 14431
14851(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-notifications" '("gnus-notifications-"))) 14432(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-notifications" '("gnus-notifications-")))
14852 14433
@@ -14857,21 +14438,15 @@ This is typically a function to add in
14857 14438
14858(autoload 'gnus-treat-from-picon "gnus-picon" "\ 14439(autoload 'gnus-treat-from-picon "gnus-picon" "\
14859Display picons in the From header. 14440Display picons in the From header.
14860If picons are already displayed, remove them. 14441If picons are already displayed, remove them." t nil)
14861
14862\(fn)" t nil)
14863 14442
14864(autoload 'gnus-treat-mail-picon "gnus-picon" "\ 14443(autoload 'gnus-treat-mail-picon "gnus-picon" "\
14865Display picons in the Cc and To headers. 14444Display picons in the Cc and To headers.
14866If picons are already displayed, remove them. 14445If picons are already displayed, remove them." t nil)
14867
14868\(fn)" t nil)
14869 14446
14870(autoload 'gnus-treat-newsgroups-picon "gnus-picon" "\ 14447(autoload 'gnus-treat-newsgroups-picon "gnus-picon" "\
14871Display picons in the Newsgroups and Followup-To headers. 14448Display picons in the Newsgroups and Followup-To headers.
14872If picons are already displayed, remove them. 14449If picons are already displayed, remove them." t nil)
14873
14874\(fn)" t nil)
14875 14450
14876(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-picon" '("gnus-picon-"))) 14451(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-picon" '("gnus-picon-")))
14877 14452
@@ -14951,14 +14526,10 @@ Add NUM into sorted LIST by side effect.
14951;;; Generated autoloads from gnus/gnus-registry.el 14526;;; Generated autoloads from gnus/gnus-registry.el
14952 14527
14953(autoload 'gnus-registry-initialize "gnus-registry" "\ 14528(autoload 'gnus-registry-initialize "gnus-registry" "\
14954Initialize the Gnus registry. 14529Initialize the Gnus registry." t nil)
14955
14956\(fn)" t nil)
14957 14530
14958(autoload 'gnus-registry-install-hooks "gnus-registry" "\ 14531(autoload 'gnus-registry-install-hooks "gnus-registry" "\
14959Install the registry hooks. 14532Install the registry hooks." t nil)
14960
14961\(fn)" t nil)
14962 14533
14963(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-registry" '("gnus-"))) 14534(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-registry" '("gnus-")))
14964 14535
@@ -14994,22 +14565,15 @@ Update the Sieve script in gnus-sieve-file, by replacing the region
14994between gnus-sieve-region-start and gnus-sieve-region-end with 14565between gnus-sieve-region-start and gnus-sieve-region-end with
14995\(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost), then 14566\(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost), then
14996execute gnus-sieve-update-shell-command. 14567execute gnus-sieve-update-shell-command.
14997See the documentation for these variables and functions for details. 14568See the documentation for these variables and functions for details." t nil)
14998
14999\(fn)" t nil)
15000 14569
15001(autoload 'gnus-sieve-generate "gnus-sieve" "\ 14570(autoload 'gnus-sieve-generate "gnus-sieve" "\
15002Generate the Sieve script in gnus-sieve-file, by replacing the region 14571Generate the Sieve script in gnus-sieve-file, by replacing the region
15003between gnus-sieve-region-start and gnus-sieve-region-end with 14572between gnus-sieve-region-start and gnus-sieve-region-end with
15004\(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost). 14573\(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost).
15005See the documentation for these variables and functions for details. 14574See the documentation for these variables and functions for details." t nil)
15006
15007\(fn)" t nil)
15008
15009(autoload 'gnus-sieve-article-add-rule "gnus-sieve" "\
15010
15011 14575
15012\(fn)" t nil) 14576(autoload 'gnus-sieve-article-add-rule "gnus-sieve" nil t nil)
15013 14577
15014(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-sieve" '("gnus-sieve-"))) 14578(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-sieve" '("gnus-sieve-")))
15015 14579
@@ -15178,9 +14742,7 @@ By default, goto-address binds `goto-address-at-point' to mouse-2 and C-c RET
15178only on URLs and e-mail addresses. 14742only on URLs and e-mail addresses.
15179 14743
15180Also fontifies the buffer appropriately (see `goto-address-fontify-p' and 14744Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
15181`goto-address-highlight-p' for more information). 14745`goto-address-highlight-p' for more information)." t nil)
15182
15183\(fn)" t nil)
15184(put 'goto-address 'safe-local-eval-function t) 14746(put 'goto-address 'safe-local-eval-function t)
15185 14747
15186(autoload 'goto-address-mode "goto-addr" "\ 14748(autoload 'goto-address-mode "goto-addr" "\
@@ -15293,14 +14855,9 @@ History list for grep-find.")
15293 14855
15294(autoload 'grep-process-setup "grep" "\ 14856(autoload 'grep-process-setup "grep" "\
15295Setup compilation variables and buffer for `grep'. 14857Setup compilation variables and buffer for `grep'.
15296Set up `compilation-exit-message-function' and run `grep-setup-hook'. 14858Set up `compilation-exit-message-function' and run `grep-setup-hook'." nil nil)
15297
15298\(fn)" nil nil)
15299 14859
15300(autoload 'grep-compute-defaults "grep" "\ 14860(autoload 'grep-compute-defaults "grep" nil nil nil)
15301
15302
15303\(fn)" nil nil)
15304 14861
15305(autoload 'grep-mode "grep" "\ 14862(autoload 'grep-mode "grep" "\
15306Sets `grep-last-buffer' and `compilation-window-height'. 14863Sets `grep-last-buffer' and `compilation-window-height'.
@@ -15627,9 +15184,7 @@ and `handwrite-13pt' set up for various sizes of output.
15627Variables: `handwrite-linespace' (default 12) 15184Variables: `handwrite-linespace' (default 12)
15628 `handwrite-fontsize' (default 11) 15185 `handwrite-fontsize' (default 11)
15629 `handwrite-numlines' (default 60) 15186 `handwrite-numlines' (default 60)
15630 `handwrite-pagenumbering' (default nil) 15187 `handwrite-pagenumbering' (default nil)" t nil)
15631
15632\(fn)" t nil)
15633 15188
15634(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "handwrite" '("handwrite-" "menu-bar-handwrite-map"))) 15189(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "handwrite" '("handwrite-" "menu-bar-handwrite-map")))
15635 15190
@@ -15656,17 +15211,13 @@ Towers of Hanoi, UNIX doomsday version.
15656Displays 32-ring towers that have been progressing at one move per 15211Displays 32-ring towers that have been progressing at one move per
15657second since 1970-01-01 00:00:00 GMT. 15212second since 1970-01-01 00:00:00 GMT.
15658 15213
15659Repent before ring 31 moves. 15214Repent before ring 31 moves." t nil)
15660
15661\(fn)" t nil)
15662 15215
15663(autoload 'hanoi-unix-64 "hanoi" "\ 15216(autoload 'hanoi-unix-64 "hanoi" "\
15664Like hanoi-unix, but pretend to have a 64-bit clock. 15217Like hanoi-unix, but pretend to have a 64-bit clock.
15665This is, necessarily (as of Emacs 20.3), a crock. When the 15218This is, necessarily (as of Emacs 20.3), a crock. When the
15666current-time interface is made s2G-compliant, hanoi.el will need 15219current-time interface is made s2G-compliant, hanoi.el will need
15667to be updated. 15220to be updated." t nil)
15668
15669\(fn)" t nil)
15670 15221
15671(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "hanoi" '("hanoi-"))) 15222(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "hanoi" '("hanoi-")))
15672 15223
@@ -15733,9 +15284,7 @@ can also be t, if that is the value of the `kbd-help' property.
15733Return the keyboard help string at point. 15284Return the keyboard help string at point.
15734If the `kbd-help' text or overlay property at point produces a 15285If the `kbd-help' text or overlay property at point produces a
15735string, return it. Otherwise, use the `help-echo' property. 15286string, return it. Otherwise, use the `help-echo' property.
15736If this produces no string either, return nil. 15287If this produces no string either, return nil." nil nil)
15737
15738\(fn)" nil nil)
15739 15288
15740(autoload 'display-local-help "help-at-pt" "\ 15289(autoload 'display-local-help "help-at-pt" "\
15741Display local help in the echo area. 15290Display local help in the echo area.
@@ -15752,15 +15301,11 @@ mainly meant for use from Lisp.
15752 15301
15753(autoload 'help-at-pt-cancel-timer "help-at-pt" "\ 15302(autoload 'help-at-pt-cancel-timer "help-at-pt" "\
15754Cancel any timer set by `help-at-pt-set-timer'. 15303Cancel any timer set by `help-at-pt-set-timer'.
15755This disables `help-at-pt-display-when-idle'. 15304This disables `help-at-pt-display-when-idle'." t nil)
15756
15757\(fn)" t nil)
15758 15305
15759(autoload 'help-at-pt-set-timer "help-at-pt" "\ 15306(autoload 'help-at-pt-set-timer "help-at-pt" "\
15760Enable `help-at-pt-display-when-idle'. 15307Enable `help-at-pt-display-when-idle'.
15761This is done by setting a timer, if none is currently active. 15308This is done by setting a timer, if none is currently active." t nil)
15762
15763\(fn)" t nil)
15764 15309
15765(defvar help-at-pt-display-when-idle 'never "\ 15310(defvar help-at-pt-display-when-idle 'never "\
15766Automatically show local help on point-over. 15311Automatically show local help on point-over.
@@ -15963,14 +15508,10 @@ Commands:
15963\(fn)" t nil) 15508\(fn)" t nil)
15964 15509
15965(autoload 'help-mode-setup "help-mode" "\ 15510(autoload 'help-mode-setup "help-mode" "\
15966Enter Help Mode in the current buffer. 15511Enter Help Mode in the current buffer." nil nil)
15967
15968\(fn)" nil nil)
15969 15512
15970(autoload 'help-mode-finish "help-mode" "\ 15513(autoload 'help-mode-finish "help-mode" "\
15971Finalize Help Mode setup in current buffer. 15514Finalize Help Mode setup in current buffer." nil nil)
15972
15973\(fn)" nil nil)
15974 15515
15975(autoload 'help-setup-xref "help-mode" "\ 15516(autoload 'help-setup-xref "help-mode" "\
15976Invoked from commands using the \"*Help*\" buffer to install some xref info. 15517Invoked from commands using the \"*Help*\" buffer to install some xref info.
@@ -15992,9 +15533,7 @@ If `help-xref-following' is non-nil, this is the name of the
15992current buffer. Signal an error if this buffer is not derived 15533current buffer. Signal an error if this buffer is not derived
15993from `help-mode'. 15534from `help-mode'.
15994Otherwise, return \"*Help*\", creating a buffer with that name if 15535Otherwise, return \"*Help*\", creating a buffer with that name if
15995it does not already exist. 15536it does not already exist." nil nil)
15996
15997\(fn)" nil nil)
15998 15537
15999(autoload 'help-make-xrefs "help-mode" "\ 15538(autoload 'help-make-xrefs "help-mode" "\
16000Parse and hyperlink documentation cross-references in the given BUFFER. 15539Parse and hyperlink documentation cross-references in the given BUFFER.
@@ -16058,14 +15597,10 @@ BOOKMARK is a bookmark name or a bookmark record.
16058;;; Generated autoloads from emacs-lisp/helper.el 15597;;; Generated autoloads from emacs-lisp/helper.el
16059 15598
16060(autoload 'Helper-describe-bindings "helper" "\ 15599(autoload 'Helper-describe-bindings "helper" "\
16061Describe local key bindings of current mode. 15600Describe local key bindings of current mode." t nil)
16062
16063\(fn)" t nil)
16064 15601
16065(autoload 'Helper-help "helper" "\ 15602(autoload 'Helper-help "helper" "\
16066Provide help for current mode. 15603Provide help for current mode." t nil)
16067
16068\(fn)" t nil)
16069 15604
16070(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helper" '("Helper-"))) 15605(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helper" '("Helper-")))
16071 15606
@@ -16166,9 +15701,7 @@ and edit the file in `hexl-mode'.
16166 15701
16167(autoload 'hexlify-buffer "hexl" "\ 15702(autoload 'hexlify-buffer "hexl" "\
16168Convert a binary buffer to hexl format. 15703Convert a binary buffer to hexl format.
16169This discards the buffer's undo information. 15704This discards the buffer's undo information." t nil)
16170
16171\(fn)" t nil)
16172 15705
16173(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "hexl" '("dehexlify-buffer" "hexl-"))) 15706(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "hexl" '("dehexlify-buffer" "hexl-")))
16174 15707
@@ -16328,9 +15861,7 @@ unless you use a prefix argument.
16328Uses `find-tag-default-as-symbol-regexp' to retrieve the symbol at point. 15861Uses `find-tag-default-as-symbol-regexp' to retrieve the symbol at point.
16329 15862
16330This uses Font lock mode if it is enabled; otherwise it uses overlays, 15863This uses Font lock mode if it is enabled; otherwise it uses overlays,
16331in which case the highlighting will not update as you type. 15864in which case the highlighting will not update as you type." t nil)
16332
16333\(fn)" t nil)
16334 15865
16335(defalias 'unhighlight-regexp 'hi-lock-unface-buffer) 15866(defalias 'unhighlight-regexp 'hi-lock-unface-buffer)
16336 15867
@@ -16348,9 +15879,7 @@ Write interactively added patterns, if any, into buffer at point.
16348 15879
16349Interactively added patterns are those normally specified using 15880Interactively added patterns are those normally specified using
16350`highlight-regexp' and `highlight-lines-matching-regexp'; they can 15881`highlight-regexp' and `highlight-lines-matching-regexp'; they can
16351be found in variable `hi-lock-interactive-patterns'. 15882be found in variable `hi-lock-interactive-patterns'." t nil)
16352
16353\(fn)" t nil)
16354 15883
16355(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "hi-lock" '("hi-lock-" "turn-on-hi-lock-if-enabled"))) 15884(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "hi-lock" '("hi-lock-" "turn-on-hi-lock-if-enabled")))
16356 15885
@@ -16465,9 +15994,7 @@ Key bindings:
16465\(fn &optional ARG)" t nil) 15994\(fn &optional ARG)" t nil)
16466 15995
16467(autoload 'turn-off-hideshow "hideshow" "\ 15996(autoload 'turn-off-hideshow "hideshow" "\
16468Unconditionally turn off `hs-minor-mode'. 15997Unconditionally turn off `hs-minor-mode'." nil nil)
16469
16470\(fn)" nil nil)
16471 15998
16472(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "hideshow" '("hs-"))) 15999(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "hideshow" '("hs-")))
16473 16000
@@ -16527,14 +16054,10 @@ This allows you to manually remove highlighting from uninteresting changes.
16527\(fn BEG END)" t nil) 16054\(fn BEG END)" t nil)
16528 16055
16529(autoload 'highlight-changes-next-change "hilit-chg" "\ 16056(autoload 'highlight-changes-next-change "hilit-chg" "\
16530Move to the beginning of the next change, if in Highlight Changes mode. 16057Move to the beginning of the next change, if in Highlight Changes mode." t nil)
16531
16532\(fn)" t nil)
16533 16058
16534(autoload 'highlight-changes-previous-change "hilit-chg" "\ 16059(autoload 'highlight-changes-previous-change "hilit-chg" "\
16535Move to the beginning of the previous change, if in Highlight Changes mode. 16060Move to the beginning of the previous change, if in Highlight Changes mode." t nil)
16536
16537\(fn)" t nil)
16538 16061
16539(autoload 'highlight-changes-rotate-faces "hilit-chg" "\ 16062(autoload 'highlight-changes-rotate-faces "hilit-chg" "\
16540Rotate the faces if in Highlight Changes mode and the changes are visible. 16063Rotate the faces if in Highlight Changes mode and the changes are visible.
@@ -16548,9 +16071,7 @@ You can automatically rotate colors when the buffer is saved by adding
16548this function to `write-file-functions' as a buffer-local value. To do 16071this function to `write-file-functions' as a buffer-local value. To do
16549this, eval the following in the buffer to be saved: 16072this, eval the following in the buffer to be saved:
16550 16073
16551 (add-hook \\='write-file-functions \\='highlight-changes-rotate-faces nil t) 16074 (add-hook \\='write-file-functions \\='highlight-changes-rotate-faces nil t)" t nil)
16552
16553\(fn)" t nil)
16554 16075
16555(autoload 'highlight-compare-buffers "hilit-chg" "\ 16076(autoload 'highlight-compare-buffers "hilit-chg" "\
16556Compare two buffers and highlight the differences. 16077Compare two buffers and highlight the differences.
@@ -17417,51 +16938,37 @@ RET Select the buffer at the front of the list of matches.
17417\\[ido-completion-help] Show list of matching buffers in separate window. 16938\\[ido-completion-help] Show list of matching buffers in separate window.
17418\\[ido-enter-find-file] Drop into `ido-find-file'. 16939\\[ido-enter-find-file] Drop into `ido-find-file'.
17419\\[ido-kill-buffer-at-head] Kill buffer at head of buffer list. 16940\\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
17420\\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'. 16941\\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'." t nil)
17421
17422\(fn)" t nil)
17423 16942
17424(autoload 'ido-switch-buffer-other-window "ido" "\ 16943(autoload 'ido-switch-buffer-other-window "ido" "\
17425Switch to another buffer and show it in another window. 16944Switch to another buffer and show it in another window.
17426The buffer name is selected interactively by typing a substring. 16945The buffer name is selected interactively by typing a substring.
17427For details of keybindings, see `ido-switch-buffer'. 16946For details of keybindings, see `ido-switch-buffer'." t nil)
17428
17429\(fn)" t nil)
17430 16947
17431(autoload 'ido-display-buffer "ido" "\ 16948(autoload 'ido-display-buffer "ido" "\
17432Display a buffer in another window but don't select it. 16949Display a buffer in another window but don't select it.
17433The buffer name is selected interactively by typing a substring. 16950The buffer name is selected interactively by typing a substring.
17434For details of keybindings, see `ido-switch-buffer'. 16951For details of keybindings, see `ido-switch-buffer'." t nil)
17435
17436\(fn)" t nil)
17437 16952
17438(autoload 'ido-display-buffer-other-frame "ido" "\ 16953(autoload 'ido-display-buffer-other-frame "ido" "\
17439Display a buffer preferably in another frame. 16954Display a buffer preferably in another frame.
17440The buffer name is selected interactively by typing a substring. 16955The buffer name is selected interactively by typing a substring.
17441For details of keybindings, see `ido-switch-buffer'. 16956For details of keybindings, see `ido-switch-buffer'." t nil)
17442
17443\(fn)" t nil)
17444 16957
17445(autoload 'ido-kill-buffer "ido" "\ 16958(autoload 'ido-kill-buffer "ido" "\
17446Kill a buffer. 16959Kill a buffer.
17447The buffer name is selected interactively by typing a substring. 16960The buffer name is selected interactively by typing a substring.
17448For details of keybindings, see `ido-switch-buffer'. 16961For details of keybindings, see `ido-switch-buffer'." t nil)
17449
17450\(fn)" t nil)
17451 16962
17452(autoload 'ido-insert-buffer "ido" "\ 16963(autoload 'ido-insert-buffer "ido" "\
17453Insert contents of a buffer in current buffer after point. 16964Insert contents of a buffer in current buffer after point.
17454The buffer name is selected interactively by typing a substring. 16965The buffer name is selected interactively by typing a substring.
17455For details of keybindings, see `ido-switch-buffer'. 16966For details of keybindings, see `ido-switch-buffer'." t nil)
17456
17457\(fn)" t nil)
17458 16967
17459(autoload 'ido-switch-buffer-other-frame "ido" "\ 16968(autoload 'ido-switch-buffer-other-frame "ido" "\
17460Switch to another buffer and show it in another frame. 16969Switch to another buffer and show it in another frame.
17461The buffer name is selected interactively by typing a substring. 16970The buffer name is selected interactively by typing a substring.
17462For details of keybindings, see `ido-switch-buffer'. 16971For details of keybindings, see `ido-switch-buffer'." t nil)
17463
17464\(fn)" t nil)
17465 16972
17466(autoload 'ido-find-file-in-dir "ido" "\ 16973(autoload 'ido-find-file-in-dir "ido" "\
17467Switch to another file starting from DIR. 16974Switch to another file starting from DIR.
@@ -17509,100 +17016,72 @@ RET Select the file at the front of the list of matches.
17509\\[ido-toggle-case] Toggle case-sensitive searching of file names. 17016\\[ido-toggle-case] Toggle case-sensitive searching of file names.
17510\\[ido-toggle-literal] Toggle literal reading of this file. 17017\\[ido-toggle-literal] Toggle literal reading of this file.
17511\\[ido-completion-help] Show list of matching files in separate window. 17018\\[ido-completion-help] Show list of matching files in separate window.
17512\\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'. 17019\\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'." t nil)
17513
17514\(fn)" t nil)
17515 17020
17516(autoload 'ido-find-file-other-window "ido" "\ 17021(autoload 'ido-find-file-other-window "ido" "\
17517Switch to another file and show it in another window. 17022Switch to another file and show it in another window.
17518The file name is selected interactively by typing a substring. 17023The file name is selected interactively by typing a substring.
17519For details of keybindings, see `ido-find-file'. 17024For details of keybindings, see `ido-find-file'." t nil)
17520
17521\(fn)" t nil)
17522 17025
17523(autoload 'ido-find-alternate-file "ido" "\ 17026(autoload 'ido-find-alternate-file "ido" "\
17524Find another file, select its buffer, kill previous buffer. 17027Find another file, select its buffer, kill previous buffer.
17525The file name is selected interactively by typing a substring. 17028The file name is selected interactively by typing a substring.
17526For details of keybindings, see `ido-find-file'. 17029For details of keybindings, see `ido-find-file'." t nil)
17527
17528\(fn)" t nil)
17529 17030
17530(autoload 'ido-find-alternate-file-other-window "ido" "\ 17031(autoload 'ido-find-alternate-file-other-window "ido" "\
17531Find file as a replacement for the file in the next window. 17032Find file as a replacement for the file in the next window.
17532The file name is selected interactively by typing a substring. 17033The file name is selected interactively by typing a substring.
17533For details of keybindings, see `ido-find-file'. 17034For details of keybindings, see `ido-find-file'." t nil)
17534
17535\(fn)" t nil)
17536 17035
17537(autoload 'ido-find-file-read-only "ido" "\ 17036(autoload 'ido-find-file-read-only "ido" "\
17538Edit file read-only with name obtained via minibuffer. 17037Edit file read-only with name obtained via minibuffer.
17539The file name is selected interactively by typing a substring. 17038The file name is selected interactively by typing a substring.
17540For details of keybindings, see `ido-find-file'. 17039For details of keybindings, see `ido-find-file'." t nil)
17541
17542\(fn)" t nil)
17543 17040
17544(autoload 'ido-find-file-read-only-other-window "ido" "\ 17041(autoload 'ido-find-file-read-only-other-window "ido" "\
17545Edit file read-only in other window with name obtained via minibuffer. 17042Edit file read-only in other window with name obtained via minibuffer.
17546The file name is selected interactively by typing a substring. 17043The file name is selected interactively by typing a substring.
17547For details of keybindings, see `ido-find-file'. 17044For details of keybindings, see `ido-find-file'." t nil)
17548
17549\(fn)" t nil)
17550 17045
17551(autoload 'ido-find-file-read-only-other-frame "ido" "\ 17046(autoload 'ido-find-file-read-only-other-frame "ido" "\
17552Edit file read-only in other frame with name obtained via minibuffer. 17047Edit file read-only in other frame with name obtained via minibuffer.
17553The file name is selected interactively by typing a substring. 17048The file name is selected interactively by typing a substring.
17554For details of keybindings, see `ido-find-file'. 17049For details of keybindings, see `ido-find-file'." t nil)
17555
17556\(fn)" t nil)
17557 17050
17558(autoload 'ido-display-file "ido" "\ 17051(autoload 'ido-display-file "ido" "\
17559Display a file in another window but don't select it. 17052Display a file in another window but don't select it.
17560The file name is selected interactively by typing a substring. 17053The file name is selected interactively by typing a substring.
17561For details of keybindings, see `ido-find-file'. 17054For details of keybindings, see `ido-find-file'." t nil)
17562
17563\(fn)" t nil)
17564 17055
17565(autoload 'ido-find-file-other-frame "ido" "\ 17056(autoload 'ido-find-file-other-frame "ido" "\
17566Switch to another file and show it in another frame. 17057Switch to another file and show it in another frame.
17567The file name is selected interactively by typing a substring. 17058The file name is selected interactively by typing a substring.
17568For details of keybindings, see `ido-find-file'. 17059For details of keybindings, see `ido-find-file'." t nil)
17569
17570\(fn)" t nil)
17571 17060
17572(autoload 'ido-write-file "ido" "\ 17061(autoload 'ido-write-file "ido" "\
17573Write current buffer to a file. 17062Write current buffer to a file.
17574The file name is selected interactively by typing a substring. 17063The file name is selected interactively by typing a substring.
17575For details of keybindings, see `ido-find-file'. 17064For details of keybindings, see `ido-find-file'." t nil)
17576
17577\(fn)" t nil)
17578 17065
17579(autoload 'ido-insert-file "ido" "\ 17066(autoload 'ido-insert-file "ido" "\
17580Insert contents of file in current buffer. 17067Insert contents of file in current buffer.
17581The file name is selected interactively by typing a substring. 17068The file name is selected interactively by typing a substring.
17582For details of keybindings, see `ido-find-file'. 17069For details of keybindings, see `ido-find-file'." t nil)
17583
17584\(fn)" t nil)
17585 17070
17586(autoload 'ido-dired "ido" "\ 17071(autoload 'ido-dired "ido" "\
17587Call `dired' the Ido way. 17072Call `dired' the Ido way.
17588The directory is selected interactively by typing a substring. 17073The directory is selected interactively by typing a substring.
17589For details of keybindings, see `ido-find-file'. 17074For details of keybindings, see `ido-find-file'." t nil)
17590
17591\(fn)" t nil)
17592 17075
17593(autoload 'ido-dired-other-window "ido" "\ 17076(autoload 'ido-dired-other-window "ido" "\
17594\"Edit\" a directory. Like `ido-dired' but selects in another window. 17077\"Edit\" a directory. Like `ido-dired' but selects in another window.
17595The directory is selected interactively by typing a substring. 17078The directory is selected interactively by typing a substring.
17596For details of keybindings, see `ido-find-file'. 17079For details of keybindings, see `ido-find-file'." t nil)
17597
17598\(fn)" t nil)
17599 17080
17600(autoload 'ido-dired-other-frame "ido" "\ 17081(autoload 'ido-dired-other-frame "ido" "\
17601\"Edit\" a directory. Like `ido-dired' but makes a new frame. 17082\"Edit\" a directory. Like `ido-dired' but makes a new frame.
17602The directory is selected interactively by typing a substring. 17083The directory is selected interactively by typing a substring.
17603For details of keybindings, see `ido-find-file'. 17084For details of keybindings, see `ido-find-file'." t nil)
17604
17605\(fn)" t nil)
17606 17085
17607(autoload 'ido-read-buffer "ido" "\ 17086(autoload 'ido-read-buffer "ido" "\
17608Ido replacement for the built-in `read-buffer'. 17087Ido replacement for the built-in `read-buffer'.
@@ -17707,9 +17186,7 @@ be determined.
17707(autoload 'image-type-from-buffer "image" "\ 17186(autoload 'image-type-from-buffer "image" "\
17708Determine the image type from data in the current buffer. 17187Determine the image type from data in the current buffer.
17709Value is a symbol specifying the image type or nil if type cannot 17188Value is a symbol specifying the image type or nil if type cannot
17710be determined. 17189be determined." nil nil)
17711
17712\(fn)" nil nil)
17713 17190
17714(autoload 'image-type-from-file-header "image" "\ 17191(autoload 'image-type-from-file-header "image" "\
17715Determine the type of image file FILE from its first few bytes. 17192Determine the type of image file FILE from its first few bytes.
@@ -17750,9 +17227,7 @@ The buffer is considered to contain an auto-detectable image if
17750its beginning matches an image type in `image-type-header-regexps', 17227its beginning matches an image type in `image-type-header-regexps',
17751and that image type is present in `image-type-auto-detectable' with a 17228and that image type is present in `image-type-auto-detectable' with a
17752non-nil value. If that value is non-nil, but not t, then the image type 17229non-nil value. If that value is non-nil, but not t, then the image type
17753must be available. 17230must be available." nil nil)
17754
17755\(fn)" nil nil)
17756 17231
17757(autoload 'create-image "image" "\ 17232(autoload 'create-image "image" "\
17758Create an image. 17233Create an image.
@@ -17888,9 +17363,7 @@ Emacs visits them in Image mode. They are also added to
17888`image-type-file-name-regexps', so that the `image-type' function 17363`image-type-file-name-regexps', so that the `image-type' function
17889recognizes these files as having image type `imagemagick'. 17364recognizes these files as having image type `imagemagick'.
17890 17365
17891If Emacs is compiled without ImageMagick support, this does nothing. 17366If Emacs is compiled without ImageMagick support, this does nothing." nil nil)
17892
17893\(fn)" nil nil)
17894 17367
17895(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "image" '("image"))) 17368(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "image" '("image")))
17896 17369
@@ -17976,9 +17449,7 @@ With prefix argument ARG, remove tag from file at point.
17976\(fn ARG)" t nil) 17449\(fn ARG)" t nil)
17977 17450
17978(autoload 'image-dired-jump-thumbnail-buffer "image-dired" "\ 17451(autoload 'image-dired-jump-thumbnail-buffer "image-dired" "\
17979Jump to thumbnail buffer. 17452Jump to thumbnail buffer." t nil)
17980
17981\(fn)" t nil)
17982 17453
17983(autoload 'image-dired-minor-mode "image-dired" "\ 17454(autoload 'image-dired-minor-mode "image-dired" "\
17984Setup easy-to-use keybindings for the commands to be used in dired mode. 17455Setup easy-to-use keybindings for the commands to be used in dired mode.
@@ -17995,19 +17466,13 @@ if ARG is `toggle'; disable the mode otherwise.
17995(define-obsolete-function-alias 'image-dired-setup-dired-keybindings 'image-dired-minor-mode "26.1") 17466(define-obsolete-function-alias 'image-dired-setup-dired-keybindings 'image-dired-minor-mode "26.1")
17996 17467
17997(autoload 'image-dired-display-thumbs-append "image-dired" "\ 17468(autoload 'image-dired-display-thumbs-append "image-dired" "\
17998Append thumbnails to `image-dired-thumbnail-buffer'. 17469Append thumbnails to `image-dired-thumbnail-buffer'." t nil)
17999
18000\(fn)" t nil)
18001 17470
18002(autoload 'image-dired-display-thumb "image-dired" "\ 17471(autoload 'image-dired-display-thumb "image-dired" "\
18003Shorthand for `image-dired-display-thumbs' with prefix argument. 17472Shorthand for `image-dired-display-thumbs' with prefix argument." t nil)
18004
18005\(fn)" t nil)
18006 17473
18007(autoload 'image-dired-dired-display-external "image-dired" "\ 17474(autoload 'image-dired-dired-display-external "image-dired" "\
18008Display file at point using an external viewer. 17475Display file at point using an external viewer." t nil)
18009
18010\(fn)" t nil)
18011 17476
18012(autoload 'image-dired-dired-display-image "image-dired" "\ 17477(autoload 'image-dired-dired-display-image "image-dired" "\
18013Display current image file. 17478Display current image file.
@@ -18017,9 +17482,7 @@ With prefix argument ARG, display image in its original size.
18017\(fn &optional ARG)" t nil) 17482\(fn &optional ARG)" t nil)
18018 17483
18019(autoload 'image-dired-dired-comment-files "image-dired" "\ 17484(autoload 'image-dired-dired-comment-files "image-dired" "\
18020Add comment to current or marked files in dired. 17485Add comment to current or marked files in dired." t nil)
18021
18022\(fn)" t nil)
18023 17486
18024(autoload 'image-dired-mark-tagged-files "image-dired" "\ 17487(autoload 'image-dired-mark-tagged-files "image-dired" "\
18025Use regexp to mark files with matching tag. 17488Use regexp to mark files with matching tag.
@@ -18027,16 +17490,12 @@ A `tag' is a keyword, a piece of meta data, associated with an
18027image file and stored in image-dired's database file. This command 17490image file and stored in image-dired's database file. This command
18028lets you input a regexp and this will be matched against all tags 17491lets you input a regexp and this will be matched against all tags
18029on all image files in the database file. The files that have a 17492on all image files in the database file. The files that have a
18030matching tag will be marked in the dired buffer. 17493matching tag will be marked in the dired buffer." t nil)
18031
18032\(fn)" t nil)
18033 17494
18034(autoload 'image-dired-dired-edit-comment-and-tags "image-dired" "\ 17495(autoload 'image-dired-dired-edit-comment-and-tags "image-dired" "\
18035Edit comment and tags of current or marked image files. 17496Edit comment and tags of current or marked image files.
18036Edit comment and tags for all marked image files in an 17497Edit comment and tags for all marked image files in an
18037easy-to-use form. 17498easy-to-use form." t nil)
18038
18039\(fn)" t nil)
18040 17499
18041(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "image-dired" '("image-dired-"))) 17500(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "image-dired" '("image-dired-")))
18042 17501
@@ -18070,9 +17529,7 @@ the variable is set using \\[customize].")
18070(custom-autoload 'image-file-name-regexps "image-file" nil) 17529(custom-autoload 'image-file-name-regexps "image-file" nil)
18071 17530
18072(autoload 'image-file-name-regexp "image-file" "\ 17531(autoload 'image-file-name-regexp "image-file" "\
18073Return a regular expression matching image-file filenames. 17532Return a regular expression matching image-file filenames." nil nil)
18074
18075\(fn)" nil nil)
18076 17533
18077(autoload 'insert-image-file "image-file" "\ 17534(autoload 'insert-image-file "image-file" "\
18078Insert the image file FILE into the current buffer. 17535Insert the image file FILE into the current buffer.
@@ -18118,9 +17575,7 @@ You can use \\<image-mode-map>\\[image-toggle-display] or \\<image-mode-map>\\[i
18118to toggle between display as an image and display as text or hex. 17575to toggle between display as an image and display as text or hex.
18119 17576
18120Key bindings: 17577Key bindings:
18121\\{image-mode-map} 17578\\{image-mode-map}" t nil)
18122
18123\(fn)" t nil)
18124 17579
18125(autoload 'image-minor-mode "image-mode" "\ 17580(autoload 'image-minor-mode "image-mode" "\
18126Toggle Image minor mode in this buffer. 17581Toggle Image minor mode in this buffer.
@@ -18139,9 +17594,7 @@ actual image.
18139(autoload 'image-mode-to-text "image-mode" "\ 17594(autoload 'image-mode-to-text "image-mode" "\
18140Set a non-image mode as major mode in combination with image minor mode. 17595Set a non-image mode as major mode in combination with image minor mode.
18141A non-mage major mode found from `auto-mode-alist' or fundamental mode 17596A non-mage major mode found from `auto-mode-alist' or fundamental mode
18142displays an image file as text. 17597displays an image file as text." nil nil)
18143
18144\(fn)" nil nil)
18145 17598
18146(autoload 'image-bookmark-jump "image-mode" "\ 17599(autoload 'image-bookmark-jump "image-mode" "\
18147 17600
@@ -18284,9 +17737,7 @@ See the command `imenu' for more information.
18284(autoload 'imenu-add-menubar-index "imenu" "\ 17737(autoload 'imenu-add-menubar-index "imenu" "\
18285Add an Imenu \"Index\" entry on the menu bar for the current buffer. 17738Add an Imenu \"Index\" entry on the menu bar for the current buffer.
18286 17739
18287A trivial interface to `imenu-add-to-menubar' suitable for use in a hook. 17740A trivial interface to `imenu-add-to-menubar' suitable for use in a hook." t nil)
18288
18289\(fn)" t nil)
18290 17741
18291(autoload 'imenu "imenu" "\ 17742(autoload 'imenu "imenu" "\
18292Jump to a place in the buffer chosen using a buffer menu or mouse menu. 17743Jump to a place in the buffer chosen using a buffer menu or mouse menu.
@@ -18404,21 +17855,15 @@ See a list of available Info commands in `Info-mode'.
18404\(fn &optional FILE-OR-NODE BUFFER)" t nil) 17855\(fn &optional FILE-OR-NODE BUFFER)" t nil)
18405 17856
18406(autoload 'info-emacs-manual "info" "\ 17857(autoload 'info-emacs-manual "info" "\
18407Display the Emacs manual in Info mode. 17858Display the Emacs manual in Info mode." t nil)
18408
18409\(fn)" t nil)
18410 17859
18411(autoload 'info-emacs-bug "info" "\ 17860(autoload 'info-emacs-bug "info" "\
18412Display the \"Reporting Bugs\" section of the Emacs manual in Info mode. 17861Display the \"Reporting Bugs\" section of the Emacs manual in Info mode." t nil)
18413
18414\(fn)" t nil)
18415 17862
18416(autoload 'info-standalone "info" "\ 17863(autoload 'info-standalone "info" "\
18417Run Emacs as a standalone Info reader. 17864Run Emacs as a standalone Info reader.
18418Usage: emacs -f info-standalone [filename] 17865Usage: emacs -f info-standalone [filename]
18419In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself. 17866In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself." nil nil)
18420
18421\(fn)" nil nil)
18422 17867
18423(autoload 'Info-on-current-buffer "info" "\ 17868(autoload 'Info-on-current-buffer "info" "\
18424Use Info mode to browse the current Info buffer. 17869Use Info mode to browse the current Info buffer.
@@ -18428,9 +17873,7 @@ otherwise, that defaults to `Top'.
18428\(fn &optional NODENAME)" t nil) 17873\(fn &optional NODENAME)" t nil)
18429 17874
18430(autoload 'Info-directory "info" "\ 17875(autoload 'Info-directory "info" "\
18431Go to the Info directory node. 17876Go to the Info directory node." t nil)
18432
18433\(fn)" t nil)
18434 17877
18435(autoload 'Info-index "info" "\ 17878(autoload 'Info-index "info" "\
18436Look up a string TOPIC in the index for this manual and go to that entry. 17879Look up a string TOPIC in the index for this manual and go to that entry.
@@ -18542,9 +17985,7 @@ the variable `Info-file-list-for-emacs'.
18542 17985
18543(autoload 'Info-speedbar-browser "info" "\ 17986(autoload 'Info-speedbar-browser "info" "\
18544Initialize speedbar to display an Info node browser. 17987Initialize speedbar to display an Info node browser.
18545This will add a speedbar major display mode. 17988This will add a speedbar major display mode." t nil)
18546
18547\(fn)" t nil)
18548 17989
18549(autoload 'Info-bookmark-jump "info" "\ 17990(autoload 'Info-bookmark-jump "info" "\
18550This implements the `handler' function interface for the record 17991This implements the `handler' function interface for the record
@@ -18572,9 +18013,7 @@ completion alternatives to currently visited manuals.
18572Throw away all cached data. 18013Throw away all cached data.
18573This command is useful if the user wants to start at the beginning without 18014This command is useful if the user wants to start at the beginning without
18574quitting Emacs, for example, after some Info documents were updated on the 18015quitting Emacs, for example, after some Info documents were updated on the
18575system. 18016system." t nil)
18576
18577\(fn)" t nil)
18578 (put 'info-lookup-symbol 'info-file "emacs") 18017 (put 'info-lookup-symbol 'info-file "emacs")
18579 18018
18580(autoload 'info-lookup-symbol "info-look" "\ 18019(autoload 'info-lookup-symbol "info-look" "\
@@ -18657,9 +18096,7 @@ info files don't necessarily have a \".info\" extension and in
18657particular the Emacs manuals normally don't. If you have a 18096particular the Emacs manuals normally don't. If you have a
18658source code directory in `Info-directory-list' then a lot of 18097source code directory in `Info-directory-list' then a lot of
18659extraneous files might be read. This will be time consuming but 18098extraneous files might be read. This will be time consuming but
18660should be harmless. 18099should be harmless." t nil)
18661
18662\(fn)" t nil)
18663 18100
18664(autoload 'info-xref-check-all-custom "info-xref" "\ 18101(autoload 'info-xref-check-all-custom "info-xref" "\
18665Check info references in all customize groups and variables. 18102Check info references in all customize groups and variables.
@@ -18668,9 +18105,7 @@ of the `custom-links' for a variable.
18668 18105
18669Any `custom-load' autoloads in variables are loaded in order to 18106Any `custom-load' autoloads in variables are loaded in order to
18670get full link information. This will be a lot of Lisp packages 18107get full link information. This will be a lot of Lisp packages
18671and can take a long time. 18108and can take a long time." t nil)
18672
18673\(fn)" t nil)
18674 18109
18675(autoload 'info-xref-docstrings "info-xref" "\ 18110(autoload 'info-xref-docstrings "info-xref" "\
18676Check docstring info node references in source files. 18111Check docstring info node references in source files.
@@ -18724,23 +18159,17 @@ should be saved in place of the original visited file.
18724The subfiles are written in the same directory the original file is 18159The subfiles are written in the same directory the original file is
18725in, with names generated by appending `-' and a number to the original 18160in, with names generated by appending `-' and a number to the original
18726file name. The indirect file still functions as an Info file, but it 18161file name. The indirect file still functions as an Info file, but it
18727contains just the tag table and a directory of subfiles. 18162contains just the tag table and a directory of subfiles." t nil)
18728
18729\(fn)" t nil)
18730 18163
18731(autoload 'Info-validate "informat" "\ 18164(autoload 'Info-validate "informat" "\
18732Check current buffer for validity as an Info file. 18165Check current buffer for validity as an Info file.
18733Check that every node pointer points to an existing node. 18166Check that every node pointer points to an existing node." t nil)
18734
18735\(fn)" t nil)
18736 18167
18737(autoload 'batch-info-validate "informat" "\ 18168(autoload 'batch-info-validate "informat" "\
18738Runs `Info-validate' on the files remaining on the command line. 18169Runs `Info-validate' on the files remaining on the command line.
18739Must be used only with -batch, and kills Emacs on completion. 18170Must be used only with -batch, and kills Emacs on completion.
18740Each file will be processed even if an error occurred previously. 18171Each file will be processed even if an error occurred previously.
18741For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\" 18172For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" nil nil)
18742
18743\(fn)" nil nil)
18744 18173
18745(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "informat" '("Info-validate-"))) 18174(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "informat" '("Info-validate-")))
18746 18175
@@ -18784,14 +18213,10 @@ Only checks one based on which kind of Emacs is being run.
18784;;; Generated autoloads from international/isearch-x.el 18213;;; Generated autoloads from international/isearch-x.el
18785 18214
18786(autoload 'isearch-toggle-specified-input-method "isearch-x" "\ 18215(autoload 'isearch-toggle-specified-input-method "isearch-x" "\
18787Select an input method and turn it on in interactive search. 18216Select an input method and turn it on in interactive search." t nil)
18788
18789\(fn)" t nil)
18790 18217
18791(autoload 'isearch-toggle-input-method "isearch-x" "\ 18218(autoload 'isearch-toggle-input-method "isearch-x" "\
18792Toggle input method in interactive search. 18219Toggle input method in interactive search." t nil)
18793
18794\(fn)" t nil)
18795 18220
18796(autoload 'isearch-process-search-multibyte-characters "isearch-x" "\ 18221(autoload 'isearch-process-search-multibyte-characters "isearch-x" "\
18797 18222
@@ -18810,9 +18235,7 @@ Toggle input method in interactive search.
18810Active isearchb mode for subsequent alphanumeric keystrokes. 18235Active isearchb mode for subsequent alphanumeric keystrokes.
18811Executing this command again will terminate the search; or, if 18236Executing this command again will terminate the search; or, if
18812the search has not yet begun, will toggle to the last buffer 18237the search has not yet begun, will toggle to the last buffer
18813accessed via isearchb. 18238accessed via isearchb." t nil)
18814
18815\(fn)" t nil)
18816 18239
18817(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "isearchb" '("isearchb"))) 18240(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "isearchb" '("isearchb")))
18818 18241
@@ -18911,9 +18334,7 @@ Warn that format is write-only.
18911\(fn &rest IGNORE)" t nil) 18334\(fn &rest IGNORE)" t nil)
18912 18335
18913(autoload 'iso-cvt-define-menu "iso-cvt" "\ 18336(autoload 'iso-cvt-define-menu "iso-cvt" "\
18914Add submenus to the File menu, to convert to and from various formats. 18337Add submenus to the File menu, to convert to and from various formats." t nil)
18915
18916\(fn)" t nil)
18917 18338
18918(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "iso-cvt" '("iso-"))) 18339(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "iso-cvt" '("iso-")))
18919 18340
@@ -19032,9 +18453,7 @@ SPC: Accept word this time.
19032`m': Place typed-in value in personal dictionary, then recheck current word. 18453`m': Place typed-in value in personal dictionary, then recheck current word.
19033`C-l': Redraw screen. 18454`C-l': Redraw screen.
19034`C-r': Recursive edit. 18455`C-r': Recursive edit.
19035`C-z': Suspend Emacs or iconify frame. 18456`C-z': Suspend Emacs or iconify frame." nil nil)
19036
19037\(fn)" nil nil)
19038 18457
19039(autoload 'ispell-kill-ispell "ispell" "\ 18458(autoload 'ispell-kill-ispell "ispell" "\
19040Kill current Ispell process (so that you may start a fresh one). 18459Kill current Ispell process (so that you may start a fresh one).
@@ -19060,14 +18479,10 @@ amount for last line processed.
19060\(fn REG-START REG-END &optional RECHECKP SHIFT)" t nil) 18479\(fn REG-START REG-END &optional RECHECKP SHIFT)" t nil)
19061 18480
19062(autoload 'ispell-comments-and-strings "ispell" "\ 18481(autoload 'ispell-comments-and-strings "ispell" "\
19063Check comments and strings in the current buffer for spelling errors. 18482Check comments and strings in the current buffer for spelling errors." t nil)
19064
19065\(fn)" t nil)
19066 18483
19067(autoload 'ispell-buffer "ispell" "\ 18484(autoload 'ispell-buffer "ispell" "\
19068Check the current buffer for spelling errors interactively. 18485Check the current buffer for spelling errors interactively." t nil)
19069
19070\(fn)" t nil)
19071 18486
19072(autoload 'ispell-buffer-with-debug "ispell" "\ 18487(autoload 'ispell-buffer-with-debug "ispell" "\
19073`ispell-buffer' with some output sent to `ispell-debug-buffer' buffer. 18488`ispell-buffer' with some output sent to `ispell-debug-buffer' buffer.
@@ -19076,9 +18491,7 @@ If APPEND is non-n il, append the info to previous buffer if exists.
19076\(fn &optional APPEND)" t nil) 18491\(fn &optional APPEND)" t nil)
19077 18492
19078(autoload 'ispell-continue "ispell" "\ 18493(autoload 'ispell-continue "ispell" "\
19079Continue a halted spelling session beginning with the current word. 18494Continue a halted spelling session beginning with the current word." t nil)
19080
19081\(fn)" t nil)
19082 18495
19083(autoload 'ispell-complete-word "ispell" "\ 18496(autoload 'ispell-complete-word "ispell" "\
19084Try to complete the word before or at point. 18497Try to complete the word before or at point.
@@ -19090,9 +18503,7 @@ Standard ispell choices are then available.
19090\(fn &optional INTERIOR-FRAG)" t nil) 18503\(fn &optional INTERIOR-FRAG)" t nil)
19091 18504
19092(autoload 'ispell-complete-word-interior-frag "ispell" "\ 18505(autoload 'ispell-complete-word-interior-frag "ispell" "\
19093Completes word matching character sequence inside a word. 18506Completes word matching character sequence inside a word." t nil)
19094
19095\(fn)" t nil)
19096 18507
19097(autoload 'ispell "ispell" "\ 18508(autoload 'ispell "ispell" "\
19098Interactively check a region or buffer for spelling errors. 18509Interactively check a region or buffer for spelling errors.
@@ -19102,9 +18513,7 @@ that region. Otherwise spell-check the buffer.
19102Ispell dictionaries are not distributed with Emacs. If you are 18513Ispell dictionaries are not distributed with Emacs. If you are
19103looking for a dictionary, please see the distribution of the GNU ispell 18514looking for a dictionary, please see the distribution of the GNU ispell
19104program, or do an Internet search; there are various dictionaries 18515program, or do an Internet search; there are various dictionaries
19105available on the net. 18516available on the net." t nil)
19106
19107\(fn)" t nil)
19108 18517
19109(autoload 'ispell-minor-mode "ispell" "\ 18518(autoload 'ispell-minor-mode "ispell" "\
19110Toggle last-word spell checking (Ispell minor mode). 18519Toggle last-word spell checking (Ispell minor mode).
@@ -19145,9 +18554,7 @@ in your init file:
19145 18554
19146You can bind this to the key C-c i in GNUS or mail by adding to 18555You can bind this to the key C-c i in GNUS or mail by adding to
19147`news-reply-mode-hook' or `mail-mode-hook' the following lambda expression: 18556`news-reply-mode-hook' or `mail-mode-hook' the following lambda expression:
19148 (function (lambda () (local-set-key \"\\C-ci\" \\='ispell-message))) 18557 (function (lambda () (local-set-key \"\\C-ci\" \\='ispell-message)))" t nil)
19149
19150\(fn)" t nil)
19151 18558
19152(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ispell" '("check-ispell-version" "ispell-"))) 18559(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ispell" '("check-ispell-version" "ispell-")))
19153 18560
@@ -19173,10 +18580,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to
19173;;;;;; 0 0)) 18580;;;;;; 0 0))
19174;;; Generated autoloads from language/japan-util.el 18581;;; Generated autoloads from language/japan-util.el
19175 18582
19176(autoload 'setup-japanese-environment-internal "japan-util" "\ 18583(autoload 'setup-japanese-environment-internal "japan-util" nil nil nil)
19177
19178
19179\(fn)" nil nil)
19180 18584
19181(autoload 'japanese-katakana "japan-util" "\ 18585(autoload 'japanese-katakana "japan-util" "\
19182Convert argument to Katakana and return that. 18586Convert argument to Katakana and return that.
@@ -19266,9 +18670,7 @@ It is not recommended to set this variable permanently to anything but nil.")
19266Uninstall jka-compr. 18670Uninstall jka-compr.
19267This removes the entries in `file-name-handler-alist' and `auto-mode-alist' 18671This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
19268and `inhibit-local-variables-suffixes' that were added 18672and `inhibit-local-variables-suffixes' that were added
19269by `jka-compr-installed'. 18673by `jka-compr-installed'." nil nil)
19270
19271\(fn)" nil nil)
19272 18674
19273(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "jka-compr" '("compression-error" "jka-compr-"))) 18675(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "jka-compr" '("compression-error" "jka-compr-")))
19274 18676
@@ -19556,10 +18958,7 @@ If kbd macro currently being defined end it before activating it.
19556The kind of Korean keyboard for Korean input method. 18958The kind of Korean keyboard for Korean input method.
19557\"\" for 2, \"3\" for 3.") 18959\"\" for 2, \"3\" for 3.")
19558 18960
19559(autoload 'setup-korean-environment-internal "korea-util" "\ 18961(autoload 'setup-korean-environment-internal "korea-util" nil nil nil)
19560
19561
19562\(fn)" nil nil)
19563 18962
19564(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "korea-util" '("exit-korean-environment" "isearch-" "korean-key-bindings" "quail-hangul-switch-" "toggle-korean-input-method"))) 18963(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "korea-util" '("exit-korean-environment" "isearch-" "korean-key-bindings" "quail-hangul-switch-" "toggle-korean-input-method")))
19565 18964
@@ -20023,9 +19422,7 @@ argument.")
20023(autoload 'lpr-buffer "lpr" "\ 19422(autoload 'lpr-buffer "lpr" "\
20024Print buffer contents without pagination or page headers. 19423Print buffer contents without pagination or page headers.
20025See the variables `lpr-switches' and `lpr-command' 19424See the variables `lpr-switches' and `lpr-command'
20026for customization of the printer command. 19425for customization of the printer command." t nil)
20027
20028\(fn)" t nil)
20029 19426
20030(autoload 'print-buffer "lpr" "\ 19427(autoload 'print-buffer "lpr" "\
20031Paginate and print buffer contents. 19428Paginate and print buffer contents.
@@ -20039,9 +19436,7 @@ Otherwise, the switches in `lpr-headers-switches' are used
20039in the print command itself; we expect them to request pagination. 19436in the print command itself; we expect them to request pagination.
20040 19437
20041See the variables `lpr-switches' and `lpr-command' 19438See the variables `lpr-switches' and `lpr-command'
20042for further customization of the printer command. 19439for further customization of the printer command." t nil)
20043
20044\(fn)" t nil)
20045 19440
20046(autoload 'lpr-region "lpr" "\ 19441(autoload 'lpr-region "lpr" "\
20047Print region contents without pagination or page headers. 19442Print region contents without pagination or page headers.
@@ -20235,14 +19630,9 @@ Convert mail domain DOMAIN to the country it corresponds to.
20235;;; Generated autoloads from mail/mail-hist.el 19630;;; Generated autoloads from mail/mail-hist.el
20236 19631
20237(autoload 'mail-hist-define-keys "mail-hist" "\ 19632(autoload 'mail-hist-define-keys "mail-hist" "\
20238Define keys for accessing mail header history. For use in hooks. 19633Define keys for accessing mail header history. For use in hooks." nil nil)
20239 19634
20240\(fn)" nil nil) 19635(autoload 'mail-hist-enable "mail-hist" nil nil nil)
20241
20242(autoload 'mail-hist-enable "mail-hist" "\
20243
20244
20245\(fn)" nil nil)
20246 19636
20247(defvar mail-hist-keep-history t "\ 19637(defvar mail-hist-keep-history t "\
20248Non-nil means keep a history for headers and text of outgoing mail.") 19638Non-nil means keep a history for headers and text of outgoing mail.")
@@ -20254,9 +19644,7 @@ Put headers and contents of this message into mail header history.
20254Each header has its own independent history, as does the body of the 19644Each header has its own independent history, as does the body of the
20255message. 19645message.
20256 19646
20257This function normally would be called when the message is sent. 19647This function normally would be called when the message is sent." nil nil)
20258
20259\(fn)" nil nil)
20260 19648
20261(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mail-hist" '("mail-hist-"))) 19649(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mail-hist" '("mail-hist-")))
20262 19650
@@ -20389,9 +19777,7 @@ the entries in your `mail-personal-alias-file'.
20389\(fn &optional ARG)" t nil) 19777\(fn &optional ARG)" t nil)
20390 19778
20391(autoload 'mail-abbrevs-setup "mailabbrev" "\ 19779(autoload 'mail-abbrevs-setup "mailabbrev" "\
20392Initialize use of the `mailabbrev' package. 19780Initialize use of the `mailabbrev' package." nil nil)
20393
20394\(fn)" nil nil)
20395 19781
20396(autoload 'build-mail-abbrevs "mailabbrev" "\ 19782(autoload 'build-mail-abbrevs "mailabbrev" "\
20397Read mail aliases from personal mail alias file and set `mail-abbrevs'. 19783Read mail aliases from personal mail alias file and set `mail-abbrevs'.
@@ -20452,9 +19838,7 @@ if it is quoted with double-quotes.
20452 19838
20453(autoload 'mail-completion-at-point-function "mailalias" "\ 19839(autoload 'mail-completion-at-point-function "mailalias" "\
20454Compute completion data for mail aliases. 19840Compute completion data for mail aliases.
20455For use on `completion-at-point-functions'. 19841For use on `completion-at-point-functions'." nil nil)
20456
20457\(fn)" nil nil)
20458 19842
20459(autoload 'mail-complete "mailalias" "\ 19843(autoload 'mail-complete "mailalias" "\
20460Perform completion on header field or word preceding point. 19844Perform completion on header field or word preceding point.
@@ -20482,9 +19866,7 @@ current header, calls `mail-complete-function' and passes prefix ARG if any.
20482(autoload 'mailclient-send-it "mailclient" "\ 19866(autoload 'mailclient-send-it "mailclient" "\
20483Pass current buffer on to the system's mail client. 19867Pass current buffer on to the system's mail client.
20484Suitable value for `send-mail-function'. 19868Suitable value for `send-mail-function'.
20485The mail client is taken to be the handler of mailto URLs. 19869The mail client is taken to be the handler of mailto URLs." nil nil)
20486
20487\(fn)" nil nil)
20488 19870
20489(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mailclient" '("mailclient-"))) 19871(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mailclient" '("mailclient-")))
20490 19872
@@ -20636,9 +20018,7 @@ An adapted `makefile-mode' that knows about imake.
20636 20018
20637(autoload 'make-command-summary "makesum" "\ 20019(autoload 'make-command-summary "makesum" "\
20638Make a summary of current key bindings in the buffer *Summary*. 20020Make a summary of current key bindings in the buffer *Summary*.
20639Previous contents of that buffer are killed first. 20021Previous contents of that buffer are killed first." t nil)
20640
20641\(fn)" t nil)
20642 20022
20643(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "makesum" '("double-column"))) 20023(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "makesum" '("double-column")))
20644 20024
@@ -20711,7 +20091,7 @@ Default bookmark handler for Man buffers.
20711 20091
20712;;;### (autoloads nil "map" "emacs-lisp/map.el" (0 0 0 0)) 20092;;;### (autoloads nil "map" "emacs-lisp/map.el" (0 0 0 0))
20713;;; Generated autoloads from emacs-lisp/map.el 20093;;; Generated autoloads from emacs-lisp/map.el
20714(push (purecopy '(map 1 2)) package--builtin-versions) 20094(push (purecopy '(map 2 0)) package--builtin-versions)
20715 20095
20716(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "map" '("map-"))) 20096(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "map" '("map-")))
20717 20097
@@ -20868,14 +20248,10 @@ If ARG, allow editing of the cancellation message.
20868(autoload 'message-supersede "message" "\ 20248(autoload 'message-supersede "message" "\
20869Start composing a message to supersede the current message. 20249Start composing a message to supersede the current message.
20870This is done simply by taking the old article and adding a Supersedes 20250This is done simply by taking the old article and adding a Supersedes
20871header line with the old Message-ID. 20251header line with the old Message-ID." t nil)
20872
20873\(fn)" t nil)
20874 20252
20875(autoload 'message-recover "message" "\ 20253(autoload 'message-recover "message" "\
20876Reread contents of current buffer from its last auto-save file. 20254Reread contents of current buffer from its last auto-save file." t nil)
20877
20878\(fn)" t nil)
20879 20255
20880(autoload 'message-forward "message" "\ 20256(autoload 'message-forward "message" "\
20881Forward the current message via mail. 20257Forward the current message via mail.
@@ -20895,9 +20271,7 @@ Optional DIGEST will use digest to forward.
20895\(fn FORWARD-BUFFER)" nil nil) 20271\(fn FORWARD-BUFFER)" nil nil)
20896 20272
20897(autoload 'message-insinuate-rmail "message" "\ 20273(autoload 'message-insinuate-rmail "message" "\
20898Let RMAIL use message to forward. 20274Let RMAIL use message to forward." t nil)
20899
20900\(fn)" t nil)
20901 20275
20902(autoload 'message-resend "message" "\ 20276(autoload 'message-resend "message" "\
20903Resend the current article to ADDRESS. 20277Resend the current article to ADDRESS.
@@ -20908,9 +20282,7 @@ Resend the current article to ADDRESS.
20908Re-mail the current message. 20282Re-mail the current message.
20909This only makes sense if the current message is a bounce message that 20283This only makes sense if the current message is a bounce message that
20910contains some mail you have written which has been bounced back to 20284contains some mail you have written which has been bounced back to
20911you. 20285you." t nil)
20912
20913\(fn)" t nil)
20914 20286
20915(autoload 'message-mail-other-window "message" "\ 20287(autoload 'message-mail-other-window "message" "\
20916Like `message-mail' command, but display mail buffer in another window. 20288Like `message-mail' command, but display mail buffer in another window.
@@ -20975,9 +20347,7 @@ Major mode for editing MetaPost sources.
20975 20347
20976(autoload 'metamail-interpret-header "metamail" "\ 20348(autoload 'metamail-interpret-header "metamail" "\
20977Interpret a header part of a MIME message in current buffer. 20349Interpret a header part of a MIME message in current buffer.
20978Its body part is not interpreted at all. 20350Its body part is not interpreted at all." t nil)
20979
20980\(fn)" t nil)
20981 20351
20982(autoload 'metamail-interpret-body "metamail" "\ 20352(autoload 'metamail-interpret-body "metamail" "\
20983Interpret a body part of a MIME message in current buffer. 20353Interpret a body part of a MIME message in current buffer.
@@ -21041,15 +20411,11 @@ redisplayed as output is inserted.
21041 20411
21042(autoload 'mh-smail "mh-comp" "\ 20412(autoload 'mh-smail "mh-comp" "\
21043Compose a message with the MH mail system. 20413Compose a message with the MH mail system.
21044See `mh-send' for more details on composing mail. 20414See `mh-send' for more details on composing mail." t nil)
21045
21046\(fn)" t nil)
21047 20415
21048(autoload 'mh-smail-other-window "mh-comp" "\ 20416(autoload 'mh-smail-other-window "mh-comp" "\
21049Compose a message with the MH mail system in other window. 20417Compose a message with the MH mail system in other window.
21050See `mh-send' for more details on composing mail. 20418See `mh-send' for more details on composing mail." t nil)
21051
21052\(fn)" t nil)
21053 20419
21054(autoload 'mh-smail-batch "mh-comp" "\ 20420(autoload 'mh-smail-batch "mh-comp" "\
21055Compose a message with the MH mail system. 20421Compose a message with the MH mail system.
@@ -21120,9 +20486,7 @@ Quit editing and delete draft message.
21120If for some reason you are not happy with the draft, you can use 20486If for some reason you are not happy with the draft, you can use
21121this command to kill the draft buffer and delete the draft 20487this command to kill the draft buffer and delete the draft
21122message. Use the command \\[kill-buffer] if you don't want to 20488message. Use the command \\[kill-buffer] if you don't want to
21123delete the draft message. 20489delete the draft message." t nil)
21124
21125\(fn)" t nil)
21126 20490
21127(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mh-comp" '("mh-"))) 20491(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mh-comp" '("mh-")))
21128 20492
@@ -21146,9 +20510,7 @@ delete the draft message.
21146(put 'mh-lib-progs 'risky-local-variable t) 20510(put 'mh-lib-progs 'risky-local-variable t)
21147 20511
21148(autoload 'mh-version "mh-e" "\ 20512(autoload 'mh-version "mh-e" "\
21149Display version information about MH-E and the MH mail handling system. 20513Display version information about MH-E and the MH mail handling system." t nil)
21150
21151\(fn)" t nil)
21152 20514
21153(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mh-e" '("defcustom-mh" "defface-mh" "defgroup-mh" "mh-"))) 20515(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mh-e" '("defcustom-mh" "defface-mh" "defgroup-mh" "mh-")))
21154 20516
@@ -21408,9 +20770,7 @@ The relevant variables are `clean-buffer-list-delay-general',
21408While processing buffers, this procedure displays messages containing 20770While processing buffers, this procedure displays messages containing
21409the current date/time, buffer name, how many seconds ago it was 20771the current date/time, buffer name, how many seconds ago it was
21410displayed (can be nil if the buffer was never displayed) and its 20772displayed (can be nil if the buffer was never displayed) and its
21411lifetime, i.e., its \"age\" when it will be purged. 20773lifetime, i.e., its \"age\" when it will be purged." t nil)
21412
21413\(fn)" t nil)
21414 20774
21415(autoload 'midnight-delay-set "midnight" "\ 20775(autoload 'midnight-delay-set "midnight" "\
21416Modify `midnight-timer' according to `midnight-delay'. 20776Modify `midnight-timer' according to `midnight-delay'.
@@ -21477,14 +20837,10 @@ Ignores CHAR at point.
21477\(fn ARG CHAR)" t nil) 20837\(fn ARG CHAR)" t nil)
21478 20838
21479(autoload 'mark-beginning-of-buffer "misc" "\ 20839(autoload 'mark-beginning-of-buffer "misc" "\
21480Set mark at the beginning of the buffer. 20840Set mark at the beginning of the buffer." t nil)
21481
21482\(fn)" t nil)
21483 20841
21484(autoload 'mark-end-of-buffer "misc" "\ 20842(autoload 'mark-end-of-buffer "misc" "\
21485Set mark at the end of the buffer. 20843Set mark at the end of the buffer." t nil)
21486
21487\(fn)" t nil)
21488 20844
21489(autoload 'upcase-char "misc" "\ 20845(autoload 'upcase-char "misc" "\
21490Uppercasify ARG chars starting from point. Point doesn't move. 20846Uppercasify ARG chars starting from point. Point doesn't move.
@@ -21511,9 +20867,7 @@ upper atmosphere. These cause momentary pockets of higher-pressure
21511air to form, which act as lenses that deflect incoming cosmic rays, 20867air to form, which act as lenses that deflect incoming cosmic rays,
21512focusing them to strike the drive platter and flip the desired bit. 20868focusing them to strike the drive platter and flip the desired bit.
21513You can type `M-x butterfly C-M-c' to run it. This is a permuted 20869You can type `M-x butterfly C-M-c' to run it. This is a permuted
21514variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'. 20870variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'." t nil)
21515
21516\(fn)" t nil)
21517 20871
21518(autoload 'list-dynamic-libraries "misc" "\ 20872(autoload 'list-dynamic-libraries "misc" "\
21519Display a list of all dynamic libraries known to Emacs. 20873Display a list of all dynamic libraries known to Emacs.
@@ -21574,9 +20928,7 @@ Sequence of files visited by multiple file buffers Isearch.")
21574 20928
21575(autoload 'multi-isearch-setup "misearch" "\ 20929(autoload 'multi-isearch-setup "misearch" "\
21576Set up isearch to search multiple buffers. 20930Set up isearch to search multiple buffers.
21577Intended to be added to `isearch-mode-hook'. 20931Intended to be added to `isearch-mode-hook'." nil nil)
21578
21579\(fn)" nil nil)
21580 20932
21581(autoload 'multi-isearch-buffers "misearch" "\ 20933(autoload 'multi-isearch-buffers "misearch" "\
21582Start multi-buffer Isearch on a list of BUFFERS. 20934Start multi-buffer Isearch on a list of BUFFERS.
@@ -21759,9 +21111,7 @@ Assume text has been decoded if DECODED is non-nil.
21759;;; Generated autoloads from gnus/mml.el 21111;;; Generated autoloads from gnus/mml.el
21760 21112
21761(autoload 'mml-to-mime "mml" "\ 21113(autoload 'mml-to-mime "mml" "\
21762Translate the current buffer from MML to MIME. 21114Translate the current buffer from MML to MIME." nil nil)
21763
21764\(fn)" nil nil)
21765 21115
21766(autoload 'mml-attach-file "mml" "\ 21116(autoload 'mml-attach-file "mml" "\
21767Attach a file to the outgoing MIME message. 21117Attach a file to the outgoing MIME message.
@@ -21850,10 +21200,7 @@ will be computed and used.
21850 21200
21851\(fn CONT)" nil nil) 21201\(fn CONT)" nil nil)
21852 21202
21853(autoload 'mml2015-self-encrypt "mml2015" "\ 21203(autoload 'mml2015-self-encrypt "mml2015" nil nil nil)
21854
21855
21856\(fn)" nil nil)
21857 21204
21858(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mml2015" '("mml2015-"))) 21205(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mml2015" '("mml2015-")))
21859 21206
@@ -21990,9 +21337,7 @@ To test this function, evaluate:
21990;;; Generated autoloads from mpc.el 21337;;; Generated autoloads from mpc.el
21991 21338
21992(autoload 'mpc "mpc" "\ 21339(autoload 'mpc "mpc" "\
21993Main entry point for MPC. 21340Main entry point for MPC." t nil)
21994
21995\(fn)" t nil)
21996 21341
21997(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mpc" '("mpc-" "tag-browser-tagtypes"))) 21342(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mpc" '("mpc-" "tag-browser-tagtypes")))
21998 21343
@@ -22002,9 +21347,7 @@ Main entry point for MPC.
22002;;; Generated autoloads from play/mpuz.el 21347;;; Generated autoloads from play/mpuz.el
22003 21348
22004(autoload 'mpuz "mpuz" "\ 21349(autoload 'mpuz "mpuz" "\
22005Multiplication puzzle with GNU Emacs. 21350Multiplication puzzle with GNU Emacs." t nil)
22006
22007\(fn)" t nil)
22008 21351
22009(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mpuz" '("mpuz-"))) 21352(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mpuz" '("mpuz-")))
22010 21353
@@ -22113,14 +21456,10 @@ in place of `..':
22113 `default-process-coding-system' for read 21456 `default-process-coding-system' for read
22114 eol-type of `default-process-coding-system' for read 21457 eol-type of `default-process-coding-system' for read
22115 `default-process-coding-system' for write 21458 `default-process-coding-system' for write
22116 eol-type of `default-process-coding-system' 21459 eol-type of `default-process-coding-system'" t nil)
22117
22118\(fn)" t nil)
22119 21460
22120(autoload 'describe-current-coding-system "mule-diag" "\ 21461(autoload 'describe-current-coding-system "mule-diag" "\
22121Display coding systems currently used, in detail. 21462Display coding systems currently used, in detail." t nil)
22122
22123\(fn)" t nil)
22124 21463
22125(autoload 'list-coding-systems "mule-diag" "\ 21464(autoload 'list-coding-systems "mule-diag" "\
22126Display a list of all coding systems. 21465Display a list of all coding systems.
@@ -22132,9 +21471,7 @@ but still contains full information about each coding system.
22132\(fn &optional ARG)" t nil) 21471\(fn &optional ARG)" t nil)
22133 21472
22134(autoload 'list-coding-categories "mule-diag" "\ 21473(autoload 'list-coding-categories "mule-diag" "\
22135Display a list of all coding categories. 21474Display a list of all coding categories." nil nil)
22136
22137\(fn)" nil nil)
22138 21475
22139(autoload 'describe-font "mule-diag" "\ 21476(autoload 'describe-font "mule-diag" "\
22140Display information about a font whose name is FONTNAME. 21477Display information about a font whose name is FONTNAME.
@@ -22157,9 +21494,7 @@ see the function `describe-fontset' for the format of the list.
22157\(fn ARG)" t nil) 21494\(fn ARG)" t nil)
22158 21495
22159(autoload 'list-input-methods "mule-diag" "\ 21496(autoload 'list-input-methods "mule-diag" "\
22160Display information about all input methods. 21497Display information about all input methods." t nil)
22161
22162\(fn)" t nil)
22163 21498
22164(autoload 'mule-diag "mule-diag" "\ 21499(autoload 'mule-diag "mule-diag" "\
22165Display diagnosis of the multilingual environment (Mule). 21500Display diagnosis of the multilingual environment (Mule).
@@ -22167,9 +21502,7 @@ Display diagnosis of the multilingual environment (Mule).
22167This shows various information related to the current multilingual 21502This shows various information related to the current multilingual
22168environment, including lists of input methods, coding systems, 21503environment, including lists of input methods, coding systems,
22169character sets, and fontsets (if Emacs is running under a window 21504character sets, and fontsets (if Emacs is running under a window
22170system which uses fontsets). 21505system which uses fontsets)." t nil)
22171
22172\(fn)" t nil)
22173 21506
22174(autoload 'font-show-log "mule-diag" "\ 21507(autoload 'font-show-log "mule-diag" "\
22175Show log of font listing and opening. 21508Show log of font listing and opening.
@@ -22349,29 +21682,19 @@ QUALITY can be:
22349;;; Generated autoloads from net/net-utils.el 21682;;; Generated autoloads from net/net-utils.el
22350 21683
22351(autoload 'ifconfig "net-utils" "\ 21684(autoload 'ifconfig "net-utils" "\
22352Run `ifconfig-program' and display diagnostic output. 21685Run `ifconfig-program' and display diagnostic output." t nil)
22353
22354\(fn)" t nil)
22355 21686
22356(autoload 'iwconfig "net-utils" "\ 21687(autoload 'iwconfig "net-utils" "\
22357Run `iwconfig-program' and display diagnostic output. 21688Run `iwconfig-program' and display diagnostic output." t nil)
22358
22359\(fn)" t nil)
22360 21689
22361(autoload 'netstat "net-utils" "\ 21690(autoload 'netstat "net-utils" "\
22362Run `netstat-program' and display diagnostic output. 21691Run `netstat-program' and display diagnostic output." t nil)
22363
22364\(fn)" t nil)
22365 21692
22366(autoload 'arp "net-utils" "\ 21693(autoload 'arp "net-utils" "\
22367Run `arp-program' and display diagnostic output. 21694Run `arp-program' and display diagnostic output." t nil)
22368
22369\(fn)" t nil)
22370 21695
22371(autoload 'route "net-utils" "\ 21696(autoload 'route "net-utils" "\
22372Run `route-program' and display diagnostic output. 21697Run `route-program' and display diagnostic output." t nil)
22373
22374\(fn)" t nil)
22375 21698
22376(autoload 'traceroute "net-utils" "\ 21699(autoload 'traceroute "net-utils" "\
22377Run `traceroute-program' for TARGET. 21700Run `traceroute-program' for TARGET.
@@ -22396,9 +21719,7 @@ This command uses `nslookup-program' for looking up the DNS information.
22396\(fn HOST &optional NAME-SERVER)" t nil) 21719\(fn HOST &optional NAME-SERVER)" t nil)
22397 21720
22398(autoload 'nslookup "net-utils" "\ 21721(autoload 'nslookup "net-utils" "\
22399Run `nslookup-program'. 21722Run `nslookup-program'." t nil)
22400
22401\(fn)" t nil)
22402 21723
22403(autoload 'dns-lookup-host "net-utils" "\ 21724(autoload 'dns-lookup-host "net-utils" "\
22404Look up the DNS information for HOST (name or IP address). 21725Look up the DNS information for HOST (name or IP address).
@@ -22440,10 +21761,7 @@ The port is deduced from `network-connection-service-alist'.
22440 21761
22441\(fn ARG SEARCH-STRING)" t nil) 21762\(fn ARG SEARCH-STRING)" t nil)
22442 21763
22443(autoload 'whois-reverse-lookup "net-utils" "\ 21764(autoload 'whois-reverse-lookup "net-utils" nil t nil)
22444
22445
22446\(fn)" t nil)
22447 21765
22448(autoload 'network-connection-to-service "net-utils" "\ 21766(autoload 'network-connection-to-service "net-utils" "\
22449Open a network connection to SERVICE on HOST. 21767Open a network connection to SERVICE on HOST.
@@ -22590,9 +21908,7 @@ gnutls-boot (as returned by `gnutls-boot-parameters').
22590(autoload 'newsticker-running-p "newst-backend" "\ 21908(autoload 'newsticker-running-p "newst-backend" "\
22591Check whether newsticker is running. 21909Check whether newsticker is running.
22592Return t if newsticker is running, nil otherwise. Newsticker is 21910Return t if newsticker is running, nil otherwise. Newsticker is
22593considered to be running if the newsticker timer list is not empty. 21911considered to be running if the newsticker timer list is not empty." nil nil)
22594
22595\(fn)" nil nil)
22596 21912
22597(autoload 'newsticker-start "newst-backend" "\ 21913(autoload 'newsticker-start "newst-backend" "\
22598Start the newsticker. 21914Start the newsticker.
@@ -22612,9 +21928,7 @@ Run `newsticker-start-hook' if newsticker was not running already.
22612;;; Generated autoloads from net/newst-plainview.el 21928;;; Generated autoloads from net/newst-plainview.el
22613 21929
22614(autoload 'newsticker-plainview "newst-plainview" "\ 21930(autoload 'newsticker-plainview "newst-plainview" "\
22615Start newsticker plainview. 21931Start newsticker plainview." t nil)
22616
22617\(fn)" t nil)
22618 21932
22619(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "newst-plainview" '("newsticker-"))) 21933(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "newst-plainview" '("newsticker-")))
22620 21934
@@ -22625,9 +21939,7 @@ Start newsticker plainview.
22625;;; Generated autoloads from net/newst-reader.el 21939;;; Generated autoloads from net/newst-reader.el
22626 21940
22627(autoload 'newsticker-show-news "newst-reader" "\ 21941(autoload 'newsticker-show-news "newst-reader" "\
22628Start reading news. You may want to bind this to a key. 21942Start reading news. You may want to bind this to a key." t nil)
22629
22630\(fn)" t nil)
22631 21943
22632(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "newst-reader" '("newsticker-"))) 21944(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "newst-reader" '("newsticker-")))
22633 21945
@@ -22641,16 +21953,12 @@ Start reading news. You may want to bind this to a key.
22641Check whether newsticker's actual ticker is running. 21953Check whether newsticker's actual ticker is running.
22642Return t if ticker is running, nil otherwise. Newsticker is 21954Return t if ticker is running, nil otherwise. Newsticker is
22643considered to be running if the newsticker timer list is not 21955considered to be running if the newsticker timer list is not
22644empty. 21956empty." nil nil)
22645
22646\(fn)" nil nil)
22647 21957
22648(autoload 'newsticker-start-ticker "newst-ticker" "\ 21958(autoload 'newsticker-start-ticker "newst-ticker" "\
22649Start newsticker's ticker (but not the news retrieval). 21959Start newsticker's ticker (but not the news retrieval).
22650Start display timer for the actual ticker if wanted and not 21960Start display timer for the actual ticker if wanted and not
22651running already. 21961running already." t nil)
22652
22653\(fn)" t nil)
22654 21962
22655(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "newst-ticker" '("newsticker-"))) 21963(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "newst-ticker" '("newsticker-")))
22656 21964
@@ -22661,9 +21969,7 @@ running already.
22661;;; Generated autoloads from net/newst-treeview.el 21969;;; Generated autoloads from net/newst-treeview.el
22662 21970
22663(autoload 'newsticker-treeview "newst-treeview" "\ 21971(autoload 'newsticker-treeview "newst-treeview" "\
22664Start newsticker treeview. 21972Start newsticker treeview." t nil)
22665
22666\(fn)" t nil)
22667 21973
22668(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "newst-treeview" '("newsticker-"))) 21974(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "newst-treeview" '("newsticker-")))
22669 21975
@@ -22744,9 +22050,7 @@ symbol in the alist.
22744 22050
22745(autoload 'nnfolder-generate-active-file "nnfolder" "\ 22051(autoload 'nnfolder-generate-active-file "nnfolder" "\
22746Look for mbox folders in the nnfolder directory and make them into groups. 22052Look for mbox folders in the nnfolder directory and make them into groups.
22747This command does not work if you use short group names. 22053This command does not work if you use short group names." t nil)
22748
22749\(fn)" t nil)
22750 22054
22751(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "nnfolder" '("nnfolder-"))) 22055(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "nnfolder" '("nnfolder-")))
22752 22056
@@ -23492,9 +22796,7 @@ Many aspects this mode can be customized using
23492 (add-to-list 'auto-mode-alist '("\\.m\\'" . octave-maybe-mode)) 22796 (add-to-list 'auto-mode-alist '("\\.m\\'" . octave-maybe-mode))
23493 22797
23494(autoload 'octave-maybe-mode "octave" "\ 22798(autoload 'octave-maybe-mode "octave" "\
23495Select `octave-mode' if the current buffer seems to hold Octave code. 22799Select `octave-mode' if the current buffer seems to hold Octave code." nil nil)
23496
23497\(fn)" nil nil)
23498 22800
23499(autoload 'octave-mode "octave" "\ 22801(autoload 'octave-mode "octave" "\
23500Major mode for editing Octave code. 22802Major mode for editing Octave code.
@@ -23604,14 +22906,10 @@ FULL is given.
23604\(fn &optional HERE FULL MESSAGE)" t nil) 22906\(fn &optional HERE FULL MESSAGE)" t nil)
23605 22907
23606(autoload 'turn-on-orgtbl "org" "\ 22908(autoload 'turn-on-orgtbl "org" "\
23607Unconditionally turn on `orgtbl-mode'. 22909Unconditionally turn on `orgtbl-mode'." nil nil)
23608
23609\(fn)" nil nil)
23610 22910
23611(autoload 'org-clock-persistence-insinuate "org" "\ 22911(autoload 'org-clock-persistence-insinuate "org" "\
23612Set up hooks for clock persistence. 22912Set up hooks for clock persistence." nil nil)
23613
23614\(fn)" nil nil)
23615 22913
23616(autoload 'org-mode "org" "\ 22914(autoload 'org-mode "org" "\
23617Outline-based notes management and organizer, alias 22915Outline-based notes management and organizer, alias
@@ -23709,14 +23007,10 @@ if ARG is `toggle'; disable the mode otherwise.
23709\(fn &optional ARG)" t nil) 23007\(fn &optional ARG)" t nil)
23710 23008
23711(autoload 'turn-on-orgstruct "org" "\ 23009(autoload 'turn-on-orgstruct "org" "\
23712Unconditionally turn on `orgstruct-mode'. 23010Unconditionally turn on `orgstruct-mode'." nil nil)
23713
23714\(fn)" nil nil)
23715 23011
23716(autoload 'turn-on-orgstruct++ "org" "\ 23012(autoload 'turn-on-orgstruct++ "org" "\
23717Unconditionally turn on `orgstruct++-mode'. 23013Unconditionally turn on `orgstruct++-mode'." nil nil)
23718
23719\(fn)" nil nil)
23720 23014
23721(autoload 'org-run-like-in-org-mode "org" "\ 23015(autoload 'org-run-like-in-org-mode "org" "\
23722Run a command, pretending that the current buffer is in Org mode. 23016Run a command, pretending that the current buffer is in Org mode.
@@ -23746,18 +23040,14 @@ active region.
23746 23040
23747(autoload 'org-insert-link-global "org" "\ 23041(autoload 'org-insert-link-global "org" "\
23748Insert a link like Org mode does. 23042Insert a link like Org mode does.
23749This command can be called in any mode to insert a link in Org syntax. 23043This command can be called in any mode to insert a link in Org syntax." t nil)
23750
23751\(fn)" t nil)
23752 23044
23753(autoload 'org-open-at-point-global "org" "\ 23045(autoload 'org-open-at-point-global "org" "\
23754Follow a link or time-stamp like Org mode does. 23046Follow a link or time-stamp like Org mode does.
23755This command can be called in any mode to follow an external link 23047This command can be called in any mode to follow an external link
23756or a time-stamp that has Org mode syntax. Its behavior is 23048or a time-stamp that has Org mode syntax. Its behavior is
23757undefined when called on internal links (e.g., fuzzy links). 23049undefined when called on internal links (e.g., fuzzy links).
23758Raise an error when there is nothing to follow. 23050Raise an error when there is nothing to follow. " t nil)
23759
23760\(fn)" t nil)
23761 23051
23762(autoload 'org-open-link-from-string "org" "\ 23052(autoload 'org-open-link-from-string "org" "\
23763Open a link in the string S, as if it was in Org mode. 23053Open a link in the string S, as if it was in Org mode.
@@ -23776,9 +23066,7 @@ With `\\[universal-argument] \\[universal-argument]' prefix, restrict available
23776(autoload 'org-cycle-agenda-files "org" "\ 23066(autoload 'org-cycle-agenda-files "org" "\
23777Cycle through the files in `org-agenda-files'. 23067Cycle through the files in `org-agenda-files'.
23778If the current buffer visits an agenda file, find the next one in the list. 23068If the current buffer visits an agenda file, find the next one in the list.
23779If the current buffer does not, find the first agenda file. 23069If the current buffer does not, find the first agenda file." t nil)
23780
23781\(fn)" t nil)
23782 23070
23783(autoload 'org-submit-bug-report "org" "\ 23071(autoload 'org-submit-bug-report "org" "\
23784Submit a bug report on Org via mail. 23072Submit a bug report on Org via mail.
@@ -23787,9 +23075,7 @@ Don't hesitate to report any problems or inaccurate documentation.
23787 23075
23788If you don't have setup sending mail from (X)Emacs, please copy the 23076If you don't have setup sending mail from (X)Emacs, please copy the
23789output buffer into your mail program, as it gives us important 23077output buffer into your mail program, as it gives us important
23790information about your Org version and configuration. 23078information about your Org version and configuration." t nil)
23791
23792\(fn)" t nil)
23793 23079
23794(autoload 'org-reload "org" "\ 23080(autoload 'org-reload "org" "\
23795Reload all Org Lisp files. 23081Reload all Org Lisp files.
@@ -23798,9 +23084,7 @@ With prefix arg UNCOMPILED, load the uncompiled versions.
23798\(fn &optional UNCOMPILED)" t nil) 23084\(fn &optional UNCOMPILED)" t nil)
23799 23085
23800(autoload 'org-customize "org" "\ 23086(autoload 'org-customize "org" "\
23801Call the customize function with org as argument. 23087Call the customize function with org as argument." t nil)
23802
23803\(fn)" t nil)
23804 23088
23805(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org" '("org" "turn-on-org-cdlatex"))) 23089(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org" '("org" "turn-on-org-cdlatex")))
23806 23090
@@ -24038,9 +23322,7 @@ in the file. Otherwise, restriction will be to the current subtree.
24038 23322
24039(autoload 'org-calendar-goto-agenda "org-agenda" "\ 23323(autoload 'org-calendar-goto-agenda "org-agenda" "\
24040Compute the Org agenda for the calendar date displayed at the cursor. 23324Compute the Org agenda for the calendar date displayed at the cursor.
24041This is a command that has to be installed in `calendar-mode-map'. 23325This is a command that has to be installed in `calendar-mode-map'." t nil)
24042
24043\(fn)" t nil)
24044 23326
24045(autoload 'org-agenda-to-appt "org-agenda" "\ 23327(autoload 'org-agenda-to-appt "org-agenda" "\
24046Activate appointments found in `org-agenda-files'. 23328Activate appointments found in `org-agenda-files'.
@@ -24152,9 +23434,7 @@ of the day at point (if any) or the current HH:MM time.
24152\(fn &optional GOTO KEYS)" t nil) 23434\(fn &optional GOTO KEYS)" t nil)
24153 23435
24154(autoload 'org-capture-import-remember-templates "org-capture" "\ 23436(autoload 'org-capture-import-remember-templates "org-capture" "\
24155Set `org-capture-templates' to be similar to `org-remember-templates'. 23437Set `org-capture-templates' to be similar to `org-remember-templates'." t nil)
24156
24157\(fn)" t nil)
24158 23438
24159(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-capture" '("org-"))) 23439(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-capture" '("org-")))
24160 23440
@@ -24172,14 +23452,9 @@ Set `org-capture-templates' to be similar to `org-remember-templates'.
24172;;; Generated autoloads from org/org-colview.el 23452;;; Generated autoloads from org/org-colview.el
24173 23453
24174(autoload 'org-columns-remove-overlays "org-colview" "\ 23454(autoload 'org-columns-remove-overlays "org-colview" "\
24175Remove all currently active column overlays. 23455Remove all currently active column overlays." t nil)
24176 23456
24177\(fn)" t nil) 23457(autoload 'org-columns-get-format-and-top-level "org-colview" nil nil nil)
24178
24179(autoload 'org-columns-get-format-and-top-level "org-colview" "\
24180
24181
24182\(fn)" nil nil)
24183 23458
24184(autoload 'org-columns "org-colview" "\ 23459(autoload 'org-columns "org-colview" "\
24185Turn on column view on an Org mode file. 23460Turn on column view on an Org mode file.
@@ -24225,14 +23500,10 @@ PARAMS is a property list of parameters:
24225\(fn PARAMS)" nil nil) 23500\(fn PARAMS)" nil nil)
24226 23501
24227(autoload 'org-columns-insert-dblock "org-colview" "\ 23502(autoload 'org-columns-insert-dblock "org-colview" "\
24228Create a dynamic block capturing a column view table. 23503Create a dynamic block capturing a column view table." t nil)
24229
24230\(fn)" t nil)
24231 23504
24232(autoload 'org-agenda-columns "org-colview" "\ 23505(autoload 'org-agenda-columns "org-colview" "\
24233Turn on or update column view in the agenda. 23506Turn on or update column view in the agenda." t nil)
24234
24235\(fn)" t nil)
24236 23507
24237(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-colview" '("org-"))) 23508(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-colview" '("org-")))
24238 23509
@@ -24242,9 +23513,7 @@ Turn on or update column view in the agenda.
24242;;; Generated autoloads from org/org-compat.el 23513;;; Generated autoloads from org/org-compat.el
24243 23514
24244(autoload 'org-check-version "org-compat" "\ 23515(autoload 'org-check-version "org-compat" "\
24245Try very hard to provide sensible version strings. 23516Try very hard to provide sensible version strings." nil t)
24246
24247\(fn)" nil t)
24248 23517
24249(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-compat" '("org-"))) 23518(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-compat" '("org-")))
24250 23519
@@ -24284,9 +23553,7 @@ Try very hard to provide sensible version strings.
24284;;; Generated autoloads from org/org-duration.el 23553;;; Generated autoloads from org/org-duration.el
24285 23554
24286(autoload 'org-duration-set-regexps "org-duration" "\ 23555(autoload 'org-duration-set-regexps "org-duration" "\
24287Set duration related regexps. 23556Set duration related regexps." t nil)
24288
24289\(fn)" t nil)
24290 23557
24291(autoload 'org-duration-p "org-duration" "\ 23558(autoload 'org-duration-p "org-duration" "\
24292Non-nil when string S is a time duration. 23559Non-nil when string S is a time duration.
@@ -24567,15 +23834,11 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX.
24567 23834
24568(autoload 'org-release "org-version" "\ 23835(autoload 'org-release "org-version" "\
24569The release version of Org. 23836The release version of Org.
24570Inserted by installing Org mode or when a release is made. 23837Inserted by installing Org mode or when a release is made." nil nil)
24571
24572\(fn)" nil nil)
24573 23838
24574(autoload 'org-git-version "org-version" "\ 23839(autoload 'org-git-version "org-version" "\
24575The Git version of Org mode. 23840The Git version of Org mode.
24576Inserted by installing Org or when a release is made. 23841Inserted by installing Org or when a release is made." nil nil)
24577
24578\(fn)" nil nil)
24579 23842
24580;;;*** 23843;;;***
24581 23844
@@ -24771,9 +24034,7 @@ that code in the early init-file.
24771 24034
24772(autoload 'package-activate-all "package" "\ 24035(autoload 'package-activate-all "package" "\
24773Activate all installed packages. 24036Activate all installed packages.
24774The variable `package-load-list' controls which packages to load. 24037The variable `package-load-list' controls which packages to load." nil nil)
24775
24776\(fn)" nil nil)
24777 24038
24778(autoload 'package-import-keyring "package" "\ 24039(autoload 'package-import-keyring "package" "\
24779Import keys from FILE. 24040Import keys from FILE.
@@ -24813,9 +24074,7 @@ Specially, if current buffer is a directory, the -pkg.el
24813description file is not mandatory, in which case the information 24074description file is not mandatory, in which case the information
24814is derived from the main .el file in the directory. 24075is derived from the main .el file in the directory.
24815 24076
24816Downloads and installs required packages as needed. 24077Downloads and installs required packages as needed." t nil)
24817
24818\(fn)" t nil)
24819 24078
24820(autoload 'package-install-file "package" "\ 24079(autoload 'package-install-file "package" "\
24821Install a package from a file. 24080Install a package from a file.
@@ -24826,9 +24085,7 @@ directory.
24826 24085
24827(autoload 'package-install-selected-packages "package" "\ 24086(autoload 'package-install-selected-packages "package" "\
24828Ensure packages in `package-selected-packages' are installed. 24087Ensure packages in `package-selected-packages' are installed.
24829If some packages are not installed propose to install them. 24088If some packages are not installed propose to install them." t nil)
24830
24831\(fn)" t nil)
24832 24089
24833(autoload 'package-reinstall "package" "\ 24090(autoload 'package-reinstall "package" "\
24834Reinstall package PKG. 24091Reinstall package PKG.
@@ -24842,9 +24099,7 @@ Remove packages that are no more needed.
24842 24099
24843Packages that are no more needed by other packages in 24100Packages that are no more needed by other packages in
24844`package-selected-packages' and their dependencies 24101`package-selected-packages' and their dependencies
24845will be deleted. 24102will be deleted." t nil)
24846
24847\(fn)" t nil)
24848 24103
24849(autoload 'describe-package "package" "\ 24104(autoload 'describe-package "package" "\
24850Display the full documentation of PACKAGE (a symbol). 24105Display the full documentation of PACKAGE (a symbol).
@@ -24867,9 +24122,7 @@ short description.
24867Return the version number of the package in which this is used. 24122Return the version number of the package in which this is used.
24868Assumes it is used from an Elisp file placed inside the top-level directory 24123Assumes it is used from an Elisp file placed inside the top-level directory
24869of an installed ELPA package. 24124of an installed ELPA package.
24870The return value is a string (or nil in case we can't find it). 24125The return value is a string (or nil in case we can't find it)." nil nil)
24871
24872\(fn)" nil nil)
24873 24126
24874(function-put 'package-get-version 'pure 't) 24127(function-put 'package-get-version 'pure 't)
24875 24128
@@ -25068,10 +24321,7 @@ Emacs Lisp manual for more information and examples.
25068 24321
25069(put 'pcase 'function-documentation '(pcase--make-docstring)) 24322(put 'pcase 'function-documentation '(pcase--make-docstring))
25070 24323
25071(autoload 'pcase--make-docstring "pcase" "\ 24324(autoload 'pcase--make-docstring "pcase" nil nil nil)
25072
25073
25074\(fn)" nil nil)
25075 24325
25076(autoload 'pcase-exhaustive "pcase" "\ 24326(autoload 'pcase-exhaustive "pcase" "\
25077The exhaustive version of `pcase' (which see). 24327The exhaustive version of `pcase' (which see).
@@ -25160,9 +24410,7 @@ for the result of evaluating EXP (first arg to `pcase').
25160;;; Generated autoloads from pcmpl-cvs.el 24410;;; Generated autoloads from pcmpl-cvs.el
25161 24411
25162(autoload 'pcomplete/cvs "pcmpl-cvs" "\ 24412(autoload 'pcomplete/cvs "pcmpl-cvs" "\
25163Completion rules for the `cvs' command. 24413Completion rules for the `cvs' command." nil nil)
25164
25165\(fn)" nil nil)
25166 24414
25167(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pcmpl-cvs" '("pcmpl-cvs-"))) 24415(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pcmpl-cvs" '("pcmpl-cvs-")))
25168 24416
@@ -25172,29 +24420,19 @@ Completion rules for the `cvs' command.
25172;;; Generated autoloads from pcmpl-gnu.el 24420;;; Generated autoloads from pcmpl-gnu.el
25173 24421
25174(autoload 'pcomplete/gzip "pcmpl-gnu" "\ 24422(autoload 'pcomplete/gzip "pcmpl-gnu" "\
25175Completion for `gzip'. 24423Completion for `gzip'." nil nil)
25176
25177\(fn)" nil nil)
25178 24424
25179(autoload 'pcomplete/bzip2 "pcmpl-gnu" "\ 24425(autoload 'pcomplete/bzip2 "pcmpl-gnu" "\
25180Completion for `bzip2'. 24426Completion for `bzip2'." nil nil)
25181
25182\(fn)" nil nil)
25183 24427
25184(autoload 'pcomplete/make "pcmpl-gnu" "\ 24428(autoload 'pcomplete/make "pcmpl-gnu" "\
25185Completion for GNU `make'. 24429Completion for GNU `make'." nil nil)
25186
25187\(fn)" nil nil)
25188 24430
25189(autoload 'pcomplete/tar "pcmpl-gnu" "\ 24431(autoload 'pcomplete/tar "pcmpl-gnu" "\
25190Completion for the GNU tar utility. 24432Completion for the GNU tar utility." nil nil)
25191
25192\(fn)" nil nil)
25193 24433
25194(autoload 'pcomplete/find "pcmpl-gnu" "\ 24434(autoload 'pcomplete/find "pcmpl-gnu" "\
25195Completion for the GNU find utility. 24435Completion for the GNU find utility." nil nil)
25196
25197\(fn)" nil nil)
25198 24436
25199(defalias 'pcomplete/gdb 'pcomplete/xargs) 24437(defalias 'pcomplete/gdb 'pcomplete/xargs)
25200 24438
@@ -25206,19 +24444,13 @@ Completion for the GNU find utility.
25206;;; Generated autoloads from pcmpl-linux.el 24444;;; Generated autoloads from pcmpl-linux.el
25207 24445
25208(autoload 'pcomplete/kill "pcmpl-linux" "\ 24446(autoload 'pcomplete/kill "pcmpl-linux" "\
25209Completion for GNU/Linux `kill', using /proc filesystem. 24447Completion for GNU/Linux `kill', using /proc filesystem." nil nil)
25210
25211\(fn)" nil nil)
25212 24448
25213(autoload 'pcomplete/umount "pcmpl-linux" "\ 24449(autoload 'pcomplete/umount "pcmpl-linux" "\
25214Completion for GNU/Linux `umount'. 24450Completion for GNU/Linux `umount'." nil nil)
25215
25216\(fn)" nil nil)
25217 24451
25218(autoload 'pcomplete/mount "pcmpl-linux" "\ 24452(autoload 'pcomplete/mount "pcmpl-linux" "\
25219Completion for GNU/Linux `mount'. 24453Completion for GNU/Linux `mount'." nil nil)
25220
25221\(fn)" nil nil)
25222 24454
25223(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pcmpl-linux" '("pcmpl-linux-" "pcomplete-pare-list"))) 24455(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pcmpl-linux" '("pcmpl-linux-" "pcomplete-pare-list")))
25224 24456
@@ -25228,9 +24460,7 @@ Completion for GNU/Linux `mount'.
25228;;; Generated autoloads from pcmpl-rpm.el 24460;;; Generated autoloads from pcmpl-rpm.el
25229 24461
25230(autoload 'pcomplete/rpm "pcmpl-rpm" "\ 24462(autoload 'pcomplete/rpm "pcmpl-rpm" "\
25231Completion for the `rpm' command. 24463Completion for the `rpm' command." nil nil)
25232
25233\(fn)" nil nil)
25234 24464
25235(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pcmpl-rpm" '("pcmpl-rpm-"))) 24465(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pcmpl-rpm" '("pcmpl-rpm-")))
25236 24466
@@ -25240,54 +24470,36 @@ Completion for the `rpm' command.
25240;;; Generated autoloads from pcmpl-unix.el 24470;;; Generated autoloads from pcmpl-unix.el
25241 24471
25242(autoload 'pcomplete/cd "pcmpl-unix" "\ 24472(autoload 'pcomplete/cd "pcmpl-unix" "\
25243Completion for `cd'. 24473Completion for `cd'." nil nil)
25244
25245\(fn)" nil nil)
25246 24474
25247(defalias 'pcomplete/pushd 'pcomplete/cd) 24475(defalias 'pcomplete/pushd 'pcomplete/cd)
25248 24476
25249(autoload 'pcomplete/rmdir "pcmpl-unix" "\ 24477(autoload 'pcomplete/rmdir "pcmpl-unix" "\
25250Completion for `rmdir'. 24478Completion for `rmdir'." nil nil)
25251
25252\(fn)" nil nil)
25253 24479
25254(autoload 'pcomplete/rm "pcmpl-unix" "\ 24480(autoload 'pcomplete/rm "pcmpl-unix" "\
25255Completion for `rm'. 24481Completion for `rm'." nil nil)
25256
25257\(fn)" nil nil)
25258 24482
25259(autoload 'pcomplete/xargs "pcmpl-unix" "\ 24483(autoload 'pcomplete/xargs "pcmpl-unix" "\
25260Completion for `xargs'. 24484Completion for `xargs'." nil nil)
25261
25262\(fn)" nil nil)
25263 24485
25264(defalias 'pcomplete/time 'pcomplete/xargs) 24486(defalias 'pcomplete/time 'pcomplete/xargs)
25265 24487
25266(autoload 'pcomplete/which "pcmpl-unix" "\ 24488(autoload 'pcomplete/which "pcmpl-unix" "\
25267Completion for `which'. 24489Completion for `which'." nil nil)
25268
25269\(fn)" nil nil)
25270 24490
25271(autoload 'pcomplete/chown "pcmpl-unix" "\ 24491(autoload 'pcomplete/chown "pcmpl-unix" "\
25272Completion for the `chown' command. 24492Completion for the `chown' command." nil nil)
25273
25274\(fn)" nil nil)
25275 24493
25276(autoload 'pcomplete/chgrp "pcmpl-unix" "\ 24494(autoload 'pcomplete/chgrp "pcmpl-unix" "\
25277Completion for the `chgrp' command. 24495Completion for the `chgrp' command." nil nil)
25278
25279\(fn)" nil nil)
25280 24496
25281(autoload 'pcomplete/ssh "pcmpl-unix" "\ 24497(autoload 'pcomplete/ssh "pcmpl-unix" "\
25282Completion rules for the `ssh' command. 24498Completion rules for the `ssh' command." nil nil)
25283
25284\(fn)" nil nil)
25285 24499
25286(autoload 'pcomplete/scp "pcmpl-unix" "\ 24500(autoload 'pcomplete/scp "pcmpl-unix" "\
25287Completion rules for the `scp' command. 24501Completion rules for the `scp' command.
25288Includes files as well as host names followed by a colon. 24502Includes files as well as host names followed by a colon." nil nil)
25289
25290\(fn)" nil nil)
25291 24503
25292(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pcmpl-unix" '("pcmpl-"))) 24504(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pcmpl-unix" '("pcmpl-")))
25293 24505
@@ -25297,23 +24509,17 @@ Includes files as well as host names followed by a colon.
25297;;; Generated autoloads from pcmpl-x.el 24509;;; Generated autoloads from pcmpl-x.el
25298 24510
25299(autoload 'pcomplete/tlmgr "pcmpl-x" "\ 24511(autoload 'pcomplete/tlmgr "pcmpl-x" "\
25300Completion for the `tlmgr' command. 24512Completion for the `tlmgr' command." nil nil)
25301
25302\(fn)" nil nil)
25303 24513
25304(autoload 'pcomplete/ack "pcmpl-x" "\ 24514(autoload 'pcomplete/ack "pcmpl-x" "\
25305Completion for the `ack' command. 24515Completion for the `ack' command.
25306Start an argument with `-' to complete short options and `--' for 24516Start an argument with `-' to complete short options and `--' for
25307long options. 24517long options." nil nil)
25308
25309\(fn)" nil nil)
25310 24518
25311(defalias 'pcomplete/ack-grep 'pcomplete/ack) 24519(defalias 'pcomplete/ack-grep 'pcomplete/ack)
25312 24520
25313(autoload 'pcomplete/ag "pcmpl-x" "\ 24521(autoload 'pcomplete/ag "pcmpl-x" "\
25314Completion for the `ag' command. 24522Completion for the `ag' command." nil nil)
25315
25316\(fn)" nil nil)
25317 24523
25318(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pcmpl-x" '("pcmpl-x-"))) 24524(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pcmpl-x" '("pcmpl-x-")))
25319 24525
@@ -25330,36 +24536,24 @@ completion functions list (it should occur fairly early in the list).
25330\(fn &optional INTERACTIVELY)" t nil) 24536\(fn &optional INTERACTIVELY)" t nil)
25331 24537
25332(autoload 'pcomplete-reverse "pcomplete" "\ 24538(autoload 'pcomplete-reverse "pcomplete" "\
25333If cycling completion is in use, cycle backwards. 24539If cycling completion is in use, cycle backwards." t nil)
25334
25335\(fn)" t nil)
25336 24540
25337(autoload 'pcomplete-expand-and-complete "pcomplete" "\ 24541(autoload 'pcomplete-expand-and-complete "pcomplete" "\
25338Expand the textual value of the current argument. 24542Expand the textual value of the current argument.
25339This will modify the current buffer. 24543This will modify the current buffer." t nil)
25340
25341\(fn)" t nil)
25342 24544
25343(autoload 'pcomplete-continue "pcomplete" "\ 24545(autoload 'pcomplete-continue "pcomplete" "\
25344Complete without reference to any cycling completions. 24546Complete without reference to any cycling completions." t nil)
25345
25346\(fn)" t nil)
25347 24547
25348(autoload 'pcomplete-expand "pcomplete" "\ 24548(autoload 'pcomplete-expand "pcomplete" "\
25349Expand the textual value of the current argument. 24549Expand the textual value of the current argument.
25350This will modify the current buffer. 24550This will modify the current buffer." t nil)
25351
25352\(fn)" t nil)
25353 24551
25354(autoload 'pcomplete-help "pcomplete" "\ 24552(autoload 'pcomplete-help "pcomplete" "\
25355Display any help information relative to the current argument. 24553Display any help information relative to the current argument." t nil)
25356
25357\(fn)" t nil)
25358 24554
25359(autoload 'pcomplete-list "pcomplete" "\ 24555(autoload 'pcomplete-list "pcomplete" "\
25360Show the list of possible completions for the current argument. 24556Show the list of possible completions for the current argument." t nil)
25361
25362\(fn)" t nil)
25363 24557
25364(autoload 'pcomplete-comint-setup "pcomplete" "\ 24558(autoload 'pcomplete-comint-setup "pcomplete" "\
25365Setup a comint buffer to use pcomplete. 24559Setup a comint buffer to use pcomplete.
@@ -25370,9 +24564,7 @@ this is `comint-dynamic-complete-functions'.
25370\(fn COMPLETEF-SYM)" nil nil) 24564\(fn COMPLETEF-SYM)" nil nil)
25371 24565
25372(autoload 'pcomplete-shell-setup "pcomplete" "\ 24566(autoload 'pcomplete-shell-setup "pcomplete" "\
25373Setup `shell-mode' to use pcomplete. 24567Setup `shell-mode' to use pcomplete." nil nil)
25374
25375\(fn)" nil nil)
25376 24568
25377(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pcomplete" '("pcomplete-"))) 24569(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pcomplete" '("pcomplete-")))
25378 24570
@@ -25630,9 +24822,7 @@ by supplying an argument.
25630Entry to this mode calls the value of `picture-mode-hook' if non-nil. 24822Entry to this mode calls the value of `picture-mode-hook' if non-nil.
25631 24823
25632Note that Picture mode commands will work outside of Picture mode, but 24824Note that Picture mode commands will work outside of Picture mode, but
25633they are not by default assigned to keys. 24825they are not by default assigned to keys." t nil)
25634
25635\(fn)" t nil)
25636 24826
25637(defalias 'edit-picture 'picture-mode) 24827(defalias 'edit-picture 'picture-mode)
25638 24828
@@ -25714,9 +24904,7 @@ Move left and right bats and try to bounce the ball to your opponent.
25714 24904
25715pong-mode keybindings:\\<pong-mode-map> 24905pong-mode keybindings:\\<pong-mode-map>
25716 24906
25717\\{pong-mode-map} 24907\\{pong-mode-map}" t nil)
25718
25719\(fn)" t nil)
25720 24908
25721(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pong" '("pong-"))) 24909(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pong" '("pong-")))
25722 24910
@@ -25746,9 +24934,7 @@ to make output that `read' can handle, whenever this is possible.
25746\(fn OBJECT)" nil nil) 24934\(fn OBJECT)" nil nil)
25747 24935
25748(autoload 'pp-buffer "pp" "\ 24936(autoload 'pp-buffer "pp" "\
25749Prettify the current buffer with printed representation of a Lisp object. 24937Prettify the current buffer with printed representation of a Lisp object." nil nil)
25750
25751\(fn)" nil nil)
25752 24938
25753(autoload 'pp "pp" "\ 24939(autoload 'pp "pp" "\
25754Output the pretty-printed representation of OBJECT, any Lisp object. 24940Output the pretty-printed representation of OBJECT, any Lisp object.
@@ -26010,16 +25196,12 @@ See also documentation for `pr-list-directory'.
26010(autoload 'pr-printify-buffer "printing" "\ 25196(autoload 'pr-printify-buffer "printing" "\
26011Replace nonprinting characters in buffer with printable representations. 25197Replace nonprinting characters in buffer with printable representations.
26012The printable representations use ^ (for ASCII control characters) or hex. 25198The printable representations use ^ (for ASCII control characters) or hex.
26013The characters tab, linefeed, space, return and formfeed are not affected. 25199The characters tab, linefeed, space, return and formfeed are not affected." t nil)
26014
26015\(fn)" t nil)
26016 25200
26017(autoload 'pr-printify-region "printing" "\ 25201(autoload 'pr-printify-region "printing" "\
26018Replace nonprinting characters in region with printable representations. 25202Replace nonprinting characters in region with printable representations.
26019The printable representations use ^ (for ASCII control characters) or hex. 25203The printable representations use ^ (for ASCII control characters) or hex.
26020The characters tab, linefeed, space, return and formfeed are not affected. 25204The characters tab, linefeed, space, return and formfeed are not affected." t nil)
26021
26022\(fn)" t nil)
26023 25205
26024(autoload 'pr-txt-directory "printing" "\ 25206(autoload 'pr-txt-directory "printing" "\
26025Print directory using text printer. 25207Print directory using text printer.
@@ -26035,19 +25217,13 @@ See also documentation for `pr-list-directory'.
26035\(fn &optional DIR FILE-REGEXP)" t nil) 25217\(fn &optional DIR FILE-REGEXP)" t nil)
26036 25218
26037(autoload 'pr-txt-buffer "printing" "\ 25219(autoload 'pr-txt-buffer "printing" "\
26038Print buffer using text printer. 25220Print buffer using text printer." t nil)
26039
26040\(fn)" t nil)
26041 25221
26042(autoload 'pr-txt-region "printing" "\ 25222(autoload 'pr-txt-region "printing" "\
26043Print region using text printer. 25223Print region using text printer." t nil)
26044
26045\(fn)" t nil)
26046 25224
26047(autoload 'pr-txt-mode "printing" "\ 25225(autoload 'pr-txt-mode "printing" "\
26048Print major mode using text printer. 25226Print major mode using text printer." t nil)
26049
26050\(fn)" t nil)
26051 25227
26052(autoload 'pr-despool-preview "printing" "\ 25228(autoload 'pr-despool-preview "printing" "\
26053Preview spooled PostScript. 25229Preview spooled PostScript.
@@ -26145,9 +25321,7 @@ file name.
26145\(fn N-UP IFILENAME &optional OFILENAME)" t nil) 25321\(fn N-UP IFILENAME &optional OFILENAME)" t nil)
26146 25322
26147(autoload 'pr-toggle-file-duplex "printing" "\ 25323(autoload 'pr-toggle-file-duplex "printing" "\
26148Toggle duplex for PostScript file. 25324Toggle duplex for PostScript file." t nil)
26149
26150\(fn)" t nil)
26151 25325
26152(autoload 'pr-toggle-file-tumble "printing" "\ 25326(autoload 'pr-toggle-file-tumble "printing" "\
26153Toggle tumble for PostScript file. 25327Toggle tumble for PostScript file.
@@ -26155,34 +25329,22 @@ Toggle tumble for PostScript file.
26155If tumble is off, produces a printing suitable for binding on the left or 25329If tumble is off, produces a printing suitable for binding on the left or
26156right. 25330right.
26157If tumble is on, produces a printing suitable for binding at the top or 25331If tumble is on, produces a printing suitable for binding at the top or
26158bottom. 25332bottom." t nil)
26159
26160\(fn)" t nil)
26161 25333
26162(autoload 'pr-toggle-file-landscape "printing" "\ 25334(autoload 'pr-toggle-file-landscape "printing" "\
26163Toggle landscape for PostScript file. 25335Toggle landscape for PostScript file." t nil)
26164
26165\(fn)" t nil)
26166 25336
26167(autoload 'pr-toggle-ghostscript "printing" "\ 25337(autoload 'pr-toggle-ghostscript "printing" "\
26168Toggle printing using ghostscript. 25338Toggle printing using ghostscript." t nil)
26169
26170\(fn)" t nil)
26171 25339
26172(autoload 'pr-toggle-faces "printing" "\ 25340(autoload 'pr-toggle-faces "printing" "\
26173Toggle printing with faces. 25341Toggle printing with faces." t nil)
26174
26175\(fn)" t nil)
26176 25342
26177(autoload 'pr-toggle-spool "printing" "\ 25343(autoload 'pr-toggle-spool "printing" "\
26178Toggle spooling. 25344Toggle spooling." t nil)
26179
26180\(fn)" t nil)
26181 25345
26182(autoload 'pr-toggle-duplex "printing" "\ 25346(autoload 'pr-toggle-duplex "printing" "\
26183Toggle duplex. 25347Toggle duplex." t nil)
26184
26185\(fn)" t nil)
26186 25348
26187(autoload 'pr-toggle-tumble "printing" "\ 25349(autoload 'pr-toggle-tumble "printing" "\
26188Toggle tumble. 25350Toggle tumble.
@@ -26190,54 +25352,34 @@ Toggle tumble.
26190If tumble is off, produces a printing suitable for binding on the left or 25352If tumble is off, produces a printing suitable for binding on the left or
26191right. 25353right.
26192If tumble is on, produces a printing suitable for binding at the top or 25354If tumble is on, produces a printing suitable for binding at the top or
26193bottom. 25355bottom." t nil)
26194
26195\(fn)" t nil)
26196 25356
26197(autoload 'pr-toggle-landscape "printing" "\ 25357(autoload 'pr-toggle-landscape "printing" "\
26198Toggle landscape. 25358Toggle landscape." t nil)
26199
26200\(fn)" t nil)
26201 25359
26202(autoload 'pr-toggle-upside-down "printing" "\ 25360(autoload 'pr-toggle-upside-down "printing" "\
26203Toggle upside-down. 25361Toggle upside-down." t nil)
26204
26205\(fn)" t nil)
26206 25362
26207(autoload 'pr-toggle-line "printing" "\ 25363(autoload 'pr-toggle-line "printing" "\
26208Toggle line number. 25364Toggle line number." t nil)
26209
26210\(fn)" t nil)
26211 25365
26212(autoload 'pr-toggle-zebra "printing" "\ 25366(autoload 'pr-toggle-zebra "printing" "\
26213Toggle zebra stripes. 25367Toggle zebra stripes." t nil)
26214
26215\(fn)" t nil)
26216 25368
26217(autoload 'pr-toggle-header "printing" "\ 25369(autoload 'pr-toggle-header "printing" "\
26218Toggle printing header. 25370Toggle printing header." t nil)
26219
26220\(fn)" t nil)
26221 25371
26222(autoload 'pr-toggle-header-frame "printing" "\ 25372(autoload 'pr-toggle-header-frame "printing" "\
26223Toggle printing header frame. 25373Toggle printing header frame." t nil)
26224
26225\(fn)" t nil)
26226 25374
26227(autoload 'pr-toggle-lock "printing" "\ 25375(autoload 'pr-toggle-lock "printing" "\
26228Toggle menu lock. 25376Toggle menu lock." t nil)
26229
26230\(fn)" t nil)
26231 25377
26232(autoload 'pr-toggle-region "printing" "\ 25378(autoload 'pr-toggle-region "printing" "\
26233Toggle whether the region is automagically detected. 25379Toggle whether the region is automagically detected." t nil)
26234
26235\(fn)" t nil)
26236 25380
26237(autoload 'pr-toggle-mode "printing" "\ 25381(autoload 'pr-toggle-mode "printing" "\
26238Toggle auto mode. 25382Toggle auto mode." t nil)
26239
26240\(fn)" t nil)
26241 25383
26242(autoload 'pr-customize "printing" "\ 25384(autoload 'pr-customize "printing" "\
26243Customization of the `printing' group. 25385Customization of the `printing' group.
@@ -26255,19 +25397,13 @@ Help for the printing package.
26255\(fn &rest IGNORE)" t nil) 25397\(fn &rest IGNORE)" t nil)
26256 25398
26257(autoload 'pr-ps-name "printing" "\ 25399(autoload 'pr-ps-name "printing" "\
26258Interactively select a PostScript printer. 25400Interactively select a PostScript printer." t nil)
26259
26260\(fn)" t nil)
26261 25401
26262(autoload 'pr-txt-name "printing" "\ 25402(autoload 'pr-txt-name "printing" "\
26263Interactively select a text printer. 25403Interactively select a text printer." t nil)
26264
26265\(fn)" t nil)
26266 25404
26267(autoload 'pr-ps-utility "printing" "\ 25405(autoload 'pr-ps-utility "printing" "\
26268Interactively select a PostScript utility. 25406Interactively select a PostScript utility." t nil)
26269
26270\(fn)" t nil)
26271 25407
26272(autoload 'pr-show-ps-setup "printing" "\ 25408(autoload 'pr-show-ps-setup "printing" "\
26273Show current ps-print settings. 25409Show current ps-print settings.
@@ -26460,16 +25596,12 @@ pattern to search for.
26460(autoload 'project-find-file "project" "\ 25596(autoload 'project-find-file "project" "\
26461Visit a file (with completion) in the current project's roots. 25597Visit a file (with completion) in the current project's roots.
26462The completion default is the filename at point, if one is 25598The completion default is the filename at point, if one is
26463recognized. 25599recognized." t nil)
26464
26465\(fn)" t nil)
26466 25600
26467(autoload 'project-or-external-find-file "project" "\ 25601(autoload 'project-or-external-find-file "project" "\
26468Visit a file (with completion) in the current project's roots or external roots. 25602Visit a file (with completion) in the current project's roots or external roots.
26469The completion default is the filename at point, if one is 25603The completion default is the filename at point, if one is
26470recognized. 25604recognized." t nil)
26471
26472\(fn)" t nil)
26473 25605
26474(autoload 'project-search "project" "\ 25606(autoload 'project-search "project" "\
26475Search for REGEXP in all the files of the project. 25607Search for REGEXP in all the files of the project.
@@ -26627,9 +25759,7 @@ Any other value is treated as t.")
26627(custom-autoload 'ps-print-color-p "ps-print" t) 25759(custom-autoload 'ps-print-color-p "ps-print" t)
26628 25760
26629(autoload 'ps-print-customize "ps-print" "\ 25761(autoload 'ps-print-customize "ps-print" "\
26630Customization of ps-print group. 25762Customization of ps-print group." t nil)
26631
26632\(fn)" t nil)
26633 25763
26634(autoload 'ps-print-buffer "ps-print" "\ 25764(autoload 'ps-print-buffer "ps-print" "\
26635Generate and print a PostScript image of the buffer. 25765Generate and print a PostScript image of the buffer.
@@ -26671,9 +25801,7 @@ Generate and spool a PostScript image of the buffer.
26671Like `ps-print-buffer' except that the PostScript image is saved in a local 25801Like `ps-print-buffer' except that the PostScript image is saved in a local
26672buffer to be sent to the printer later. 25802buffer to be sent to the printer later.
26673 25803
26674Use the command `ps-despool' to send the spooled images to the printer. 25804Use the command `ps-despool' to send the spooled images to the printer." t nil)
26675
26676\(fn)" t nil)
26677 25805
26678(autoload 'ps-spool-buffer-with-faces "ps-print" "\ 25806(autoload 'ps-spool-buffer-with-faces "ps-print" "\
26679Generate and spool a PostScript image of the buffer. 25807Generate and spool a PostScript image of the buffer.
@@ -26681,9 +25809,7 @@ Like the command `ps-spool-buffer', but includes font, color, and underline
26681information in the generated image. This command works only if you are using 25809information in the generated image. This command works only if you are using
26682a window system, so it has a way to determine color values. 25810a window system, so it has a way to determine color values.
26683 25811
26684Use the command `ps-despool' to send the spooled images to the printer. 25812Use the command `ps-despool' to send the spooled images to the printer." t nil)
26685
26686\(fn)" t nil)
26687 25813
26688(autoload 'ps-spool-region "ps-print" "\ 25814(autoload 'ps-spool-region "ps-print" "\
26689Generate a PostScript image of the region and spool locally. 25815Generate a PostScript image of the region and spool locally.
@@ -26720,9 +25846,7 @@ image in a file with that name.
26720Display the correspondence between a line length and a font size. 25846Display the correspondence between a line length and a font size.
26721Done using the current ps-print setup. 25847Done using the current ps-print setup.
26722Try: pr -t file | awk \\='{printf \"%3d %s 25848Try: pr -t file | awk \\='{printf \"%3d %s
26723\", length($0), $0}\\=' | sort -r | head 25849\", length($0), $0}\\=' | sort -r | head" t nil)
26724
26725\(fn)" t nil)
26726 25850
26727(autoload 'ps-nb-pages-buffer "ps-print" "\ 25851(autoload 'ps-nb-pages-buffer "ps-print" "\
26728Display number of pages to print this buffer, for various font heights. 25852Display number of pages to print this buffer, for various font heights.
@@ -26737,9 +25861,7 @@ The table depends on the current ps-print setup.
26737\(fn NB-LINES)" t nil) 25861\(fn NB-LINES)" t nil)
26738 25862
26739(autoload 'ps-setup "ps-print" "\ 25863(autoload 'ps-setup "ps-print" "\
26740Return the current PostScript-generation setup. 25864Return the current PostScript-generation setup." nil nil)
26741
26742\(fn)" nil nil)
26743 25865
26744(autoload 'ps-extend-face-list "ps-print" "\ 25866(autoload 'ps-extend-face-list "ps-print" "\
26745Extend face in ALIST-SYM. 25867Extend face in ALIST-SYM.
@@ -26890,9 +26012,7 @@ them into characters should be done separately.
26890;;; Generated autoloads from international/quail.el 26012;;; Generated autoloads from international/quail.el
26891 26013
26892(autoload 'quail-title "quail" "\ 26014(autoload 'quail-title "quail" "\
26893Return the title of the current Quail package. 26015Return the title of the current Quail package." nil nil)
26894
26895\(fn)" nil nil)
26896 26016
26897(autoload 'quail-use-package "quail" "\ 26017(autoload 'quail-use-package "quail" "\
26898Start using Quail package PACKAGE-NAME. 26018Start using Quail package PACKAGE-NAME.
@@ -27276,9 +26396,7 @@ Browse the URL, with `completing-read' prompt, associated with LOOKUP.
27276\(fn LOOKUP)" t nil) 26396\(fn LOOKUP)" t nil)
27277 26397
27278(autoload 'quickurl-edit-urls "quickurl" "\ 26398(autoload 'quickurl-edit-urls "quickurl" "\
27279Pull `quickurl-url-file' into a buffer for hand editing. 26399Pull `quickurl-url-file' into a buffer for hand editing." t nil)
27280
27281\(fn)" t nil)
27282 26400
27283(autoload 'quickurl-list-mode "quickurl" "\ 26401(autoload 'quickurl-list-mode "quickurl" "\
27284A mode for browsing the quickurl URL list. 26402A mode for browsing the quickurl URL list.
@@ -27290,9 +26408,7 @@ The key bindings for `quickurl-list-mode' are:
27290\(fn)" t nil) 26408\(fn)" t nil)
27291 26409
27292(autoload 'quickurl-list "quickurl" "\ 26410(autoload 'quickurl-list "quickurl" "\
27293Display `quickurl-list' as a formatted list using `quickurl-list-mode'. 26411Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil)
27294
27295\(fn)" t nil)
27296 26412
27297(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "quickurl" '("quickurl-"))) 26413(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "quickurl" '("quickurl-")))
27298 26414
@@ -27362,9 +26478,7 @@ the regexp builder. It displays a buffer named \"*RE-Builder*\"
27362in another window, initially containing an empty regexp. 26478in another window, initially containing an empty regexp.
27363 26479
27364As you edit the regexp in the \"*RE-Builder*\" buffer, the 26480As you edit the regexp in the \"*RE-Builder*\" buffer, the
27365matching parts of the target buffer will be highlighted. 26481matching parts of the target buffer will be highlighted." t nil)
27366
27367\(fn)" t nil)
27368 26482
27369(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "re-builder" '("re-builder-unload-function" "reb-"))) 26483(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "re-builder" '("re-builder-unload-function" "reb-")))
27370 26484
@@ -27455,9 +26569,7 @@ Copy the region-rectangle and save it as the last killed one.
27455\(fn START END)" t nil) 26569\(fn START END)" t nil)
27456 26570
27457(autoload 'yank-rectangle "rect" "\ 26571(autoload 'yank-rectangle "rect" "\
27458Yank the last killed rectangle with upper left corner at point. 26572Yank the last killed rectangle with upper left corner at point." t nil)
27459
27460\(fn)" t nil)
27461 26573
27462(autoload 'insert-rectangle "rect" "\ 26574(autoload 'insert-rectangle "rect" "\
27463Insert text of RECTANGLE with upper left corner at point. 26575Insert text of RECTANGLE with upper left corner at point.
@@ -27599,9 +26711,7 @@ For true \"word wrap\" behavior, use `visual-line-mode' instead.
27599(autoload 'reftex-index-phrases-mode "reftex-index" nil t) 26711(autoload 'reftex-index-phrases-mode "reftex-index" nil t)
27600 26712
27601(autoload 'turn-on-reftex "reftex" "\ 26713(autoload 'turn-on-reftex "reftex" "\
27602Turn on RefTeX mode. 26714Turn on RefTeX mode." nil nil)
27603
27604\(fn)" nil nil)
27605 26715
27606(autoload 'reftex-mode "reftex" "\ 26716(autoload 'reftex-mode "reftex" "\
27607Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX. 26717Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX.
@@ -27643,9 +26753,7 @@ on the menu bar.
27643 26753
27644(autoload 'reftex-reset-scanning-information "reftex" "\ 26754(autoload 'reftex-reset-scanning-information "reftex" "\
27645Reset the symbols containing information from buffer scanning. 26755Reset the symbols containing information from buffer scanning.
27646This enforces rescanning the buffer on next use. 26756This enforces rescanning the buffer on next use." nil nil)
27647
27648\(fn)" nil nil)
27649 26757
27650(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "reftex" '("reftex-"))) 26758(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "reftex" '("reftex-")))
27651 26759
@@ -27745,6 +26853,9 @@ Each string should be unique in STRINGS and should not contain
27745any regexps, quoted or not. Optional PAREN specifies how the 26853any regexps, quoted or not. Optional PAREN specifies how the
27746returned regexp is surrounded by grouping constructs. 26854returned regexp is surrounded by grouping constructs.
27747 26855
26856If STRINGS is the empty list, the return value is a regexp that
26857never matches anything.
26858
27748The optional argument PAREN can be any of the following: 26859The optional argument PAREN can be any of the following:
27749 26860
27750a string 26861a string
@@ -27766,8 +26877,14 @@ nil
27766 necessary to ensure that a postfix operator appended to it will 26877 necessary to ensure that a postfix operator appended to it will
27767 apply to the whole expression. 26878 apply to the whole expression.
27768 26879
27769The resulting regexp is equivalent to but usually more efficient 26880The optional argument KEEP-ORDER, if nil or omitted, allows the
27770than that of a simplified version: 26881returned regexp to match the strings in any order. If non-nil,
26882the match is guaranteed to be performed in the order given, as if
26883the strings were made into a regexp by joining them with the
26884`\\|' operator.
26885
26886Up to reordering, the resulting regexp is equivalent to but
26887usually more efficient than that of a simplified version:
27771 26888
27772 (defun simplified-regexp-opt (strings &optional paren) 26889 (defun simplified-regexp-opt (strings &optional paren)
27773 (let ((parens 26890 (let ((parens
@@ -27776,11 +26893,11 @@ than that of a simplified version:
27776 ((eq paren \\='symbols) \\='(\"\\\\_<\\\\(\" . \"\\\\)\\\\_>\")) 26893 ((eq paren \\='symbols) \\='(\"\\\\_<\\\\(\" . \"\\\\)\\\\_>\"))
27777 ((null paren) \\='(\"\\\\(?:\" . \"\\\\)\")) 26894 ((null paren) \\='(\"\\\\(?:\" . \"\\\\)\"))
27778 (t \\='(\"\\\\(\" . \"\\\\)\"))))) 26895 (t \\='(\"\\\\(\" . \"\\\\)\")))))
27779 (concat (car paren) 26896 (concat (car parens)
27780 (mapconcat \\='regexp-quote strings \"\\\\|\") 26897 (mapconcat \\='regexp-quote strings \"\\\\|\")
27781 (cdr paren)))) 26898 (cdr parens))))
27782 26899
27783\(fn STRINGS &optional PAREN)" nil nil) 26900\(fn STRINGS &optional PAREN KEEP-ORDER)" nil nil)
27784 26901
27785(autoload 'regexp-opt-depth "regexp-opt" "\ 26902(autoload 'regexp-opt-depth "regexp-opt" "\
27786Return the depth of REGEXP. 26903Return the depth of REGEXP.
@@ -27828,14 +26945,10 @@ Call `remember' in another frame.
27828 26945
27829(autoload 'remember-clipboard "remember" "\ 26946(autoload 'remember-clipboard "remember" "\
27830Remember the contents of the current clipboard. 26947Remember the contents of the current clipboard.
27831Most useful for remembering things from other applications. 26948Most useful for remembering things from other applications." t nil)
27832
27833\(fn)" t nil)
27834 26949
27835(autoload 'remember-diary-extract-entries "remember" "\ 26950(autoload 'remember-diary-extract-entries "remember" "\
27836Extract diary entries from the region. 26951Extract diary entries from the region." nil nil)
27837
27838\(fn)" nil nil)
27839 26952
27840(autoload 'remember-notes "remember" "\ 26953(autoload 'remember-notes "remember" "\
27841Return the notes buffer, creating it if needed, and maybe switch to it. 26954Return the notes buffer, creating it if needed, and maybe switch to it.
@@ -28285,9 +27398,7 @@ Instead, these commands are available:
28285\\[rmail-summary-by-recipients] Summarize only messages with particular recipient(s). 27398\\[rmail-summary-by-recipients] Summarize only messages with particular recipient(s).
28286\\[rmail-summary-by-regexp] Summarize only messages with particular regexp(s). 27399\\[rmail-summary-by-regexp] Summarize only messages with particular regexp(s).
28287\\[rmail-summary-by-topic] Summarize only messages with subject line regexp(s). 27400\\[rmail-summary-by-topic] Summarize only messages with subject line regexp(s).
28288\\[rmail-toggle-header] Toggle display of complete header. 27401\\[rmail-toggle-header] Toggle display of complete header." t nil)
28289
28290\(fn)" t nil)
28291 27402
28292(autoload 'rmail-input "rmail" "\ 27403(autoload 'rmail-input "rmail" "\
28293Run Rmail on file FILENAME. 27404Run Rmail on file FILENAME.
@@ -28510,9 +27621,7 @@ Return a pattern.
28510(autoload 'rng-nxml-mode-init "rng-nxml" "\ 27621(autoload 'rng-nxml-mode-init "rng-nxml" "\
28511Initialize `nxml-mode' to take advantage of `rng-validate-mode'. 27622Initialize `nxml-mode' to take advantage of `rng-validate-mode'.
28512This is typically called from `nxml-mode-hook'. 27623This is typically called from `nxml-mode-hook'.
28513Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil. 27624Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil." t nil)
28514
28515\(fn)" t nil)
28516 27625
28517(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rng-nxml" '("rng-"))) 27626(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rng-nxml" '("rng-")))
28518 27627
@@ -28670,14 +27779,10 @@ To terminate the ROT13 display, delete that window. As long as that window
28670is not deleted, any buffer displayed in it will become instantly encoded 27779is not deleted, any buffer displayed in it will become instantly encoded
28671in ROT13. 27780in ROT13.
28672 27781
28673See also `toggle-rot13-mode'. 27782See also `toggle-rot13-mode'." t nil)
28674
28675\(fn)" t nil)
28676 27783
28677(autoload 'toggle-rot13-mode "rot13" "\ 27784(autoload 'toggle-rot13-mode "rot13" "\
28678Toggle the use of ROT13 encoding for the current window. 27785Toggle the use of ROT13 encoding for the current window." t nil)
28679
28680\(fn)" t nil)
28681 27786
28682(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rot13" '("rot13-"))) 27787(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rot13" '("rot13-")))
28683 27788
@@ -30184,9 +29289,7 @@ before you edit the message, so you can edit or delete the lines.")
30184 29289
30185(autoload 'sendmail-query-once "sendmail" "\ 29290(autoload 'sendmail-query-once "sendmail" "\
30186Query for `send-mail-function' and send mail with it. 29291Query for `send-mail-function' and send mail with it.
30187This also saves the value of `send-mail-function' via Customize. 29292This also saves the value of `send-mail-function' via Customize." nil nil)
30188
30189\(fn)" nil nil)
30190 29293
30191(define-mail-user-agent 'sendmail-user-agent 'sendmail-user-agent-compose 'mail-send-and-exit) 29294(define-mail-user-agent 'sendmail-user-agent 'sendmail-user-agent-compose 'mail-send-and-exit)
30192 29295
@@ -30428,9 +29531,7 @@ part):
30428\\{ses-mode-print-map} 29531\\{ses-mode-print-map}
30429These are active only in the minibuffer, when entering or editing a 29532These are active only in the minibuffer, when entering or editing a
30430formula: 29533formula:
30431\\{ses-mode-edit-map} 29534\\{ses-mode-edit-map}" t nil)
30432
30433\(fn)" t nil)
30434 29535
30435(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ses" '("1value" "noreturn" "ses"))) 29536(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ses" '("1value" "noreturn" "ses")))
30436 29537
@@ -30640,9 +29741,7 @@ sites in the cluster.
30640Declare a single file to be shared between sites. 29741Declare a single file to be shared between sites.
30641It may have different filenames on each site. When this file is edited, the 29742It may have different filenames on each site. When this file is edited, the
30642new version will be copied to each of the other locations. Sites can be 29743new version will be copied to each of the other locations. Sites can be
30643specific hostnames, or names of clusters (see `shadow-define-cluster'). 29744specific hostnames, or names of clusters (see `shadow-define-cluster')." t nil)
30644
30645\(fn)" t nil)
30646 29745
30647(autoload 'shadow-define-regexp-group "shadowfile" "\ 29746(autoload 'shadow-define-regexp-group "shadowfile" "\
30648Make each of a group of files be shared between hosts. 29747Make each of a group of files be shared between hosts.
@@ -30650,14 +29749,10 @@ Prompts for regular expression; files matching this are shared between a list
30650of sites, which are also prompted for. The filenames must be identical on all 29749of sites, which are also prompted for. The filenames must be identical on all
30651hosts (if they aren't, use `shadow-define-literal-group' instead of this 29750hosts (if they aren't, use `shadow-define-literal-group' instead of this
30652function). Each site can be either a hostname or the name of a cluster (see 29751function). Each site can be either a hostname or the name of a cluster (see
30653`shadow-define-cluster'). 29752`shadow-define-cluster')." t nil)
30654
30655\(fn)" t nil)
30656 29753
30657(autoload 'shadow-initialize "shadowfile" "\ 29754(autoload 'shadow-initialize "shadowfile" "\
30658Set up file shadowing. 29755Set up file shadowing." t nil)
30659
30660\(fn)" t nil)
30661 29756
30662(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "shadowfile" '("shadow"))) 29757(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "shadowfile" '("shadow")))
30663 29758
@@ -31004,9 +30099,7 @@ if ARG is `toggle'; disable the mode otherwise.
31004 30099
31005(autoload 'smerge-start-session "smerge-mode" "\ 30100(autoload 'smerge-start-session "smerge-mode" "\
31006Turn on `smerge-mode' and move point to first conflict marker. 30101Turn on `smerge-mode' and move point to first conflict marker.
31007If no conflict maker is found, turn off `smerge-mode'. 30102If no conflict maker is found, turn off `smerge-mode'." t nil)
31008
31009\(fn)" t nil)
31010 30103
31011(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "smerge-mode" '("smerge-"))) 30104(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "smerge-mode" '("smerge-")))
31012 30105
@@ -31048,15 +30141,10 @@ interactively. If there's no argument, do it at the current buffer.
31048;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (0 0 0 0)) 30141;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (0 0 0 0))
31049;;; Generated autoloads from mail/smtpmail.el 30142;;; Generated autoloads from mail/smtpmail.el
31050 30143
31051(autoload 'smtpmail-send-it "smtpmail" "\ 30144(autoload 'smtpmail-send-it "smtpmail" nil nil nil)
31052
31053
31054\(fn)" nil nil)
31055 30145
31056(autoload 'smtpmail-send-queued-mail "smtpmail" "\ 30146(autoload 'smtpmail-send-queued-mail "smtpmail" "\
31057Send mail that was queued as a result of setting `smtpmail-queue-mail'. 30147Send mail that was queued as a result of setting `smtpmail-queue-mail'." t nil)
31058
31059\(fn)" t nil)
31060 30148
31061(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "smtpmail" '("smtpmail-"))) 30149(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "smtpmail" '("smtpmail-")))
31062 30150
@@ -31079,9 +30167,7 @@ Snake mode keybindings:
31079\\[snake-move-left] Makes the snake move left 30167\\[snake-move-left] Makes the snake move left
31080\\[snake-move-right] Makes the snake move right 30168\\[snake-move-right] Makes the snake move right
31081\\[snake-move-up] Makes the snake move up 30169\\[snake-move-up] Makes the snake move up
31082\\[snake-move-down] Makes the snake move down 30170\\[snake-move-down] Makes the snake move down" t nil)
31083
31084\(fn)" t nil)
31085 30171
31086(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "snake" '("snake-"))) 30172(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "snake" '("snake-")))
31087 30173
@@ -31098,9 +30184,7 @@ Comments start with -- and end with newline or another --.
31098Delete converts tabs to spaces as it moves back. 30184Delete converts tabs to spaces as it moves back.
31099\\{snmp-mode-map} 30185\\{snmp-mode-map}
31100Turning on snmp-mode runs the hooks in `snmp-common-mode-hook', then 30186Turning on snmp-mode runs the hooks in `snmp-common-mode-hook', then
31101`snmp-mode-hook'. 30187`snmp-mode-hook'." t nil)
31102
31103\(fn)" t nil)
31104 30188
31105(autoload 'snmpv2-mode "snmp-mode" "\ 30189(autoload 'snmpv2-mode "snmp-mode" "\
31106Major mode for editing SNMPv2 MIBs. 30190Major mode for editing SNMPv2 MIBs.
@@ -31110,9 +30194,7 @@ Comments start with -- and end with newline or another --.
31110Delete converts tabs to spaces as it moves back. 30194Delete converts tabs to spaces as it moves back.
31111\\{snmp-mode-map} 30195\\{snmp-mode-map}
31112Turning on snmp-mode runs the hooks in `snmp-common-mode-hook', 30196Turning on snmp-mode runs the hooks in `snmp-common-mode-hook',
31113then `snmpv2-mode-hook'. 30197then `snmpv2-mode-hook'." t nil)
31114
31115\(fn)" t nil)
31116 30198
31117(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "snmp-mode" '("snmp"))) 30199(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "snmp-mode" '("snmp")))
31118 30200
@@ -31465,16 +30547,12 @@ Customize `spam-report-url-ping-function' to use this function.
31465Add spam-report support to the Agent. 30547Add spam-report support to the Agent.
31466Spam reports will be queued with \\[spam-report-url-to-file] when 30548Spam reports will be queued with \\[spam-report-url-to-file] when
31467the Agent is unplugged, and will be submitted in a batch when the 30549the Agent is unplugged, and will be submitted in a batch when the
31468Agent is plugged. 30550Agent is plugged." t nil)
31469
31470\(fn)" t nil)
31471 30551
31472(autoload 'spam-report-deagentize "spam-report" "\ 30552(autoload 'spam-report-deagentize "spam-report" "\
31473Remove spam-report support from the Agent. 30553Remove spam-report support from the Agent.
31474Spam reports will be queued with the method used when 30554Spam reports will be queued with the method used when
31475\\[spam-report-agentize] was run. 30555\\[spam-report-agentize] was run." t nil)
31476
31477\(fn)" t nil)
31478 30556
31479(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "spam-report" '("spam-report-"))) 30557(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "spam-report" '("spam-report-")))
31480 30558
@@ -31512,9 +30590,7 @@ supported at a time.
31512(autoload 'speedbar-get-focus "speedbar" "\ 30590(autoload 'speedbar-get-focus "speedbar" "\
31513Change frame focus to or from the speedbar frame. 30591Change frame focus to or from the speedbar frame.
31514If the selected frame is not speedbar, then speedbar frame is 30592If the selected frame is not speedbar, then speedbar frame is
31515selected. If the speedbar frame is active, then select the attached frame. 30593selected. If the speedbar frame is active, then select the attached frame." t nil)
31516
31517\(fn)" t nil)
31518 30594
31519(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "speedbar" '("speedbar-"))) 30595(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "speedbar" '("speedbar-")))
31520 30596
@@ -31524,14 +30600,10 @@ selected. If the speedbar frame is active, then select the attached frame.
31524;;; Generated autoloads from play/spook.el 30600;;; Generated autoloads from play/spook.el
31525 30601
31526(autoload 'spook "spook" "\ 30602(autoload 'spook "spook" "\
31527Adds that special touch of class to your outgoing mail. 30603Adds that special touch of class to your outgoing mail." t nil)
31528
31529\(fn)" t nil)
31530 30604
31531(autoload 'snarf-spooks "spook" "\ 30605(autoload 'snarf-spooks "spook" "\
31532Return a vector containing the lines from `spook-phrases-file'. 30606Return a vector containing the lines from `spook-phrases-file'." nil nil)
31533
31534\(fn)" nil nil)
31535 30607
31536(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "spook" '("spook-phrase"))) 30608(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "spook" '("spook-phrase")))
31537 30609
@@ -32280,14 +31352,10 @@ Displays the command which STROKE maps to, reading STROKE interactively.
32280\(fn STROKE)" t nil) 31352\(fn STROKE)" t nil)
32281 31353
32282(autoload 'strokes-help "strokes" "\ 31354(autoload 'strokes-help "strokes" "\
32283Get instruction on using the Strokes package. 31355Get instruction on using the Strokes package." t nil)
32284
32285\(fn)" t nil)
32286 31356
32287(autoload 'strokes-load-user-strokes "strokes" "\ 31357(autoload 'strokes-load-user-strokes "strokes" "\
32288Load user-defined strokes from file named by `strokes-file'. 31358Load user-defined strokes from file named by `strokes-file'." t nil)
32289
32290\(fn)" t nil)
32291 31359
32292(autoload 'strokes-list-strokes "strokes" "\ 31360(autoload 'strokes-list-strokes "strokes" "\
32293Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP. 31361Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP.
@@ -32338,9 +31406,7 @@ Optional FORCE non-nil will ignore the buffer's read-only status.
32338\(fn &optional BUFFER FORCE)" t nil) 31406\(fn &optional BUFFER FORCE)" t nil)
32339 31407
32340(autoload 'strokes-compose-complex-stroke "strokes" "\ 31408(autoload 'strokes-compose-complex-stroke "strokes" "\
32341Read a complex stroke and insert its glyph into the current buffer. 31409Read a complex stroke and insert its glyph into the current buffer." t nil)
32342
32343\(fn)" t nil)
32344 31410
32345(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "strokes" '("strokes-"))) 31411(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "strokes" '("strokes-")))
32346 31412
@@ -32360,9 +31426,7 @@ Studlify-case the current word, or COUNT words if given an argument.
32360\(fn COUNT)" t nil) 31426\(fn COUNT)" t nil)
32361 31427
32362(autoload 'studlify-buffer "studly" "\ 31428(autoload 'studlify-buffer "studly" "\
32363Studlify-case the current buffer. 31429Studlify-case the current buffer." t nil)
32364
32365\(fn)" t nil)
32366 31430
32367;;;*** 31431;;;***
32368 31432
@@ -32497,9 +31561,7 @@ original message but it does require a few things:
32497 31561
32498The region need not be active (and typically isn't when this 31562The region need not be active (and typically isn't when this
32499function is called). Also, the hook `sc-pre-hook' is run before, 31563function is called). Also, the hook `sc-pre-hook' is run before,
32500and `sc-post-hook' is run after the guts of this function. 31564and `sc-post-hook' is run after the guts of this function." nil nil)
32501
32502\(fn)" nil nil)
32503 31565
32504(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "supercite" '("sc-"))) 31566(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "supercite" '("sc-")))
32505 31567
@@ -32739,10 +31801,7 @@ all the table specific features.
32739 31801
32740\(fn &optional ARG)" t nil) 31802\(fn &optional ARG)" t nil)
32741 31803
32742(autoload 'table-unrecognize "table" "\ 31804(autoload 'table-unrecognize "table" nil t nil)
32743
32744
32745\(fn)" t nil)
32746 31805
32747(autoload 'table-recognize-region "table" "\ 31806(autoload 'table-recognize-region "table" "\
32748Recognize all tables within region. 31807Recognize all tables within region.
@@ -32766,10 +31825,7 @@ the table specific features.
32766 31825
32767\(fn &optional ARG)" t nil) 31826\(fn &optional ARG)" t nil)
32768 31827
32769(autoload 'table-unrecognize-table "table" "\ 31828(autoload 'table-unrecognize-table "table" nil t nil)
32770
32771
32772\(fn)" t nil)
32773 31829
32774(autoload 'table-recognize-cell "table" "\ 31830(autoload 'table-recognize-cell "table" "\
32775Recognize a table cell that contains current point. 31831Recognize a table cell that contains current point.
@@ -32781,10 +31837,7 @@ plain text and loses all the table specific features.
32781 31837
32782\(fn &optional FORCE NO-COPY ARG)" t nil) 31838\(fn &optional FORCE NO-COPY ARG)" t nil)
32783 31839
32784(autoload 'table-unrecognize-cell "table" "\ 31840(autoload 'table-unrecognize-cell "table" nil t nil)
32785
32786
32787\(fn)" t nil)
32788 31841
32789(autoload 'table-heighten-cell "table" "\ 31842(autoload 'table-heighten-cell "table" "\
32790Heighten the current cell by N lines by expanding the cell vertically. 31843Heighten the current cell by N lines by expanding the cell vertically.
@@ -32875,15 +31928,11 @@ DIRECTION is one of symbols; right, left, above or below.
32875 31928
32876(autoload 'table-split-cell-vertically "table" "\ 31929(autoload 'table-split-cell-vertically "table" "\
32877Split current cell vertically. 31930Split current cell vertically.
32878Creates a cell above and a cell below the current point location. 31931Creates a cell above and a cell below the current point location." t nil)
32879
32880\(fn)" t nil)
32881 31932
32882(autoload 'table-split-cell-horizontally "table" "\ 31933(autoload 'table-split-cell-horizontally "table" "\
32883Split current cell horizontally. 31934Split current cell horizontally.
32884Creates a cell on the left and a cell on the right of the current point location. 31935Creates a cell on the left and a cell on the right of the current point location." t nil)
32885
32886\(fn)" t nil)
32887 31936
32888(autoload 'table-split-cell "table" "\ 31937(autoload 'table-split-cell "table" "\
32889Split current cell in ORIENTATION. 31938Split current cell in ORIENTATION.
@@ -33150,9 +32199,7 @@ companion command to `table-capture' this way.
33150Convert a table into plain text by removing the frame from a table. 32199Convert a table into plain text by removing the frame from a table.
33151Remove the frame from a table and deactivate the table. This command 32200Remove the frame from a table and deactivate the table. This command
33152converts a table into plain text without frames. It is a companion to 32201converts a table into plain text without frames. It is a companion to
33153`table-capture' which does the opposite process. 32202`table-capture' which does the opposite process." t nil)
33154
33155\(fn)" t nil)
33156 32203
33157(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "table" '("*table--" "table-"))) 32204(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "table" '("*table--" "table-")))
33158 32205
@@ -33174,9 +32221,7 @@ Connect to display DISPLAY for the Emacs talk group.
33174\(fn DISPLAY)" t nil) 32221\(fn DISPLAY)" t nil)
33175 32222
33176(autoload 'talk "talk" "\ 32223(autoload 'talk "talk" "\
33177Connect to the Emacs talk group from the current X display or tty frame. 32224Connect to the Emacs talk group from the current X display or tty frame." t nil)
33178
33179\(fn)" t nil)
33180 32225
33181(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "talk" '("talk-"))) 32226(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "talk" '("talk-")))
33182 32227
@@ -33364,9 +32409,7 @@ If BYTE-COMPILE is non-nil, byte compile each function after instrumenting.
33364\(fn FILENAME &optional BYTE-COMPILE)" t nil) 32409\(fn FILENAME &optional BYTE-COMPILE)" t nil)
33365 32410
33366(autoload 'testcover-this-defun "testcover" "\ 32411(autoload 'testcover-this-defun "testcover" "\
33367Start coverage on function under point. 32412Start coverage on function under point." t nil)
33368
33369\(fn)" t nil)
33370 32413
33371(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "testcover" '("testcover-"))) 32414(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "testcover" '("testcover-")))
33372 32415
@@ -33393,7 +32436,7 @@ tetris-mode keybindings:
33393\\[tetris-rotate-next] Rotates the shape anticlockwise 32436\\[tetris-rotate-next] Rotates the shape anticlockwise
33394\\[tetris-move-bottom] Drops the shape to the bottom of the playing area 32437\\[tetris-move-bottom] Drops the shape to the bottom of the playing area
33395 32438
33396\(fn)" t nil) 32439" t nil)
33397 32440
33398(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tetris" '("tetris-"))) 32441(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tetris" '("tetris-")))
33399 32442
@@ -33548,9 +32591,7 @@ Tries to determine (by looking at the beginning of the file) whether
33548this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode', 32591this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode',
33549`latex-mode', or `slitex-mode', respectively. If it cannot be determined, 32592`latex-mode', or `slitex-mode', respectively. If it cannot be determined,
33550such as if there are no commands in the file, the value of `tex-default-mode' 32593such as if there are no commands in the file, the value of `tex-default-mode'
33551says which mode to use. 32594says which mode to use." t nil)
33552
33553\(fn)" t nil)
33554 32595
33555(defalias 'TeX-mode 'tex-mode) 32596(defalias 'TeX-mode 'tex-mode)
33556 32597
@@ -33688,10 +32729,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook
33688 32729
33689\(fn)" t nil) 32730\(fn)" t nil)
33690 32731
33691(autoload 'tex-start-shell "tex-mode" "\ 32732(autoload 'tex-start-shell "tex-mode" nil nil nil)
33692
33693
33694\(fn)" nil nil)
33695 32733
33696(autoload 'doctex-mode "tex-mode" "\ 32734(autoload 'doctex-mode "tex-mode" "\
33697Major mode to edit DocTeX files. 32735Major mode to edit DocTeX files.
@@ -33862,9 +32900,7 @@ Compose Thai characters in STRING and return the resulting string.
33862\(fn STRING)" nil nil) 32900\(fn STRING)" nil nil)
33863 32901
33864(autoload 'thai-compose-buffer "thai-util" "\ 32902(autoload 'thai-compose-buffer "thai-util" "\
33865Compose Thai characters in the current buffer. 32903Compose Thai characters in the current buffer." t nil)
33866
33867\(fn)" t nil)
33868 32904
33869(autoload 'thai-composition-function "thai-util" "\ 32905(autoload 'thai-composition-function "thai-util" "\
33870 32906
@@ -33926,19 +32962,13 @@ a symbol as a valid THING.
33926\(fn THING &optional NO-PROPERTIES)" nil nil) 32962\(fn THING &optional NO-PROPERTIES)" nil nil)
33927 32963
33928(autoload 'sexp-at-point "thingatpt" "\ 32964(autoload 'sexp-at-point "thingatpt" "\
33929Return the sexp at point, or nil if none is found. 32965Return the sexp at point, or nil if none is found." nil nil)
33930
33931\(fn)" nil nil)
33932 32966
33933(autoload 'symbol-at-point "thingatpt" "\ 32967(autoload 'symbol-at-point "thingatpt" "\
33934Return the symbol at point, or nil if none is found. 32968Return the symbol at point, or nil if none is found." nil nil)
33935
33936\(fn)" nil nil)
33937 32969
33938(autoload 'number-at-point "thingatpt" "\ 32970(autoload 'number-at-point "thingatpt" "\
33939Return the number at point, or nil if none is found. 32971Return the number at point, or nil if none is found." nil nil)
33940
33941\(fn)" nil nil)
33942 32972
33943(autoload 'list-at-point "thingatpt" "\ 32973(autoload 'list-at-point "thingatpt" "\
33944Return the Lisp list at point, or nil if none is found. 32974Return the Lisp list at point, or nil if none is found.
@@ -33962,9 +32992,7 @@ An EVENT has the format
33962\(fn EVENT)" t nil) 32992\(fn EVENT)" t nil)
33963 32993
33964(autoload 'list-threads "thread" "\ 32994(autoload 'list-threads "thread" "\
33965Display a list of threads. 32995Display a list of threads." t nil)
33966
33967\(fn)" t nil)
33968 (put 'list-threads 'disabled "Beware: manually canceling threads can ruin your Emacs session.") 32996 (put 'list-threads 'disabled "Beware: manually canceling threads can ruin your Emacs session.")
33969 32997
33970(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "thread" '("thread-list-"))) 32998(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "thread" '("thread-list-")))
@@ -33987,21 +33015,15 @@ and SAME-WINDOW to show thumbs in the same window.
33987\(fn DIR &optional REG SAME-WINDOW)" t nil) 33015\(fn DIR &optional REG SAME-WINDOW)" t nil)
33988 33016
33989(autoload 'thumbs-dired-show-marked "thumbs" "\ 33017(autoload 'thumbs-dired-show-marked "thumbs" "\
33990In dired, make a thumbs buffer with marked files. 33018In dired, make a thumbs buffer with marked files." t nil)
33991
33992\(fn)" t nil)
33993 33019
33994(autoload 'thumbs-dired-show "thumbs" "\ 33020(autoload 'thumbs-dired-show "thumbs" "\
33995In dired, make a thumbs buffer with all files in current directory. 33021In dired, make a thumbs buffer with all files in current directory." t nil)
33996
33997\(fn)" t nil)
33998 33022
33999(defalias 'thumbs 'thumbs-show-from-dir) 33023(defalias 'thumbs 'thumbs-show-from-dir)
34000 33024
34001(autoload 'thumbs-dired-setroot "thumbs" "\ 33025(autoload 'thumbs-dired-setroot "thumbs" "\
34002In dired, call the setroot program on the image at point. 33026In dired, call the setroot program on the image at point." t nil)
34003
34004\(fn)" t nil)
34005 33027
34006(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "thumbs" '("thumbs-"))) 33028(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "thumbs" '("thumbs-")))
34007 33029
@@ -34062,15 +33084,11 @@ are decomposed into normal Tibetan character sequences.
34062 33084
34063(autoload 'tibetan-decompose-buffer "tibet-util" "\ 33085(autoload 'tibetan-decompose-buffer "tibet-util" "\
34064Decomposes Tibetan characters in the buffer into their components. 33086Decomposes Tibetan characters in the buffer into their components.
34065See also the documentation of the function `tibetan-decompose-region'. 33087See also the documentation of the function `tibetan-decompose-region'." t nil)
34066
34067\(fn)" t nil)
34068 33088
34069(autoload 'tibetan-compose-buffer "tibet-util" "\ 33089(autoload 'tibetan-compose-buffer "tibet-util" "\
34070Composes Tibetan character components in the buffer. 33090Composes Tibetan character components in the buffer.
34071See also docstring of the function tibetan-compose-region. 33091See also docstring of the function tibetan-compose-region." t nil)
34072
34073\(fn)" t nil)
34074 33092
34075(autoload 'tibetan-post-read-conversion "tibet-util" "\ 33093(autoload 'tibetan-post-read-conversion "tibet-util" "\
34076 33094
@@ -34137,9 +33155,7 @@ Otherwise, if
34137 `tildify-space-string' variable, 33155 `tildify-space-string' variable,
34138remove the hard space and leave only the space character. 33156remove the hard space and leave only the space character.
34139 33157
34140This function is meant to be used as a `post-self-insert-hook'. 33158This function is meant to be used as a `post-self-insert-hook'." t nil)
34141
34142\(fn)" t nil)
34143 33159
34144(autoload 'tildify-mode "tildify" "\ 33160(autoload 'tildify-mode "tildify" "\
34145Adds electric behavior to space character. 33161Adds electric behavior to space character.
@@ -34178,9 +33194,7 @@ Enable display of time, load level, and mail flag in mode lines.
34178This display updates automatically every minute. 33194This display updates automatically every minute.
34179If `display-time-day-and-date' is non-nil, the current day and date 33195If `display-time-day-and-date' is non-nil, the current day and date
34180are displayed as well. 33196are displayed as well.
34181This runs the normal hook `display-time-hook' after each update. 33197This runs the normal hook `display-time-hook' after each update." t nil)
34182
34183\(fn)" t nil)
34184 33198
34185(defvar display-time-mode nil "\ 33199(defvar display-time-mode nil "\
34186Non-nil if Display-Time mode is enabled. 33200Non-nil if Display-Time mode is enabled.
@@ -34211,9 +33225,7 @@ runs the normal hook `display-time-hook' after each update.
34211(autoload 'display-time-world "time" "\ 33225(autoload 'display-time-world "time" "\
34212Enable updating display of times in various time zones. 33226Enable updating display of times in various time zones.
34213`display-time-world-list' specifies the zones. 33227`display-time-world-list' specifies the zones.
34214To turn off the world time display, go to that window and type `q'. 33228To turn off the world time display, go to that window and type `q'." t nil)
34215
34216\(fn)" t nil)
34217 33229
34218(autoload 'emacs-uptime "time" "\ 33230(autoload 'emacs-uptime "time" "\
34219Return a string giving the uptime of this instance of Emacs. 33231Return a string giving the uptime of this instance of Emacs.
@@ -34223,9 +33235,7 @@ For example, the Unix uptime command format is \"%D, %z%2h:%.2m\".
34223\(fn &optional FORMAT)" t nil) 33235\(fn &optional FORMAT)" t nil)
34224 33236
34225(autoload 'emacs-init-time "time" "\ 33237(autoload 'emacs-init-time "time" "\
34226Return a string giving the duration of the Emacs initialization. 33238Return a string giving the duration of the Emacs initialization." t nil)
34227
34228\(fn)" t nil)
34229 33239
34230(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "time" '("display-time-" "legacy-style-world-list" "time--display-world-list" "zoneinfo-style-world-list"))) 33240(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "time" '("display-time-" "legacy-style-world-list" "time--display-world-list" "zoneinfo-style-world-list")))
34231 33241
@@ -34355,9 +33365,7 @@ The format of the time stamp is set by the variable `time-stamp-pattern' or
34355`time-stamp-format'. The variables `time-stamp-pattern', 33365`time-stamp-format'. The variables `time-stamp-pattern',
34356`time-stamp-line-limit', `time-stamp-start', `time-stamp-end', 33366`time-stamp-line-limit', `time-stamp-start', `time-stamp-end',
34357`time-stamp-count', and `time-stamp-inserts-lines' control finding 33367`time-stamp-count', and `time-stamp-inserts-lines' control finding
34358the template. 33368the template." t nil)
34359
34360\(fn)" t nil)
34361 33369
34362(autoload 'time-stamp-toggle-active "time-stamp" "\ 33370(autoload 'time-stamp-toggle-active "time-stamp" "\
34363Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer. 33371Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer.
@@ -34443,15 +33451,11 @@ working on.
34443 33451
34444(autoload 'timeclock-query-out "timeclock" "\ 33452(autoload 'timeclock-query-out "timeclock" "\
34445Ask the user whether to clock out. 33453Ask the user whether to clock out.
34446This is a useful function for adding to `kill-emacs-query-functions'. 33454This is a useful function for adding to `kill-emacs-query-functions'." nil nil)
34447
34448\(fn)" nil nil)
34449 33455
34450(autoload 'timeclock-reread-log "timeclock" "\ 33456(autoload 'timeclock-reread-log "timeclock" "\
34451Re-read the timeclock, to account for external changes. 33457Re-read the timeclock, to account for external changes.
34452Returns the new value of `timeclock-discrepancy'. 33458Returns the new value of `timeclock-discrepancy'." t nil)
34453
34454\(fn)" t nil)
34455 33459
34456(autoload 'timeclock-workday-remaining-string "timeclock" "\ 33460(autoload 'timeclock-workday-remaining-string "timeclock" "\
34457Return a string representing the amount of time left today. 33461Return a string representing the amount of time left today.
@@ -34828,9 +33832,7 @@ Unload Tramp file name handlers from `file-name-handler-alist'." (dolist (fnh fi
34828If non-nil, external packages signal that they are in file name completion.") 33832If non-nil, external packages signal that they are in file name completion.")
34829 33833
34830(autoload 'tramp-unload-tramp "tramp" "\ 33834(autoload 'tramp-unload-tramp "tramp" "\
34831Discard Tramp from loading remote files. 33835Discard Tramp from loading remote files." t nil)
34832
34833\(fn)" t nil)
34834 33836
34835(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp" '("tramp-" "with-"))) 33837(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp" '("tramp-" "with-")))
34836 33838
@@ -35029,9 +34031,7 @@ Associate another buffer with this one in two-column minor mode.
35029Can also be used to associate a just previously visited file, by 34031Can also be used to associate a just previously visited file, by
35030accepting the proposed default buffer. 34032accepting the proposed default buffer.
35031 34033
35032\(See \\[describe-mode] .) 34034\(See \\[describe-mode] .)" t nil)
35033
35034\(fn)" t nil)
35035 34035
35036(autoload '2C-split "two-column" "\ 34036(autoload '2C-split "two-column" "\
35037Split a two-column text at point, into two buffers in two-column minor mode. 34037Split a two-column text at point, into two buffers in two-column minor mode.
@@ -35155,16 +34155,12 @@ During the break, a demo selected from the functions listed in
35155`type-break-demo-functions' is run. 34155`type-break-demo-functions' is run.
35156 34156
35157After the typing break is finished, the next break is scheduled 34157After the typing break is finished, the next break is scheduled
35158as per the function `type-break-schedule'. 34158as per the function `type-break-schedule'." t nil)
35159
35160\(fn)" t nil)
35161 34159
35162(autoload 'type-break-statistics "type-break" "\ 34160(autoload 'type-break-statistics "type-break" "\
35163Print statistics about typing breaks in a temporary buffer. 34161Print statistics about typing breaks in a temporary buffer.
35164This includes the last time a typing break was taken, when the next one is 34162This includes the last time a typing break was taken, when the next one is
35165scheduled, the keystroke thresholds and the current keystroke count, etc. 34163scheduled, the keystroke thresholds and the current keystroke count, etc." t nil)
35166
35167\(fn)" t nil)
35168 34164
35169(autoload 'type-break-guesstimate-keystroke-threshold "type-break" "\ 34165(autoload 'type-break-guesstimate-keystroke-threshold "type-break" "\
35170Guess values for the minimum/maximum keystroke threshold for typing breaks. 34166Guess values for the minimum/maximum keystroke threshold for typing breaks.
@@ -35314,9 +34310,7 @@ Convert old-style Rmail Babyl files to mbox format.
35314Specify the input Rmail Babyl file names as command line arguments. 34310Specify the input Rmail Babyl file names as command line arguments.
35315For each Rmail file, the corresponding output file name 34311For each Rmail file, the corresponding output file name
35316is made by adding `.mail' at the end. 34312is made by adding `.mail' at the end.
35317For example, invoke `emacs -batch -f batch-unrmail RMAIL'. 34313For example, invoke `emacs -batch -f batch-unrmail RMAIL'." nil nil)
35318
35319\(fn)" nil nil)
35320 34314
35321(autoload 'unrmail "unrmail" "\ 34315(autoload 'unrmail "unrmail" "\
35322Convert old-style Rmail Babyl file FILE to mbox format file TO-FILE. 34316Convert old-style Rmail Babyl file FILE to mbox format file TO-FILE.
@@ -35896,9 +34890,7 @@ parses to
35896;;; Generated autoloads from url/url-privacy.el 34890;;; Generated autoloads from url/url-privacy.el
35897 34891
35898(autoload 'url-setup-privacy-info "url-privacy" "\ 34892(autoload 'url-setup-privacy-info "url-privacy" "\
35899Setup variables that expose info about you and your system. 34893Setup variables that expose info about you and your system." t nil)
35900
35901\(fn)" t nil)
35902 34894
35903(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "url-privacy" '("url-device-type"))) 34895(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "url-privacy" '("url-device-type")))
35904 34896
@@ -36360,9 +35352,7 @@ saving the buffer.
36360 35352
36361(autoload 'vc-root-dir "vc" "\ 35353(autoload 'vc-root-dir "vc" "\
36362Return the root directory for the current VC tree. 35354Return the root directory for the current VC tree.
36363Return nil if the root directory cannot be identified. 35355Return nil if the root directory cannot be identified." nil nil)
36364
36365\(fn)" nil nil)
36366 35356
36367(autoload 'vc-revision-other-window "vc" "\ 35357(autoload 'vc-revision-other-window "vc" "\
36368Visit revision REV of the current file in another window. 35358Visit revision REV of the current file in another window.
@@ -36374,9 +35364,7 @@ If `F.~REV~' already exists, use it instead of checking it out again.
36374(autoload 'vc-insert-headers "vc" "\ 35364(autoload 'vc-insert-headers "vc" "\
36375Insert headers into a file for use with a version control system. 35365Insert headers into a file for use with a version control system.
36376Headers desired are inserted at point, and are pulled from 35366Headers desired are inserted at point, and are pulled from
36377the variable `vc-BACKEND-header'. 35367the variable `vc-BACKEND-header'." t nil)
36378
36379\(fn)" t nil)
36380 35368
36381(autoload 'vc-merge "vc" "\ 35369(autoload 'vc-merge "vc" "\
36382Perform a version control merge operation. 35370Perform a version control merge operation.
@@ -36390,9 +35378,7 @@ between two revisions into the current fileset. This asks for
36390two revisions to merge from in the minibuffer. If the first 35378two revisions to merge from in the minibuffer. If the first
36391revision is a branch number, then merge all changes from that 35379revision is a branch number, then merge all changes from that
36392branch. If the first revision is empty, merge the most recent 35380branch. If the first revision is empty, merge the most recent
36393changes from the current branch. 35381changes from the current branch." t nil)
36394
36395\(fn)" t nil)
36396 35382
36397(autoload 'vc-message-unresolved-conflicts "vc" "\ 35383(autoload 'vc-message-unresolved-conflicts "vc" "\
36398Display a message indicating unresolved conflicts in FILENAME. 35384Display a message indicating unresolved conflicts in FILENAME.
@@ -36402,9 +35388,7 @@ Display a message indicating unresolved conflicts in FILENAME.
36402(defalias 'vc-resolve-conflicts 'smerge-ediff) 35388(defalias 'vc-resolve-conflicts 'smerge-ediff)
36403 35389
36404(autoload 'vc-find-conflicted-file "vc" "\ 35390(autoload 'vc-find-conflicted-file "vc" "\
36405Visit the next conflicted file in the current project. 35391Visit the next conflicted file in the current project." t nil)
36406
36407\(fn)" t nil)
36408 35392
36409(autoload 'vc-create-tag "vc" "\ 35393(autoload 'vc-create-tag "vc" "\
36410Descending recursively from DIR, make a tag called NAME. 35394Descending recursively from DIR, make a tag called NAME.
@@ -36476,9 +35460,7 @@ mark.
36476(autoload 'vc-revert "vc" "\ 35460(autoload 'vc-revert "vc" "\
36477Revert working copies of the selected fileset to their repository contents. 35461Revert working copies of the selected fileset to their repository contents.
36478This asks for confirmation if the buffer contents are not identical 35462This asks for confirmation if the buffer contents are not identical
36479to the working revision (except for keyword expansion). 35463to the working revision (except for keyword expansion)." t nil)
36480
36481\(fn)" t nil)
36482 35464
36483(define-obsolete-function-alias 'vc-revert-buffer 'vc-revert "23.1") 35465(define-obsolete-function-alias 'vc-revert-buffer 'vc-revert "23.1")
36484 35466
@@ -37605,9 +36587,7 @@ positions (integers or markers) specifying the stretch of the region.
37605\(fn FROM TO)" t nil) 36587\(fn FROM TO)" t nil)
37606 36588
37607(autoload 'viet-decode-viqr-buffer "viet-util" "\ 36589(autoload 'viet-decode-viqr-buffer "viet-util" "\
37608Convert `VIQR' mnemonics of the current buffer to Vietnamese characters. 36590Convert `VIQR' mnemonics of the current buffer to Vietnamese characters." t nil)
37609
37610\(fn)" t nil)
37611 36591
37612(autoload 'viet-encode-viqr-region "viet-util" "\ 36592(autoload 'viet-encode-viqr-region "viet-util" "\
37613Convert Vietnamese characters of the current region to `VIQR' mnemonics. 36593Convert Vietnamese characters of the current region to `VIQR' mnemonics.
@@ -37617,9 +36597,7 @@ positions (integers or markers) specifying the stretch of the region.
37617\(fn FROM TO)" t nil) 36597\(fn FROM TO)" t nil)
37618 36598
37619(autoload 'viet-encode-viqr-buffer "viet-util" "\ 36599(autoload 'viet-encode-viqr-buffer "viet-util" "\
37620Convert Vietnamese characters of the current buffer to `VIQR' mnemonics. 36600Convert Vietnamese characters of the current buffer to `VIQR' mnemonics." t nil)
37621
37622\(fn)" t nil)
37623 36601
37624(autoload 'viqr-post-read-conversion "viet-util" "\ 36602(autoload 'viqr-post-read-conversion "viet-util" "\
37625 36603
@@ -37887,9 +36865,7 @@ This function runs the normal hook `view-mode-hook'.
37887\(fn &optional QUIT-RESTORE EXIT-ACTION)" nil nil) 36865\(fn &optional QUIT-RESTORE EXIT-ACTION)" nil nil)
37888 36866
37889(autoload 'View-exit-and-edit "view" "\ 36867(autoload 'View-exit-and-edit "view" "\
37890Exit View mode and make the current buffer editable. 36868Exit View mode and make the current buffer editable." t nil)
37891
37892\(fn)" t nil)
37893 36869
37894(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "view" '("View-" "view-"))) 36870(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "view" '("View-" "view-")))
37895 36871
@@ -37901,14 +36877,10 @@ Exit View mode and make the current buffer editable.
37901 36877
37902(autoload 'toggle-viper-mode "viper" "\ 36878(autoload 'toggle-viper-mode "viper" "\
37903Toggle Viper on/off. 36879Toggle Viper on/off.
37904If Viper is enabled, turn it off. Otherwise, turn it on. 36880If Viper is enabled, turn it off. Otherwise, turn it on." t nil)
37905
37906\(fn)" t nil)
37907 36881
37908(autoload 'viper-mode "viper" "\ 36882(autoload 'viper-mode "viper" "\
37909Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'. 36883Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'." t nil)
37910
37911\(fn)" t nil)
37912 36884
37913(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "viper" '("set-viper-state-in-major-mode" "this-major-mode-requires-vi-state" "viper-"))) 36885(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "viper" '("set-viper-state-in-major-mode" "this-major-mode-requires-vi-state" "viper-")))
37914 36886
@@ -38102,9 +37074,7 @@ buffer, the target of the links, and the permission bits of the
38102files. After typing \\[wdired-finish-edit], Emacs modifies the files and 37074files. After typing \\[wdired-finish-edit], Emacs modifies the files and
38103directories to reflect your edits. 37075directories to reflect your edits.
38104 37076
38105See `wdired-mode'. 37077See `wdired-mode'." t nil)
38106
38107\(fn)" t nil)
38108 37078
38109(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "wdired" '("wdired-"))) 37079(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "wdired" '("wdired-")))
38110 37080
@@ -38120,9 +37090,7 @@ See the documentation for the `webjump-sites' variable for how to customize the
38120hotlist. 37090hotlist.
38121 37091
38122Please submit bug reports and other feedback to the author, Neil W. Van Dyke 37092Please submit bug reports and other feedback to the author, Neil W. Van Dyke
38123<nwv@acm.org>. 37093<nwv@acm.org>." t nil)
38124
38125\(fn)" t nil)
38126 37094
38127(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "webjump" '("webjump-"))) 37095(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "webjump" '("webjump-")))
38128 37096
@@ -38443,9 +37411,7 @@ The problems cleaned up are:
38443 `space-after-tab::space', replace TABs by SPACEs. 37411 `space-after-tab::space', replace TABs by SPACEs.
38444 37412
38445See `whitespace-style', `indent-tabs-mode' and `tab-width' for 37413See `whitespace-style', `indent-tabs-mode' and `tab-width' for
38446documentation. 37414documentation." t nil)
38447
38448\(fn)" t nil)
38449 37415
38450(autoload 'whitespace-cleanup-region "whitespace" "\ 37416(autoload 'whitespace-cleanup-region "whitespace" "\
38451Cleanup some blank problems at region. 37417Cleanup some blank problems at region.
@@ -38607,9 +37573,7 @@ Recommended as a parent keymap for modes using widgets.
38607Note that such modes will need to require wid-edit.") 37573Note that such modes will need to require wid-edit.")
38608 37574
38609(autoload 'widget-setup "wid-edit" "\ 37575(autoload 'widget-setup "wid-edit" "\
38610Setup current buffer so editing string widgets works. 37576Setup current buffer so editing string widgets works." nil nil)
38611
38612\(fn)" nil nil)
38613 37577
38614(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "wid-edit" '("widget-"))) 37578(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "wid-edit" '("widget-")))
38615 37579
@@ -38746,24 +37710,16 @@ a single modifier. Default value of PREFIX is `C-x' and MODIFIERS is `shift'.
38746\(fn &optional PREFIX MODIFIERS)" t nil) 37710\(fn &optional PREFIX MODIFIERS)" t nil)
38747 37711
38748(autoload 'windmove-swap-states-left "windmove" "\ 37712(autoload 'windmove-swap-states-left "windmove" "\
38749Swap the states with the window on the left from the current one. 37713Swap the states with the window on the left from the current one." t nil)
38750
38751\(fn)" t nil)
38752 37714
38753(autoload 'windmove-swap-states-up "windmove" "\ 37715(autoload 'windmove-swap-states-up "windmove" "\
38754Swap the states with the window above from the current one. 37716Swap the states with the window above from the current one." t nil)
38755
38756\(fn)" t nil)
38757 37717
38758(autoload 'windmove-swap-states-down "windmove" "\ 37718(autoload 'windmove-swap-states-down "windmove" "\
38759Swap the states with the window below from the current one. 37719Swap the states with the window below from the current one." t nil)
38760
38761\(fn)" t nil)
38762 37720
38763(autoload 'windmove-swap-states-right "windmove" "\ 37721(autoload 'windmove-swap-states-right "windmove" "\
38764Swap the states with the window on the right from the current one. 37722Swap the states with the window on the right from the current one." t nil)
38765
38766\(fn)" t nil)
38767 37723
38768(autoload 'windmove-swap-states-default-keybindings "windmove" "\ 37724(autoload 'windmove-swap-states-default-keybindings "windmove" "\
38769Set up keybindings for directional window swap states. 37725Set up keybindings for directional window swap states.
@@ -38839,9 +37795,7 @@ should be a topic string and non-nil RE-CACHE forces re-caching.
38839\(fn &optional TOPIC RE-CACHE)" t nil) 37795\(fn &optional TOPIC RE-CACHE)" t nil)
38840 37796
38841(autoload 'woman-dired-find-file "woman" "\ 37797(autoload 'woman-dired-find-file "woman" "\
38842In dired, run the WoMan man-page browser on this file. 37798In dired, run the WoMan man-page browser on this file." t nil)
38843
38844\(fn)" t nil)
38845 37799
38846(autoload 'woman-find-file "woman" "\ 37800(autoload 'woman-find-file "woman" "\
38847Find, decode and browse a specific UN*X man-page source file FILE-NAME. 37801Find, decode and browse a specific UN*X man-page source file FILE-NAME.
@@ -38964,20 +37918,13 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
38964;;;### (autoloads nil "xref" "progmodes/xref.el" (0 0 0 0)) 37918;;;### (autoloads nil "xref" "progmodes/xref.el" (0 0 0 0))
38965;;; Generated autoloads from progmodes/xref.el 37919;;; Generated autoloads from progmodes/xref.el
38966 37920
38967(autoload 'xref-find-backend "xref" "\ 37921(autoload 'xref-find-backend "xref" nil nil nil)
38968
38969
38970\(fn)" nil nil)
38971 37922
38972(autoload 'xref-pop-marker-stack "xref" "\ 37923(autoload 'xref-pop-marker-stack "xref" "\
38973Pop back to where \\[xref-find-definitions] was last invoked. 37924Pop back to where \\[xref-find-definitions] was last invoked." t nil)
38974
38975\(fn)" t nil)
38976 37925
38977(autoload 'xref-marker-stack-empty-p "xref" "\ 37926(autoload 'xref-marker-stack-empty-p "xref" "\
38978Return t if the marker stack is empty; nil otherwise. 37927Return t if the marker stack is empty; nil otherwise." nil nil)
38979
38980\(fn)" nil nil)
38981 37928
38982(autoload 'xref-find-definitions "xref" "\ 37929(autoload 'xref-find-definitions "xref" "\
38983Find the definition of the identifier at point. 37930Find the definition of the identifier at point.
@@ -39111,9 +38058,7 @@ Yenc decode region between START and END using an internal decoder.
39111\(fn START END)" t nil) 38058\(fn START END)" t nil)
39112 38059
39113(autoload 'yenc-extract-filename "yenc" "\ 38060(autoload 'yenc-extract-filename "yenc" "\
39114Extract file name from an yenc header. 38061Extract file name from an yenc header." nil nil)
39115
39116\(fn)" nil nil)
39117 38062
39118(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "yenc" '("yenc-"))) 38063(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "yenc" '("yenc-")))
39119 38064
@@ -39130,9 +38075,7 @@ Extract file name from an yenc header.
39130;;; Generated autoloads from play/zone.el 38075;;; Generated autoloads from play/zone.el
39131 38076
39132(autoload 'zone "zone" "\ 38077(autoload 'zone "zone" "\
39133Zone out, completely. 38078Zone out, completely." t nil)
39134
39135\(fn)" t nil)
39136 38079
39137(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "zone" '("zone-"))) 38080(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "zone" '("zone-")))
39138 38081
@@ -39210,43 +38153,44 @@ Zone out, completely.
39210;;;;;; "international/uni-digit.el" "international/uni-lowercase.el" 38153;;;;;; "international/uni-digit.el" "international/uni-lowercase.el"
39211;;;;;; "international/uni-mirrored.el" "international/uni-name.el" 38154;;;;;; "international/uni-mirrored.el" "international/uni-name.el"
39212;;;;;; "international/uni-numeric.el" "international/uni-old-name.el" 38155;;;;;; "international/uni-numeric.el" "international/uni-old-name.el"
39213;;;;;; "international/uni-titlecase.el" "international/uni-uppercase.el" 38156;;;;;; "international/uni-special-lowercase.el" "international/uni-special-titlecase.el"
39214;;;;;; "isearch.el" "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el" 38157;;;;;; "international/uni-special-uppercase.el" "international/uni-titlecase.el"
39215;;;;;; "language/cham.el" "language/chinese.el" "language/cyrillic.el" 38158;;;;;; "international/uni-uppercase.el" "isearch.el" "jit-lock.el"
39216;;;;;; "language/czech.el" "language/english.el" "language/ethiopic.el" 38159;;;;;; "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el"
39217;;;;;; "language/european.el" "language/georgian.el" "language/greek.el" 38160;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el"
39218;;;;;; "language/hebrew.el" "language/indian.el" "language/japanese.el" 38161;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el"
39219;;;;;; "language/khmer.el" "language/korean.el" "language/lao.el" 38162;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el"
39220;;;;;; "language/misc-lang.el" "language/romanian.el" "language/sinhala.el" 38163;;;;;; "language/indian.el" "language/japanese.el" "language/khmer.el"
39221;;;;;; "language/slovak.el" "language/tai-viet.el" "language/thai.el" 38164;;;;;; "language/korean.el" "language/lao.el" "language/misc-lang.el"
39222;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" 38165;;;;;; "language/romanian.el" "language/sinhala.el" "language/slovak.el"
39223;;;;;; "ldefs-boot.el" "leim/ja-dic/ja-dic.el" "leim/leim-list.el" 38166;;;;;; "language/tai-viet.el" "language/thai.el" "language/tibetan.el"
39224;;;;;; "leim/quail/4Corner.el" "leim/quail/ARRAY30.el" "leim/quail/CCDOSPY.el" 38167;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "ldefs-boot.el"
39225;;;;;; "leim/quail/CTLau-b5.el" "leim/quail/CTLau.el" "leim/quail/ECDICT.el" 38168;;;;;; "leim/ja-dic/ja-dic.el" "leim/leim-list.el" "leim/quail/4Corner.el"
39226;;;;;; "leim/quail/ETZY.el" "leim/quail/PY-b5.el" "leim/quail/PY.el" 38169;;;;;; "leim/quail/ARRAY30.el" "leim/quail/CCDOSPY.el" "leim/quail/CTLau-b5.el"
39227;;;;;; "leim/quail/Punct-b5.el" "leim/quail/Punct.el" "leim/quail/QJ-b5.el" 38170;;;;;; "leim/quail/CTLau.el" "leim/quail/ECDICT.el" "leim/quail/ETZY.el"
39228;;;;;; "leim/quail/QJ.el" "leim/quail/SW.el" "leim/quail/TONEPY.el" 38171;;;;;; "leim/quail/PY-b5.el" "leim/quail/PY.el" "leim/quail/Punct-b5.el"
39229;;;;;; "leim/quail/ZIRANMA.el" "leim/quail/ZOZY.el" "leim/quail/arabic.el" 38172;;;;;; "leim/quail/Punct.el" "leim/quail/QJ-b5.el" "leim/quail/QJ.el"
39230;;;;;; "leim/quail/croatian.el" "leim/quail/cyril-jis.el" "leim/quail/cyrillic.el" 38173;;;;;; "leim/quail/SW.el" "leim/quail/TONEPY.el" "leim/quail/ZIRANMA.el"
39231;;;;;; "leim/quail/czech.el" "leim/quail/georgian.el" "leim/quail/greek.el" 38174;;;;;; "leim/quail/ZOZY.el" "leim/quail/arabic.el" "leim/quail/croatian.el"
39232;;;;;; "leim/quail/hanja-jis.el" "leim/quail/hanja.el" "leim/quail/hanja3.el" 38175;;;;;; "leim/quail/cyril-jis.el" "leim/quail/cyrillic.el" "leim/quail/czech.el"
39233;;;;;; "leim/quail/hebrew.el" "leim/quail/ipa-praat.el" "leim/quail/latin-alt.el" 38176;;;;;; "leim/quail/georgian.el" "leim/quail/greek.el" "leim/quail/hanja-jis.el"
39234;;;;;; "leim/quail/latin-ltx.el" "leim/quail/latin-post.el" "leim/quail/latin-pre.el" 38177;;;;;; "leim/quail/hanja.el" "leim/quail/hanja3.el" "leim/quail/hebrew.el"
39235;;;;;; "leim/quail/persian.el" "leim/quail/programmer-dvorak.el" 38178;;;;;; "leim/quail/ipa-praat.el" "leim/quail/latin-alt.el" "leim/quail/latin-ltx.el"
39236;;;;;; "leim/quail/py-punct.el" "leim/quail/pypunct-b5.el" "leim/quail/quick-b5.el" 38179;;;;;; "leim/quail/latin-post.el" "leim/quail/latin-pre.el" "leim/quail/persian.el"
39237;;;;;; "leim/quail/quick-cns.el" "leim/quail/rfc1345.el" "leim/quail/sgml-input.el" 38180;;;;;; "leim/quail/programmer-dvorak.el" "leim/quail/py-punct.el"
39238;;;;;; "leim/quail/slovak.el" "leim/quail/symbol-ksc.el" "leim/quail/tamil-dvorak.el" 38181;;;;;; "leim/quail/pypunct-b5.el" "leim/quail/quick-b5.el" "leim/quail/quick-cns.el"
39239;;;;;; "leim/quail/tsang-b5.el" "leim/quail/tsang-cns.el" "leim/quail/vntelex.el" 38182;;;;;; "leim/quail/rfc1345.el" "leim/quail/sgml-input.el" "leim/quail/slovak.el"
39240;;;;;; "leim/quail/vnvni.el" "leim/quail/welsh.el" "loadup.el" "mail/blessmail.el" 38183;;;;;; "leim/quail/symbol-ksc.el" "leim/quail/tamil-dvorak.el" "leim/quail/tsang-b5.el"
39241;;;;;; "mail/rmailedit.el" "mail/rmailkwd.el" "mail/rmailmm.el" 38184;;;;;; "leim/quail/tsang-cns.el" "leim/quail/vntelex.el" "leim/quail/vnvni.el"
39242;;;;;; "mail/rmailmsc.el" "mail/rmailsort.el" "mail/rmailsum.el" 38185;;;;;; "leim/quail/welsh.el" "loadup.el" "mail/blessmail.el" "mail/rmailedit.el"
39243;;;;;; "mail/undigest.el" "menu-bar.el" "mh-e/mh-gnus.el" "mh-e/mh-loaddefs.el" 38186;;;;;; "mail/rmailkwd.el" "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el"
39244;;;;;; "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el" "newcomment.el" 38187;;;;;; "mail/rmailsum.el" "mail/undigest.el" "menu-bar.el" "mh-e/mh-gnus.el"
39245;;;;;; "obarray.el" "org/ob-core.el" "org/ob-keys.el" "org/ob-lob.el" 38188;;;;;; "mh-e/mh-loaddefs.el" "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el"
39246;;;;;; "org/ob-matlab.el" "org/ob-tangle.el" "org/ob.el" "org/org-archive.el" 38189;;;;;; "newcomment.el" "obarray.el" "org/ob-core.el" "org/ob-keys.el"
39247;;;;;; "org/org-attach.el" "org/org-bbdb.el" "org/org-clock.el" 38190;;;;;; "org/ob-lob.el" "org/ob-matlab.el" "org/ob-tangle.el" "org/ob.el"
39248;;;;;; "org/org-datetree.el" "org/org-element.el" "org/org-feed.el" 38191;;;;;; "org/org-archive.el" "org/org-attach.el" "org/org-bbdb.el"
39249;;;;;; "org/org-footnote.el" "org/org-id.el" "org/org-indent.el" 38192;;;;;; "org/org-clock.el" "org/org-datetree.el" "org/org-element.el"
38193;;;;;; "org/org-feed.el" "org/org-footnote.el" "org/org-id.el" "org/org-indent.el"
39250;;;;;; "org/org-install.el" "org/org-irc.el" "org/org-mobile.el" 38194;;;;;; "org/org-install.el" "org/org-irc.el" "org/org-mobile.el"
39251;;;;;; "org/org-plot.el" "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" 38195;;;;;; "org/org-plot.el" "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el"
39252;;;;;; "org/ox-beamer.el" "org/ox-html.el" "org/ox-icalendar.el" 38196;;;;;; "org/ox-beamer.el" "org/ox-html.el" "org/ox-icalendar.el"