/[emacs]/emacs/lisp/loaddefs.el
ViewVC logotype

Diff of /emacs/lisp/loaddefs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.77.2.1 by miles, Wed Jul 31 07:32:14 2002 UTC revision 2.77.2.2 by miles, Fri Apr 4 06:20:08 2003 UTC
# Line 4  Line 4 
4    
5  ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best  ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
6  ;;;;;;  5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"  ;;;;;;  5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
7  ;;;;;;  "play/5x5.el" (15391 60707))  ;;;;;;  "play/5x5.el" (15935 48681))
8  ;;; Generated autoloads from play/5x5.el  ;;; Generated autoloads from play/5x5.el
9    
10  (autoload (quote 5x5) "5x5" "\  (autoload (quote 5x5) "5x5" "\
# Line 15  squares you must fill the grid. Line 15  squares you must fill the grid.
15    
16  5x5 keyboard bindings are:  5x5 keyboard bindings are:
17  \\<5x5-mode-map>  \\<5x5-mode-map>
18  Flip                      \\[5x5-flip-current]  Flip                      \\[5x5-flip-current]
19  Move up                   \\[5x5-up]            Move up                   \\[5x5-up]
20  Move down                 \\[5x5-down]          Move down                 \\[5x5-down]
21  Move left                 \\[5x5-left]          Move left                 \\[5x5-left]
22  Move right                \\[5x5-right]          Move right                \\[5x5-right]
23  Start new game            \\[5x5-new-game]  Start new game            \\[5x5-new-game]
24  New game with random grid \\[5x5-randomize]  New game with random grid \\[5x5-randomize]
25  Random cracker            \\[5x5-crack-randomly]  Random cracker            \\[5x5-crack-randomly]
26  Mutate current cracker    \\[5x5-crack-mutating-current]  Mutate current cracker    \\[5x5-crack-mutating-current]
27  Mutate best cracker       \\[5x5-crack-mutating-best]  Mutate best cracker       \\[5x5-crack-mutating-best]
28  Mutate xor cracker        \\[5x5-crack-xor-mutate]  Mutate xor cracker        \\[5x5-crack-xor-mutate]
29  Quit current game         \\[5x5-quit-game]" t nil)  Quit current game         \\[5x5-quit-game]
30    
31    \(fn &optional SIZE)" t nil)
32    
33  (autoload (quote 5x5-crack-randomly) "5x5" "\  (autoload (quote 5x5-crack-randomly) "5x5" "\
34  Attempt to crack 5x5 using random solutions." t nil)  Attempt to crack 5x5 using random solutions.
35    
36    \(fn)" t nil)
37    
38  (autoload (quote 5x5-crack-mutating-current) "5x5" "\  (autoload (quote 5x5-crack-mutating-current) "5x5" "\
39  Attempt to crack 5x5 by mutating the current solution." t nil)  Attempt to crack 5x5 by mutating the current solution.
40    
41    \(fn)" t nil)
42    
43  (autoload (quote 5x5-crack-mutating-best) "5x5" "\  (autoload (quote 5x5-crack-mutating-best) "5x5" "\
44  Attempt to crack 5x5 by mutating the best solution." t nil)  Attempt to crack 5x5 by mutating the best solution.
45    
46    \(fn)" t nil)
47    
48  (autoload (quote 5x5-crack-xor-mutate) "5x5" "\  (autoload (quote 5x5-crack-xor-mutate) "5x5" "\
49  Attempt to crack 5x5 by xor the current and best solution.  Attempt to crack 5x5 by xor the current and best solution.
50  Mutate the result." t nil)  Mutate the result.
51    
52    \(fn)" t nil)
53    
54  (autoload (quote 5x5-crack) "5x5" "\  (autoload (quote 5x5-crack) "5x5" "\
55  Attempt to find a solution for 5x5.  Attempt to find a solution for 5x5.
# Line 47  Attempt to find a solution for 5x5. Line 57  Attempt to find a solution for 5x5.
57  5x5-crack takes the argument BREEDER which should be a function that takes  5x5-crack takes the argument BREEDER which should be a function that takes
58  two parameters, the first will be a grid vector array that is the current  two parameters, the first will be a grid vector array that is the current
59  solution and the second will be the best solution so far. The function  solution and the second will be the best solution so far. The function
60  should return a grid vector array that is the new solution." t nil)  should return a grid vector array that is the new solution.
61    
62    \(fn BREEDER)" t nil)
63    
64  ;;;***  ;;;***
65    
66  ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"  ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
67  ;;;;;;  (15575 13840))  ;;;;;;  (15935 48913))
68  ;;; Generated autoloads from progmodes/ada-mode.el  ;;; Generated autoloads from progmodes/ada-mode.el
69    
70  (autoload (quote ada-add-extensions) "ada-mode" "\  (autoload (quote ada-add-extensions) "ada-mode" "\
# Line 60  Define SPEC and BODY as being valid exte Line 72  Define SPEC and BODY as being valid exte
72  Going from body to spec with `ff-find-other-file' used these  Going from body to spec with `ff-find-other-file' used these
73  extensions.  extensions.
74  SPEC and BODY are two regular expressions that must match against the file  SPEC and BODY are two regular expressions that must match against the file
75  name" nil nil)  name
76    
77    \(fn SPEC BODY)" nil nil)
78    
79  (autoload (quote ada-mode) "ada-mode" "\  (autoload (quote ada-mode) "ada-mode" "\
80  Ada mode is the major mode for editing Ada code.  Ada mode is the major mode for editing Ada code.
81  This version was built on $Date$.  This version was built on Date: 2002/05/21 11:58:02 .
82    
83  Bindings are as follows: (Note: 'LFD' is control-j.)  Bindings are as follows: (Note: 'LFD' is control-j.)
84  \\{ada-mode-map}  \\{ada-mode-map}
# Line 105  If you use find-file.el: Line 119  If you use find-file.el:
119  If you use ada-xref.el:  If you use ada-xref.el:
120   Goto declaration:          '\\[ada-point-and-xref]' on the identifier   Goto declaration:          '\\[ada-point-and-xref]' on the identifier
121                           or '\\[ada-goto-declaration]' with point on the identifier                           or '\\[ada-goto-declaration]' with point on the identifier
122   Complete identifier:       '\\[ada-complete-identifier]'." t nil)   Complete identifier:       '\\[ada-complete-identifier]'.
123    
124    \(fn)" t nil)
125    
126  ;;;***  ;;;***
127    
128  ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"  ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
129  ;;;;;;  (15539 41514))  ;;;;;;  (15935 48914))
130  ;;; Generated autoloads from progmodes/ada-stmt.el  ;;; Generated autoloads from progmodes/ada-stmt.el
131    
132  (autoload (quote ada-header) "ada-stmt" "\  (autoload (quote ada-header) "ada-stmt" "\
133  Insert a descriptive header at the top of the file." t nil)  Insert a descriptive header at the top of the file.
134    
135    \(fn)" t nil)
136    
137  ;;;***  ;;;***
138    
139  ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"  ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
140  ;;;;;;  (15575 13840))  ;;;;;;  (15935 48914))
141  ;;; Generated autoloads from progmodes/ada-xref.el  ;;; Generated autoloads from progmodes/ada-xref.el
142    
143  (autoload (quote ada-find-file) "ada-xref" "\  (autoload (quote ada-find-file) "ada-xref" "\
144  Open a file anywhere in the source path.  Open a file anywhere in the source path.
145  Completion is available." t nil)  Completion is available.
146    
147    \(fn FILENAME)" t nil)
148    
149  ;;;***  ;;;***
150    
151  ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun  ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun
152  ;;;;;;  change-log-mode add-change-log-entry-other-window add-change-log-entry  ;;;;;;  change-log-mode add-change-log-entry-other-window add-change-log-entry
153  ;;;;;;  find-change-log prompt-for-change-log-name add-log-mailing-address  ;;;;;;  find-change-log prompt-for-change-log-name add-log-mailing-address
154  ;;;;;;  add-log-full-name) "add-log" "add-log.el" (15584 24773))  ;;;;;;  add-log-full-name) "add-log" "add-log.el" (15913 50442))
155  ;;; Generated autoloads from add-log.el  ;;; Generated autoloads from add-log.el
156    
157  (defvar add-log-full-name nil "\  (defvar add-log-full-name nil "\
158  *Full name of user, for inclusion in ChangeLog daily headers.  *Full name of user, for inclusion in ChangeLog daily headers.
159  This defaults to the value returned by the function `user-full-name'.")  This defaults to the value returned by the function `user-full-name'.")
160    
161    (custom-autoload (quote add-log-full-name) "add-log")
162    
163  (defvar add-log-mailing-address nil "\  (defvar add-log-mailing-address nil "\
164  *Electronic mail addresses of user, for inclusion in ChangeLog headers.  *Electronic mail addresses of user, for inclusion in ChangeLog headers.
165  This defaults to the value of `user-mail-address'.  In addition to  This defaults to the value of `user-mail-address'.  In addition to
# Line 145  being a simple string, this value can al Line 167  being a simple string, this value can al
167  will be recognized as referring to the same user; when creating a new  will be recognized as referring to the same user; when creating a new
168  ChangeLog entry, one element will be chosen at random.")  ChangeLog entry, one element will be chosen at random.")
169    
170    (custom-autoload (quote add-log-mailing-address) "add-log")
171    
172  (autoload (quote prompt-for-change-log-name) "add-log" "\  (autoload (quote prompt-for-change-log-name) "add-log" "\
173  Prompt for a change log name." nil nil)  Prompt for a change log name.
174    
175    \(fn)" nil nil)
176    
177  (autoload (quote find-change-log) "add-log" "\  (autoload (quote find-change-log) "add-log" "\
178  Find a change log file for \\[add-change-log-entry] and return the name.  Find a change log file for \\[add-change-log-entry] and return the name.
# Line 162  directory and its successive parents for Line 188  directory and its successive parents for
188    
189  Once a file is found, `change-log-default-name' is set locally in the  Once a file is found, `change-log-default-name' is set locally in the
190  current buffer to the complete file name.  current buffer to the complete file name.
191  Optional arg BUFFER-FILE overrides `buffer-file-name'." nil nil)  Optional arg BUFFER-FILE overrides `buffer-file-name'.
192    
193    \(fn &optional FILE-NAME BUFFER-FILE)" nil nil)
194    
195  (autoload (quote add-change-log-entry) "add-log" "\  (autoload (quote add-change-log-entry) "add-log" "\
196  Find change log file, and add an entry for today and an item for this file.  Find change log file, and add an entry for today and an item for this file.
# Line 187  permission notice.  The first blank line Line 215  permission notice.  The first blank line
215  notices.  notices.
216    
217  Today's date is calculated according to `change-log-time-zone-rule' if  Today's date is calculated according to `change-log-time-zone-rule' if
218  non-nil, otherwise in local time." t nil)  non-nil, otherwise in local time.
219    
220    \(fn &optional WHOAMI FILE-NAME OTHER-WINDOW NEW-ENTRY)" t nil)
221    
222  (autoload (quote add-change-log-entry-other-window) "add-log" "\  (autoload (quote add-change-log-entry-other-window) "add-log" "\
223  Find change log file in other window and add entry and item.  Find change log file in other window and add entry and item.
224  This is just like `add-change-log-entry' except that it displays  This is just like `add-change-log-entry' except that it displays
225  the change log file in another window." t nil)  the change log file in another window.
226    
227    \(fn &optional WHOAMI FILE-NAME)" t nil)
228   (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window)   (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window)
229    
230  (autoload (quote change-log-mode) "add-log" "\  (autoload (quote change-log-mode) "add-log" "\
# Line 221  Other modes are handled by a heuristic t Line 253  Other modes are handled by a heuristic t
253  point for uppercase headings starting in the first column or  point for uppercase headings starting in the first column or
254  identifiers followed by `:' or `='.  See variables  identifiers followed by `:' or `='.  See variables
255  `add-log-current-defun-header-regexp' and  `add-log-current-defun-header-regexp' and
256  `add-log-current-defun-function'  `add-log-current-defun-function'.
257    
258    Has a preference of looking backwards.
259    
260  Has a preference of looking backwards." nil nil)  \(fn)" nil nil)
261    
262  (autoload (quote change-log-merge) "add-log" "\  (autoload (quote change-log-merge) "add-log" "\
263  Merge the contents of ChangeLog file OTHER-LOG with this buffer.  Merge the contents of ChangeLog file OTHER-LOG with this buffer.
264  Both must be found in Change Log mode (since the merging depends on  Both must be found in Change Log mode (since the merging depends on
265  the appropriate motion commands).  the appropriate motion commands).  OTHER-LOG can be either a file name
266    or a buffer.
267    
268  Entries are inserted in chronological order.  Both the current and  Entries are inserted in chronological order.  Both the current and
269  old-style time formats for entries are supported." t nil)  old-style time formats for entries are supported.
270    
271    \(fn OTHER-LOG)" t nil)
272    
273  (autoload (quote change-log-redate) "add-log" "\  (autoload (quote change-log-redate) "add-log" "\
274  Fix any old-style date entries in the current log file to default format." t nil)  Fix any old-style date entries in the current log file to default format.
275    
276    \(fn)" t nil)
277    
278  ;;;***  ;;;***
279    
280  ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action  ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
281  ;;;;;;  ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15575  ;;;;;;  ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15656
282  ;;;;;;  13784))  ;;;;;;  3013))
283  ;;; Generated autoloads from emacs-lisp/advice.el  ;;; Generated autoloads from emacs-lisp/advice.el
284    
285  (defvar ad-redefinition-action (quote warn) "\  (defvar ad-redefinition-action (quote warn) "\
# Line 254  old original, or keep it and raise an er Line 293  old original, or keep it and raise an er
293  it additionally prints a warning message.  All other values will be  it additionally prints a warning message.  All other values will be
294  interpreted as `error'.")  interpreted as `error'.")
295    
296    (custom-autoload (quote ad-redefinition-action) "advice")
297    
298  (defvar ad-default-compilation-action (quote maybe) "\  (defvar ad-default-compilation-action (quote maybe) "\
299  *Defines whether to compile advised definitions during activation.  *Defines whether to compile advised definitions during activation.
300  A value of `always' will result in unconditional compilation, `never' will  A value of `always' will result in unconditional compilation, `never' will
# Line 263  advised function is compiled or a built- Line 304  advised function is compiled or a built-
304  be interpreted as `maybe'.  This variable will only be considered if the  be interpreted as `maybe'.  This variable will only be considered if the
305  COMPILE argument of `ad-activate' was supplied as nil.")  COMPILE argument of `ad-activate' was supplied as nil.")
306    
307    (custom-autoload (quote ad-default-compilation-action) "advice")
308    
309  (autoload (quote ad-add-advice) "advice" "\  (autoload (quote ad-add-advice) "advice" "\
310  Add a piece of ADVICE to FUNCTION's list of advices in CLASS.  Add a piece of ADVICE to FUNCTION's list of advices in CLASS.
311  If FUNCTION already has one or more pieces of advice of the specified  If FUNCTION already has one or more pieces of advice of the specified
# Line 274  name, then the position argument will be Line 317  name, then the position argument will be
317  will be overwritten with the new one.  will be overwritten with the new one.
318      If the FUNCTION was not advised already, then its advice info will be      If the FUNCTION was not advised already, then its advice info will be
319  initialized.  Redefining a piece of advice whose name is part of the cache-id  initialized.  Redefining a piece of advice whose name is part of the cache-id
320  will clear the cache." nil nil)  will clear the cache.
321    
322    \(fn FUNCTION ADVICE CLASS POSITION)" nil nil)
323    
324  (autoload (quote defadvice) "advice" "\  (autoload (quote defadvice) "advice" "\
325  Define a piece of advice for FUNCTION (a symbol).  Define a piece of advice for FUNCTION (a symbol).
# Line 325  the advised function.  `freeze' implies Line 370  the advised function.  `freeze' implies
370  documentation of the advised function can be dumped onto the `DOC' file  documentation of the advised function can be dumped onto the `DOC' file
371  during preloading.  during preloading.
372    
373  See Info node `(elisp)Advising Functions' for comprehensive documentation." nil (quote macro))  See Info node `(elisp)Advising Functions' for comprehensive documentation.
374    
375    \(fn FUNCTION ARGS &rest BODY)" nil (quote macro))
376    
377  ;;;***  ;;;***
378    
379  ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule  ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
380  ;;;;;;  align-highlight-rule align-current align-entire align-regexp  ;;;;;;  align-highlight-rule align-current align-entire align-regexp
381  ;;;;;;  align) "align" "align.el" (15575 13400))  ;;;;;;  align) "align" "align.el" (15790 59645))
382  ;;; Generated autoloads from align.el  ;;; Generated autoloads from align.el
383    
384  (autoload (quote align) "align" "\  (autoload (quote align) "align" "\
# Line 349  If SEPARATE is non-nil, it overrides the Line 396  If SEPARATE is non-nil, it overrides the
396  RULES and EXCLUDE-RULES, if either is non-nil, will replace the  RULES and EXCLUDE-RULES, if either is non-nil, will replace the
397  default rule lists defined in `align-rules-list' and  default rule lists defined in `align-rules-list' and
398  `align-exclude-rules-list'.  See `align-rules-list' for more details  `align-exclude-rules-list'.  See `align-rules-list' for more details
399  on the format of these lists." t nil)  on the format of these lists.
400    
401    \(fn BEG END &optional SEPARATE RULES EXCLUDE-RULES)" t nil)
402    
403  (autoload (quote align-regexp) "align" "\  (autoload (quote align-regexp) "align" "\
404  Align the current region using an ad-hoc rule read from the minibuffer.  Align the current region using an ad-hoc rule read from the minibuffer.
# Line 373  align them so that the opening parenthes Line 422  align them so that the opening parenthes
422    
423  There is no predefined rule to handle this, but you could easily do it  There is no predefined rule to handle this, but you could easily do it
424  using a REGEXP like \"(\". All you would have to do is to mark the  using a REGEXP like \"(\". All you would have to do is to mark the
425  region, call `align-regexp' and type in that regular expression." t nil)  region, call `align-regexp' and type in that regular expression.
426    
427    \(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil)
428    
429  (autoload (quote align-entire) "align" "\  (autoload (quote align-entire) "align" "\
430  Align the selected region as if it were one alignment section.  Align the selected region as if it were one alignment section.
431  BEG and END mark the extent of the region.  If RULES or EXCLUDE-RULES  BEG and END mark the extent of the region.  If RULES or EXCLUDE-RULES
432  is set to a list of rules (see `align-rules-list'), it can be used to  is set to a list of rules (see `align-rules-list'), it can be used to
433  override the default alignment rules that would have been used to  override the default alignment rules that would have been used to
434  align that section." t nil)  align that section.
435    
436    \(fn BEG END &optional RULES EXCLUDE-RULES)" t nil)
437    
438  (autoload (quote align-current) "align" "\  (autoload (quote align-current) "align" "\
439  Call `align' on the current alignment section.  Call `align' on the current alignment section.
# Line 388  This function assumes you want to align Line 441  This function assumes you want to align
441  so saves you from having to specify the region.  If RULES or  so saves you from having to specify the region.  If RULES or
442  EXCLUDE-RULES is set to a list of rules (see `align-rules-list'), it  EXCLUDE-RULES is set to a list of rules (see `align-rules-list'), it
443  can be used to override the default alignment rules that would have  can be used to override the default alignment rules that would have
444  been used to align that section." t nil)  been used to align that section.
445    
446    \(fn &optional RULES EXCLUDE-RULES)" t nil)
447    
448  (autoload (quote align-highlight-rule) "align" "\  (autoload (quote align-highlight-rule) "align" "\
449  Highlight the whitespace which a given rule would have modified.  Highlight the whitespace which a given rule would have modified.
# Line 396  BEG and END mark the extent of the regio Line 451  BEG and END mark the extent of the regio
451  that should be highlighted.  If RULES or EXCLUDE-RULES is set to a  that should be highlighted.  If RULES or EXCLUDE-RULES is set to a
452  list of rules (see `align-rules-list'), it can be used to override the  list of rules (see `align-rules-list'), it can be used to override the
453  default alignment rules that would have been used to identify the text  default alignment rules that would have been used to identify the text
454  to be colored." t nil)  to be colored.
455    
456    \(fn BEG END TITLE &optional RULES EXCLUDE-RULES)" t nil)
457    
458  (autoload (quote align-unhighlight-rule) "align" "\  (autoload (quote align-unhighlight-rule) "align" "\
459  Remove any highlighting that was added by `align-highlight-rule'." t nil)  Remove any highlighting that was added by `align-highlight-rule'.
460    
461    \(fn)" t nil)
462    
463  (autoload (quote align-newline-and-indent) "align" "\  (autoload (quote align-newline-and-indent) "align" "\
464  A replacement function for `newline-and-indent', aligning as it goes." t nil)  A replacement function for `newline-and-indent', aligning as it goes.
465    
466    \(fn)" t nil)
467    
468    ;;;***
469    
470    ;;;### (autoloads (allout-init) "allout" "allout.el" (15935 40243))
471    ;;; Generated autoloads from allout.el
472    
473    (autoload (quote allout-init) "allout" "\
474    Prime `allout-mode' to enable/disable auto-activation, wrt `allout-layout'.
475    
476    MODE is one of the following symbols:
477    
478     - nil (or no argument) deactivate auto-activation/layout;
479     - `activate', enable auto-activation only;
480     - `ask', enable auto-activation, and enable auto-layout but with
481       confirmation for layout operation solicited from user each time;
482     - `report', just report and return the current auto-activation state;
483     - anything else (eg, t) for auto-activation and auto-layout, without
484       any confirmation check.
485    
486    Use this function to setup your emacs session for automatic activation
487    of allout outline mode, contingent to the buffer-specific setting of
488    the `allout-layout' variable.  (See `allout-layout' and
489    `allout-expose-topic' docstrings for more details on auto layout).
490    
491    `allout-init' works by setting up (or removing)
492    `allout-find-file-hook' in `find-file-hooks', and giving
493    `allout-auto-activation' a suitable setting.
494    
495    To prime your emacs session for full auto-outline operation, include
496    the following two lines in your emacs init file:
497    
498    \(require 'allout)
499    \(allout-init t)
500    
501    \(fn &optional MODE)" t nil)
502    
503  ;;;***  ;;;***
504    
505  ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"  ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
506  ;;;;;;  "net/ange-ftp.el" (15601 34285))  ;;;;;;  "net/ange-ftp.el" (15935 48476))
507  ;;; Generated autoloads from net/ange-ftp.el  ;;; Generated autoloads from net/ange-ftp.el
508    
509  (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))  (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
# Line 417  Reread remote directory DIR to update th Line 513  Reread remote directory DIR to update th
513  The implementation of remote ftp file names caches directory contents  The implementation of remote ftp file names caches directory contents
514  for speed.  Therefore, when new remote files are created, Emacs  for speed.  Therefore, when new remote files are created, Emacs
515  may not know they exist.  You can use this command to reread a specific  may not know they exist.  You can use this command to reread a specific
516  directory, so that Emacs will know its current contents." t nil)  directory, so that Emacs will know its current contents.
517    
518  (autoload (quote ange-ftp-hook-function) "ange-ftp" nil nil nil)  \(fn &optional DIR)" t nil)
519    
520  (or (assoc "^/[^/:]*[^/:.]:" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)) file-name-handler-alist)))  (autoload (quote ange-ftp-hook-function) "ange-ftp" "\
521    Not documented
522    
523  (or (assoc "^/[^/:]*\\'" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*\\'" . ange-ftp-completion-hook-function)) file-name-handler-alist)))  \(fn OPERATION &rest ARGS)" nil nil)
524    
525    (put (quote ange-ftp-hook-function) (quote file-remote-p) t)
526    
527  ;;;***  ;;;***
528    
529  ;;;### (autoloads (animate-birthday-present animate-sequence animate-string)  ;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
530  ;;;;;;  "animate" "play/animate.el" (15224 30512))  ;;;;;;  "animate" "play/animate.el" (15935 48681))
531  ;;; Generated autoloads from play/animate.el  ;;; Generated autoloads from play/animate.el
532    
533  (autoload (quote animate-string) "animate" "\  (autoload (quote animate-string) "animate" "\
# Line 437  The characters start at randomly chosen Line 536  The characters start at randomly chosen
536  and all slide in parallel to their final positions,  and all slide in parallel to their final positions,
537  passing through `animate-n-steps' positions before the final ones.  passing through `animate-n-steps' positions before the final ones.
538  If HPOS is nil (or omitted), center the string horizontally  If HPOS is nil (or omitted), center the string horizontally
539  in the current window." nil nil)  in the current window.
540    
541    \(fn STRING VPOS &optional HPOS)" nil nil)
542    
543  (autoload (quote animate-sequence) "animate" "\  (autoload (quote animate-sequence) "animate" "\
544  Display strings from LIST-OF-STRING with animation in a new buffer.  Display strings from LIST-OF-STRING with animation in a new buffer.
545  Strings will be separated from each other by SPACE lines." nil nil)  Strings will be separated from each other by SPACE lines.
546    
547    \(fn LIST-OF-STRINGS SPACE)" nil nil)
548    
549  (autoload (quote animate-birthday-present) "animate" "\  (autoload (quote animate-birthday-present) "animate" "\
550  Display Sarah's birthday present in a new buffer." t nil)  Display Sarah's birthday present in a new buffer.
551    
552    \(fn)" t nil)
553    
554  ;;;***  ;;;***
555    
556  ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)  ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
557  ;;;;;;  "ansi-color" "ansi-color.el" (15583 13478))  ;;;;;;  "ansi-color" "ansi-color.el" (15935 40150))
558  ;;; Generated autoloads from ansi-color.el  ;;; Generated autoloads from ansi-color.el
559    
560  (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\  (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\
561  Set `ansi-color-for-comint-mode' to t." t nil)  Set `ansi-color-for-comint-mode' to t.
562    
563    \(fn)" t nil)
564    
565  (autoload (quote ansi-color-process-output) "ansi-color" "\  (autoload (quote ansi-color-process-output) "ansi-color" "\
566  Maybe translate SGR control sequences of comint output into text-properties.  Maybe translate SGR control sequences of comint output into text-properties.
# Line 466  text-properties using `ansi-color-apply- Line 573  text-properties using `ansi-color-apply-
573  The comint output is assumed to lie between the marker  The comint output is assumed to lie between the marker
574  `comint-last-output-start' and the process-mark.  `comint-last-output-start' and the process-mark.
575    
576  This is a good function to put in `comint-output-filter-functions'." nil nil)  This is a good function to put in `comint-output-filter-functions'.
577    
578    \(fn STRING)" nil nil)
579    
580  ;;;***  ;;;***
581    
582  ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)  ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
583  ;;;;;;  "antlr-mode" "progmodes/antlr-mode.el" (15417 7450))  ;;;;;;  "antlr-mode" "progmodes/antlr-mode.el" (15935 48914))
584  ;;; Generated autoloads from progmodes/antlr-mode.el  ;;; Generated autoloads from progmodes/antlr-mode.el
585    
586  (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\  (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
# Line 489  the rules. Line 598  the rules.
598  If the file for a super-grammar cannot be determined, special file names  If the file for a super-grammar cannot be determined, special file names
599  are used according to variable `antlr-unknown-file-formats' and a  are used according to variable `antlr-unknown-file-formats' and a
600  commentary with value `antlr-help-unknown-file-text' is added.  The  commentary with value `antlr-help-unknown-file-text' is added.  The
601  *Help* buffer always starts with the text in `antlr-help-rules-intro'." t nil)  *Help* buffer always starts with the text in `antlr-help-rules-intro'.
602    
603    \(fn)" t nil)
604    
605  (autoload (quote antlr-mode) "antlr-mode" "\  (autoload (quote antlr-mode) "antlr-mode" "\
606  Major mode for editing ANTLR grammar files.  Major mode for editing ANTLR grammar files.
607  \\{antlr-mode-map}" t nil)  \\{antlr-mode-map}
608    
609    \(fn)" t nil)
610    
611  (autoload (quote antlr-set-tabs) "antlr-mode" "\  (autoload (quote antlr-set-tabs) "antlr-mode" "\
612  Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'.  Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'.
613  Used in `antlr-mode'.  Also a useful function in `java-mode-hook'." nil nil)  Used in `antlr-mode'.  Also a useful function in `java-mode-hook'.
614    
615    \(fn)" nil nil)
616    
617  ;;;***  ;;;***
618    
619  ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary  ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
620  ;;;;;;  appt-display-duration appt-msg-window appt-display-mode-line  ;;;;;;  appt-display-duration appt-msg-window appt-display-mode-line
621  ;;;;;;  appt-visible appt-audible appt-message-warning-time appt-issue-message)  ;;;;;;  appt-visible appt-audible appt-message-warning-time appt-issue-message)
622  ;;;;;;  "appt" "calendar/appt.el" (15391 60522))  ;;;;;;  "appt" "calendar/appt.el" (15935 46813))
623  ;;; Generated autoloads from calendar/appt.el  ;;; Generated autoloads from calendar/appt.el
624    
625  (defvar appt-issue-message t "\  (defvar appt-issue-message t "\
# Line 512  Used in `antlr-mode'.  Also a useful fun Line 627  Used in `antlr-mode'.  Also a useful fun
627  To be detected, the diary entry must have the time  To be detected, the diary entry must have the time
628  as the first thing on a line.")  as the first thing on a line.")
629    
630    (custom-autoload (quote appt-issue-message) "appt")
631    
632  (defvar appt-message-warning-time 12 "\  (defvar appt-message-warning-time 12 "\
633  *Time in minutes before an appointment that the warning begins.")  *Time in minutes before an appointment that the warning begins.")
634    
635    (custom-autoload (quote appt-message-warning-time) "appt")
636    
637  (defvar appt-audible t "\  (defvar appt-audible t "\
638  *Non-nil means beep to indicate appointment.")  *Non-nil means beep to indicate appointment.")
639    
640    (custom-autoload (quote appt-audible) "appt")
641    
642  (defvar appt-visible t "\  (defvar appt-visible t "\
643  *Non-nil means display appointment message in echo area.")  *Non-nil means display appointment message in echo area.")
644    
645    (custom-autoload (quote appt-visible) "appt")
646    
647  (defvar appt-display-mode-line t "\  (defvar appt-display-mode-line t "\
648  *Non-nil means display minutes to appointment and time on the mode line.")  *Non-nil means display minutes to appointment and time on the mode line.")
649    
650    (custom-autoload (quote appt-display-mode-line) "appt")
651    
652  (defvar appt-msg-window t "\  (defvar appt-msg-window t "\
653  *Non-nil means display appointment message in another window.")  *Non-nil means display appointment message in another window.")
654    
655    (custom-autoload (quote appt-msg-window) "appt")
656    
657  (defvar appt-display-duration 10 "\  (defvar appt-display-duration 10 "\
658  *The number of seconds an appointment message is displayed.")  *The number of seconds an appointment message is displayed.")
659    
660    (custom-autoload (quote appt-display-duration) "appt")
661    
662  (defvar appt-display-diary t "\  (defvar appt-display-diary t "\
663  *Non-nil means to display the next days diary on the screen.  *Non-nil means to display the next days diary on the screen.
664  This will occur at midnight when the appointment list is updated.")  This will occur at midnight when the appointment list is updated.")
665    
666    (custom-autoload (quote appt-display-diary) "appt")
667    
668  (autoload (quote appt-add) "appt" "\  (autoload (quote appt-add) "appt" "\
669  Add an appointment for the day at NEW-APPT-TIME and issue message NEW-APPT-MSG.  Add an appointment for the day at NEW-APPT-TIME and issue message NEW-APPT-MSG.
670  The time should be in either 24 hour format or am/pm format." t nil)  The time should be in either 24 hour format or am/pm format.
671    
672    \(fn NEW-APPT-TIME NEW-APPT-MSG)" t nil)
673    
674  (autoload (quote appt-delete) "appt" "\  (autoload (quote appt-delete) "appt" "\
675  Delete an appointment from the list of appointments." t nil)  Delete an appointment from the list of appointments.
676    
677    \(fn)" t nil)
678    
679  (autoload (quote appt-make-list) "appt" "\  (autoload (quote appt-make-list) "appt" "\
680  Create the appointments list from todays diary buffer.  Create the appointments list from todays diary buffer.
# Line 551  put in the appointments list. Line 686  put in the appointments list.
686       10:00am group meeting       10:00am group meeting
687  We assume that the variables DATE and NUMBER  We assume that the variables DATE and NUMBER
688  hold the arguments that `list-diary-entries' received.  hold the arguments that `list-diary-entries' received.
689  They specify the range of dates that the diary is being processed for." nil nil)  They specify the range of dates that the diary is being processed for.
690    
691    \(fn)" nil nil)
692    
693  ;;;***  ;;;***
694    
695  ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command  ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property
696  ;;;;;;  apropos-variable apropos-mode) "apropos" "apropos.el" (15597  ;;;;;;  apropos-command apropos-variable apropos-mode) "apropos"
697  ;;;;;;  36650))  ;;;;;;  "apropos.el" (15935 40265))
698  ;;; Generated autoloads from apropos.el  ;;; Generated autoloads from apropos.el
699    
700  (autoload (quote apropos-mode) "apropos" "\  (autoload (quote apropos-mode) "apropos" "\
# Line 568  Major mode for following hyperlinks in o Line 705  Major mode for following hyperlinks in o
705  (autoload (quote apropos-variable) "apropos" "\  (autoload (quote apropos-variable) "apropos" "\
706  Show user variables that match REGEXP.  Show user variables that match REGEXP.
707  With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also show  With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also show
708  normal variables." t nil)  normal variables.
709    
710    \(fn REGEXP &optional DO-ALL)" t nil)
711    
712  (fset (quote command-apropos) (quote apropos-command))  (defalias (quote command-apropos) (quote apropos-command))
713    
714  (autoload (quote apropos-command) "apropos" "\  (autoload (quote apropos-command) "apropos" "\
715  Show commands (interactively callable functions) that match APROPOS-REGEXP.  Show commands (interactively callable functions) that match APROPOS-REGEXP.
# Line 578  With optional prefix DO-ALL, or if `apro Line 717  With optional prefix DO-ALL, or if `apro
717  noninteractive functions.  noninteractive functions.
718    
719  If VAR-PREDICATE is non-nil, show only variables, and only those that  If VAR-PREDICATE is non-nil, show only variables, and only those that
720  satisfy the predicate VAR-PREDICATE." t nil)  satisfy the predicate VAR-PREDICATE.
721    
722    \(fn APROPOS-REGEXP &optional DO-ALL VAR-PREDICATE)" t nil)
723    
724    (autoload (quote apropos-documentation-property) "apropos" "\
725    Like (documentation-property SYMBOL PROPERTY RAW) but handle errors.
726    
727    \(fn SYMBOL PROPERTY RAW)" nil nil)
728    
729  (autoload (quote apropos) "apropos" "\  (autoload (quote apropos) "apropos" "\
730  Show all bound symbols whose names match APROPOS-REGEXP.  Show all bound symbols whose names match APROPOS-REGEXP.
731  With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also  With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also
732  show unbound symbols and key bindings, which is a little more  show unbound symbols and key bindings, which is a little more
733  time-consuming.  Returns list of symbols and documentation found." t nil)  time-consuming.  Returns list of symbols and documentation found.
734    
735    \(fn APROPOS-REGEXP &optional DO-ALL)" t nil)
736    
737  (autoload (quote apropos-value) "apropos" "\  (autoload (quote apropos-value) "apropos" "\
738  Show all symbols whose value's printed image matches APROPOS-REGEXP.  Show all symbols whose value's printed image matches APROPOS-REGEXP.
739  With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also looks  With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also looks
740  at the function and at the names and values of properties.  at the function and at the names and values of properties.
741  Returns list of symbols and values found." t nil)  Returns list of symbols and values found.
742    
743    \(fn APROPOS-REGEXP &optional DO-ALL)" t nil)
744    
745  (autoload (quote apropos-documentation) "apropos" "\  (autoload (quote apropos-documentation) "apropos" "\
746  Show symbols whose documentation contain matches for APROPOS-REGEXP.  Show symbols whose documentation contain matches for APROPOS-REGEXP.
747  With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also use  With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also use
748  documentation that is not stored in the documentation file and show key  documentation that is not stored in the documentation file and show key
749  bindings.  bindings.
750  Returns list of symbols and documentation found." t nil)  Returns list of symbols and documentation found.
751    
752    \(fn APROPOS-REGEXP &optional DO-ALL)" t nil)
753    
754  ;;;***  ;;;***
755    
756  ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15592  ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15935
757  ;;;;;;  18850))  ;;;;;;  40136))
758  ;;; Generated autoloads from arc-mode.el  ;;; Generated autoloads from arc-mode.el
759    
760  (autoload (quote archive-mode) "arc-mode" "\  (autoload (quote archive-mode) "arc-mode" "\
# Line 616  If you edit a sub-file of this archive ( Line 768  If you edit a sub-file of this archive (
768  save it, the contents of that buffer will be saved back into the  save it, the contents of that buffer will be saved back into the
769  archive.  archive.
770    
771  \\{archive-mode-map}" nil nil)  \\{archive-mode-map}
772    
773    \(fn &optional FORCE)" nil nil)
774    
775  ;;;***  ;;;***
776    
777  ;;;### (autoloads (array-mode) "array" "array.el" (15427 61500))  ;;;### (autoloads (array-mode) "array" "array.el" (15935 40288))
778  ;;; Generated autoloads from array.el  ;;; Generated autoloads from array.el
779    
780  (autoload (quote array-mode) "array" "\  (autoload (quote array-mode) "array" "\
# Line 685  take a numeric prefix argument): Line 839  take a numeric prefix argument):
839    
840          \\[array-display-local-variables]   Display the current values of local variables.          \\[array-display-local-variables]   Display the current values of local variables.
841    
842  Entering array mode calls the function `array-mode-hook'." t nil)  Entering array mode calls the function `array-mode-hook'.
843    
844    \(fn)" t nil)
845    
846  ;;;***  ;;;***
847    
848  ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15490  ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15792
849  ;;;;;;  49404))  ;;;;;;  10236))
850  ;;; Generated autoloads from textmodes/artist.el  ;;; Generated autoloads from textmodes/artist.el
851    
852  (autoload (quote artist-mode) "artist" "\  (autoload (quote artist-mode) "artist" "\
# Line 889  Hooks Line 1045  Hooks
1045    
1046  Keymap summary  Keymap summary
1047    
1048  \\{artist-mode-map}" t nil)  \\{artist-mode-map}
1049    
1050    \(fn &optional STATE)" t nil)
1051    
1052  ;;;***  ;;;***
1053    
1054  ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (14807  ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (15933
1055  ;;;;;;  56561))  ;;;;;;  22171))
1056  ;;; Generated autoloads from progmodes/asm-mode.el  ;;; Generated autoloads from progmodes/asm-mode.el
1057    
1058  (autoload (quote asm-mode) "asm-mode" "\  (autoload (quote asm-mode) "asm-mode" "\
# Line 916  Turning on Asm mode runs the hook `asm-m Line 1074  Turning on Asm mode runs the hook `asm-m
1074    
1075  Special commands:  Special commands:
1076  \\{asm-mode-map}  \\{asm-mode-map}
1077  " t nil)  
1078    \(fn)" t nil)
1079    
1080  ;;;***  ;;;***
1081    
1082  ;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el"  ;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el"
1083  ;;;;;;  (15186 14373))  ;;;;;;  (15935 48553))
1084  ;;; Generated autoloads from obsolete/auto-show.el  ;;; Generated autoloads from obsolete/auto-show.el
1085    
1086  (defvar auto-show-mode nil "\  (defvar auto-show-mode nil "\
1087  Obsolete.")  Obsolete.")
1088    
1089    (custom-autoload (quote auto-show-mode) "auto-show")
1090    
1091  (autoload (quote auto-show-mode) "auto-show" "\  (autoload (quote auto-show-mode) "auto-show" "\
1092  This command is obsolete." t nil)  This command is obsolete.
1093    
1094    \(fn ARG)" t nil)
1095    
1096  ;;;***  ;;;***
1097    
1098  ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"  ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1099  ;;;;;;  (14651 24723))  ;;;;;;  (15851 22937))
1100  ;;; Generated autoloads from autoarg.el  ;;; Generated autoloads from autoarg.el
1101    
1102  (defvar autoarg-mode nil "\  (defvar autoarg-mode nil "\
# Line 942  See the command `autoarg-mode' for a des Line 1105  See the command `autoarg-mode' for a des
1105  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
1106  use either \\[customize] or the function `autoarg-mode'.")  use either \\[customize] or the function `autoarg-mode'.")
1107    
1108  (custom-add-to-group (quote autoarg) (quote autoarg-mode) (quote custom-variable))  (custom-autoload (quote autoarg-mode) "autoarg")
   
 (custom-add-load (quote autoarg-mode) (quote autoarg))  
1109    
1110  (autoload (quote autoarg-mode) "autoarg" "\  (autoload (quote autoarg-mode) "autoarg" "\
1111  Toggle Autoarg minor mode globally.  Toggle Autoarg minor mode globally.
# Line 964  For example: Line 1125  For example:
1125  then invokes the normal binding of \\[autoarg-terminate].  then invokes the normal binding of \\[autoarg-terminate].
1126  `C-u \\[autoarg-terminate]' invokes the normal binding of \\[autoarg-terminate] four times.  `C-u \\[autoarg-terminate]' invokes the normal binding of \\[autoarg-terminate] four times.
1127    
1128  \\{autoarg-mode-map}" t nil)  \\{autoarg-mode-map}
1129    
1130    \(fn &optional ARG)" t nil)
1131    
1132  (defvar autoarg-kp-mode nil "\  (defvar autoarg-kp-mode nil "\
1133  Non-nil if Autoarg-Kp mode is enabled.  Non-nil if Autoarg-Kp mode is enabled.
# Line 972  See the command `autoarg-kp-mode' for a Line 1135  See the command `autoarg-kp-mode' for a
1135  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
1136  use either \\[customize] or the function `autoarg-kp-mode'.")  use either \\[customize] or the function `autoarg-kp-mode'.")
1137    
1138  (custom-add-to-group (quote autoarg-kp) (quote autoarg-kp-mode) (quote custom-variable))  (custom-autoload (quote autoarg-kp-mode) "autoarg")
   
 (custom-add-load (quote autoarg-kp-mode) (quote autoarg))  
1139    
1140  (autoload (quote autoarg-kp-mode) "autoarg" "\  (autoload (quote autoarg-kp-mode) "autoarg" "\
1141  Toggle Autoarg-KP minor mode globally.  Toggle Autoarg-KP minor mode globally.
# Line 983  With ARG, turn Autoarg mode on if ARG is Line 1144  With ARG, turn Autoarg mode on if ARG is
1144  This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'  This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
1145  &c to supply digit arguments.  &c to supply digit arguments.
1146    
1147  \\{autoarg-kp-mode-map}" t nil)  \\{autoarg-kp-mode-map}
1148    
1149    \(fn &optional ARG)" t nil)
1150    
1151  ;;;***  ;;;***
1152    
1153  ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"  ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1154  ;;;;;;  (15327 38909))  ;;;;;;  (15327 25266))
1155  ;;; Generated autoloads from progmodes/autoconf.el  ;;; Generated autoloads from progmodes/autoconf.el
1156    
1157  (autoload (quote autoconf-mode) "autoconf" "\  (autoload (quote autoconf-mode) "autoconf" "\
1158  Major mode for editing Autoconf configure.in files." t nil)  Major mode for editing Autoconf configure.in files.
1159    
1160    \(fn)" t nil)
1161    
1162  ;;;***  ;;;***
1163    
1164  ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)  ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1165  ;;;;;;  "autoinsert" "autoinsert.el" (15575 13400))  ;;;;;;  "autoinsert" "autoinsert.el" (15935 40121))
1166  ;;; Generated autoloads from autoinsert.el  ;;; Generated autoloads from autoinsert.el
1167    
1168  (autoload (quote auto-insert) "autoinsert" "\  (autoload (quote auto-insert) "autoinsert" "\
1169  Insert default contents into new files if variable `auto-insert' is non-nil.  Insert default contents into new files if variable `auto-insert' is non-nil.
1170  Matches the visited file name against the elements of `auto-insert-alist'." t nil)  Matches the visited file name against the elements of `auto-insert-alist'.
1171    
1172    \(fn)" t nil)
1173    
1174  (autoload (quote define-auto-insert) "autoinsert" "\  (autoload (quote define-auto-insert) "autoinsert" "\
1175  Associate CONDITION with (additional) ACTION in `auto-insert-alist'.  Associate CONDITION with (additional) ACTION in `auto-insert-alist'.
1176  Optional AFTER means to insert action after all existing actions for CONDITION,  Optional AFTER means to insert action after all existing actions for CONDITION,
1177  or if CONDITION had no actions, after all other CONDITIONs." nil nil)  or if CONDITION had no actions, after all other CONDITIONs.
1178    
1179    \(fn CONDITION ACTION &optional AFTER)" nil nil)
1180    
1181  (defvar auto-insert-mode nil "\  (defvar auto-insert-mode nil "\
1182  Non-nil if Auto-Insert mode is enabled.  Non-nil if Auto-Insert mode is enabled.
# Line 1015  See the command `auto-insert-mode' for a Line 1184  See the command `auto-insert-mode' for a
1184  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
1185  use either \\[customize] or the function `auto-insert-mode'.")  use either \\[customize] or the function `auto-insert-mode'.")
1186    
1187  (custom-add-to-group (quote auto-insert) (quote auto-insert-mode) (quote custom-variable))  (custom-autoload (quote auto-insert-mode) "autoinsert")
   
 (custom-add-load (quote auto-insert-mode) (quote autoinsert))  
1188    
1189  (autoload (quote auto-insert-mode) "autoinsert" "\  (autoload (quote auto-insert-mode) "autoinsert" "\
1190  Toggle Auto-insert mode.  Toggle Auto-insert mode.
# Line 1025  With prefix ARG, turn Auto-insert mode o Line 1192  With prefix ARG, turn Auto-insert mode o
1192  Returns the new status of Auto-insert mode (non-nil means on).  Returns the new status of Auto-insert mode (non-nil means on).
1193    
1194  When Auto-insert mode is enabled, when new files are created you can  When Auto-insert mode is enabled, when new files are created you can
1195  insert a template for the file depending on the mode of the buffer." t nil)  insert a template for the file depending on the mode of the buffer.
1196    
1197    \(fn &optional ARG)" t nil)
1198    
1199  ;;;***  ;;;***
1200    
1201  ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories  ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories
1202  ;;;;;;  update-file-autoloads) "autoload" "emacs-lisp/autoload.el"  ;;;;;;  update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1203  ;;;;;;  (15429 3261))  ;;;;;;  (15935 47054))
1204  ;;; Generated autoloads from emacs-lisp/autoload.el  ;;; Generated autoloads from emacs-lisp/autoload.el
1205    
1206  (autoload (quote update-file-autoloads) "autoload" "\  (autoload (quote update-file-autoloads) "autoload" "\
1207  Update the autoloads for FILE in `generated-autoload-file'  Update the autoloads for FILE in `generated-autoload-file'
1208  \(which FILE might bind in its local variables).  \(which FILE might bind in its local variables).
1209  Return FILE if there was no autoload cookie in it." t nil)  Return FILE if there was no autoload cookie in it.
1210    
1211    \(fn FILE)" t nil)
1212    
1213  (autoload (quote update-autoloads-from-directories) "autoload" "\  (autoload (quote update-autoloads-from-directories) "autoload" "\
1214  Update loaddefs.el with all the current autoloads from DIRS, and no old ones.  Update loaddefs.el with all the current autoloads from DIRS, and no old ones.
1215  This uses `update-file-autoloads' (which see) do its work." t nil)  This uses `update-file-autoloads' (which see) do its work.
1216    
1217    \(fn &rest DIRS)" t nil)
1218    
1219  (autoload (quote batch-update-autoloads) "autoload" "\  (autoload (quote batch-update-autoloads) "autoload" "\
1220  Update loaddefs.el autoloads in batch mode.  Update loaddefs.el autoloads in batch mode.
1221  Calls `update-autoloads-from-directories' on the command line arguments." nil nil)  Calls `update-autoloads-from-directories' on the command line arguments.
1222    
1223    \(fn)" nil nil)
1224    
1225  ;;;***  ;;;***
1226    
1227  ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode  ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode
1228  ;;;;;;  auto-revert-mode) "autorevert" "autorevert.el" (15538 21129))  ;;;;;;  auto-revert-mode) "autorevert" "autorevert.el" (15538 8758))
1229  ;;; Generated autoloads from autorevert.el  ;;; Generated autoloads from autorevert.el
1230    
1231  (defvar auto-revert-mode nil "\  (defvar auto-revert-mode nil "\
# Line 1062  Toggle reverting buffer when file on dis Line 1237  Toggle reverting buffer when file on dis
1237    
1238  With arg, turn Auto Revert mode on if and only if arg is positive.  With arg, turn Auto Revert mode on if and only if arg is positive.
1239  This is a minor mode that affects only the current buffer.  This is a minor mode that affects only the current buffer.
1240  Use `global-auto-revert-mode' to automatically revert all buffers." t nil)  Use `global-auto-revert-mode' to automatically revert all buffers.
1241    
1242    \(fn &optional ARG)" t nil)
1243    
1244  (autoload (quote turn-on-auto-revert-mode) "autorevert" "\  (autoload (quote turn-on-auto-revert-mode) "autorevert" "\
1245  Turn on Auto-Revert Mode.  Turn on Auto-Revert Mode.
1246    
1247  This function is designed to be added to hooks, for example:  This function is designed to be added to hooks, for example:
1248    (add-hook 'c-mode-hook 'turn-on-auto-revert-mode)" nil nil)    (add-hook 'c-mode-hook 'turn-on-auto-revert-mode)
1249    
1250    \(fn)" nil nil)
1251    
1252  (defvar global-auto-revert-mode nil "\  (defvar global-auto-revert-mode nil "\
1253  Non-nil if Global-Auto-Revert mode is enabled.  Non-nil if Global-Auto-Revert mode is enabled.
# Line 1076  See the command `global-auto-revert-mode Line 1255  See the command `global-auto-revert-mode
1255  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
1256  use either \\[customize] or the function `global-auto-revert-mode'.")  use either \\[customize] or the function `global-auto-revert-mode'.")
1257    
1258  (custom-add-to-group (quote auto-revert) (quote global-auto-revert-mode) (quote custom-variable))  (custom-autoload (quote global-auto-revert-mode) "autorevert")
   
 (custom-add-load (quote global-auto-revert-mode) (quote autorevert))  
1259    
1260  (autoload (quote global-auto-revert-mode) "autorevert" "\  (autoload (quote global-auto-revert-mode) "autorevert" "\
1261  Revert any buffer when file on disk change.  Revert any buffer when file on disk change.
1262    
1263  With arg, turn Auto Revert mode on globally if and only if arg is positive.  With arg, turn Auto Revert mode on globally if and only if arg is positive.
1264  This is a minor mode that affects all buffers.  This is a minor mode that affects all buffers.
1265  Use `auto-revert-mode' to revert a particular buffer." t nil)  Use `auto-revert-mode' to revert a particular buffer.
1266    
1267    \(fn &optional ARG)" t nil)
1268    
1269  ;;;***  ;;;***
1270    
1271  ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"  ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1272  ;;;;;;  "avoid.el" (15198 5729))  ;;;;;;  "avoid.el" (15197 22088))
1273  ;;; Generated autoloads from avoid.el  ;;; Generated autoloads from avoid.el
1274    
1275  (defvar mouse-avoidance-mode nil "\  (defvar mouse-avoidance-mode nil "\
# Line 1099  See function `mouse-avoidance-mode' for Line 1278  See function `mouse-avoidance-mode' for
1278  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
1279  use either \\[customize] or the function `mouse-avoidance-mode'.")  use either \\[customize] or the function `mouse-avoidance-mode'.")
1280    
1281  (custom-add-to-group (quote avoid) (quote mouse-avoidance-mode) (quote custom-variable))  (custom-autoload (quote mouse-avoidance-mode) "avoid")
   
 (custom-add-load (quote mouse-avoidance-mode) (quote avoid))  
1282    
1283  (autoload (quote mouse-avoidance-mode) "avoid" "\  (autoload (quote mouse-avoidance-mode) "avoid" "\
1284  Set cursor avoidance mode to MODE.  Set cursor avoidance mode to MODE.
# Line 1126  Whenever the mouse is moved, the frame i Line 1303  Whenever the mouse is moved, the frame i
1303    
1304  \(see `mouse-avoidance-threshold' for definition of \"too close\",  \(see `mouse-avoidance-threshold' for definition of \"too close\",
1305  and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' for  and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' for
1306  definition of \"random distance\".)" t nil)  definition of \"random distance\".)
1307    
1308    \(fn &optional MODE)" t nil)
1309    
1310  ;;;***  ;;;***
1311    
1312  ;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (15306  ;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (15303
1313  ;;;;;;  12056))  ;;;;;;  10362))
1314  ;;; Generated autoloads from progmodes/awk-mode.el  ;;; Generated autoloads from progmodes/awk-mode.el
1315    
1316  (autoload (quote awk-mode) "awk-mode" "\  (autoload (quote awk-mode) "awk-mode" "\
# Line 1145  Turning on AWK mode runs `awk-mode-hook' Line 1324  Turning on AWK mode runs `awk-mode-hook'
1324  ;;;***  ;;;***
1325    
1326  ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"  ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1327  ;;;;;;  (15252 8313))  ;;;;;;  (15935 47054))
1328  ;;; Generated autoloads from emacs-lisp/backquote.el  ;;; Generated autoloads from emacs-lisp/backquote.el
1329    
1330  (autoload (quote backquote) "backquote" "\  (autoload (quote backquote) "backquote" "\
# Line 1161  b              => (ba bb bc)           ; assume b Line 1340  b              => (ba bb bc)           ; assume b
1340  `(a ,b c)      => (a (ba bb bc) c)      ; insert the value of b  `(a ,b c)      => (a (ba bb bc) c)      ; insert the value of b
1341  `(a ,@b c)     => (a ba bb bc c)        ; splice in the value of b  `(a ,@b c)     => (a ba bb bc c)        ; splice in the value of b
1342    
1343  Vectors work just like lists.  Nested backquotes are permitted." nil (quote macro))  Vectors work just like lists.  Nested backquotes are permitted.
1344    
1345    \(fn ARG)" nil (quote macro))
1346    
1347  (defalias (quote \`) (symbol-function (quote backquote)))  (defalias (quote \`) (symbol-function (quote backquote)))
1348    
1349  ;;;***  ;;;***
1350    
1351  ;;;### (autoloads (display-battery battery) "battery" "battery.el"  ;;;### (autoloads (display-battery battery) "battery" "battery.el"
1352  ;;;;;;  (15391 60505))  ;;;;;;  (15380 36042))
1353  ;;; Generated autoloads from battery.el  ;;; Generated autoloads from battery.el
1354    
1355  (autoload (quote battery) "battery" "\  (autoload (quote battery) "battery" "\
1356  Display battery status information in the echo area.  Display battery status information in the echo area.
1357  The text being displayed in the echo area is controlled by the variables  The text being displayed in the echo area is controlled by the variables
1358  `battery-echo-area-format' and `battery-status-function'." t nil)  `battery-echo-area-format' and `battery-status-function'.
1359    
1360    \(fn)" t nil)
1361    
1362  (autoload (quote display-battery) "battery" "\  (autoload (quote display-battery) "battery" "\
1363  Display battery status information in the mode line.  Display battery status information in the mode line.
1364  The text being displayed in the mode line is controlled by the variables  The text being displayed in the mode line is controlled by the variables
1365  `battery-mode-line-format' and `battery-status-function'.  `battery-mode-line-format' and `battery-status-function'.
1366  The mode line will be updated automatically every `battery-update-interval'  The mode line will be updated automatically every `battery-update-interval'
1367  seconds." t nil)  seconds.
1368    
1369    \(fn)" t nil)
1370    
1371  ;;;***  ;;;***
1372    
1373  ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15509  ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1374  ;;;;;;  13824))  ;;;;;;  "benchmark" "emacs-lisp/benchmark.el" (15934 33472))
1375    ;;; Generated autoloads from emacs-lisp/benchmark.el
1376    
1377    (autoload (quote benchmark-run) "benchmark" "\
1378    Time execution of FORMS.
1379    If REPETITIONS is supplied as a number, run forms that many times,
1380    accounting for the overhead of the resulting loop.  Otherwise run
1381    FORMS once.
1382    Return a list of the total elapsed time for execution, the number of
1383    garbage collections that ran, and the time taken by garbage collection.
1384    See also `benchmark-run-compiled'.
1385    
1386    \(fn &optional REPETITIONS &rest FORMS)" nil (quote macro))
1387    
1388    (autoload (quote benchmark-run-compiled) "benchmark" "\
1389    Time execution of compiled version of FORMS.
1390    This is like `benchmark-run', but what is timed is a funcall of the
1391    byte code obtained by wrapping FORMS in a `lambda' and compiling the
1392    result.  The overhead of the `lambda's is accounted for.
1393    
1394    \(fn &optional REPETITIONS &rest FORMS)" nil (quote macro))
1395    
1396    (autoload (quote benchmark) "benchmark" "\
1397    Print the time taken for REPETITIONS executions of FORM.
1398    Interactively, REPETITIONS is taken from the prefix arg.  For
1399    non-interactive use see also `benchmark-run' and
1400    `benchmark-run-compiled'.
1401    
1402    \(fn REPETITIONS FORM)" t nil)
1403    
1404    ;;;***
1405    
1406    ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15935
1407    ;;;;;;  49284))
1408  ;;; Generated autoloads from textmodes/bibtex.el  ;;; Generated autoloads from textmodes/bibtex.el
1409    
1410  (autoload (quote bibtex-mode) "bibtex" "\  (autoload (quote bibtex-mode) "bibtex" "\
# Line 1195  Major mode for editing BibTeX files. Line 1413  Major mode for editing BibTeX files.
1413  To submit a problem report, enter \\[bibtex-submit-bug-report] from a  To submit a problem report, enter \\[bibtex-submit-bug-report] from a
1414  BibTeX mode buffer.  This automatically sets up a mail buffer with  BibTeX mode buffer.  This automatically sets up a mail buffer with
1415  version information already added.  You just need to add a description  version information already added.  You just need to add a description
1416  of the problem, including a reproducable test case and send the  of the problem, including a reproducible test case and send the
1417  message.  message.
1418    
1419    
# Line 1286  The following may be of interest as well Line 1504  The following may be of interest as well
1504  Entry to BibTeX mode calls the value of `bibtex-mode-hook' if that value is  Entry to BibTeX mode calls the value of `bibtex-mode-hook' if that value is
1505  non-nil.  non-nil.
1506    
1507  \\{bibtex-mode-map}" t nil)  \\{bibtex-mode-map}
1508    
1509    \(fn)" t nil)
1510    
1511  ;;;***  ;;;***
1512    
1513  ;;;### (autoloads nil "binhex" "gnus/binhex.el" (15464 26329))  ;;;### (autoloads nil "binhex" "gnus/binhex.el" (15834 24337))
1514  ;;; Generated autoloads from gnus/binhex.el  ;;; Generated autoloads from gnus/binhex.el
1515    
1516  (defconst binhex-begin-line "^:...............................................................$")  (defconst binhex-begin-line "^:...............................................................$")
1517    
1518  ;;;***  ;;;***
1519    
1520  ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (15394  ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (15935
1521  ;;;;;;  38676))  ;;;;;;  48681))
1522  ;;; Generated autoloads from play/blackbox.el  ;;; Generated autoloads from play/blackbox.el
1523    
1524  (autoload (quote blackbox) "blackbox" "\  (autoload (quote blackbox) "blackbox" "\
# Line 1367  ray. Line 1587  ray.
1587  Note carefully the relative positions of the ball and the ninety  Note carefully the relative positions of the ball and the ninety
1588  degree deflection it causes.  degree deflection it causes.
1589    
1590      1                                                  1
1591    - * - - - - - -         - - - - - - - -         - - - - - - - -          - * - - - - - -         - - - - - - - -         - - - - - - - -
1592    - * - - - - - -         - - - - - - - -         - - - - - - - -          - * - - - - - -         - - - - - - - -         - - - - - - - -
1593  1 * * - - - - - -         - - - - - - - -         - O - - - - O -        1 * * - - - - - -         - - - - - - - -         - O - - - - O -
1594    - - O - - - - -         - - O - - - - -         - - * * * * - -    - - O - - - - -         - - O - - - - -         - - * * * * - -
1595    - - - - - - - -         - - - * * * * * 2     3 * * * - - * - -    - - - - - - - -         - - - * * * * * 2     3 * * * - - * - -
1596    - - - - - - - -         - - - * - - - -         - - - O - * - -          - - - - - - - -         - - - * - - - -         - - - O - * - -
1597    - - - - - - - -         - - - * - - - -         - - - - * * - -          - - - - - - - -         - - - * - - - -         - - - - * * - -
1598    - - - - - - - -         - - - * - - - -         - - - - * - O -          - - - - - - - -         - - - * - - - -         - - - - * - O -
1599                                  2                         3                                  2                         3
1600    
1601  As mentioned above, a reflection occurs when a ray emerges from the same point  As mentioned above, a reflection occurs when a ray emerges from the same point
1602  it was sent in.  This can happen in several ways:  it was sent in.  This can happen in several ways:
1603    
1604                                                                              
1605    - - - - - - - -         - - - - - - - -          - - - - - - - -    - - - - - - - -         - - - - - - - -          - - - - - - - -
1606    - - - - O - - -         - - O - O - - -          - - - - - - - -    - - - - O - - -         - - O - O - - -          - - - - - - - -
1607  R * * * * - - - -         - - - * - - - -          O - - - - - - -  R * * * * - - - -         - - - * - - - -          O - - - - - - -
# Line 1411  H * * * O - - - -         - - - - - - - Line 1631  H * * * O - - - -         - - - - - - -
1631    - - - - - - - -         - - - - - - - -          - - - - - - - -    - - - - - - - -         - - - - - - - -          - - - - - - - -
1632    
1633  Be sure to compare the second example of a hit with the first example of  Be sure to compare the second example of a hit with the first example of
1634  a reflection." t nil)  a reflection.
1635    
1636    \(fn NUM)" t nil)
1637    
1638  ;;;***  ;;;***
1639    
# Line 1420  a reflection." t nil) Line 1642  a reflection." t nil)
1642  ;;;;;;  bookmark-load bookmark-save bookmark-write bookmark-delete  ;;;;;;  bookmark-load bookmark-save bookmark-write bookmark-delete
1643  ;;;;;;  bookmark-insert bookmark-rename bookmark-insert-location  ;;;;;;  bookmark-insert bookmark-rename bookmark-insert-location
1644  ;;;;;;  bookmark-relocate bookmark-jump bookmark-set) "bookmark"  ;;;;;;  bookmark-relocate bookmark-jump bookmark-set) "bookmark"
1645  ;;;;;;  "bookmark.el" (15619 64084))  ;;;;;;  "bookmark.el" (15832 12509))
1646  ;;; Generated autoloads from bookmark.el  ;;; Generated autoloads from bookmark.el
1647   (define-key ctl-x-map "rb" 'bookmark-jump)   (define-key ctl-x-map "rb" 'bookmark-jump)
1648   (define-key ctl-x-map "rm" 'bookmark-set)   (define-key ctl-x-map "rm" 'bookmark-set)
# Line 1480  name of the file being visited. Line 1702  name of the file being visited.
1702    
1703  Use \\[bookmark-delete] to remove bookmarks (you give it a name,  Use \\[bookmark-delete] to remove bookmarks (you give it a name,
1704  and it removes only the first instance of a bookmark with that name from  and it removes only the first instance of a bookmark with that name from
1705  the list of bookmarks.)" t nil)  the list of bookmarks.)
1706    
1707    \(fn &optional NAME PARG)" t nil)
1708    
1709  (autoload (quote bookmark-jump) "bookmark" "\  (autoload (quote bookmark-jump) "bookmark" "\
1710  Jump to bookmark BOOKMARK (a point in some file).  Jump to bookmark BOOKMARK (a point in some file).
# Line 1492  this. Line 1716  this.
1716  If the file pointed to by BOOKMARK no longer exists, you will be asked  If the file pointed to by BOOKMARK no longer exists, you will be asked
1717  if you wish to give the bookmark a new location, and bookmark-jump  if you wish to give the bookmark a new location, and bookmark-jump
1718  will then jump to the new location, as well as recording it in place  will then jump to the new location, as well as recording it in place
1719  of the old one in the permanent bookmark record." t nil)  of the old one in the permanent bookmark record.
1720    
1721    \(fn BOOKMARK)" t nil)
1722    
1723  (autoload (quote bookmark-relocate) "bookmark" "\  (autoload (quote bookmark-relocate) "bookmark" "\
1724  Relocate BOOKMARK to another file (reading file name with minibuffer).  Relocate BOOKMARK to another file (reading file name with minibuffer).
1725  This makes an already existing bookmark point to that file, instead of  This makes an already existing bookmark point to that file, instead of
1726  the one it used to point at.  Useful when a file has been renamed  the one it used to point at.  Useful when a file has been renamed
1727  after a bookmark was set in it." t nil)  after a bookmark was set in it.
1728    
1729    \(fn BOOKMARK)" t nil)
1730    
1731  (autoload (quote bookmark-insert-location) "bookmark" "\  (autoload (quote bookmark-insert-location) "bookmark" "\
1732  Insert the name of the file associated with BOOKMARK.  Insert the name of the file associated with BOOKMARK.
1733  Optional second arg NO-HISTORY means don't record this in the  Optional second arg NO-HISTORY means don't record this in the
1734  minibuffer history list `bookmark-history'." t nil)  minibuffer history list `bookmark-history'.
1735    
1736    \(fn BOOKMARK &optional NO-HISTORY)" t nil)
1737    
1738  (defalias (quote bookmark-locate) (quote bookmark-insert-location))  (defalias (quote bookmark-locate) (quote bookmark-insert-location))
1739    
# Line 1518  must pass at least OLD when calling from Line 1748  must pass at least OLD when calling from
1748    
1749  While you are entering the new name, consecutive C-w's insert  While you are entering the new name, consecutive C-w's insert
1750  consecutive words from the text of the buffer into the new bookmark  consecutive words from the text of the buffer into the new bookmark
1751  name." t nil)  name.
1752    
1753    \(fn OLD &optional NEW)" t nil)
1754    
1755  (autoload (quote bookmark-insert) "bookmark" "\  (autoload (quote bookmark-insert) "bookmark" "\
1756  Insert the text of the file pointed to by bookmark BOOKMARK.  Insert the text of the file pointed to by bookmark BOOKMARK.
1757  You may have a problem using this function if the value of variable  You may have a problem using this function if the value of variable
1758  `bookmark-alist' is nil.  If that happens, you need to load in some  `bookmark-alist' is nil.  If that happens, you need to load in some
1759  bookmarks.  See help on function `bookmark-load' for more about  bookmarks.  See help on function `bookmark-load' for more about
1760  this." t nil)  this.
1761    
1762    \(fn BOOKMARK)" t nil)
1763    
1764  (autoload (quote bookmark-delete) "bookmark" "\  (autoload (quote bookmark-delete) "bookmark" "\
1765  Delete BOOKMARK from the bookmark list.  Delete BOOKMARK from the bookmark list.
# Line 1534  there are one or more other bookmarks wi Line 1768  there are one or more other bookmarks wi
1768  not be deleted.  Defaults to the \"current\" bookmark (that is, the  not be deleted.  Defaults to the \"current\" bookmark (that is, the
1769  one most recently used in this file, if any).  one most recently used in this file, if any).
1770  Optional second arg BATCH means don't update the bookmark list buffer,  Optional second arg BATCH means don't update the bookmark list buffer,
1771  probably because we were called from there." t nil)  probably because we were called from there.
1772    
1773    \(fn BOOKMARK &optional BATCH)" t nil)
1774    
1775  (autoload (quote bookmark-write) "bookmark" "\  (autoload (quote bookmark-write) "bookmark" "\
1776  Write bookmarks to a file (reading the file name with the minibuffer).  Write bookmarks to a file (reading the file name with the minibuffer).
1777  Don't use this in Lisp programs; use `bookmark-save' instead." t nil)  Don't use this in Lisp programs; use `bookmark-save' instead.
1778    
1779    \(fn)" t nil)
1780    
1781  (autoload (quote bookmark-save) "bookmark" "\  (autoload (quote bookmark-save) "bookmark" "\
1782  Save currently defined bookmarks.  Save currently defined bookmarks.
# Line 1555  user will be interactively queried for a Line 1793  user will be interactively queried for a
1793  When you want to load in the bookmarks from a file, use  When you want to load in the bookmarks from a file, use
1794  `bookmark-load', \\[bookmark-load].  That function will prompt you  `bookmark-load', \\[bookmark-load].  That function will prompt you
1795  for a file, defaulting to the file defined by variable  for a file, defaulting to the file defined by variable
1796  `bookmark-default-file'." t nil)  `bookmark-default-file'.
1797    
1798    \(fn &optional PARG FILE)" t nil)
1799    
1800  (autoload (quote bookmark-load) "bookmark" "\  (autoload (quote bookmark-load) "bookmark" "\
1801  Load bookmarks from FILE (which must be in bookmark format).  Load bookmarks from FILE (which must be in bookmark format).
# Line 1574  explicitly. Line 1814  explicitly.
1814  If you load a file containing bookmarks with the same names as  If you load a file containing bookmarks with the same names as
1815  bookmarks already present in your Emacs, the new bookmarks will get  bookmarks already present in your Emacs, the new bookmarks will get
1816  unique numeric suffixes \"<2>\", \"<3>\", ... following the same  unique numeric suffixes \"<2>\", \"<3>\", ... following the same
1817  method buffers use to resolve name collisions." t nil)  method buffers use to resolve name collisions.
1818    
1819    \(fn FILE &optional OVERWRITE NO-MSG)" t nil)
1820    
1821  (autoload (quote bookmark-bmenu-list) "bookmark" "\  (autoload (quote bookmark-bmenu-list) "bookmark" "\
1822  Display a list of existing bookmarks.  Display a list of existing bookmarks.
1823  The list is displayed in a buffer named `*Bookmark List*'.  The list is displayed in a buffer named `*Bookmark List*'.
1824  The leftmost column displays a D if the bookmark is flagged for  The leftmost column displays a D if the bookmark is flagged for
1825  deletion, or > if it is flagged for displaying." t nil)  deletion, or > if it is flagged for displaying.
1826    
1827    \(fn)" t nil)
1828    
1829  (defalias (quote list-bookmarks) (quote bookmark-bmenu-list))  (defalias (quote list-bookmarks) (quote bookmark-bmenu-list))
1830    
# Line 1595  this. Line 1839  this.
1839    
1840  Warning: this function only takes an EVENT as argument.  Use the  Warning: this function only takes an EVENT as argument.  Use the
1841  corresponding bookmark function from Lisp (the one without the  corresponding bookmark function from Lisp (the one without the
1842  \"-menu-\" in its name)." t nil)  \"-menu-\" in its name).
1843    
1844    \(fn EVENT)" t nil)
1845    
1846  (autoload (quote bookmark-menu-jump) "bookmark" "\  (autoload (quote bookmark-menu-jump) "bookmark" "\
1847  Jump to bookmark BOOKMARK (a point in some file).  Jump to bookmark BOOKMARK (a point in some file).
# Line 1606  this. Line 1852  this.
1852    
1853  Warning: this function only takes an EVENT as argument.  Use the  Warning: this function only takes an EVENT as argument.  Use the
1854  corresponding bookmark function from Lisp (the one without the  corresponding bookmark function from Lisp (the one without the
1855  \"-menu-\" in its name)." t nil)  \"-menu-\" in its name).
1856    
1857    \(fn EVENT)" t nil)
1858    
1859  (autoload (quote bookmark-menu-locate) "bookmark" "\  (autoload (quote bookmark-menu-locate) "bookmark" "\
1860  Insert the name of the file associated with BOOKMARK.  Insert the name of the file associated with BOOKMARK.
# Line 1614  Insert the name of the file associated w Line 1862  Insert the name of the file associated w
1862    
1863  Warning: this function only takes an EVENT as argument.  Use the  Warning: this function only takes an EVENT as argument.  Use the
1864  corresponding bookmark function from Lisp (the one without the  corresponding bookmark function from Lisp (the one without the
1865  \"-menu-\" in its name)." t nil)  \"-menu-\" in its name).
1866    
1867    \(fn EVENT)" t nil)
1868    
1869  (autoload (quote bookmark-menu-rename) "bookmark" "\  (autoload (quote bookmark-menu-rename) "bookmark" "\
1870  Change the name of OLD-BOOKMARK to NEWNAME.  Change the name of OLD-BOOKMARK to NEWNAME.
# Line 1631  name. Line 1881  name.
1881    
1882  Warning: this function only takes an EVENT as argument.  Use the  Warning: this function only takes an EVENT as argument.  Use the
1883  corresponding bookmark function from Lisp (the one without the  corresponding bookmark function from Lisp (the one without the
1884  \"-menu-\" in its name)." t nil)  \"-menu-\" in its name).
1885    
1886    \(fn EVENT)" t nil)
1887    
1888  (autoload (quote bookmark-menu-delete) "bookmark" "\  (autoload (quote bookmark-menu-delete) "bookmark" "\
1889  Delete the bookmark named NAME from the bookmark list.  Delete the bookmark named NAME from the bookmark list.
# Line 1642  one most recently used in this file, if Line 1894  one most recently used in this file, if
1894    
1895  Warning: this function only takes an EVENT as argument.  Use the  Warning: this function only takes an EVENT as argument.  Use the
1896  corresponding bookmark function from Lisp (the one without the  corresponding bookmark function from Lisp (the one without the
1897  \"-menu-\" in its name)." t nil)  \"-menu-\" in its name).
1898    
1899    \(fn EVENT)" t nil)
1900    
1901  (defvar menu-bar-bookmark-map (make-sparse-keymap "Bookmark functions"))  (defvar menu-bar-bookmark-map (make-sparse-keymap "Bookmark functions"))
1902    
# Line 1680  corresponding bookmark function from Lis Line 1934  corresponding bookmark function from Lis
1934  ;;;;;;  browse-url-of-buffer browse-url-of-file browse-url-generic-program  ;;;;;;  browse-url-of-buffer browse-url-of-file browse-url-generic-program
1935  ;;;;;;  browse-url-save-file browse-url-new-window-flag browse-url-galeon-program  ;;;;;;  browse-url-save-file browse-url-new-window-flag browse-url-galeon-program
1936  ;;;;;;  browse-url-browser-display browse-url-browser-function) "browse-url"  ;;;;;;  browse-url-browser-display browse-url-browser-function) "browse-url"
1937  ;;;;;;  "net/browse-url.el" (15510 36459))  ;;;;;;  "net/browse-url.el" (15930 37956))
1938  ;;; Generated autoloads from net/browse-url.el  ;;; Generated autoloads from net/browse-url.el
1939    
1940  (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\  (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\
1941  *Function to display the current buffer in a WWW browser.  *Function to display the current buffer in a WWW browser.
1942  This is used by the `browse-url-at-point', `browse-url-at-mouse', and  This is used by the `browse-url-at-point', `browse-url-at-mouse', and
1943  `browse-url-of-file' commands.  `browse-url-of-file' commands.
# Line 1694  associated with the first REGEXP which m Line 1948  associated with the first REGEXP which m
1948  function is passed the URL and any other args of `browse-url'.  The last  function is passed the URL and any other args of `browse-url'.  The last
1949  regexp should probably be \".\" to specify a default browser.")  regexp should probably be \".\" to specify a default browser.")
1950    
1951    (custom-autoload (quote browse-url-browser-function) "browse-url")
1952    
1953  (defvar browse-url-browser-display nil "\  (defvar browse-url-browser-display nil "\
1954  *The X display for running the browser, if not same as Emacs'.")  *The X display for running the browser, if not same as Emacs'.")
1955    
1956    (custom-autoload (quote browse-url-browser-display) "browse-url")
1957    
1958  (defvar browse-url-galeon-program "galeon" "\  (defvar browse-url-galeon-program "galeon" "\
1959  *The name by which to invoke Galeon.")  *The name by which to invoke Galeon.")
1960    
1961    (custom-autoload (quote browse-url-galeon-program) "browse-url")
1962    
1963  (defvar browse-url-new-window-flag nil "\  (defvar browse-url-new-window-flag nil "\
1964  *If non-nil, always open a new browser window with appropriate browsers.  *If non-nil, always open a new browser window with appropriate browsers.
1965  Passing an interactive argument to \\[browse-url], or specific browser  Passing an interactive argument to \\[browse-url], or specific browser
1966  commands reverses the effect of this variable.  Requires Netscape version  commands reverses the effect of this variable.  Requires Netscape version
1967  1.1N or later or XMosaic version 2.5 or later if using those browsers.")  1.1N or later or XMosaic version 2.5 or later if using those browsers.")
1968    
1969    (custom-autoload (quote browse-url-new-window-flag) "browse-url")
1970    
1971  (defvar browse-url-save-file nil "\  (defvar browse-url-save-file nil "\
1972  *If non-nil, save the buffer before displaying its file.  *If non-nil, save the buffer before displaying its file.
1973  Used by the `browse-url-of-file' command.")  Used by the `browse-url-of-file' command.")
1974    
1975    (custom-autoload (quote browse-url-save-file) "browse-url")
1976    
1977  (defvar browse-url-generic-program nil "\  (defvar browse-url-generic-program nil "\
1978  *The name of the browser program used by `browse-url-generic'.")  *The name of the browser program used by `browse-url-generic'.")
1979    
1980    (custom-autoload (quote browse-url-generic-program) "browse-url")
1981    
1982  (autoload (quote browse-url-of-file) "browse-url" "\  (autoload (quote browse-url-of-file) "browse-url" "\
1983  Ask a WWW browser to display FILE.  Ask a WWW browser to display FILE.
1984  Display the current buffer's file if FILE is nil or if called  Display the current buffer's file if FILE is nil or if called
1985  interactively.  Turn the filename into a URL with function  interactively.  Turn the filename into a URL with function
1986  `browse-url-file-url'.  Pass the URL to a browser using the  `browse-url-file-url'.  Pass the URL to a browser using the
1987  `browse-url' function then run `browse-url-of-file-hook'." t nil)  `browse-url' function then run `browse-url-of-file-hook'.
1988    
1989    \(fn &optional FILE)" t nil)
1990    
1991  (autoload (quote browse-url-of-buffer) "browse-url" "\  (autoload (quote browse-url-of-buffer) "browse-url" "\
1992  Ask a WWW browser to display BUFFER.  Ask a WWW browser to display BUFFER.
1993  Display the current buffer if BUFFER is nil.  Display only the  Display the current buffer if BUFFER is nil.  Display only the
1994  currently visible part of BUFFER (from a temporary file) if buffer is  currently visible part of BUFFER (from a temporary file) if buffer is
1995  narrowed." t nil)  narrowed.
1996    
1997    \(fn &optional BUFFER)" t nil)
1998    
1999  (autoload (quote browse-url-of-dired-file) "browse-url" "\  (autoload (quote browse-url-of-dired-file) "browse-url" "\
2000  In Dired, ask a WWW browser to display the file named on this line." t nil)  In Dired, ask a WWW browser to display the file named on this line.
2001    
2002    \(fn)" t nil)
2003    
2004  (autoload (quote browse-url-of-region) "browse-url" "\  (autoload (quote browse-url-of-region) "browse-url" "\
2005  Ask a WWW browser to display the current region." t nil)  Ask a WWW browser to display the current region.
2006    
2007    \(fn MIN MAX)" t nil)
2008    
2009  (autoload (quote browse-url) "browse-url" "\  (autoload (quote browse-url) "browse-url" "\
2010  Ask a WWW browser to load URL.  Ask a WWW browser to load URL.
2011  Prompts for a URL, defaulting to the URL at or before point.  Variable  Prompts for a URL, defaulting to the URL at or before point.  Variable
2012  `browse-url-browser-function' says which browser to use." t nil)  `browse-url-browser-function' says which browser to use.
2013    
2014    \(fn URL &rest ARGS)" t nil)
2015    
2016  (autoload (quote browse-url-at-point) "browse-url" "\  (autoload (quote browse-url-at-point) "browse-url" "\
2017  Ask a WWW browser to load the URL at or before point.  Ask a WWW browser to load the URL at or before point.
2018  Doesn't let you edit the URL like `browse-url'.  Variable  Doesn't let you edit the URL like `browse-url'.  Variable
2019  `browse-url-browser-function' says which browser to use." t nil)  `browse-url-browser-function' says which browser to use.
2020    
2021    \(fn &optional ARG)" t nil)
2022    
2023  (autoload (quote browse-url-at-mouse) "browse-url" "\  (autoload (quote browse-url-at-mouse) "browse-url" "\
2024  Ask a WWW browser to load a URL clicked with the mouse.  Ask a WWW browser to load a URL clicked with the mouse.
2025  The URL is the one around or before the position of the mouse click  The URL is the one around or before the position of the mouse click
2026  but point is not changed.  Doesn't let you edit the URL like  but point is not changed.  Doesn't let you edit the URL like
2027  `browse-url'.  Variable `browse-url-browser-function' says which browser  `browse-url'.  Variable `browse-url-browser-function' says which browser
2028  to use." t nil)  to use.
2029    
2030    \(fn EVENT)" t nil)
2031    
2032  (autoload (quote browse-url-default-browser) "browse-url" "\  (autoload (quote browse-url-default-browser) "browse-url" "\
2033  Find a suitable browser and ask it to load URL.  Find a suitable browser and ask it to load URL.
# Line 1762  When called non-interactively, optional Line 2042  When called non-interactively, optional
2042  used instead of `browse-url-new-window-flag'.  used instead of `browse-url-new-window-flag'.
2043    
2044  The order attempted is gnome-moz-remote, Mozilla, Galeon, Netscape,  The order attempted is gnome-moz-remote, Mozilla, Galeon, Netscape,
2045  Mosaic, IXI Mosaic, Lynx in an xterm, MMM, Konqueror, and then W3." nil nil)  Mosaic, IXI Mosaic, Lynx in an xterm, MMM, Konqueror, and then W3.
2046    
2047    \(fn URL &rest ARGS)" nil nil)
2048    
2049  (autoload (quote browse-url-netscape) "browse-url" "\  (autoload (quote browse-url-netscape) "browse-url" "\
2050  Ask the Netscape WWW browser to load URL.  Ask the Netscape WWW browser to load URL.
# Line 1775  random existing one.  A non-nil interact Line 2057  random existing one.  A non-nil interact
2057  the effect of `browse-url-new-window-flag'.  the effect of `browse-url-new-window-flag'.
2058    
2059  When called non-interactively, optional second argument NEW-WINDOW is  When called non-interactively, optional second argument NEW-WINDOW is
2060  used instead of `browse-url-new-window-flag'." t nil)  used instead of `browse-url-new-window-flag'.
2061    
2062    \(fn URL &optional NEW-WINDOW)" t nil)
2063    
2064  (autoload (quote browse-url-mozilla) "browse-url" "\  (autoload (quote browse-url-mozilla) "browse-url" "\
2065  Ask the Mozilla WWW browser to load URL.  Ask the Mozilla WWW browser to load URL.
# Line 1787  non-nil, load the document in a new Mozi Line 2071  non-nil, load the document in a new Mozi
2071  random existing one.  A non-nil interactive prefix argument reverses  random existing one.  A non-nil interactive prefix argument reverses
2072  the effect of `browse-url-new-window-flag'.  the effect of `browse-url-new-window-flag'.
2073    
2074    If `browse-url-mozilla-new-window-is-tab' is non-nil, then whenever a
2075    document would otherwise be loaded in a new window, it is loaded in a
2076    new tab in an existing window instead.
2077    
2078  When called non-interactively, optional second argument NEW-WINDOW is  When called non-interactively, optional second argument NEW-WINDOW is
2079  used instead of `browse-url-new-window-flag'." t nil)  used instead of `browse-url-new-window-flag'.
2080    
2081    \(fn URL &optional NEW-WINDOW)" t nil)
2082    
2083  (autoload (quote browse-url-galeon) "browse-url" "\  (autoload (quote browse-url-galeon) "browse-url" "\
2084  Ask the Galeon WWW browser to load URL.  Ask the Galeon WWW browser to load URL.
# Line 1805  document would otherwise be loaded in a Line 2095  document would otherwise be loaded in a
2095  new tab in an existing window instead.  new tab in an existing window instead.
2096    
2097  When called non-interactively, optional second argument NEW-WINDOW is  When called non-interactively, optional second argument NEW-WINDOW is
2098  used instead of `browse-url-new-window-flag'." t nil)  used instead of `browse-url-new-window-flag'.
2099    
2100    \(fn URL &optional NEW-WINDOW)" t nil)
2101    
2102  (autoload (quote browse-url-gnome-moz) "browse-url" "\  (autoload (quote browse-url-gnome-moz) "browse-url" "\
2103  Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'.  Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'.
# Line 1818  existing one.  A non-nil interactive pre Line 2110  existing one.  A non-nil interactive pre
2110  effect of `browse-url-new-window-flag'.  effect of `browse-url-new-window-flag'.
2111    
2112  When called non-interactively, optional second argument NEW-WINDOW is  When called non-interactively, optional second argument NEW-WINDOW is
2113  used instead of `browse-url-new-window-flag'." t nil)  used instead of `browse-url-new-window-flag'.
2114    
2115    \(fn URL &optional NEW-WINDOW)" t nil)
2116    
2117  (autoload (quote browse-url-mosaic) "browse-url" "\  (autoload (quote browse-url-mosaic) "browse-url" "\
2118  Ask the XMosaic WWW browser to load URL.  Ask the XMosaic WWW browser to load URL.
# Line 1834  random existing one.  A non-nil interact Line 2128  random existing one.  A non-nil interact
2128  the effect of `browse-url-new-window-flag'.  the effect of `browse-url-new-window-flag'.
2129    
2130  When called non-interactively, optional second argument NEW-WINDOW is  When called non-interactively, optional second argument NEW-WINDOW is
2131  used instead of `browse-url-new-window-flag'." t nil)  used instead of `browse-url-new-window-flag'.
2132    
2133    \(fn URL &optional NEW-WINDOW)" t nil)
2134    
2135  (defvar browse-url-grail (concat (or (getenv "GRAILDIR") "~/.grail") "/user/rcgrail.py") "\  (defvar browse-url-grail (concat (or (getenv "GRAILDIR") "~/.grail") "/user/rcgrail.py") "\
2136  Location of Grail remote control client script `rcgrail.py'.  Location of Grail remote control client script `rcgrail.py'.
# Line 1843  Typically found in $GRAILDIR/rcgrail.py, Line 2139  Typically found in $GRAILDIR/rcgrail.py,
2139  (autoload (quote browse-url-grail) "browse-url" "\  (autoload (quote browse-url-grail) "browse-url" "\
2140  Ask the Grail WWW browser to load URL.  Ask the Grail WWW browser to load URL.
2141  Default to the URL around or before point.  Runs the program in the  Default to the URL around or before point.  Runs the program in the
2142  variable `browse-url-grail'." t nil)  variable `browse-url-grail'.
2143    
2144    \(fn URL &optional NEW-WINDOW)" t nil)
2145    
2146  (autoload (quote browse-url-cci) "browse-url" "\  (autoload (quote browse-url-cci) "browse-url" "\
2147  Ask the XMosaic WWW browser to load URL.  Ask the XMosaic WWW browser to load URL.
# Line 1859  random existing one.  A non-nil interact Line 2157  random existing one.  A non-nil interact
2157  the effect of `browse-url-new-window-flag'.  the effect of `browse-url-new-window-flag'.
2158    
2159  When called non-interactively, optional second argument NEW-WINDOW is  When called non-interactively, optional second argument NEW-WINDOW is
2160  used instead of `browse-url-new-window-flag'." t nil)  used instead of `browse-url-new-window-flag'.
2161    
2162    \(fn URL &optional NEW-WINDOW)" t nil)
2163    
2164  (autoload (quote browse-url-iximosaic) "browse-url" "\  (autoload (quote browse-url-iximosaic) "browse-url" "\
2165  Ask the IXIMosaic WWW browser to load URL.  Ask the IXIMosaic WWW browser to load URL.
2166  Default to the URL around or before point." t nil)  Default to the URL around or before point.
2167    
2168    \(fn URL &optional NEW-WINDOW)" t nil)
2169    
2170  (autoload (quote browse-url-w3) "browse-url" "\  (autoload (quote browse-url-w3) "browse-url" "\
2171  Ask the w3 WWW browser to load URL.  Ask the w3 WWW browser to load URL.
# Line 1874  non-nil, load the document in a new wind Line 2176  non-nil, load the document in a new wind
2176  prefix argument reverses the effect of `browse-url-new-window-flag'.  prefix argument reverses the effect of `browse-url-new-window-flag'.
2177    
2178  When called non-interactively, optional second argument NEW-WINDOW is  When called non-interactively, optional second argument NEW-WINDOW is
2179  used instead of `browse-url-new-window-flag'." t nil)  used instead of `browse-url-new-window-flag'.
2180    
2181    \(fn URL &optional NEW-WINDOW)" t nil)
2182    
2183  (autoload (quote browse-url-w3-gnudoit) "browse-url" "\  (autoload (quote browse-url-w3-gnudoit) "browse-url" "\
2184  Ask another Emacs running gnuserv to load the URL using the W3 browser.  Ask another Emacs running gnuserv to load the URL using the W3 browser.
2185  The `browse-url-gnudoit-program' program is used with options given by  The `browse-url-gnudoit-program' program is used with options given by
2186  `browse-url-gnudoit-args'.  Default to the URL around or before point." t nil)  `browse-url-gnudoit-args'.  Default to the URL around or before point.
2187    
2188    \(fn URL &optional NEW-WINDOW)" t nil)
2189    
2190  (autoload (quote browse-url-lynx-xterm) "browse-url" "\  (autoload (quote browse-url-lynx-xterm) "browse-url" "\
2191  Ask the Lynx WWW browser to load URL.  Ask the Lynx WWW browser to load URL.
2192  Default to the URL around or before point.  A new Lynx process is run  Default to the URL around or before point.  A new Lynx process is run
2193  in an Xterm window using the Xterm program named by `browse-url-xterm-program'  in an Xterm window using the Xterm program named by `browse-url-xterm-program'
2194  with possible additional arguments `browse-url-xterm-args'." t nil)  with possible additional arguments `browse-url-xterm-args'.
2195    
2196    \(fn URL &optional NEW-WINDOW)" t nil)
2197    
2198  (autoload (quote browse-url-lynx-emacs) "browse-url" "\  (autoload (quote browse-url-lynx-emacs) "browse-url" "\
2199  Ask the Lynx WWW browser to load URL.  Ask the Lynx WWW browser to load URL.
# Line 1898  otherwise use any existing one.  A non-n Line 2206  otherwise use any existing one.  A non-n
2206  reverses the effect of `browse-url-new-window-flag'.  reverses the effect of `browse-url-new-window-flag'.
2207    
2208  When called non-interactively, optional second argument NEW-WINDOW is  When called non-interactively, optional second argument NEW-WINDOW is
2209  used instead of `browse-url-new-window-flag'." t nil)  used instead of `browse-url-new-window-flag'.
2210    
2211    \(fn URL &optional NEW-BUFFER)" t nil)
2212    
2213  (autoload (quote browse-url-mmm) "browse-url" "\  (autoload (quote browse-url-mmm) "browse-url" "\
2214  Ask the MMM WWW browser to load URL.  Ask the MMM WWW browser to load URL.
2215  Default to the URL around or before point." t nil)  Default to the URL around or before point.
2216    
2217    \(fn URL &optional NEW-WINDOW)" t nil)
2218    
2219  (autoload (quote browse-url-mail) "browse-url" "\  (autoload (quote browse-url-mail) "browse-url" "\
2220  Open a new mail message buffer within Emacs.  Open a new mail message buffer within Emacs.
# Line 1917  non-nil interactive prefix argument reve Line 2229  non-nil interactive prefix argument reve
2229  `browse-url-new-window-flag'.  `browse-url-new-window-flag'.
2230    
2231  When called non-interactively, optional second argument NEW-WINDOW is  When called non-interactively, optional second argument NEW-WINDOW is
2232  used instead of `browse-url-new-window-flag'." t nil)  used instead of `browse-url-new-window-flag'.
2233    
2234    \(fn URL &optional NEW-WINDOW)" t nil)
2235    
2236  (autoload (quote browse-url-generic) "browse-url" "\  (autoload (quote browse-url-generic) "browse-url" "\
2237  Ask the WWW browser defined by `browse-url-generic-program' to load URL.  Ask the WWW browser defined by `browse-url-generic-program' to load URL.
2238  Default to the URL around or before point.  A fresh copy of the  Default to the URL around or before point.  A fresh copy of the
2239  browser is started up in a new process with possible additional arguments  browser is started up in a new process with possible additional arguments
2240  `browse-url-generic-args'.  This is appropriate for browsers which  `browse-url-generic-args'.  This is appropriate for browsers which
2241  don't offer a form of remote control." t nil)  don't offer a form of remote control.
2242    
2243    \(fn URL &optional NEW-WINDOW)" t nil)
2244    
2245  (autoload (quote browse-url-kde) "browse-url" "\  (autoload (quote browse-url-kde) "browse-url" "\
2246  Ask the KDE WWW browser to load URL.  Ask the KDE WWW browser to load URL.
2247  Default to the URL around or before point." t nil)  Default to the URL around or before point.
2248    
2249    \(fn URL &optional NEW-WINDOW)" t nil)
2250    
2251  ;;;***  ;;;***
2252    
2253  ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (15391  ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (15828
2254  ;;;;;;  60708))  ;;;;;;  33860))
2255  ;;; Generated autoloads from play/bruce.el  ;;; Generated autoloads from play/bruce.el
2256    
2257  (autoload (quote bruce) "bruce" "\  (autoload (quote bruce) "bruce" "\
2258  Adds that special touch of class to your outgoing mail." t nil)  Adds that special touch of class to your outgoing mail.
2259    
2260    \(fn)" t nil)
2261    
2262  (autoload (quote snarf-bruces) "bruce" "\  (autoload (quote snarf-bruces) "bruce" "\
2263  Return a vector containing the lines from `bruce-phrases-file'." nil nil)  Return a vector containing the lines from `bruce-phrases-file'.
2264    
2265    \(fn)" nil nil)
2266    
2267  ;;;***  ;;;***
2268    
2269  ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)  ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2270  ;;;;;;  "bs" "bs.el" (15354 63506))  ;;;;;;  "bs" "bs.el" (15727 20555))
2271  ;;; Generated autoloads from bs.el  ;;; Generated autoloads from bs.el
2272    
2273  (autoload (quote bs-cycle-next) "bs" "\  (autoload (quote bs-cycle-next) "bs" "\
2274  Select next buffer defined by buffer cycling.  Select next buffer defined by buffer cycling.
2275  The buffers taking part in buffer cycling are defined  The buffers taking part in buffer cycling are defined
2276  by buffer configuration `bs-cycle-configuration-name'." t nil)  by buffer configuration `bs-cycle-configuration-name'.
2277    
2278    \(fn)" t nil)
2279    
2280  (autoload (quote bs-cycle-previous) "bs" "\  (autoload (quote bs-cycle-previous) "bs" "\
2281  Select previous buffer defined by buffer cycling.  Select previous buffer defined by buffer cycling.
2282  The buffers taking part in buffer cycling are defined  The buffers taking part in buffer cycling are defined
2283  by buffer configuration `bs-cycle-configuration-name'." t nil)  by buffer configuration `bs-cycle-configuration-name'.
2284    
2285    \(fn)" t nil)
2286    
2287  (autoload (quote bs-customize) "bs" "\  (autoload (quote bs-customize) "bs" "\
2288  Customization of group bs for Buffer Selection Menu." t nil)  Customization of group bs for Buffer Selection Menu.
2289    
2290    \(fn)" t nil)
2291    
2292  (autoload (quote bs-show) "bs" "\  (autoload (quote bs-show) "bs" "\
2293  Make a menu of buffers so you can manipulate buffers or the buffer list.  Make a menu of buffers so you can manipulate buffers or the buffer list.
# Line 1973  Type \\[bs-kill] to leave Buffer Selecti Line 2301  Type \\[bs-kill] to leave Buffer Selecti
2301  Type \\[bs-help] after invocation to get help on commands available.  Type \\[bs-help] after invocation to get help on commands available.
2302  With prefix argument ARG show a different buffer list.  Function  With prefix argument ARG show a different buffer list.  Function
2303  `bs--configuration-name-for-prefix-arg' determine accordingly  `bs--configuration-name-for-prefix-arg' determine accordingly
2304  name of buffer configuration." t nil)  name of buffer configuration.
2305    
2306    \(fn ARG)" t nil)
2307    
2308  ;;;***  ;;;***
2309    
2310  ;;;### (autoloads (insert-text-button make-text-button insert-button  ;;;### (autoloads (insert-text-button make-text-button insert-button
2311  ;;;;;;  make-button define-button-type) "button" "button.el" (15417  ;;;;;;  make-button define-button-type) "button" "button.el" (15887
2312  ;;;;;;  7385))  ;;;;;;  35338))
2313  ;;; Generated autoloads from button.el  ;;; Generated autoloads from button.el
2314    
2315  (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\  (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
# Line 1999  creating the button, using the :type key Line 2329  creating the button, using the :type key
2329  In addition, the keyword argument :supertype may be used to specify a  In addition, the keyword argument :supertype may be used to specify a
2330  button-type from which NAME inherits its default property values  button-type from which NAME inherits its default property values
2331  \(however, the inheritance happens only when NAME is defined; subsequent  \(however, the inheritance happens only when NAME is defined; subsequent
2332  changes to a supertype are not reflected in its subtypes)." nil nil)  changes to a supertype are not reflected in its subtypes).
2333    
2334    \(fn NAME &rest PROPERTIES)" nil nil)
2335    
2336  (autoload (quote make-button) "button" "\  (autoload (quote make-button) "button" "\
2337  Make a button from BEG to END in the current buffer.  Make a button from BEG to END in the current buffer.
# Line 2009  In addition, the keyword argument :type Line 2341  In addition, the keyword argument :type
2341  button-type from which to inherit other properties; see  button-type from which to inherit other properties; see
2342  `define-button-type'.  `define-button-type'.
2343    
2344  Also see `make-text-button', `insert-button'." nil nil)  Also see `make-text-button', `insert-button'.
2345    
2346    \(fn BEG END &rest PROPERTIES)" nil nil)
2347    
2348  (autoload (quote insert-button) "button" "\  (autoload (quote insert-button) "button" "\
2349  Insert a button with the label LABEL.  Insert a button with the label LABEL.
# Line 2019  In addition, the keyword argument :type Line 2353  In addition, the keyword argument :type
2353  button-type from which to inherit other properties; see  button-type from which to inherit other properties; see
2354  `define-button-type'.  `define-button-type'.
2355    
2356  Also see `insert-text-button', `make-button'." nil nil)  Also see `insert-text-button', `make-button'.
2357    
2358    \(fn LABEL &rest PROPERTIES)" nil nil)
2359    
2360  (autoload (quote make-text-button) "button" "\  (autoload (quote make-text-button) "button" "\
2361  Make a button from BEG to END in the current buffer.  Make a button from BEG to END in the current buffer.
# Line 2034  part of the text instead of being a prop Line 2370  part of the text instead of being a prop
2370  large numbers of buttons can also be somewhat faster using  large numbers of buttons can also be somewhat faster using
2371  `make-text-button'.  `make-text-button'.
2372    
2373  Also see `insert-text-button'." nil nil)  Also see `insert-text-button'.
2374    
2375    \(fn BEG END &rest PROPERTIES)" nil nil)
2376    
2377  (autoload (quote insert-text-button) "button" "\  (autoload (quote insert-text-button) "button" "\
2378  Insert a button with the label LABEL.  Insert a button with the label LABEL.
# Line 2049  actually part of the text instead of bei Line 2387  actually part of the text instead of bei
2387  Creating large numbers of buttons can also be somewhat faster using  Creating large numbers of buttons can also be somewhat faster using
2388  `insert-text-button'.  `insert-text-button'.
2389    
2390  Also see `make-text-button'." nil nil)  Also see `make-text-button'.
2391    
2392    \(fn LABEL &rest PROPERTIES)" nil nil)
2393    
2394  ;;;***  ;;;***
2395    
# Line 2057  Also see `make-text-button'." nil nil) Line 2397  Also see `make-text-button'." nil nil)
2397  ;;;;;;  batch-byte-compile-if-not-done display-call-tree byte-compile  ;;;;;;  batch-byte-compile-if-not-done display-call-tree byte-compile
2398  ;;;;;;  compile-defun byte-compile-file byte-recompile-directory  ;;;;;;  compile-defun byte-compile-file byte-recompile-directory
2399  ;;;;;;  byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"  ;;;;;;  byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
2400  ;;;;;;  (15625 43169))  ;;;;;;  (15922 59672))
2401  ;;; Generated autoloads from emacs-lisp/bytecomp.el  ;;; Generated autoloads from emacs-lisp/bytecomp.el
2402    
2403  (autoload (quote byte-force-recompile) "bytecomp" "\  (autoload (quote byte-force-recompile) "bytecomp" "\
2404  Recompile every `.el' file in DIRECTORY that already has a `.elc' file.  Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
2405  Files in subdirectories of DIRECTORY are processed also." t nil)  Files in subdirectories of DIRECTORY are processed also.
2406    
2407    \(fn DIRECTORY)" t nil)
2408    
2409  (autoload (quote byte-recompile-directory) "bytecomp" "\  (autoload (quote byte-recompile-directory) "bytecomp" "\
2410  Recompile every `.el' file in DIRECTORY that needs recompilation.  Recompile every `.el' file in DIRECTORY that needs recompilation.
2411  This is if a `.elc' file exists but is older than the `.el' file.  This is if a `.elc' file exists but is older than the `.el' file.
2412  Files in subdirectories of DIRECTORY are processed also.  Files in subdirectories of DIRECTORY are processed also.
2413    
2414  If the `.elc' file does not exist, normally the `.el' file is *not* compiled.  If the `.elc' file does not exist, normally this function *does not*
2415  But a prefix argument (optional second arg) means ask user,  compile the corresponding `.el' file.  However,
2416  for each such `.el' file, whether to compile it.  Prefix argument 0 means  if ARG (the prefix argument) is 0, that means do compile all those files.
2417  don't ask and compile the file anyway.  A nonzero ARG means ask the user, for each such `.el' file,
2418    whether to compile it.
2419    
2420  A nonzero prefix argument also means ask about each subdirectory.  A nonzero ARG also means ask about each subdirectory before scanning it.
2421    
2422  If the third argument FORCE is non-nil,  If the third argument FORCE is non-nil,
2423  recompile every `.el' file that already has a `.elc' file." t nil)  recompile every `.el' file that already has a `.elc' file.
2424    
2425    \(fn DIRECTORY &optional ARG FORCE)" t nil)
2426    
2427  (autoload (quote byte-compile-file) "bytecomp" "\  (autoload (quote byte-compile-file) "bytecomp" "\
2428  Compile a file of Lisp code named FILENAME into a file of byte code.  Compile a file of Lisp code named FILENAME into a file of byte code.
2429  The output file's name is made by appending `c' to the end of FILENAME.  The output file's name is made by appending `c' to the end of FILENAME.
2430  With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling.  With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling.
2431  The value is non-nil if there were no errors, nil if errors." t nil)  The value is non-nil if there were no errors, nil if errors.
2432    
2433    \(fn FILENAME &optional LOAD)" t nil)
2434    
2435  (autoload (quote compile-defun) "bytecomp" "\  (autoload (quote compile-defun) "bytecomp" "\
2436  Compile and evaluate the current top-level form.  Compile and evaluate the current top-level form.
2437  Print the result in the minibuffer.  Print the result in the minibuffer.
2438  With argument, insert value in current buffer after the form." t nil)  With argument, insert value in current buffer after the form.
2439    
2440    \(fn &optional ARG)" t nil)
2441    
2442  (autoload (quote byte-compile) "bytecomp" "\  (autoload (quote byte-compile) "bytecomp" "\
2443  If FORM is a symbol, byte-compile its function definition.  If FORM is a symbol, byte-compile its function definition.
2444  If FORM is a lambda or a macro, byte-compile it as a function." nil nil)  If FORM is a lambda or a macro, byte-compile it as a function.
2445    
2446    \(fn FORM)" nil nil)
2447    
2448  (autoload (quote display-call-tree) "bytecomp" "\  (autoload (quote display-call-tree) "bytecomp" "\
2449  Display a call graph of a specified file.  Display a call graph of a specified file.
# Line 2107  cons, etc.). Line 2458  cons, etc.).
2458    
2459  The call tree also lists those functions which are not known to be called  The call tree also lists those functions which are not known to be called
2460  \(that is, to which no calls have been compiled), and which cannot be  \(that is, to which no calls have been compiled), and which cannot be
2461  invoked interactively." t nil)  invoked interactively.
2462    
2463    \(fn &optional FILENAME)" t nil)
2464    
2465  (autoload (quote batch-byte-compile-if-not-done) "bytecomp" "\  (autoload (quote batch-byte-compile-if-not-done) "bytecomp" "\
2466  Like `byte-compile-file' but doesn't recompile if already up to date.  Like `byte-compile-file' but doesn't recompile if already up to date.
2467  Use this from the command line, with `-batch';  Use this from the command line, with `-batch';
2468  it won't work in an interactive Emacs." nil nil)  it won't work in an interactive Emacs.
2469    
2470    \(fn)" nil nil)
2471    
2472  (autoload (quote batch-byte-compile) "bytecomp" "\  (autoload (quote batch-byte-compile) "bytecomp" "\
2473  Run `byte-compile-file' on the files remaining on the command line.  Run `byte-compile-file' on the files remaining on the command line.
# Line 2121  it won't work in an interactive Emacs. Line 2476  it won't work in an interactive Emacs.
2476  Each file is processed even if an error occurred previously.  Each file is processed even if an error occurred previously.
2477  For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\".  For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\".
2478  If NOFORCE is non-nil, don't recompile a file that seems to be  If NOFORCE is non-nil, don't recompile a file that seems to be
2479  already up-to-date." nil nil)  already up-to-date.
2480    
2481    \(fn &optional NOFORCE)" nil nil)
2482    
2483  (autoload (quote batch-byte-recompile-directory) "bytecomp" "\  (autoload (quote batch-byte-recompile-directory) "bytecomp" "\
2484  Runs `byte-recompile-directory' on the dirs remaining on the command line.  Run `byte-recompile-directory' on the dirs remaining on the command line.
2485  Must be used only with `-batch', and kills Emacs on completion.  Must be used only with `-batch', and kills Emacs on completion.
2486  For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." nil nil)  For example, invoke `emacs -batch -f batch-byte-recompile-directory .'.
2487    
2488    \(fn)" nil nil)
2489    
2490  ;;;***  ;;;***
2491    
2492  ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (15187 36238))  ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (15935 46813))
2493  ;;; Generated autoloads from calendar/cal-dst.el  ;;; Generated autoloads from calendar/cal-dst.el
2494    
2495  (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t)  (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t)
# Line 2140  For example, invoke `emacs -batch -f bat Line 2499  For example, invoke `emacs -batch -f bat
2499  ;;;***  ;;;***
2500    
2501  ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"  ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"
2502  ;;;;;;  (15533 28772))  ;;;;;;  (15935 46813))
2503  ;;; Generated autoloads from calendar/cal-hebrew.el  ;;; Generated autoloads from calendar/cal-hebrew.el
2504    
2505  (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\  (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\
2506  List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.  List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
2507  When called interactively from the calendar window, the date of death is taken  When called interactively from the calendar window, the date of death is taken
2508  from the cursor position." t nil)  from the cursor position.
2509    
2510    \(fn DEATH-DATE START-YEAR END-YEAR)" t nil)
2511    
2512  ;;;***  ;;;***
2513    
2514  ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle  ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2515  ;;;;;;  calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc  ;;;;;;  calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2516  ;;;;;;  full-calc calc calc-dispatch) "calc" "calc/calc.el" (15605  ;;;;;;  full-calc calc calc-dispatch) "calc" "calc/calc.el" (15935
2517  ;;;;;;  42983))  ;;;;;;  46670))
2518  ;;; Generated autoloads from calc/calc.el  ;;; Generated autoloads from calc/calc.el
2519    
2520  (defvar calc-info-filename "calc.info" "\  (defvar calc-info-filename "calc.info" "\
# Line 2179  This can safely be nil as long as the Ca Line 2540  This can safely be nil as long as the Ca
2540   (global-set-key "\e#" 'calc-dispatch)   (global-set-key "\e#" 'calc-dispatch)
2541    
2542  (autoload (quote calc-dispatch) "calc" "\  (autoload (quote calc-dispatch) "calc" "\
2543  Invoke the GNU Emacs Calculator.  See `calc-dispatch-help' for details." t nil)  Invoke the GNU Emacs Calculator.  See `calc-dispatch-help' for details.
2544    
2545    \(fn &optional ARG)" t nil)
2546    
2547  (autoload (quote calc) "calc" "\  (autoload (quote calc) "calc" "\
2548  The Emacs Calculator.  Full documentation is listed under \"calc-mode\"." t nil)  The Emacs Calculator.  Full documentation is listed under \"calc-mode\".
2549    
2550    \(fn &optional ARG FULL-DISPLAY INTERACTIVE)" t nil)
2551    
2552  (autoload (quote full-calc) "calc" "\  (autoload (quote full-calc) "calc" "\
2553  Invoke the Calculator and give it a full-sized window." t nil)  Invoke the Calculator and give it a full-sized window.
2554    
2555    \(fn)" t nil)
2556    
2557  (autoload (quote quick-calc) "calc" "\  (autoload (quote quick-calc) "calc" "\
2558  Do a quick calculation in the minibuffer without invoking full Calculator." t nil)  Do a quick calculation in the minibuffer without invoking full Calculator.
2559    
2560    \(fn)" t nil)
2561    
2562  (autoload (quote calc-eval) "calc" "\  (autoload (quote calc-eval) "calc" "\
2563  Do a quick calculation and return the result as a string.  Do a quick calculation and return the result as a string.
2564  Return value will either be the formatted result in string form,  Return value will either be the formatted result in string form,
2565  or a list containing a character position and an error message in string form." nil nil)  or a list containing a character position and an error message in string form.
2566    
2567    \(fn STR &optional SEPARATOR &rest ARGS)" nil nil)
2568    
2569  (autoload (quote calc-keypad) "calc" "\  (autoload (quote calc-keypad) "calc" "\
2570  Invoke the Calculator in \"visual keypad\" mode.  Invoke the Calculator in \"visual keypad\" mode.
2571  This is most useful in the X window system.  This is most useful in the X window system.
2572  In this mode, click on the Calc \"buttons\" using the left mouse button.  In this mode, click on the Calc \"buttons\" using the left mouse button.
2573  Or, position the cursor manually and do M-x calc-keypad-press." t nil)  Or, position the cursor manually and do M-x calc-keypad-press.
2574    
2575    \(fn)" t nil)
2576    
2577  (autoload (quote full-calc-keypad) "calc" "\  (autoload (quote full-calc-keypad) "calc" "\
2578  Invoke the Calculator in full-screen \"visual keypad\" mode.  Invoke the Calculator in full-screen \"visual keypad\" mode.
2579  See calc-keypad for details." t nil)  See calc-keypad for details.
2580    
2581    \(fn)" t nil)
2582    
2583  (autoload (quote calc-grab-region) "calc" "\  (autoload (quote calc-grab-region) "calc" "\
2584  Parse the region as a vector of numbers and push it on the Calculator stack." t nil)  Parse the region as a vector of numbers and push it on the Calculator stack.
2585    
2586    \(fn TOP BOT ARG)" t nil)
2587    
2588  (autoload (quote calc-grab-rectangle) "calc" "\  (autoload (quote calc-grab-rectangle) "calc" "\
2589  Parse a rectangle as a matrix of numbers and push it on the Calculator stack." t nil)  Parse a rectangle as a matrix of numbers and push it on the Calculator stack.
2590    
2591    \(fn TOP BOT ARG)" t nil)
2592    
2593  (autoload (quote calc-embedded) "calc" "\  (autoload (quote calc-embedded) "calc" "\
2594  Start Calc Embedded mode on the formula surrounding point." t nil)  Start Calc Embedded mode on the formula surrounding point.
2595    
2596    \(fn ARG &optional END OBEG OEND)" t nil)
2597    
2598  (autoload (quote calc-embedded-activate) "calc" "\  (autoload (quote calc-embedded-activate) "calc" "\
2599  Scan the current editing buffer for all embedded := and => formulas.  Scan the current editing buffer for all embedded := and => formulas.
2600  Also looks for the equivalent TeX words, \\gets and \\evalto." t nil)  Also looks for the equivalent TeX words, \\gets and \\evalto.
2601    
2602    \(fn &optional ARG CBUF)" t nil)
2603    
2604    (autoload (quote defmath) "calc" "\
2605    Not documented
2606    
2607  (autoload (quote defmath) "calc" nil nil (quote macro))  \(fn FUNC ARGS &rest BODY)" nil (quote macro))
2608    
2609  ;;;***  ;;;***
2610    
2611  ;;;### (autoloads (calc-extensions) "calc-ext" "calc/calc-ext.el"  ;;;### (autoloads (calc-extensions) "calc-ext" "calc/calc-ext.el"
2612  ;;;;;;  (15605 42983))  ;;;;;;  (15935 46669))
2613  ;;; Generated autoloads from calc/calc-ext.el  ;;; Generated autoloads from calc/calc-ext.el
2614    
2615  (autoload (quote calc-extensions) "calc-ext" "\  (autoload (quote calc-extensions) "calc-ext" "\
2616  This function is part of the autoload linkage for parts of Calc." nil nil)  This function is part of the autoload linkage for parts of Calc.
2617    
2618    \(fn)" nil nil)
2619    
2620  ;;;***  ;;;***
2621    
2622  ;;;### (autoloads (calculator) "calculator" "calculator.el" (15455  ;;;### (autoloads (calculator) "calculator" "calculator.el" (15934
2623  ;;;;;;  18398))  ;;;;;;  39203))
2624  ;;; Generated autoloads from calculator.el  ;;; Generated autoloads from calculator.el
2625    
2626  (autoload (quote calculator) "calculator" "\  (autoload (quote calculator) "calculator" "\
2627  Run the Emacs calculator.  Run the Emacs calculator.
2628  See the documentation for `calculator-mode' for more information." t nil)  See the documentation for `calculator-mode' for more information.
2629    
2630    \(fn)" t nil)
2631    
2632  ;;;***  ;;;***
2633    
# Line 2257  See the documentation for `calculator-mo Line 2647  See the documentation for `calculator-mo
2647  ;;;;;;  calendar-remove-frame-by-deleting mark-diary-entries-in-calendar  ;;;;;;  calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2648  ;;;;;;  number-of-diary-entries view-diary-entries-initially calendar-offset  ;;;;;;  number-of-diary-entries view-diary-entries-initially calendar-offset
2649  ;;;;;;  calendar-week-start-day) "calendar" "calendar/calendar.el"  ;;;;;;  calendar-week-start-day) "calendar" "calendar/calendar.el"
2650  ;;;;;;  (15533 28773))  ;;;;;;  (15916 26953))
2651  ;;; Generated autoloads from calendar/calendar.el  ;;; Generated autoloads from calendar/calendar.el
2652    
2653  (defvar calendar-week-start-day 0 "\  (defvar calendar-week-start-day 0 "\
2654  *The day of the week on which a week in the calendar begins.  *The day of the week on which a week in the calendar begins.
2655  0 means Sunday (default), 1 means Monday, and so on.")  0 means Sunday (default), 1 means Monday, and so on.")
2656    
2657    (custom-autoload (quote calendar-week-start-day) "calendar")
2658    
2659  (defvar calendar-offset 0 "\  (defvar calendar-offset 0 "\
2660  *The offset of the principal month from the center of the calendar window.  *The offset of the principal month from the center of the calendar window.
2661  0 means the principal month is in the center (default), -1 means on the left,  0 means the principal month is in the center (default), -1 means on the left,
2662  +1 means on the right.  Larger (or smaller) values push the principal month off  +1 means on the right.  Larger (or smaller) values push the principal month off
2663  the screen.")  the screen.")
2664    
2665    (custom-autoload (quote calendar-offset) "calendar")
2666    
2667  (defvar view-diary-entries-initially nil "\  (defvar view-diary-entries-initially nil "\
2668  *Non-nil means display current date's diary entries on entry.  *Non-nil means display current date's diary entries on entry.
2669  The diary is displayed in another window when the calendar is first displayed,  The diary is displayed in another window when the calendar is first displayed,
2670  if the current date is visible.  The number of days of diary entries displayed  if the current date is visible.  The number of days of diary entries displayed
2671  is governed by the variable `number-of-diary-entries'.")  is governed by the variable `number-of-diary-entries'.")
2672    
2673    (custom-autoload (quote view-diary-entries-initially) "calendar")
2674    
2675  (defvar number-of-diary-entries 1 "\  (defvar number-of-diary-entries 1 "\
2676  *Specifies how many days of diary entries are to be displayed initially.  *Specifies how many days of diary entries are to be displayed initially.
2677  This variable affects the diary display when the command \\[diary] is used,  This variable affects the diary display when the command \\[diary] is used,
# Line 2294  This variable does not affect the diary Line 2690  This variable does not affect the diary
2690  from the calendar; in that case, the prefix argument controls the  from the calendar; in that case, the prefix argument controls the
2691  number of days of diary entries displayed.")  number of days of diary entries displayed.")
2692    
2693    (custom-autoload (quote number-of-diary-entries) "calendar")
2694    
2695  (defvar mark-diary-entries-in-calendar nil "\  (defvar mark-diary-entries-in-calendar nil "\
2696  *Non-nil means mark dates with diary entries, in the calendar window.  *Non-nil means mark dates with diary entries, in the calendar window.
2697  The marking symbol is specified by the variable `diary-entry-marker'.")  The marking symbol is specified by the variable `diary-entry-marker'.")
2698    
2699    (custom-autoload (quote mark-diary-entries-in-calendar) "calendar")
2700    
2701  (defvar calendar-remove-frame-by-deleting nil "\  (defvar calendar-remove-frame-by-deleting nil "\
2702  *Determine how the calendar mode removes a frame no longer needed.  *Determine how the calendar mode removes a frame no longer needed.
2703  If nil, make an icon of the frame.  If non-nil, delete the frame.")  If nil, make an icon of the frame.  If non-nil, delete the frame.")
2704    
2705    (custom-autoload (quote calendar-remove-frame-by-deleting) "calendar")
2706    
2707  (defvar view-calendar-holidays-initially nil "\  (defvar view-calendar-holidays-initially nil "\
2708  *Non-nil means display holidays for current three month period on entry.  *Non-nil means display holidays for current three month period on entry.
2709  The holidays are displayed in another window when the calendar is first  The holidays are displayed in another window when the calendar is first
2710  displayed.")  displayed.")
2711    
2712    (custom-autoload (quote view-calendar-holidays-initially) "calendar")
2713    
2714  (defvar mark-holidays-in-calendar nil "\  (defvar mark-holidays-in-calendar nil "\
2715  *Non-nil means mark dates of holidays in the calendar window.  *Non-nil means mark dates of holidays in the calendar window.
2716  The marking symbol is specified by the variable `calendar-holiday-marker'.")  The marking symbol is specified by the variable `calendar-holiday-marker'.")
2717    
2718    (custom-autoload (quote mark-holidays-in-calendar) "calendar")
2719    
2720  (defvar all-hebrew-calendar-holidays nil "\  (defvar all-hebrew-calendar-holidays nil "\
2721  *If nil, show only major holidays from the Hebrew calendar.  *If nil, show only major holidays from the Hebrew calendar.
2722  This means only those Jewish holidays that appear on secular calendars.  This means only those Jewish holidays that appear on secular calendars.
2723    
2724  If t, show all the holidays that would appear in a complete Hebrew calendar.")  If t, show all the holidays that would appear in a complete Hebrew calendar.")
2725    
2726    (custom-autoload (quote all-hebrew-calendar-holidays) "calendar")
2727    
2728  (defvar all-christian-calendar-holidays nil "\  (defvar all-christian-calendar-holidays nil "\
2729  *If nil, show only major holidays from the Christian calendar.  *If nil, show only major holidays from the Christian calendar.
2730  This means only those Christian holidays that appear on secular calendars.  This means only those Christian holidays that appear on secular calendars.
# Line 2324  This means only those Christian holidays Line 2732  This means only those Christian holidays
2732  If t, show all the holidays that would appear in a complete Christian  If t, show all the holidays that would appear in a complete Christian
2733  calendar.")  calendar.")
2734    
2735    (custom-autoload (quote all-christian-calendar-holidays) "calendar")
2736    
2737  (defvar all-islamic-calendar-holidays nil "\  (defvar all-islamic-calendar-holidays nil "\
2738  *If nil, show only major holidays from the Islamic calendar.  *If nil, show only major holidays from the Islamic calendar.
2739  This means only those Islamic holidays that appear on secular calendars.  This means only those Islamic holidays that appear on secular calendars.
# Line 2331  This means only those Islamic holidays t Line 2741  This means only those Islamic holidays t
2741  If t, show all the holidays that would appear in a complete Islamic  If t, show all the holidays that would appear in a complete Islamic
2742  calendar.")  calendar.")
2743    
2744    (custom-autoload (quote all-islamic-calendar-holidays) "calendar")
2745    
2746  (defvar calendar-load-hook nil "\  (defvar calendar-load-hook nil "\
2747  *List of functions to be called after the calendar is first loaded.  *List of functions to be called after the calendar is first loaded.
2748  This is the place to add key bindings to `calendar-mode-map'.")  This is the place to add key bindings to `calendar-mode-map'.")
2749    
2750    (custom-autoload (quote calendar-load-hook) "calendar")
2751    
2752  (defvar initial-calendar-window-hook nil "\  (defvar initial-calendar-window-hook nil "\
2753  *List of functions to be called when the calendar window is first opened.  *List of functions to be called when the calendar window is first opened.
2754  The functions invoked are called after the calendar window is opened, but  The functions invoked are called after the calendar window is opened, but
2755  once opened is never called again.  Leaving the calendar with the `q' command  once opened is never called again.  Leaving the calendar with the `q' command
2756  and reentering it will cause these functions to be called again.")  and reentering it will cause these functions to be called again.")
2757    
2758    (custom-autoload (quote initial-calendar-window-hook) "calendar")
2759    
2760  (defvar today-visible-calendar-hook nil "\  (defvar today-visible-calendar-hook nil "\
2761  *List of functions called whenever the current date is visible.  *List of functions called whenever the current date is visible.
2762  This can be used, for example, to replace today's date with asterisks; a  This can be used, for example, to replace today's date with asterisks; a
# Line 2358  Other than the use of the provided funct Line 2774  Other than the use of the provided funct
2774  characters in the calendar buffer by the hooks may cause the failure of the  characters in the calendar buffer by the hooks may cause the failure of the
2775  functions that move by days and weeks.")  functions that move by days and weeks.")
2776    
2777    (custom-autoload (quote today-visible-calendar-hook) "calendar")
2778    
2779  (defvar today-invisible-calendar-hook nil "\  (defvar today-invisible-calendar-hook nil "\
2780  *List of functions called whenever the current date is not visible.  *List of functions called whenever the current date is not visible.
2781    
# Line 2369  Other than the use of the provided funct Line 2787  Other than the use of the provided funct
2787  characters in the calendar buffer by the hooks may cause the failure of the  characters in the calendar buffer by the hooks may cause the failure of the
2788  functions that move by days and weeks.")  functions that move by days and weeks.")
2789    
2790    (custom-autoload (quote today-invisible-calendar-hook) "calendar")
2791    
2792  (defvar calendar-move-hook nil "\  (defvar calendar-move-hook nil "\
2793  *List of functions called whenever the cursor moves in the calendar.  *List of functions called whenever the cursor moves in the calendar.
2794    
# Line 2378  For example, Line 2798  For example,
2798    
2799  redisplays the diary for whatever date the cursor is moved to.")  redisplays the diary for whatever date the cursor is moved to.")
2800    
2801    (custom-autoload (quote calendar-move-hook) "calendar")
2802    
2803  (defvar diary-file "~/diary" "\  (defvar diary-file "~/diary" "\
2804  *Name of the file in which one's personal diary of dates is kept.  *Name of the file in which one's personal diary of dates is kept.
2805    
# Line 2475  for these functions for details. Line 2897  for these functions for details.
2897  Diary files can contain directives to include the contents of other files; for  Diary files can contain directives to include the contents of other files; for
2898  details, see the documentation for the variable `list-diary-entries-hook'.")  details, see the documentation for the variable `list-diary-entries-hook'.")
2899    
2900    (custom-autoload (quote diary-file) "calendar")
2901    
2902  (defvar diary-nonmarking-symbol "&" "\  (defvar diary-nonmarking-symbol "&" "\
2903  *Symbol indicating that a diary entry is not to be marked in the calendar.")  *Symbol indicating that a diary entry is not to be marked in the calendar.")
2904    
2905    (custom-autoload (quote diary-nonmarking-symbol) "calendar")
2906    
2907  (defvar hebrew-diary-entry-symbol "H" "\  (defvar hebrew-diary-entry-symbol "H" "\
2908  *Symbol indicating a diary entry according to the Hebrew calendar.")  *Symbol indicating a diary entry according to the Hebrew calendar.")
2909    
2910    (custom-autoload (quote hebrew-diary-entry-symbol) "calendar")
2911    
2912  (defvar islamic-diary-entry-symbol "I" "\  (defvar islamic-diary-entry-symbol "I" "\
2913  *Symbol indicating a diary entry according to the Islamic calendar.")  *Symbol indicating a diary entry according to the Islamic calendar.")
2914    
2915    (custom-autoload (quote islamic-diary-entry-symbol) "calendar")
2916    
2917  (defvar diary-include-string "#include" "\  (defvar diary-include-string "#include" "\
2918  *The string indicating inclusion of another file of diary entries.  *The string indicating inclusion of another file of diary entries.
2919  See the documentation for the function `include-other-diary-files'.")  See the documentation for the function `include-other-diary-files'.")
2920    
2921    (custom-autoload (quote diary-include-string) "calendar")
2922    
2923  (defvar sexp-diary-entry-symbol "%%" "\  (defvar sexp-diary-entry-symbol "%%" "\
2924  *The string used to indicate a sexp diary entry in `diary-file'.  *The string used to indicate a sexp diary entry in `diary-file'.
2925  See the documentation for the function `list-sexp-diary-entries'.")  See the documentation for the function `list-sexp-diary-entries'.")
2926    
2927    (custom-autoload (quote sexp-diary-entry-symbol) "calendar")
2928    
2929  (defvar abbreviated-calendar-year t "\  (defvar abbreviated-calendar-year t "\
2930  *Interpret a two-digit year DD in a diary entry as either 19DD or 20DD.  *Interpret a two-digit year DD in a diary entry as either 19DD or 20DD.
2931  For the Gregorian calendar; similarly for the Hebrew and Islamic calendars.  For the Gregorian calendar; similarly for the Hebrew and Islamic calendars.
2932  If this variable is nil, years must be written in full.")  If this variable is nil, years must be written in full.")
2933    
2934    (custom-autoload (quote abbreviated-calendar-year) "calendar")
2935    
2936  (defvar european-calendar-style nil "\  (defvar european-calendar-style nil "\
2937  *Use the European style of dates in the diary and in any displays.  *Use the European style of dates in the diary and in any displays.
2938  If this variable is t, a date 1/2/1990 would be interpreted as February 1,  If this variable is t, a date 1/2/1990 would be interpreted as February 1,
# Line 2511  If this variable is t, a date 1/2/1990 w Line 2947  If this variable is t, a date 1/2/1990 w
2947  Names can be capitalized or not, written in full, or abbreviated to three  Names can be capitalized or not, written in full, or abbreviated to three
2948  characters with or without a period.")  characters with or without a period.")
2949    
2950    (custom-autoload (quote european-calendar-style) "calendar")
2951    
2952  (defvar american-date-diary-pattern (quote ((month "/" day "[^/0-9]") (month "/" day "/" year "[^0-9]") (monthname " *" day "[^,0-9]") (monthname " *" day ", *" year "[^0-9]") (dayname "\\W"))) "\  (defvar american-date-diary-pattern (quote ((month "/" day "[^/0-9]") (month "/" day "/" year "[^0-9]") (monthname " *" day "[^,0-9]") (monthname " *" day ", *" year "[^0-9]") (dayname "\\W"))) "\
2953  *List of pseudo-patterns describing the American patterns of date used.  *List of pseudo-patterns describing the American patterns of date used.
2954  See the documentation of `diary-date-forms' for an explanation.")  See the documentation of `diary-date-forms' for an explanation.")
2955    
2956    (custom-autoload (quote american-date-diary-pattern) "calendar")
2957    
2958  (defvar european-date-diary-pattern (quote ((day "/" month "[^/0-9]") (day "/" month "/" year "[^0-9]") (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)") (day " *" monthname " *" year "[^0-9]") (dayname "\\W"))) "\  (defvar european-date-diary-pattern (quote ((day "/" month "[^/0-9]") (day "/" month "/" year "[^0-9]") (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)") (day " *" monthname " *" year "[^0-9]") (dayname "\\W"))) "\
2959  *List of pseudo-patterns describing the European patterns of date used.  *List of pseudo-patterns describing the European patterns of date used.
2960  See the documentation of `diary-date-forms' for an explanation.")  See the documentation of `diary-date-forms' for an explanation.")
2961    
2962    (custom-autoload (quote european-date-diary-pattern) "calendar")
2963    
2964  (defvar european-calendar-display-form (quote ((if dayname (concat dayname ", ")) day " " monthname " " year)) "\  (defvar european-calendar-display-form (quote ((if dayname (concat dayname ", ")) day " " monthname " " year)) "\
2965  *Pseudo-pattern governing the way a date appears in the European style.  *Pseudo-pattern governing the way a date appears in the European style.
2966  See the documentation of calendar-date-display-form for an explanation.")  See the documentation of `calendar-date-display-form' for an explanation.")
2967    
2968    (custom-autoload (quote european-calendar-display-form) "calendar")
2969    
2970  (defvar american-calendar-display-form (quote ((if dayname (concat dayname ", ")) monthname " " day ", " year)) "\  (defvar american-calendar-display-form (quote ((if dayname (concat dayname ", ")) monthname " " day ", " year)) "\
2971  *Pseudo-pattern governing the way a date appears in the American style.  *Pseudo-pattern governing the way a date appears in the American style.
2972  See the documentation of `calendar-date-display-form' for an explanation.")  See the documentation of `calendar-date-display-form' for an explanation.")
2973    
2974    (custom-autoload (quote american-calendar-display-form) "calendar")
2975    
2976  (defvar print-diary-entries-hook (quote lpr-buffer) "\  (defvar print-diary-entries-hook (quote lpr-buffer) "\
2977  *List of functions called after a temporary diary buffer is prepared.  *List of functions called after a temporary diary buffer is prepared.
2978  The buffer shows only the diary entries currently visible in the diary  The buffer shows only the diary entries currently visible in the diary
# Line 2534  buffer.  The default just does the print Line 2980  buffer.  The default just does the print
2980  example, rearranging the lines into order by day and time, saving the buffer  example, rearranging the lines into order by day and time, saving the buffer
2981  instead of deleting it, or changing the function used to do the printing.")  instead of deleting it, or changing the function used to do the printing.")
2982    
2983    (custom-autoload (quote print-diary-entries-hook) "calendar")
2984    
2985  (defvar list-diary-entries-hook nil "\  (defvar list-diary-entries-hook nil "\
2986  *List of functions called after diary file is culled for relevant entries.  *List of functions called after diary file is culled for relevant entries.
2987  It is to be used for diary entries that are not found in the diary file.  It is to be used for diary entries that are not found in the diary file.
# Line 2561  in your `.emacs' file to cause the fancy Line 3009  in your `.emacs' file to cause the fancy
3009  diary entries from various included files, each day's entries sorted into  diary entries from various included files, each day's entries sorted into
3010  lexicographic order.")  lexicographic order.")
3011    
3012    (custom-autoload (quote list-diary-entries-hook) "calendar")
3013    
3014  (defvar diary-hook nil "\  (defvar diary-hook nil "\
3015  *List of functions called after the display of the diary.  *List of functions called after the display of the diary.
3016  Can be used for appointment notification.")  Can be used for appointment notification.")
3017    
3018    (custom-autoload (quote diary-hook) "calendar")
3019    
3020  (defvar diary-display-hook nil "\  (defvar diary-display-hook nil "\
3021  *List of functions that handle the display of the diary.  *List of functions that handle the display of the diary.
3022  If nil (the default), `simple-diary-display' is used.  Use `ignore' for no  If nil (the default), `simple-diary-display' is used.  Use `ignore' for no
# Line 2587  diary buffer will not show days for whic Line 3039  diary buffer will not show days for whic
3039  if that day is a holiday; if you want such days to be shown in the fancy  if that day is a holiday; if you want such days to be shown in the fancy
3040  diary buffer, set the variable `diary-list-include-blanks' to t.")  diary buffer, set the variable `diary-list-include-blanks' to t.")
3041    
3042    (custom-autoload (quote diary-display-hook) "calendar")
3043    
3044  (defvar nongregorian-diary-listing-hook nil "\  (defvar nongregorian-diary-listing-hook nil "\
3045  *List of functions called for listing diary file and included files.  *List of functions called for listing diary file and included files.
3046  As the files are processed for diary entries, these functions are used to cull  As the files are processed for diary entries, these functions are used to cull
# Line 2594  relevant entries.  You can use either or Line 3048  relevant entries.  You can use either or
3048  and `list-islamic-diary-entries'.  The documentation for these functions  and `list-islamic-diary-entries'.  The documentation for these functions
3049  describes the style of such diary entries.")  describes the style of such diary entries.")
3050    
3051    (custom-autoload (quote nongregorian-diary-listing-hook) "calendar")
3052    
3053  (defvar mark-diary-entries-hook nil "\  (defvar mark-diary-entries-hook nil "\
3054  *List of functions called after marking diary entries in the calendar.  *List of functions called after marking diary entries in the calendar.
3055    
# Line 2608  variable `diary-include-string'.  When y Line 3064  variable `diary-include-string'.  When y
3064  part of the mark-diary-entries-hook, you will probably also want to use the  part of the mark-diary-entries-hook, you will probably also want to use the
3065  function `include-other-diary-files' as part of `list-diary-entries-hook'.")  function `include-other-diary-files' as part of `list-diary-entries-hook'.")
3066    
3067    (custom-autoload (quote mark-diary-entries-hook) "calendar")
3068    
3069  (defvar nongregorian-diary-marking-hook nil "\  (defvar nongregorian-diary-marking-hook nil "\
3070  *List of functions called for marking diary file and included files.  *List of functions called for marking diary file and included files.
3071  As the files are processed for diary entries, these functions are used to cull  As the files are processed for diary entries, these functions are used to cull
# Line 2615  relevant entries.  You can use either or Line 3073  relevant entries.  You can use either or
3073  and `mark-islamic-diary-entries'.  The documentation for these functions  and `mark-islamic-diary-entries'.  The documentation for these functions
3074  describes the style of such diary entries.")  describes the style of such diary entries.")
3075    
3076    (custom-autoload (quote nongregorian-diary-marking-hook) "calendar")
3077    
3078  (defvar diary-list-include-blanks nil "\  (defvar diary-list-include-blanks nil "\
3079  *If nil, do not include days with no diary entry in the list of diary entries.  *If nil, do not include days with no diary entry in the list of diary entries.
3080  Such days will then not be shown in the fancy diary buffer, even if they  Such days will then not be shown in the fancy diary buffer, even if they
3081  are holidays.")  are holidays.")
3082    
3083    (custom-autoload (quote diary-list-include-blanks) "calendar")
3084    
3085  (defvar holidays-in-diary-buffer t "\  (defvar holidays-in-diary-buffer t "\
3086  *Non-nil means include holidays in the diary display.  *Non-nil means include holidays in the diary display.
3087  The holidays appear in the mode line of the diary buffer, or in the  The holidays appear in the mode line of the diary buffer, or in the
3088  fancy diary buffer next to the date.  This slows down the diary functions  fancy diary buffer next to the date.  This slows down the diary functions
3089  somewhat; setting it to nil makes the diary display faster.")  somewhat; setting it to nil makes the diary display faster.")
3090    
3091    (custom-autoload (quote holidays-in-diary-buffer) "calendar")
3092    
3093  (put (quote general-holidays) (quote risky-local-variable) t)  (put (quote general-holidays) (quote risky-local-variable) t)
3094    
3095  (defvar general-holidays (quote ((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\  (defvar general-holidays (quote ((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\
3096  *General holidays.  Default value is for the United States.  *General holidays.  Default value is for the United States.
3097  See the documentation for `calendar-holidays' for details.")  See the documentation for `calendar-holidays' for details.")
3098    
3099    (custom-autoload (quote general-holidays) "calendar")
3100    
3101  (put (quote oriental-holidays) (quote risky-local-variable) t)  (put (quote oriental-holidays) (quote risky-local-variable) t)
3102    
3103  (defvar oriental-holidays (quote ((if (fboundp (quote atan)) (holiday-chinese-new-year)))) "\  (defvar oriental-holidays (quote ((if (fboundp (quote atan)) (holiday-chinese-new-year)))) "\
3104  *Oriental holidays.  *Oriental holidays.
3105  See the documentation for `calendar-holidays' for details.")  See the documentation for `calendar-holidays' for details.")
3106    
3107    (custom-autoload (quote oriental-holidays) "calendar")
3108    
3109  (put (quote local-holidays) (quote risky-local-variable) t)  (put (quote local-holidays) (quote risky-local-variable) t)
3110    
3111  (defvar local-holidays nil "\  (defvar local-holidays nil "\
3112  *Local holidays.  *Local holidays.
3113  See the documentation for `calendar-holidays' for details.")  See the documentation for `calendar-holidays' for details.")
3114    
3115    (custom-autoload (quote local-holidays) "calendar")
3116    
3117  (put (quote other-holidays) (quote risky-local-variable) t)  (put (quote other-holidays) (quote risky-local-variable) t)
3118    
3119  (defvar other-holidays nil "\  (defvar other-holidays nil "\
3120  *User defined holidays.  *User defined holidays.
3121  See the documentation for `calendar-holidays' for details.")  See the documentation for `calendar-holidays' for details.")
3122    
3123    (custom-autoload (quote other-holidays) "calendar")
3124    
3125  (put (quote hebrew-holidays-1) (quote risky-local-variable) t)  (put (quote hebrew-holidays-1) (quote risky-local-variable) t)
3126    
3127  (defvar hebrew-holidays-1 (quote ((holiday-rosh-hashanah-etc) (if all-hebrew-calendar-holidays (holiday-julian 11 (let* ((m displayed-month) (y displayed-year) (year)) (increment-calendar-month m y -1) (let ((year (extract-calendar-year (calendar-julian-from-absolute (calendar-absolute-from-gregorian (list m 1 y)))))) (if (zerop (% (1+ year) 4)) 22 21))) "\"Tal Umatar\" (evening)")))))  (defvar hebrew-holidays-1 (quote ((holiday-rosh-hashanah-etc) (if all-hebrew-calendar-holidays (holiday-julian 11 (let* ((m displayed-month) (y displayed-year) (year)) (increment-calendar-month m y -1) (let ((year (extract-calendar-year (calendar-julian-from-absolute (calendar-absolute-from-gregorian (list m 1 y)))))) (if (zerop (% (1+ year) 4)) 22 21))) "\"Tal Umatar\" (evening)")))))
# Line 2672  See the documentation for `calendar-holi Line 3144  See the documentation for `calendar-holi
3144  *Jewish holidays.  *Jewish holidays.
3145  See the documentation for `calendar-holidays' for details.")  See the documentation for `calendar-holidays' for details.")
3146    
3147    (custom-autoload (quote hebrew-holidays) "calendar")
3148    
3149  (put (quote christian-holidays) (quote risky-local-variable) t)  (put (quote christian-holidays) (quote risky-local-variable) t)
3150    
3151  (defvar christian-holidays (quote ((if all-christian-calendar-holidays (holiday-fixed 1 6 "Epiphany")) (holiday-easter-etc) (if all-christian-calendar-holidays (holiday-greek-orthodox-easter)) (if all-christian-calendar-holidays (holiday-fixed 8 15 "Assumption")) (if all-christian-calendar-holidays (holiday-advent)) (holiday-fixed 12 25 "Christmas") (if all-christian-calendar-holidays (holiday-julian 12 25 "Eastern Orthodox Christmas")))) "\  (defvar christian-holidays (quote ((if all-christian-calendar-holidays (holiday-fixed 1 6 "Epiphany")) (holiday-easter-etc) (if all-christian-calendar-holidays (holiday-greek-orthodox-easter)) (if all-christian-calendar-holidays (holiday-fixed 8 15 "Assumption")) (if all-christian-calendar-holidays (holiday-advent)) (holiday-fixed 12 25 "Christmas") (if all-christian-calendar-holidays (holiday-julian 12 25 "Eastern Orthodox Christmas")))) "\
3152  *Christian holidays.  *Christian holidays.
3153  See the documentation for `calendar-holidays' for details.")  See the documentation for `calendar-holidays' for details.")
3154    
3155    (custom-autoload (quote christian-holidays) "calendar")
3156    
3157  (put (quote islamic-holidays) (quote risky-local-variable) t)  (put (quote islamic-holidays) (quote risky-local-variable) t)
3158    
3159  (defvar islamic-holidays (quote ((holiday-islamic 1 1 (format "Islamic New Year %d" (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (extract-calendar-year (calendar-islamic-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))))) (if all-islamic-calendar-holidays (holiday-islamic 1 10 "Ashura")) (if all-islamic-calendar-holidays (holiday-islamic 3 12 "Mulad-al-Nabi")) (if all-islamic-calendar-holidays (holiday-islamic 7 26 "Shab-e-Mi'raj")) (if all-islamic-calendar-holidays (holiday-islamic 8 15 "Shab-e-Bara't")) (holiday-islamic 9 1 "Ramadan Begins") (if all-islamic-calendar-holidays (holiday-islamic 9 27 "Shab-e Qadr")) (if all-islamic-calendar-holidays (holiday-islamic 10 1 "Id-al-Fitr")) (if all-islamic-calendar-holidays (holiday-islamic 12 10 "Id-al-Adha")))) "\  (defvar islamic-holidays (quote ((holiday-islamic 1 1 (format "Islamic New Year %d" (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (extract-calendar-year (calendar-islamic-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))))) (if all-islamic-calendar-holidays (holiday-islamic 1 10 "Ashura")) (if all-islamic-calendar-holidays (holiday-islamic 3 12 "Mulad-al-Nabi")) (if all-islamic-calendar-holidays (holiday-islamic 7 26 "Shab-e-Mi'raj")) (if all-islamic-calendar-holidays (holiday-islamic 8 15 "Shab-e-Bara't")) (holiday-islamic 9 1 "Ramadan Begins") (if all-islamic-calendar-holidays (holiday-islamic 9 27 "Shab-e Qadr")) (if all-islamic-calendar-holidays (holiday-islamic 10 1 "Id-al-Fitr")) (if all-islamic-calendar-holidays (holiday-islamic 12 10 "Id-al-Adha")))) "\
3160  *Islamic holidays.  *Islamic holidays.
3161  See the documentation for `calendar-holidays' for details.")  See the documentation for `calendar-holidays' for details.")
3162    
3163    (custom-autoload (quote islamic-holidays) "calendar")
3164    
3165  (put (quote solar-holidays) (quote risky-local-variable) t)  (put (quote solar-holidays) (quote risky-local-variable) t)
3166    
3167  (defvar solar-holidays (quote ((if (fboundp (quote atan)) (solar-equinoxes-solstices)) (if (progn (require (quote cal-dst)) t) (funcall (quote holiday-sexp) calendar-daylight-savings-starts (quote (format "Daylight Savings Time Begins %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name) ""))))) (funcall (quote holiday-sexp) calendar-daylight-savings-ends (quote (format "Daylight Savings Time Ends %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name) "")))))) "\  (defvar solar-holidays (quote ((if (fboundp (quote atan)) (solar-equinoxes-solstices)) (if (progn (require (quote cal-dst)) t) (funcall (quote holiday-sexp) calendar-daylight-savings-starts (quote (format "Daylight Savings Time Begins %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name) ""))))) (funcall (quote holiday-sexp) calendar-daylight-savings-ends (quote (format "Daylight Savings Time Ends %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name) "")))))) "\
3168  *Sun-related holidays.  *Sun-related holidays.
3169  See the documentation for `calendar-holidays' for details.")  See the documentation for `calendar-holidays' for details.")
3170    
3171    (custom-autoload (quote solar-holidays) "calendar")
3172    
3173  (put (quote calendar-holidays) (quote risky-local-variable) t)  (put (quote calendar-holidays) (quote risky-local-variable) t)
3174    
3175  (defvar calendar-setup nil "\  (defvar calendar-setup nil "\
# Line 2704  Choose between the one frame, two frame, Line 3184  Choose between the one frame, two frame,
3184  If called with an optional prefix argument, prompts for month and year.  If called with an optional prefix argument, prompts for month and year.
3185    
3186  The original function `calendar' has been renamed `calendar-basic-setup'.  The original function `calendar' has been renamed `calendar-basic-setup'.
3187  See the documentation of that function for more information." t nil)  See the documentation of that function for more information.
3188    
3189    \(fn &optional ARG)" t nil)
3190    
3191  ;;;***  ;;;***
3192    
3193  ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15556 56060))  ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15853 60258))
3194  ;;; Generated autoloads from progmodes/cc-langs.el  ;;; Generated autoloads from progmodes/cc-langs.el
3195    
3196  (defvar c-mode-syntax-table nil "\  (defvar c-mode-syntax-table nil "\
# Line 2733  Syntax table used in pike-mode buffers." Line 3215  Syntax table used in pike-mode buffers."
3215    
3216  ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode  ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3217  ;;;;;;  c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"  ;;;;;;  c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3218  ;;;;;;  (15613 3383))  ;;;;;;  (15925 53681))
3219  ;;; Generated autoloads from progmodes/cc-mode.el  ;;; Generated autoloads from progmodes/cc-mode.el
3220    
3221  (autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil)  (autoload (quote c-initialize-cc-mode) "cc-mode" "\
3222    Not documented
3223    
3224    \(fn)" nil nil)
3225    
3226  (autoload (quote c-mode) "cc-mode" "\  (autoload (quote c-mode) "cc-mode" "\
3227  Major mode for editing K&R and ANSI C code.  Major mode for editing K&R and ANSI C code.
# Line 2752  bound and has a non-nil value.  Also the Line 3237  bound and has a non-nil value.  Also the
3237  run first.  run first.
3238    
3239  Key bindings:  Key bindings:
3240  \\{c-mode-map}" t nil)  \\{c-mode-map}
3241    
3242    \(fn)" t nil)
3243    
3244  (autoload (quote c++-mode) "cc-mode" "\  (autoload (quote c++-mode) "cc-mode" "\
3245  Major mode for editing C++ code.  Major mode for editing C++ code.
# Line 2769  variable is bound and has a non-nil valu Line 3256  variable is bound and has a non-nil valu
3256  `c-mode-common-hook' is run first.  `c-mode-common-hook' is run first.
3257    
3258  Key bindings:  Key bindings:
3259  \\{c++-mode-map}" t nil)  \\{c++-mode-map}
3260    
3261    \(fn)" t nil)
3262    
3263  (autoload (quote objc-mode) "cc-mode" "\  (autoload (quote objc-mode) "cc-mode" "\
3264  Major mode for editing Objective C code.  Major mode for editing Objective C code.
# Line 2786  is bound and has a non-nil value.  Also Line 3275  is bound and has a non-nil value.  Also
3275  is run first.  is run first.
3276    
3277  Key bindings:  Key bindings:
3278  \\{objc-mode-map}" t nil)  \\{objc-mode-map}
3279    
3280    \(fn)" t nil)
3281    
3282  (autoload (quote java-mode) "cc-mode" "\  (autoload (quote java-mode) "cc-mode" "\
3283  Major mode for editing Java code.  Major mode for editing Java code.
# Line 2805  sets the \"java\" style before calling a Line 3296  sets the \"java\" style before calling a
3296  set styles in `c-mode-common-hook'.  set styles in `c-mode-common-hook'.
3297    
3298  Key bindings:  Key bindings:
3299  \\{java-mode-map}" t nil)  \\{java-mode-map}
3300    
3301    \(fn)" t nil)
3302    
3303  (autoload (quote idl-mode) "cc-mode" "\  (autoload (quote idl-mode) "cc-mode" "\
3304  Major mode for editing CORBA's IDL code.  Major mode for editing CORBA's IDL code.
# Line 2822  variable is bound and has a non-nil valu Line 3315  variable is bound and has a non-nil valu
3315  `c-mode-common-hook' is run first.  `c-mode-common-hook' is run first.
3316    
3317  Key bindings:  Key bindings:
3318  \\{idl-mode-map}" t nil)  \\{idl-mode-map}
3319    
3320    \(fn)" t nil)
3321    
3322  (autoload (quote pike-mode) "cc-mode" "\  (autoload (quote pike-mode) "cc-mode" "\
3323  Major mode for editing Pike code.  Major mode for editing Pike code.
# Line 2839  is bound and has a non-nil value.  Also Line 3334  is bound and has a non-nil value.  Also
3334  `c-mode-common-hook' is run first.  `c-mode-common-hook' is run first.
3335    
3336  Key bindings:  Key bindings:
3337  \\{pike-mode-map}" t nil)  \\{pike-mode-map}
3338    
3339    \(fn)" t nil)
3340    
3341  ;;;***  ;;;***
3342    
3343  ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"  ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3344  ;;;;;;  "progmodes/cc-styles.el" (15619 64098))  ;;;;;;  "progmodes/cc-styles.el" (15924 61974))
3345  ;;; Generated autoloads from progmodes/cc-styles.el  ;;; Generated autoloads from progmodes/cc-styles.el
3346    
3347  (autoload (quote c-set-style) "cc-styles" "\  (autoload (quote c-set-style) "cc-styles" "\
# Line 2872  default). Line 3369  default).
3369  Obviously, setting DONT-OVERRIDE to t is useful mainly when the  Obviously, setting DONT-OVERRIDE to t is useful mainly when the
3370  initial style is chosen for a CC Mode buffer by a major mode.  Since  initial style is chosen for a CC Mode buffer by a major mode.  Since
3371  that is done internally by CC Mode, it typically won't have any effect  that is done internally by CC Mode, it typically won't have any effect
3372  when used elsewhere." t nil)  when used elsewhere.
3373    
3374    \(fn STYLENAME &optional DONT-OVERRIDE)" t nil)
3375    
3376  (autoload (quote c-add-style) "cc-styles" "\  (autoload (quote c-add-style) "cc-styles" "\
3377  Adds a style to `c-style-alist', or updates an existing one.  Adds a style to `c-style-alist', or updates an existing one.
# Line 2883  an association list describing the style Line 3382  an association list describing the style
3382    
3383  See the variable `c-style-alist' for the semantics of BASESTYLE,  See the variable `c-style-alist' for the semantics of BASESTYLE,
3384  VARIABLE and VALUE.  This function also sets the current style to  VARIABLE and VALUE.  This function also sets the current style to
3385  STYLE using `c-set-style' if the optional SET-P flag is non-nil." t nil)  STYLE using `c-set-style' if the optional SET-P flag is non-nil.
3386    
3387    \(fn STYLE DESCRIP &optional SET-P)" t nil)
3388    
3389  (autoload (quote c-set-offset) "cc-styles" "\  (autoload (quote c-set-offset) "cc-styles" "\
3390  Change the value of a syntactic element symbol in `c-offsets-alist'.  Change the value of a syntactic element symbol in `c-offsets-alist'.
3391  SYMBOL is the syntactic element symbol to change and OFFSET is the new  SYMBOL is the syntactic element symbol to change and OFFSET is the new
3392  offset for that syntactic element.  The optional argument is not used  offset for that syntactic element.  The optional argument is not used
3393  and exists only for compatibility reasons." t nil)  and exists only for compatibility reasons.
3394    
3395    \(fn SYMBOL OFFSET &optional IGNORED)" t nil)
3396    
3397  ;;;***  ;;;***
3398    
3399  ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15556 56060))  ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15925 53681))
3400  ;;; Generated autoloads from progmodes/cc-vars.el  ;;; Generated autoloads from progmodes/cc-vars.el
3401    
3402  (defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\  (defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\
# Line 2912  Infodock (based on XEmacs) has an additi Line 3415  Infodock (based on XEmacs) has an additi
3415    
3416  ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program  ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3417  ;;;;;;  declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"  ;;;;;;  declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3418  ;;;;;;  (15186 14372))  ;;;;;;  (15791 52022))
3419  ;;; Generated autoloads from international/ccl.el  ;;; Generated autoloads from international/ccl.el
3420    
3421  (autoload (quote ccl-compile) "ccl" "\  (autoload (quote ccl-compile) "ccl" "\
3422  Return the compiled code of CCL-PROGRAM as a vector of integers." nil nil)  Return the compiled code of CCL-PROGRAM as a vector of integers.
3423    
3424    \(fn CCL-PROGRAM)" nil nil)
3425    
3426  (autoload (quote ccl-dump) "ccl" "\  (autoload (quote ccl-dump) "ccl" "\
3427  Disassemble compiled CCL-CODE." nil nil)  Disassemble compiled CCL-CODE.
3428    
3429    \(fn CCL-CODE)" nil nil)
3430    
3431  (autoload (quote declare-ccl-program) "ccl" "\  (autoload (quote declare-ccl-program) "ccl" "\
3432  Declare NAME as a name of CCL program.  Declare NAME as a name of CCL program.
# Line 2930  yet defined, it must be declared as a CC Line 3437  yet defined, it must be declared as a CC
3437  now CCL program names are resolved not at compile time but before  now CCL program names are resolved not at compile time but before
3438  execution.  execution.
3439    
3440  Optional arg VECTOR is a compiled CCL code of the CCL program." nil (quote macro))  Optional arg VECTOR is a compiled CCL code of the CCL program.
3441    
3442    \(fn NAME &optional VECTOR)" nil (quote macro))
3443    
3444  (autoload (quote define-ccl-program) "ccl" "\  (autoload (quote define-ccl-program) "ccl" "\
3445  Set NAME the compiled code of CCL-PROGRAM.  Set NAME the compiled code of CCL-PROGRAM.
# Line 2962  CCL_BLOCK := STATEMENT | (STATEMENT [STA Line 3471  CCL_BLOCK := STATEMENT | (STATEMENT [STA
3471    
3472  STATEMENT :=  STATEMENT :=
3473          SET | IF | BRANCH | LOOP | REPEAT | BREAK | READ | WRITE | CALL          SET | IF | BRANCH | LOOP | REPEAT | BREAK | READ | WRITE | CALL
3474          | TRANSLATE | END          | TRANSLATE | MAP | LOOKUP | END
3475    
3476  SET :=  (REG = EXPRESSION)  SET :=  (REG = EXPRESSION)
3477          | (REG ASSIGNMENT_OPERATOR EXPRESSION)          | (REG ASSIGNMENT_OPERATOR EXPRESSION)
# Line 3111  ASSIGNMENT_OPERATOR := Line 3620  ASSIGNMENT_OPERATOR :=
3620          ;; (REG <8= ARG) is the same as:          ;; (REG <8= ARG) is the same as:
3621          ;;      ((REG <<= 8)          ;;      ((REG <<= 8)
3622          ;;       (REG |= ARG))          ;;       (REG |= ARG))
3623          | <8=          | <8=
3624    
3625          ;; (REG >8= ARG) is the same as:          ;; (REG >8= ARG) is the same as:
3626          ;;      ((r7 = (REG & 255))          ;;      ((r7 = (REG & 255))
# Line 3129  TRANSLATE := Line 3638  TRANSLATE :=
3638          (translate-character REG(table) REG(charset) REG(codepoint))          (translate-character REG(table) REG(charset) REG(codepoint))
3639          | (translate-character SYMBOL REG(charset) REG(codepoint))          | (translate-character SYMBOL REG(charset) REG(codepoint))
3640          ;; SYMBOL must refer to a table defined by `define-translation-table'.          ;; SYMBOL must refer to a table defined by `define-translation-table'.
3641    LOOKUP :=
3642            (lookup-character SYMBOL REG(charset) REG(codepoint))
3643            | (lookup-integer SYMBOL REG(integer))
3644            ;; SYMBOL refers to a table defined by `define-hash-translation-table'.
3645  MAP :=  MAP :=
3646       (iterate-multiple-map REG REG MAP-IDs)       (iterate-multiple-map REG REG MAP-IDs)
3647       | (map-multiple REG REG (MAP-SET))       | (map-multiple REG REG (MAP-SET))
# Line 3136  MAP := Line 3649  MAP :=
3649  MAP-IDs := MAP-ID ...  MAP-IDs := MAP-ID ...
3650  MAP-SET := MAP-IDs | (MAP-IDs) MAP-SET  MAP-SET := MAP-IDs | (MAP-IDs) MAP-SET
3651  MAP-ID := integer  MAP-ID := integer
3652  " nil (quote macro))  
3653    \(fn NAME CCL-PROGRAM &optional DOC)" nil (quote macro))
3654    
3655  (autoload (quote check-ccl-program) "ccl" "\  (autoload (quote check-ccl-program) "ccl" "\
3656  Check validity of CCL-PROGRAM.  Check validity of CCL-PROGRAM.
3657  If CCL-PROGRAM is a symbol denoting a CCL program, return  If CCL-PROGRAM is a symbol denoting a CCL program, return
3658  CCL-PROGRAM, else return nil.  CCL-PROGRAM, else return nil.
3659  If CCL-PROGRAM is a vector and optional arg NAME (symbol) is supplied,  If CCL-PROGRAM is a vector and optional arg NAME (symbol) is supplied,
3660  register CCL-PROGRAM by name NAME, and return NAME." nil (quote macro))  register CCL-PROGRAM by name NAME, and return NAME.
3661    
3662    \(fn CCL-PROGRAM &optional NAME)" nil (quote macro))
3663    
3664  (autoload (quote ccl-execute-with-args) "ccl" "\  (autoload (quote ccl-execute-with-args) "ccl" "\
3665  Execute CCL-PROGRAM with registers initialized by the remaining args.  Execute CCL-PROGRAM with registers initialized by the remaining args.
3666  The return value is a vector of resulting CCL registers.  The return value is a vector of resulting CCL registers.
3667    
3668  See the documentation of `define-ccl-program' for the detail of CCL program." nil nil)  See the documentation of `define-ccl-program' for the detail of CCL program.
3669    
3670    \(fn CCL-PROG &rest ARGS)" nil nil)
3671    
3672  ;;;***  ;;;***
3673    
# Line 3161  See the documentation of `define-ccl-pro Line 3679  See the documentation of `define-ccl-pro
3679  ;;;;;;  checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer  ;;;;;;  checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3680  ;;;;;;  checkdoc-eval-current-buffer checkdoc-message-interactive  ;;;;;;  checkdoc-eval-current-buffer checkdoc-message-interactive
3681  ;;;;;;  checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"  ;;;;;;  checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3682  ;;;;;;  (15583 13479))  ;;;;;;  (15935 47054))
3683  ;;; Generated autoloads from emacs-lisp/checkdoc.el  ;;; Generated autoloads from emacs-lisp/checkdoc.el
3684    
3685  (autoload (quote checkdoc) "checkdoc" "\  (autoload (quote checkdoc) "checkdoc" "\
3686  Interactivly check the entire buffer for style errors.  Interactively check the entire buffer for style errors.
3687  The current status of the ckeck will be displayed in a buffer which  The current status of the check will be displayed in a buffer which
3688  the users will view as each check is completed." t nil)  the users will view as each check is completed.
3689    
3690    \(fn)" t nil)
3691    
3692  (autoload (quote checkdoc-interactive) "checkdoc" "\  (autoload (quote checkdoc-interactive) "checkdoc" "\
3693  Interactively check the current buffer for doc string errors.  Interactively check the current buffer for doc string errors.
# Line 3176  point, otherwise the check starts at the Line 3696  point, otherwise the check starts at the
3696  buffer.  Allows navigation forward and backwards through document  buffer.  Allows navigation forward and backwards through document
3697  errors.  Does not check for comment or space warnings.  errors.  Does not check for comment or space warnings.
3698  Optional argument SHOWSTATUS indicates that we should update the  Optional argument SHOWSTATUS indicates that we should update the
3699  checkdoc status window instead of the usual behavior." t nil)  checkdoc status window instead of the usual behavior.
3700    
3701    \(fn &optional START-HERE SHOWSTATUS)" t nil)
3702    
3703  (autoload (quote checkdoc-message-interactive) "checkdoc" "\  (autoload (quote checkdoc-message-interactive) "checkdoc" "\
3704  Interactively check the current buffer for message string errors.  Interactively check the current buffer for message string errors.
# Line 3185  point, otherwise the check starts at the Line 3707  point, otherwise the check starts at the
3707  buffer.  Allows navigation forward and backwards through document  buffer.  Allows navigation forward and backwards through document
3708  errors.  Does not check for comment or space warnings.  errors.  Does not check for comment or space warnings.
3709  Optional argument SHOWSTATUS indicates that we should update the  Optional argument SHOWSTATUS indicates that we should update the
3710  checkdoc status window instead of the usual behavior." t nil)  checkdoc status window instead of the usual behavior.
3711    
3712    \(fn &optional START-HERE SHOWSTATUS)" t nil)
3713    
3714  (autoload (quote checkdoc-eval-current-buffer) "checkdoc" "\  (autoload (quote checkdoc-eval-current-buffer) "checkdoc" "\
3715  Evaluate and check documentation for the current buffer.  Evaluate and check documentation for the current buffer.
3716  Evaluation is done first because good documentation for something that  Evaluation is done first because good documentation for something that
3717  doesn't work is just not useful.  Comments, doc strings, and rogue  doesn't work is just not useful.  Comments, doc strings, and rogue
3718  spacing are all verified." t nil)  spacing are all verified.
3719    
3720    \(fn)" t nil)
3721    
3722  (autoload (quote checkdoc-current-buffer) "checkdoc" "\  (autoload (quote checkdoc-current-buffer) "checkdoc" "\
3723  Check current buffer for document, comment, error style, and rogue spaces.  Check current buffer for document, comment, error style, and rogue spaces.
3724  With a prefix argument (in Lisp, the argument TAKE-NOTES),  With a prefix argument (in Lisp, the argument TAKE-NOTES),
3725  store all errors found in a warnings buffer,  store all errors found in a warnings buffer,
3726  otherwise stop after the first error." t nil)  otherwise stop after the first error.
3727    
3728    \(fn &optional TAKE-NOTES)" t nil)
3729    
3730  (autoload (quote checkdoc-start) "checkdoc" "\  (autoload (quote checkdoc-start) "checkdoc" "\
3731  Start scanning the current buffer for documentation string style errors.  Start scanning the current buffer for documentation string style errors.
3732  Only documentation strings are checked.  Only documentation strings are checked.
3733  Use `checkdoc-continue' to continue checking if an error cannot be fixed.  Use `checkdoc-continue' to continue checking if an error cannot be fixed.
3734  Prefix argument TAKE-NOTES means to collect all the warning messages into  Prefix argument TAKE-NOTES means to collect all the warning messages into
3735  a separate buffer." t nil)  a separate buffer.
3736    
3737    \(fn &optional TAKE-NOTES)" t nil)
3738    
3739  (autoload (quote checkdoc-continue) "checkdoc" "\  (autoload (quote checkdoc-continue) "checkdoc" "\
3740  Find the next doc string in the current buffer which has a style error.  Find the next doc string in the current buffer which has a style error.
3741  Prefix argument TAKE-NOTES means to continue through the whole buffer and  Prefix argument TAKE-NOTES means to continue through the whole buffer and
3742  save warnings in a separate buffer.  Second optional argument START-POINT  save warnings in a separate buffer.  Second optional argument START-POINT
3743  is the starting location.  If this is nil, `point-min' is used instead." t nil)  is the starting location.  If this is nil, `point-min' is used instead.
3744    
3745    \(fn &optional TAKE-NOTES)" t nil)
3746    
3747  (autoload (quote checkdoc-comments) "checkdoc" "\  (autoload (quote checkdoc-comments) "checkdoc" "\
3748  Find missing comment sections in the current Emacs Lisp file.  Find missing comment sections in the current Emacs Lisp file.
3749  Prefix argument TAKE-NOTES non-nil means to save warnings in a  Prefix argument TAKE-NOTES non-nil means to save warnings in a
3750  separate buffer.  Otherwise print a message.  This returns the error  separate buffer.  Otherwise print a message.  This returns the error
3751  if there is one." t nil)  if there is one.
3752    
3753    \(fn &optional TAKE-NOTES)" t nil)
3754    
3755  (autoload (quote checkdoc-rogue-spaces) "checkdoc" "\  (autoload (quote checkdoc-rogue-spaces) "checkdoc" "\
3756  Find extra spaces at the end of lines in the current file.  Find extra spaces at the end of lines in the current file.
3757  Prefix argument TAKE-NOTES non-nil means to save warnings in a  Prefix argument TAKE-NOTES non-nil means to save warnings in a
3758  separate buffer.  Otherwise print a message.  This returns the error  separate buffer.  Otherwise print a message.  This returns the error
3759  if there is one.  if there is one.
3760  Optional argument INTERACT permits more interactive fixing." t nil)  Optional argument INTERACT permits more interactive fixing.
3761    
3762    \(fn &optional TAKE-NOTES INTERACT)" t nil)
3763    
3764  (autoload (quote checkdoc-message-text) "checkdoc" "\  (autoload (quote checkdoc-message-text) "checkdoc" "\
3765  Scan the buffer for occurrences of the error function, and verify text.  Scan the buffer for occurrences of the error function, and verify text.
3766  Optional argument TAKE-NOTES causes all errors to be logged." t nil)  Optional argument TAKE-NOTES causes all errors to be logged.
3767    
3768    \(fn &optional TAKE-NOTES)" t nil)
3769    
3770  (autoload (quote checkdoc-eval-defun) "checkdoc" "\  (autoload (quote checkdoc-eval-defun) "checkdoc" "\
3771  Evaluate the current form with `eval-defun' and check its documentation.  Evaluate the current form with `eval-defun' and check its documentation.
3772  Evaluation is done first so the form will be read before the  Evaluation is done first so the form will be read before the
3773  documentation is checked.  If there is a documentation error, then the display  documentation is checked.  If there is a documentation error, then the display
3774  of what was evaluated will be overwritten by the diagnostic message." t nil)  of what was evaluated will be overwritten by the diagnostic message.
3775    
3776    \(fn)" t nil)
3777    
3778  (autoload (quote checkdoc-defun) "checkdoc" "\  (autoload (quote checkdoc-defun) "checkdoc" "\
3779  Examine the doc string of the function or variable under point.  Examine the doc string of the function or variable under point.
3780  Call `error' if the doc string has problems.  If NO-ERROR is  Call `error' if the doc string has problems.  If NO-ERROR is
3781  non-nil, then do not call error, but call `message' instead.  non-nil, then do not call error, but call `message' instead.
3782  If the doc string passes the test, then check the function for rogue white  If the doc string passes the test, then check the function for rogue white
3783  space at the end of each line." t nil)  space at the end of each line.
3784    
3785    \(fn &optional NO-ERROR)" t nil)
3786    
3787  (autoload (quote checkdoc-ispell) "checkdoc" "\  (autoload (quote checkdoc-ispell) "checkdoc" "\
3788  Check the style and spelling of everything interactively.  Check the style and spelling of everything interactively.
3789  Calls `checkdoc' with spell-checking turned on.  Calls `checkdoc' with spell-checking turned on.
3790  Prefix argument TAKE-NOTES is the same as for `checkdoc'" t nil)  Prefix argument TAKE-NOTES is the same as for `checkdoc'
3791    
3792    \(fn &optional TAKE-NOTES)" t nil)
3793    
3794  (autoload (quote checkdoc-ispell-current-buffer) "checkdoc" "\  (autoload (quote checkdoc-ispell-current-buffer) "checkdoc" "\
3795  Check the style and spelling of the current buffer.  Check the style and spelling of the current buffer.
3796  Calls `checkdoc-current-buffer' with spell-checking turned on.  Calls `checkdoc-current-buffer' with spell-checking turned on.
3797  Prefix argument TAKE-NOTES is the same as for `checkdoc-current-buffer'" t nil)  Prefix argument TAKE-NOTES is the same as for `checkdoc-current-buffer'
3798    
3799    \(fn &optional TAKE-NOTES)" t nil)
3800    
3801  (autoload (quote checkdoc-ispell-interactive) "checkdoc" "\  (autoload (quote checkdoc-ispell-interactive) "checkdoc" "\
3802  Check the style and spelling of the current buffer interactively.  Check the style and spelling of the current buffer interactively.
3803  Calls `checkdoc-interactive' with spell-checking turned on.  Calls `checkdoc-interactive' with spell-checking turned on.
3804  Prefix argument TAKE-NOTES is the same as for `checkdoc-interactive'" t nil)  Prefix argument TAKE-NOTES is the same as for `checkdoc-interactive'
3805    
3806    \(fn &optional TAKE-NOTES)" t nil)
3807    
3808  (autoload (quote checkdoc-ispell-message-interactive) "checkdoc" "\  (autoload (quote checkdoc-ispell-message-interactive) "checkdoc" "\
3809  Check the style and spelling of message text interactively.  Check the style and spelling of message text interactively.
3810  Calls `checkdoc-message-interactive' with spell-checking turned on.  Calls `checkdoc-message-interactive' with spell-checking turned on.
3811  Prefix argument TAKE-NOTES is the same as for `checkdoc-message-interactive'" t nil)  Prefix argument TAKE-NOTES is the same as for `checkdoc-message-interactive'
3812    
3813    \(fn &optional TAKE-NOTES)" t nil)
3814    
3815  (autoload (quote checkdoc-ispell-message-text) "checkdoc" "\  (autoload (quote checkdoc-ispell-message-text) "checkdoc" "\
3816  Check the style and spelling of message text interactively.  Check the style and spelling of message text interactively.
3817  Calls `checkdoc-message-text' with spell-checking turned on.  Calls `checkdoc-message-text' with spell-checking turned on.
3818  Prefix argument TAKE-NOTES is the same as for `checkdoc-message-text'" t nil)  Prefix argument TAKE-NOTES is the same as for `checkdoc-message-text'
3819    
3820    \(fn &optional TAKE-NOTES)" t nil)
3821    
3822  (autoload (quote checkdoc-ispell-start) "checkdoc" "\  (autoload (quote checkdoc-ispell-start) "checkdoc" "\
3823  Check the style and spelling of the current buffer.  Check the style and spelling of the current buffer.
3824  Calls `checkdoc-start' with spell-checking turned on.  Calls `checkdoc-start' with spell-checking turned on.
3825  Prefix argument TAKE-NOTES is the same as for `checkdoc-start'" t nil)  Prefix argument TAKE-NOTES is the same as for `checkdoc-start'
3826    
3827    \(fn &optional TAKE-NOTES)" t nil)
3828    
3829  (autoload (quote checkdoc-ispell-continue) "checkdoc" "\  (autoload (quote checkdoc-ispell-continue) "checkdoc" "\
3830  Check the style and spelling of the current buffer after point.  Check the style and spelling of the current buffer after point.
3831  Calls `checkdoc-continue' with spell-checking turned on.  Calls `checkdoc-continue' with spell-checking turned on.
3832  Prefix argument TAKE-NOTES is the same as for `checkdoc-continue'" t nil)  Prefix argument TAKE-NOTES is the same as for `checkdoc-continue'
3833    
3834    \(fn &optional TAKE-NOTES)" t nil)
3835    
3836  (autoload (quote checkdoc-ispell-comments) "checkdoc" "\  (autoload (quote checkdoc-ispell-comments) "checkdoc" "\
3837  Check the style and spelling of the current buffer's comments.  Check the style and spelling of the current buffer's comments.
3838  Calls `checkdoc-comments' with spell-checking turned on.  Calls `checkdoc-comments' with spell-checking turned on.
3839  Prefix argument TAKE-NOTES is the same as for `checkdoc-comments'" t nil)  Prefix argument TAKE-NOTES is the same as for `checkdoc-comments'
3840    
3841    \(fn &optional TAKE-NOTES)" t nil)
3842    
3843  (autoload (quote checkdoc-ispell-defun) "checkdoc" "\  (autoload (quote checkdoc-ispell-defun) "checkdoc" "\
3844  Check the style and spelling of the current defun with Ispell.  Check the style and spelling of the current defun with Ispell.
3845  Calls `checkdoc-defun' with spell-checking turned on.  Calls `checkdoc-defun' with spell-checking turned on.
3846  Prefix argument TAKE-NOTES is the same as for `checkdoc-defun'" t nil)  Prefix argument TAKE-NOTES is the same as for `checkdoc-defun'
3847    
3848    \(fn &optional TAKE-NOTES)" t nil)
3849    
3850  (autoload (quote checkdoc-minor-mode) "checkdoc" "\  (autoload (quote checkdoc-minor-mode) "checkdoc" "\
3851  Toggle Checkdoc minor mode, a mode for checking Lisp doc strings.  Toggle Checkdoc minor mode, a mode for checking Lisp doc strings.
# Line 3295  In Checkdoc minor mode, the usual bindin Line 3855  In Checkdoc minor mode, the usual bindin
3855  bound to \\<checkdoc-minor-mode-map> \\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include  bound to \\<checkdoc-minor-mode-map> \\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include
3856  checking of documentation strings.  checking of documentation strings.
3857    
3858  \\{checkdoc-minor-mode-map}" t nil)  \\{checkdoc-minor-mode-map}
3859    
3860    \(fn &optional ARG)" t nil)
3861    
3862  ;;;***  ;;;***
3863    
3864  ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer  ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer
3865  ;;;;;;  decode-hz-region) "china-util" "language/china-util.el" (15391  ;;;;;;  decode-hz-region) "china-util" "language/china-util.el" (15391
3866  ;;;;;;  60693))  ;;;;;;  33361))
3867  ;;; Generated autoloads from language/china-util.el  ;;; Generated autoloads from language/china-util.el
3868    
3869  (autoload (quote decode-hz-region) "china-util" "\  (autoload (quote decode-hz-region) "china-util" "\
3870  Decode HZ/ZW encoded text in the current region.  Decode HZ/ZW encoded text in the current region.
3871  Return the length of resulting text." t nil)  Return the length of resulting text.
3872    
3873    \(fn BEG END)" t nil)
3874    
3875  (autoload (quote decode-hz-buffer) "china-util" "\  (autoload (quote decode-hz-buffer) "china-util" "\
3876  Decode HZ/ZW encoded text in the current buffer." t nil)  Decode HZ/ZW encoded text in the current buffer.
3877    
3878    \(fn)" t nil)
3879    
3880  (autoload (quote encode-hz-region) "china-util" "\  (autoload (quote encode-hz-region) "china-util" "\
3881  Encode the text in the current region to HZ.  Encode the text in the current region to HZ.
3882  Return the length of resulting text." t nil)  Return the length of resulting text.
3883    
3884    \(fn BEG END)" t nil)
3885    
3886  (autoload (quote encode-hz-buffer) "china-util" "\  (autoload (quote encode-hz-buffer) "china-util" "\
3887  Encode the text in the current buffer to HZ." t nil)  Encode the text in the current buffer to HZ.
3888    
3889    \(fn)" t nil)
3890    
3891  ;;;***  ;;;***
3892    
3893  ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)  ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3894  ;;;;;;  "chistory" "chistory.el" (15575 13401))  ;;;;;;  "chistory" "chistory.el" (15876 52395))
3895  ;;; Generated autoloads from chistory.el  ;;; Generated autoloads from chistory.el
3896    
3897  (autoload (quote repeat-matching-complex-command) "chistory" "\  (autoload (quote repeat-matching-complex-command) "chistory" "\
# Line 3329  Edit and re-evaluate complex command wit Line 3899  Edit and re-evaluate complex command wit
3899  Matching occurrences are displayed, most recent first, until you select  Matching occurrences are displayed, most recent first, until you select
3900  a form for evaluation.  If PATTERN is empty (or nil), every form in the  a form for evaluation.  If PATTERN is empty (or nil), every form in the
3901  command history is offered.  The form is placed in the minibuffer for  command history is offered.  The form is placed in the minibuffer for
3902  editing and the result is evaluated." t nil)  editing and the result is evaluated.
3903    
3904    \(fn &optional PATTERN)" t nil)
3905    
3906  (autoload (quote list-command-history) "chistory" "\  (autoload (quote list-command-history) "chistory" "\
3907  List history of commands typed to minibuffer.  List history of commands typed to minibuffer.
# Line 3337  The number of commands listed is control Line 3909  The number of commands listed is control
3909  Calls value of `list-command-history-filter' (if non-nil) on each history  Calls value of `list-command-history-filter' (if non-nil) on each history
3910  element to judge if that element should be excluded from the list.  element to judge if that element should be excluded from the list.
3911    
3912  The buffer is left in Command History mode." t nil)  The buffer is left in Command History mode.
3913    
3914    \(fn)" t nil)
3915    
3916  (autoload (quote command-history) "chistory" "\  (autoload (quote command-history) "chistory" "\
3917  Examine commands from `command-history' in a buffer.  Examine commands from `command-history' in a buffer.
# Line 3350  and digits provide prefix arguments.  Ta Line 3924  and digits provide prefix arguments.  Ta
3924  \\{command-history-map}  \\{command-history-map}
3925    
3926  This command always recompiles the Command History listing  This command always recompiles the Command History listing
3927  and runs the normal hook `command-history-hook'." t nil)  and runs the normal hook `command-history-hook'.
3928    
3929    \(fn)" t nil)
3930    
3931  ;;;***  ;;;***
3932    
3933  ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15620 28695))  ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15834 24364))
3934  ;;; Generated autoloads from emacs-lisp/cl.el  ;;; Generated autoloads from emacs-lisp/cl.el
3935    
3936  (defvar custom-print-functions nil "\  (defvar custom-print-functions nil "\
# Line 3370  a future Emacs interpreter will be able Line 3946  a future Emacs interpreter will be able
3946  ;;;***  ;;;***
3947    
3948  ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"  ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3949  ;;;;;;  (15605 31041))  ;;;;;;  (15935 47054))
3950  ;;; Generated autoloads from emacs-lisp/cl-indent.el  ;;; Generated autoloads from emacs-lisp/cl-indent.el
3951    
3952  (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil)  (autoload (quote common-lisp-indent-function) "cl-indent" "\
3953    Not documented
3954    
3955    \(fn INDENT-POINT STATE)" nil nil)
3956    
3957  ;;;***  ;;;***
3958    
3959  ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"  ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3960  ;;;;;;  (15250 53322))  ;;;;;;  (15250 27620))
3961  ;;; Generated autoloads from progmodes/cmacexp.el  ;;; Generated autoloads from progmodes/cmacexp.el
3962    
3963  (autoload (quote c-macro-expand) "cmacexp" "\  (autoload (quote c-macro-expand) "cmacexp" "\
# Line 3391  Prompt for arguments to the preprocessor Line 3970  Prompt for arguments to the preprocessor
3970  if the user option `c-macro-prompt-flag' is non-nil.  if the user option `c-macro-prompt-flag' is non-nil.
3971    
3972  Noninteractive args are START, END, SUBST.  Noninteractive args are START, END, SUBST.
3973  For use inside Lisp programs, see also `c-macro-expansion'." t nil)  For use inside Lisp programs, see also `c-macro-expansion'.
3974    
3975    \(fn START END SUBST)" t nil)
3976    
3977  ;;;***  ;;;***
3978    
3979  ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (15394  ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (15935
3980  ;;;;;;  38671))  ;;;;;;  40408))
3981  ;;; Generated autoloads from cmuscheme.el  ;;; Generated autoloads from cmuscheme.el
3982    
3983  (autoload (quote run-scheme) "cmuscheme" "\  (autoload (quote run-scheme) "cmuscheme" "\
# Line 3405  If there is a process already running in Line 3986  If there is a process already running in
3986  With argument, allows you to edit the command line (default is value  With argument, allows you to edit the command line (default is value
3987  of `scheme-program-name').  Runs the hooks `inferior-scheme-mode-hook'  of `scheme-program-name').  Runs the hooks `inferior-scheme-mode-hook'
3988  \(after the `comint-mode-hook' is run).  \(after the `comint-mode-hook' is run).
3989  \(Type \\[describe-mode] in the process buffer for a list of commands.)" t nil)  \(Type \\[describe-mode] in the process buffer for a list of commands.)
3990    
3991    \(fn CMD)" t nil)
3992   (add-hook 'same-window-buffer-names "*scheme*")   (add-hook 'same-window-buffer-names "*scheme*")
3993    
3994  ;;;***  ;;;***
3995    
3996  ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"  ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
3997  ;;;;;;  (15592 18852))  ;;;;;;  (15935 48018))
3998  ;;; Generated autoloads from international/code-pages.el  ;;; Generated autoloads from international/code-pages.el
3999    
4000  (autoload (quote cp-make-coding-system) "code-pages" "\  (autoload (quote cp-make-coding-system) "code-pages" "\
# Line 3419  Make coding system NAME for and 8-bit, e Line 4002  Make coding system NAME for and 8-bit, e
4002  V is a 128-long vector of characters to translate the upper half of  V is a 128-long vector of characters to translate the upper half of
4003  the charactert set.  DOC-STRING and MNEMONIC are used as the  the charactert set.  DOC-STRING and MNEMONIC are used as the
4004  corresponding args of `make-coding-system'.  If MNEMONIC isn't given,  corresponding args of `make-coding-system'.  If MNEMONIC isn't given,
4005  ?* is used." nil (quote macro))  ?* is used.
4006    
4007    \(fn NAME V &optional DOC-STRING MNEMONIC)" nil (quote macro))
4008    
4009  ;;;***  ;;;***
4010    
4011  ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage  ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
4012  ;;;;;;  cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)  ;;;;;;  cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
4013  ;;;;;;  "codepage" "international/codepage.el" (15509 13824))  ;;;;;;  "codepage" "international/codepage.el" (15935 48018))
4014  ;;; Generated autoloads from international/codepage.el  ;;; Generated autoloads from international/codepage.el
4015    
4016  (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\  (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
# Line 3436  ASCII table. Line 4021  ASCII table.
4021  The created coding system has the usual 3 subsidiary systems: for Unix-,  The created coding system has the usual 3 subsidiary systems: for Unix-,
4022  DOS- and Mac-style EOL conversion.  However, unlike built-in coding  DOS- and Mac-style EOL conversion.  However, unlike built-in coding
4023  systems, the Mac-style EOL conversion is currently not supported by the  systems, the Mac-style EOL conversion is currently not supported by the
4024  decoder and encoder created by this function." nil nil)  decoder and encoder created by this function.
4025    
4026    \(fn CODEPAGE ISO-NAME OFFSET)" nil nil)
4027    
4028  (autoload (quote cp-charset-for-codepage) "codepage" "\  (autoload (quote cp-charset-for-codepage) "codepage" "\
4029  Return the charset for which there is a translation table to DOS CODEPAGE.  Return the charset for which there is a translation table to DOS CODEPAGE.
4030  CODEPAGE must be the name of a DOS codepage, a string." nil nil)  CODEPAGE must be the name of a DOS codepage, a string.
4031    
4032    \(fn CODEPAGE)" nil nil)
4033    
4034  (autoload (quote cp-language-for-codepage) "codepage" "\  (autoload (quote cp-language-for-codepage) "codepage" "\
4035  Return the name of the MULE language environment for CODEPAGE.  Return the name of the MULE language environment for CODEPAGE.
4036  CODEPAGE must be the name of a DOS codepage, a string." nil nil)  CODEPAGE must be the name of a DOS codepage, a string.
4037    
4038    \(fn CODEPAGE)" nil nil)
4039    
4040  (autoload (quote cp-offset-for-codepage) "codepage" "\  (autoload (quote cp-offset-for-codepage) "codepage" "\
4041  Return the offset to be used in setting up coding systems for CODEPAGE.  Return the offset to be used in setting up coding systems for CODEPAGE.
4042  CODEPAGE must be the name of a DOS codepage, a string." nil nil)  CODEPAGE must be the name of a DOS codepage, a string.
4043    
4044    \(fn CODEPAGE)" nil nil)
4045    
4046  (autoload (quote cp-supported-codepages) "codepage" "\  (autoload (quote cp-supported-codepages) "codepage" "\
4047  Return an alist of supported codepages.  Return an alist of supported codepages.
# Line 3458  codepage number, and CHARSET is the MULE Line 4051  codepage number, and CHARSET is the MULE
4051  for the character set supported by that codepage.  for the character set supported by that codepage.
4052    
4053  A codepage NNN is supported if a variable called `cpNNN-decode-table' exists,  A codepage NNN is supported if a variable called `cpNNN-decode-table' exists,
4054  is a vector, and has a charset property." nil nil)  is a vector, and has a charset property.
4055    
4056    \(fn)" nil nil)
4057    
4058  (autoload (quote codepage-setup) "codepage" "\  (autoload (quote codepage-setup) "codepage" "\
4059  Create a coding system cpCODEPAGE to support the IBM codepage CODEPAGE.  Create a coding system cpCODEPAGE to support the IBM codepage CODEPAGE.
4060    
4061  These coding systems are meant for encoding and decoding 8-bit non-ASCII  These coding systems are meant for encoding and decoding 8-bit non-ASCII
4062  characters used by the IBM codepages, typically in conjunction with files  characters used by the IBM codepages, typically in conjunction with files
4063  read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil)  read/written by MS-DOS software, or for display on the MS-DOS terminal.
4064    
4065    \(fn CODEPAGE)" t nil)
4066    
4067  ;;;***  ;;;***
4068    
4069  ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list  ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4070  ;;;;;;  comint-redirect-send-command-to-process comint-redirect-send-command  ;;;;;;  comint-redirect-send-command-to-process comint-redirect-send-command
4071  ;;;;;;  comint-run make-comint make-comint-in-buffer) "comint" "comint.el"  ;;;;;;  comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4072  ;;;;;;  (15620 24406))  ;;;;;;  (15930 37559))
4073  ;;; Generated autoloads from comint.el  ;;; Generated autoloads from comint.el
4074    
4075  (autoload (quote make-comint-in-buffer) "comint" "\  (autoload (quote make-comint-in-buffer) "comint" "\
# Line 3484  connection to be opened via `open-networ Line 4081  connection to be opened via `open-networ
4081  running process in that buffer, it is not restarted.  Optional third arg  running process in that buffer, it is not restarted.  Optional third arg
4082  STARTFILE is the name of a file to send the contents of to the process.  STARTFILE is the name of a file to send the contents of to the process.
4083    
4084  If PROGRAM is a string, any more args are arguments to PROGRAM." nil nil)  If PROGRAM is a string, any more args are arguments to PROGRAM.
4085    
4086    \(fn NAME BUFFER PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
4087    
4088  (autoload (quote make-comint) "comint" "\  (autoload (quote make-comint) "comint" "\
4089  Make a comint process NAME in a buffer, running PROGRAM.  Make a comint process NAME in a buffer, running PROGRAM.
# Line 3495  connection to be opened via `open-networ Line 4094  connection to be opened via `open-networ
4094  running process in that buffer, it is not restarted.  Optional third arg  running process in that buffer, it is not restarted.  Optional third arg
4095  STARTFILE is the name of a file to send the contents of to the process.  STARTFILE is the name of a file to send the contents of to the process.
4096    
4097  If PROGRAM is a string, any more args are arguments to PROGRAM." nil nil)  If PROGRAM is a string, any more args are arguments to PROGRAM.
4098    
4099    \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
4100    
4101  (autoload (quote comint-run) "comint" "\  (autoload (quote comint-run) "comint" "\
4102  Run PROGRAM in a comint buffer and switch to it.  Run PROGRAM in a comint buffer and switch to it.
4103  The buffer name is made by surrounding the file name of PROGRAM with `*'s.  The buffer name is made by surrounding the file name of PROGRAM with `*'s.
4104  The file name is used to make a symbol name, such as `comint-sh-hook', and any  The file name is used to make a symbol name, such as `comint-sh-hook', and any
4105  hooks on this symbol are run in the buffer.  hooks on this symbol are run in the buffer.
4106  See `make-comint' and `comint-exec'." t nil)  See `make-comint' and `comint-exec'.
4107    
4108    \(fn PROGRAM)" t nil)
4109    
4110  (autoload (quote comint-redirect-send-command) "comint" "\  (autoload (quote comint-redirect-send-command) "comint" "\
4111  Send COMMAND to process in current buffer, with output to OUTPUT-BUFFER.  Send COMMAND to process in current buffer, with output to OUTPUT-BUFFER.
4112  With prefix arg, echo output in process buffer.  With prefix arg, echo output in process buffer.
4113    
4114  If NO-DISPLAY is non-nil, do not show the output buffer." t nil)  If NO-DISPLAY is non-nil, do not show the output buffer.
4115    
4116    \(fn COMMAND OUTPUT-BUFFER ECHO &optional NO-DISPLAY)" t nil)
4117    
4118  (autoload (quote comint-redirect-send-command-to-process) "comint" "\  (autoload (quote comint-redirect-send-command-to-process) "comint" "\
4119  Send COMMAND to PROCESS, with output to OUTPUT-BUFFER.  Send COMMAND to PROCESS, with output to OUTPUT-BUFFER.
4120  With prefix arg, echo output in process buffer.  With prefix arg, echo output in process buffer.
4121    
4122  If NO-DISPLAY is non-nil, do not show the output buffer." t nil)  If NO-DISPLAY is non-nil, do not show the output buffer.
4123    
4124    \(fn COMMAND OUTPUT-BUFFER PROCESS ECHO &optional NO-DISPLAY)" t nil)
4125    
4126  (autoload (quote comint-redirect-results-list) "comint" "\  (autoload (quote comint-redirect-results-list) "comint" "\
4127  Send COMMAND to current process.  Send COMMAND to current process.
4128  Return a list of expressions in the output which match REGEXP.  Return a list of expressions in the output which match REGEXP.
4129  REGEXP-GROUP is the regular expression group in REGEXP to use." nil nil)  REGEXP-GROUP is the regular expression group in REGEXP to use.
4130    
4131    \(fn COMMAND REGEXP REGEXP-GROUP)" nil nil)
4132    
4133  (autoload (quote comint-redirect-results-list-from-process) "comint" "\  (autoload (quote comint-redirect-results-list-from-process) "comint" "\
4134  Send COMMAND to PROCESS.  Send COMMAND to PROCESS.
4135  Return a list of expressions in the output which match REGEXP.  Return a list of expressions in the output which match REGEXP.
4136  REGEXP-GROUP is the regular expression group in REGEXP to use." nil nil)  REGEXP-GROUP is the regular expression group in REGEXP to use.
4137    
4138    \(fn PROCESS COMMAND REGEXP REGEXP-GROUP)" nil nil)
4139    
4140  ;;;***  ;;;***
4141    
4142  ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (15575  ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (15668
4143  ;;;;;;  13401))  ;;;;;;  8345))
4144  ;;; Generated autoloads from compare-w.el  ;;; Generated autoloads from compare-w.el
4145    
4146  (autoload (quote compare-windows) "compare-w" "\  (autoload (quote compare-windows) "compare-w" "\
# Line 3545  first in the other window, then in the s Line 4156  first in the other window, then in the s
4156    
4157  A prefix arg means ignore changes in whitespace.  A prefix arg means ignore changes in whitespace.
4158  The variable `compare-windows-whitespace' controls how whitespace is skipped.  The variable `compare-windows-whitespace' controls how whitespace is skipped.
4159  If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil)  If `compare-ignore-case' is non-nil, changes in case are also ignored.
4160    
4161    \(fn IGNORE-WHITESPACE)" t nil)
4162    
4163  ;;;***  ;;;***
4164    
4165  ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode  ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
4166  ;;;;;;  compilation-mode grep-find grep compile compilation-search-path  ;;;;;;  compilation-mode grep-tree grep-find grep compile compilation-search-path
4167  ;;;;;;  compilation-ask-about-save compilation-window-height compilation-mode-hook)  ;;;;;;  compilation-ask-about-save compilation-window-height compilation-mode-hook)
4168  ;;;;;;  "compile" "progmodes/compile.el" (15606 51563))  ;;;;;;  "compile" "progmodes/compile.el" (15906 29351))
4169  ;;; Generated autoloads from progmodes/compile.el  ;;; Generated autoloads from progmodes/compile.el
4170    
4171  (defvar compilation-mode-hook nil "\  (defvar compilation-mode-hook nil "\
4172  *List of hook functions run by `compilation-mode' (see `run-hooks').")  *List of hook functions run by `compilation-mode' (see `run-hooks').")
4173    
4174    (custom-autoload (quote compilation-mode-hook) "compile")
4175    
4176  (defvar compilation-window-height nil "\  (defvar compilation-window-height nil "\
4177  *Number of lines in a compilation window.  If nil, use Emacs default.")  *Number of lines in a compilation window.  If nil, use Emacs default.")
4178    
4179    (custom-autoload (quote compilation-window-height) "compile")
4180    
4181  (defvar compilation-process-setup-function nil "\  (defvar compilation-process-setup-function nil "\
4182  *Function to call to customize the compilation process.  *Function to call to customize the compilation process.
4183  This functions is called immediately before the compilation process is  This functions is called immediately before the compilation process is
# Line 3587  and a string describing how the process Line 4204  and a string describing how the process
4204  *Non-nil means \\[compile] asks which buffers to save before compiling.  *Non-nil means \\[compile] asks which buffers to save before compiling.
4205  Otherwise, it saves all modified buffers without asking.")  Otherwise, it saves all modified buffers without asking.")
4206    
4207    (custom-autoload (quote compilation-ask-about-save) "compile")
4208    
4209  (defvar compilation-search-path (quote (nil)) "\  (defvar compilation-search-path (quote (nil)) "\
4210  *List of directories to search for source files named in error messages.  *List of directories to search for source files named in error messages.
4211  Elements should be directory names, not file names of directories.  Elements should be directory names, not file names of directories.
4212  nil as an element means to try the default directory.")  nil as an element means to try the default directory.")
4213    
4214    (custom-autoload (quote compilation-search-path) "compile")
4215    
4216  (autoload (quote compile) "compile" "\  (autoload (quote compile) "compile" "\
4217  Compile the program including the current buffer.  Default: run `make'.  Compile the program including the current buffer.  Default: run `make'.
4218  Runs COMMAND, a shell command, in a separate process asynchronously  Runs COMMAND, a shell command, in a separate process asynchronously
# Line 3609  Then start the next one. Line 4230  Then start the next one.
4230    
4231  The name used for the buffer is actually whatever is returned by  The name used for the buffer is actually whatever is returned by
4232  the function in `compilation-buffer-name-function', so you can set that  the function in `compilation-buffer-name-function', so you can set that
4233  to a function that generates a unique name." t nil)  to a function that generates a unique name.
4234    
4235    \(fn COMMAND)" t nil)
4236    
4237  (autoload (quote grep) "compile" "\  (autoload (quote grep) "compile" "\
4238  Run grep, with user-specified args, and collect output in a buffer.  Run grep, with user-specified args, and collect output in a buffer.
# Line 3623  easily repeat a grep command. Line 4246  easily repeat a grep command.
4246  A prefix argument says to default the argument based upon the current  A prefix argument says to default the argument based upon the current
4247  tag the cursor is over, substituting it into the last grep command  tag the cursor is over, substituting it into the last grep command
4248  in the grep command history (or into `grep-command'  in the grep command history (or into `grep-command'
4249  if that history list is empty)." t nil)  if that history list is empty).
4250    
4251    \(fn COMMAND-ARGS)" t nil)
4252    
4253  (autoload (quote grep-find) "compile" "\  (autoload (quote grep-find) "compile" "\
4254  Run grep via find, with user-specified args COMMAND-ARGS.  Run grep via find, with user-specified args COMMAND-ARGS.
# Line 3632  While find runs asynchronously, you can Line 4257  While find runs asynchronously, you can
4257  to find the text that grep hits refer to.  to find the text that grep hits refer to.
4258    
4259  This command uses a special history list for its arguments, so you can  This command uses a special history list for its arguments, so you can
4260  easily repeat a find command." t nil)  easily repeat a find command.
4261    
4262    \(fn COMMAND-ARGS)" t nil)
4263    
4264  (defvar grep-tree-last-regexp "")  (autoload (quote grep-tree) "compile" "\
4265    Grep for REGEXP in FILES in directory tree rooted at DIR.
4266    Collect output in a buffer.
4267    Interactively, prompt separately for each search parameter.
4268    With prefix arg, reuse previous REGEXP.
4269    The search is limited to file names matching shell pattern FILES.
4270    FILES may use abbreviations defined in `grep-tree-files-aliases', e.g.
4271    entering `ch' is equivalent to `*.[ch]'.
4272    
4273    While find runs asynchronously, you can use the \\[next-error] command
4274    to find the text that grep hits refer to.
4275    
4276    This command uses a special history list for its arguments, so you can
4277    easily repeat a find command.
4278    
4279    When used non-interactively, optional arg SUBDIRS limits the search to
4280    those sub directories of DIR.
4281    
4282    \(fn REGEXP FILES DIR &optional SUBDIRS)" t nil)
4283    
4284  (autoload (quote compilation-mode) "compile" "\  (autoload (quote compilation-mode) "compile" "\
4285  Major mode for compilation log buffers.  Major mode for compilation log buffers.
# Line 3642  Major mode for compilation log buffers. Line 4287  Major mode for compilation log buffers.
4287  move point to the error message line and type \\[compile-goto-error].  move point to the error message line and type \\[compile-goto-error].
4288  To kill the compilation, type \\[kill-compilation].  To kill the compilation, type \\[kill-compilation].
4289    
4290  Runs `compilation-mode-hook' with `run-hooks' (which see)." t nil)  Runs `compilation-mode-hook' with `run-hooks' (which see).
4291    
4292    \(fn &optional NAME-OF-MODE)" t nil)
4293    
4294  (autoload (quote compilation-shell-minor-mode) "compile" "\  (autoload (quote compilation-shell-minor-mode) "compile" "\
4295  Toggle compilation shell minor mode.  Toggle compilation shell minor mode.
4296  With arg, turn compilation mode on if and only if arg is positive.  With arg, turn compilation mode on if and only if arg is positive.
4297  See `compilation-mode'.  In this minor mode, all the error-parsing commands of the
4298  Turning the mode on runs the normal hook `compilation-shell-minor-mode-hook'." t nil)  Compilation major mode are available but bound to keys that don't
4299    collide with Shell mode.  See `compilation-mode'.
4300    Turning the mode on runs the normal hook `compilation-shell-minor-mode-hook'.
4301    
4302    \(fn &optional ARG)" t nil)
4303    
4304  (autoload (quote compilation-minor-mode) "compile" "\  (autoload (quote compilation-minor-mode) "compile" "\
4305  Toggle compilation minor mode.  Toggle compilation minor mode.
4306  With arg, turn compilation mode on if and only if arg is positive.  With arg, turn compilation mode on if and only if arg is positive.
4307  See `compilation-mode'.  In this minor mode, all the error-parsing commands of the
4308  Turning the mode on runs the normal hook `compilation-minor-mode-hook'." t nil)  Compilation major mode are available.  See `compilation-mode'.
4309    Turning the mode on runs the normal hook `compilation-minor-mode-hook'.
4310    
4311    \(fn &optional ARG)" t nil)
4312    
4313  (autoload (quote next-error) "compile" "\  (autoload (quote next-error) "compile" "\
4314  Visit next compilation error message and corresponding source code.  Visit next compilation error message and corresponding source code.
# Line 3679  it stays with that buffer until you use Line 4333  it stays with that buffer until you use
4333  uses Compilation mode or Compilation Minor mode.  uses Compilation mode or Compilation Minor mode.
4334    
4335  See variables `compilation-parse-errors-function' and  See variables `compilation-parse-errors-function' and
4336  `compilation-error-regexp-alist' for customization ideas." t nil)  `compilation-error-regexp-alist' for customization ideas.
4337    
4338    \(fn &optional ARGP)" t nil)
4339   (define-key ctl-x-map "`" 'next-error)   (define-key ctl-x-map "`" 'next-error)
4340    
4341  ;;;***  ;;;***
4342    
4343  ;;;### (autoloads (partial-completion-mode) "complete" "complete.el"  ;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4344  ;;;;;;  (15187 36233))  ;;;;;;  (15851 7849))
4345  ;;; Generated autoloads from complete.el  ;;; Generated autoloads from complete.el
4346    
4347  (defvar partial-completion-mode nil "\  (defvar partial-completion-mode nil "\
# Line 3694  See the command `partial-completion-mode Line 4350  See the command `partial-completion-mode
4350  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
4351  use either \\[customize] or the function `partial-completion-mode'.")  use either \\[customize] or the function `partial-completion-mode'.")
4352    
4353  (custom-add-to-group (quote partial-completion) (quote partial-completion-mode) (quote custom-variable))  (custom-autoload (quote partial-completion-mode) "complete")
   
 (custom-add-load (quote partial-completion-mode) (quote complete))  
4354    
4355  (autoload (quote partial-completion-mode) "complete" "\  (autoload (quote partial-completion-mode) "complete" "\
4356  Toggle Partial Completion mode.  Toggle Partial Completion mode.
# Line 3715  other file in that directory begin with Line 4369  other file in that directory begin with
4369  Unless `PC-disable-includes' is non-nil, the `<...>' sequence is interpreted  Unless `PC-disable-includes' is non-nil, the `<...>' sequence is interpreted
4370  specially in \\[find-file].  For example,  specially in \\[find-file].  For example,
4371  \\[find-file] <sys/time.h> RET finds the file `/usr/include/sys/time.h'.  \\[find-file] <sys/time.h> RET finds the file `/usr/include/sys/time.h'.
4372  See also the variable `PC-include-file-path'." t nil)  See also the variable `PC-include-file-path'.
4373    
4374    \(fn &optional ARG)" t nil)
4375    
4376  ;;;***  ;;;***
4377    
4378  ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"  ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4379  ;;;;;;  (15394 38671))  ;;;;;;  (15935 40594))
4380  ;;; Generated autoloads from completion.el  ;;; Generated autoloads from completion.el
4381    
4382  (autoload (quote dynamic-completion-mode) "completion" "\  (autoload (quote dynamic-completion-mode) "completion" "\
4383  Enable dynamic word-completion." t nil)  Enable dynamic word-completion.
4384    
4385    \(fn)" t nil)
4386    
4387  ;;;***  ;;;***
4388    
4389  ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after  ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
4390  ;;;;;;  find-composition compose-chars decompose-string compose-string  ;;;;;;  find-composition compose-chars decompose-string compose-string
4391  ;;;;;;  decompose-region compose-region) "composite" "composite.el"  ;;;;;;  decompose-region compose-region) "composite" "composite.el"
4392  ;;;;;;  (15186 14362))  ;;;;;;  (15935 40578))
4393  ;;; Generated autoloads from composite.el  ;;; Generated autoloads from composite.el
4394    
4395  (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\  (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\
# Line 3776  follows (the point `*' corresponds to bo Line 4434  follows (the point `*' corresponds to bo
4434  (autoload (quote compose-region) "composite" "\  (autoload (quote compose-region) "composite" "\
4435  Compose characters in the current region.  Compose characters in the current region.
4436    
4437    Characters are composed relatively, i.e. composed by overstricking or
4438    stacking depending on ascent, descent and other properties.
4439    
4440  When called from a program, expects these four arguments.  When called from a program, expects these four arguments.
4441    
4442  First two arguments START and END are positions (integers or markers)  First two arguments START and END are positions (integers or markers)
4443  specifying the region.  specifying the region.
4444    
4445  Optional 3rd argument COMPONENTS, if non-nil, is a character or a  Optional 3rd argument COMPONENTS, if non-nil, is a character or a
4446  sequence (vector, list, or string) of integers.  sequence (vector, list, or string) of integers.  In this case,
4447    characters are composed not relatively but according to COMPONENTS.
4448    
4449  If it is a character, it is an alternate character to display instead  If it is a character, it is an alternate character to display instead
4450  of the text in the region.  of the text in the region.
# Line 3800  detail. Line 4462  detail.
4462    
4463  Optional 4th argument MODIFICATION-FUNC is a function to call to  Optional 4th argument MODIFICATION-FUNC is a function to call to
4464  adjust the composition when it gets invalid because of a change of  adjust the composition when it gets invalid because of a change of
4465  text in the composition." t nil)  text in the composition.
4466    
4467    \(fn START END &optional COMPONENTS MODIFICATION-FUNC)" t nil)
4468    
4469  (autoload (quote decompose-region) "composite" "\  (autoload (quote decompose-region) "composite" "\
4470  Decompose text in the current region.  Decompose text in the current region.
4471    
4472  When called from a program, expects two arguments,  When called from a program, expects two arguments,
4473  positions (integers or markers) specifying the region." t nil)  positions (integers or markers) specifying the region.
4474    
4475    \(fn START END)" t nil)
4476    
4477  (autoload (quote compose-string) "composite" "\  (autoload (quote compose-string) "composite" "\
4478  Compose characters in string STRING.  Compose characters in string STRING.
# Line 3824  sequence (vector, list, or string) of in Line 4490  sequence (vector, list, or string) of in
4490    
4491  Optional 5th argument MODIFICATION-FUNC is a function to call to  Optional 5th argument MODIFICATION-FUNC is a function to call to
4492  adjust the composition when it gets invalid because of a change of  adjust the composition when it gets invalid because of a change of
4493  text in the composition." nil nil)  text in the composition.
4494    
4495    \(fn STRING &optional START END COMPONENTS MODIFICATION-FUNC)" nil nil)
4496    
4497  (autoload (quote decompose-string) "composite" "\  (autoload (quote decompose-string) "composite" "\
4498  Return STRING where `composition' property is removed." nil nil)  Return STRING where `composition' property is removed.
4499    
4500    \(fn STRING)" nil nil)
4501    
4502  (autoload (quote compose-chars) "composite" "\  (autoload (quote compose-chars) "composite" "\
4503  Return a string from arguments in which all characters are composed.  Return a string from arguments in which all characters are composed.
# Line 3836  For rule-based composition, Mth (where M Line 4506  For rule-based composition, Mth (where M
4506  characters, and Nth (where N is even) arguments are composition rules.  characters, and Nth (where N is even) arguments are composition rules.
4507  A composition rule is a cons of glyph reference points of the form  A composition rule is a cons of glyph reference points of the form
4508  \(GLOBAL-REF-POINT . NEW-REF-POINT).  See the documentation of  \(GLOBAL-REF-POINT . NEW-REF-POINT).  See the documentation of
4509  `reference-point-alist' for more detail." nil nil)  `reference-point-alist' for more detail.
4510    
4511    \(fn &rest ARGS)" nil nil)
4512    
4513  (autoload (quote find-composition) "composite" "\  (autoload (quote find-composition) "composite" "\
4514  Return information about a composition at or nearest to buffer position POS.  Return information about a composition at or nearest to buffer position POS.
# Line 3869  and composition rules as described in `c Line 4541  and composition rules as described in `c
4541    
4542  MOD-FUNC is a modification function of the composition.  MOD-FUNC is a modification function of the composition.
4543    
4544  WIDTH is a number of columns the composition occupies on the screen." nil nil)  WIDTH is a number of columns the composition occupies on the screen.
4545    
4546    \(fn POS &optional LIMIT STRING DETAIL-P)" nil nil)
4547    
4548  (autoload (quote compose-chars-after) "composite" "\  (autoload (quote compose-chars-after) "composite" "\
4549  Compose characters in current buffer after position POS.  Compose characters in current buffer after position POS.
# Line 3893  Optional 2nd arg LIMIT, if non-nil, limi Line 4567  Optional 2nd arg LIMIT, if non-nil, limi
4567  Optional 3rd arg OBJECT, if non-nil, is a string that contains the  Optional 3rd arg OBJECT, if non-nil, is a string that contains the
4568  text to compose.  In that case, POS and LIMIT index to the string.  text to compose.  In that case, POS and LIMIT index to the string.
4569    
4570  This function is the default value of `compose-chars-after-function'." nil nil)  This function is the default value of `compose-chars-after-function'.
4571    
4572    \(fn POS &optional LIMIT OBJECT)" nil nil)
4573    
4574  (autoload (quote compose-last-chars) "composite" "\  (autoload (quote compose-last-chars) "composite" "\
4575  Compose last characters.  Compose last characters.
# Line 3906  and that function find a proper rule to Line 4582  and that function find a proper rule to
4582  This function is intended to be used from input methods.  This function is intended to be used from input methods.
4583  The global keymap binds special event `compose-last-chars' to this  The global keymap binds special event `compose-last-chars' to this
4584  function.  Input method may generate an event (compose-last-chars N COMPONENTS)  function.  Input method may generate an event (compose-last-chars N COMPONENTS)
4585  after a sequence character events." t nil)  after a sequence character events.
4586    
4587    \(fn ARGS)" t nil)
4588  (global-set-key [compose-last-chars] 'compose-last-chars)  (global-set-key [compose-last-chars] 'compose-last-chars)
4589    
4590  (autoload (quote decompose-composite-char) "composite" "\  (autoload (quote decompose-composite-char) "composite" "\
4591  Convert CHAR to string.  Convert CHAR to string.
 This is only for backward compatibility with Emacs 20.4 and the earlier.  
4592    
4593  If optional 2nd arg TYPE is non-nil, it is `string', `list', or  If optional 2nd arg TYPE is non-nil, it is `string', `list', or
4594  `vector'.  In this case, CHAR is converted string, list of CHAR, or  `vector'.  In this case, CHAR is converted to string, list of CHAR, or
4595  vector of CHAR respectively." nil nil)  vector of CHAR respectively.
4596    Optional 3rd arg WITH-COMPOSITION-RULE is ignored.
4597    
4598    \(fn CHAR &optional TYPE WITH-COMPOSITION-RULE)" nil nil)
4599    
4600    (make-obsolete (quote decompose-composite-char) (quote char-to-string) "21.1")
4601    
4602  ;;;***  ;;;***
4603    
4604  ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)  ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4605  ;;;;;;  "cookie1" "play/cookie1.el" (15391 60712))  ;;;;;;  "cookie1" "play/cookie1.el" (15365 62270))
4606  ;;; Generated autoloads from play/cookie1.el  ;;; Generated autoloads from play/cookie1.el
4607    
4608  (autoload (quote cookie) "cookie1" "\  (autoload (quote cookie) "cookie1" "\
4609  Return a random phrase from PHRASE-FILE.  Return a random phrase from PHRASE-FILE.
4610  When the phrase file is read in, display STARTMSG at the beginning  When the phrase file is read in, display STARTMSG at the beginning
4611  of load, ENDMSG at the end." nil nil)  of load, ENDMSG at the end.
4612    
4613    \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil)
4614    
4615  (autoload (quote cookie-insert) "cookie1" "\  (autoload (quote cookie-insert) "cookie1" "\
4616  Insert random phrases from PHRASE-FILE; COUNT of them.  Insert random phrases from PHRASE-FILE; COUNT of them.
4617  When the phrase file is read in, display STARTMSG at the beginning  When the phrase file is read in, display STARTMSG at the beginning
4618  of load, ENDMSG at the end." nil nil)  of load, ENDMSG at the end.
4619    
4620    \(fn PHRASE-FILE &optional COUNT STARTMSG ENDMSG)" nil nil)
4621    
4622  (autoload (quote cookie-snarf) "cookie1" "\  (autoload (quote cookie-snarf) "cookie1" "\
4623  Reads in the PHRASE-FILE, returns it as a vector of strings.  Reads in the PHRASE-FILE, returns it as a vector of strings.
4624  Emit STARTMSG and ENDMSG before and after.  Caches the result; second  Emit STARTMSG and ENDMSG before and after.  Caches the result; second
4625  and subsequent calls on the same file won't go to disk." nil nil)  and subsequent calls on the same file won't go to disk.
4626    
4627    \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil)
4628    
4629  (autoload (quote shuffle-vector) "cookie1" "\  (autoload (quote shuffle-vector) "cookie1" "\
4630  Randomly permute the elements of VECTOR (all permutations equally likely)." nil nil)  Randomly permute the elements of VECTOR (all permutations equally likely).
4631    
4632    \(fn VECTOR)" nil nil)
4633    
4634  ;;;***  ;;;***
4635    
4636  ;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el"  ;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el"
4637  ;;;;;;  (15464 26324))  ;;;;;;  (15458 48079))
4638  ;;; Generated autoloads from emacs-lisp/copyright.el  ;;; Generated autoloads from emacs-lisp/copyright.el
4639    
4640  (autoload (quote copyright-update) "copyright" "\  (autoload (quote copyright-update) "copyright" "\
# Line 3952  Update copyright notice at beginning of Line 4642  Update copyright notice at beginning of
4642  With prefix ARG, replace the years in the notice rather than adding  With prefix ARG, replace the years in the notice rather than adding
4643  the current year after them.  If necessary, and  the current year after them.  If necessary, and
4644  `copyright-current-gpl-version' is set, any copying permissions  `copyright-current-gpl-version' is set, any copying permissions
4645  following the copyright are updated as well." t nil)  following the copyright are updated as well.
4646    
4647    \(fn &optional ARG)" t nil)
4648    
4649  (autoload (quote copyright) "copyright" "\  (autoload (quote copyright) "copyright" "\
4650  Insert a copyright by $ORGANIZATION notice at cursor." t nil)  Insert a copyright by $ORGANIZATION notice at cursor." t nil)
# Line 3960  Insert a copyright by $ORGANIZATION noti Line 4652  Insert a copyright by $ORGANIZATION noti
4652  ;;;***  ;;;***
4653    
4654  ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"  ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
4655  ;;;;;;  (15538 21135))  ;;;;;;  (15935 48914))
4656  ;;; Generated autoloads from progmodes/cperl-mode.el  ;;; Generated autoloads from progmodes/cperl-mode.el
4657    
4658  (autoload (quote cperl-mode) "cperl-mode" "\  (autoload (quote cperl-mode) "cperl-mode" "\
# Line 3975  sometimes <>.  When the user types the f Line 4667  sometimes <>.  When the user types the f
4667  well, with optional special formatting done on {}.  (Disabled by  well, with optional special formatting done on {}.  (Disabled by
4668  default.)  You can always quote (with \\[quoted-insert]) the left  default.)  You can always quote (with \\[quoted-insert]) the left
4669  \"paren\" to avoid the expansion.  The processing of < is special,  \"paren\" to avoid the expansion.  The processing of < is special,
4670  since most the time you mean \"less\".  Cperl mode tries to guess  since most the time you mean \"less\".  CPerl mode tries to guess
4671  whether you want to type pair <>, and inserts is if it  whether you want to type pair <>, and inserts is if it
4672  appropriate.  You can set `cperl-electric-parens-string' to the string that  appropriate.  You can set `cperl-electric-parens-string' to the string that
4673  contains the parenths from the above list you want to be electrical.  contains the parenths from the above list you want to be electrical.
# Line 4126  with no args. Line 4818  with no args.
4818    
4819  DO NOT FORGET to read micro-docs (available from `Perl' menu)  DO NOT FORGET to read micro-docs (available from `Perl' menu)
4820  or as help on variables `cperl-tips', `cperl-problems',  or as help on variables `cperl-tips', `cperl-problems',
4821  `cperl-non-problems', `cperl-praise', `cperl-speed'." t nil)  `cperl-praise', `cperl-speed'.
4822    
4823    \(fn)" t nil)
4824    
4825  ;;;***  ;;;***
4826    
4827  ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"  ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4828  ;;;;;;  (15593 39932))  ;;;;;;  (15935 48914))
4829  ;;; Generated autoloads from progmodes/cpp.el  ;;; Generated autoloads from progmodes/cpp.el
4830    
4831  (autoload (quote cpp-highlight-buffer) "cpp" "\  (autoload (quote cpp-highlight-buffer) "cpp" "\
4832  Highlight C code according to preprocessor conditionals.  Highlight C code according to preprocessor conditionals.
4833  This command pops up a buffer which you should edit to specify  This command pops up a buffer which you should edit to specify
4834  what kind of highlighting to use, and the criteria for highlighting.  what kind of highlighting to use, and the criteria for highlighting.
4835  A prefix arg suppresses display of that buffer." t nil)  A prefix arg suppresses display of that buffer.
4836    
4837    \(fn ARG)" t nil)
4838    
4839  (autoload (quote cpp-parse-edit) "cpp" "\  (autoload (quote cpp-parse-edit) "cpp" "\
4840  Edit display information for cpp conditionals." t nil)  Edit display information for cpp conditionals.
4841    
4842    \(fn)" t nil)
4843    
4844  ;;;***  ;;;***
4845    
4846  ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"  ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4847  ;;;;;;  (14632 7633))  ;;;;;;  (15935 47202))
4848  ;;; Generated autoloads from emulation/crisp.el  ;;; Generated autoloads from emulation/crisp.el
4849    
4850  (defvar crisp-mode nil "\  (defvar crisp-mode nil "\
# Line 4157  indicates CRiSP mode is enabled. Line 4855  indicates CRiSP mode is enabled.
4855  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
4856  use either M-x customize or the function `crisp-mode'.")  use either M-x customize or the function `crisp-mode'.")
4857    
4858  (custom-add-to-group (quote crisp) (quote crisp-mode) (quote custom-variable))  (custom-autoload (quote crisp-mode) "crisp")
   
 (custom-add-load (quote crisp-mode) (quote crisp))  
4859    
4860  (autoload (quote crisp-mode) "crisp" "\  (autoload (quote crisp-mode) "crisp" "\
4861  Toggle CRiSP/Brief emulation minor mode.  Toggle CRiSP/Brief emulation minor mode.
4862  With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil)  With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4863    
4864    \(fn &optional ARG)" t nil)
4865    
4866  (defalias (quote brief-mode) (quote crisp-mode))  (defalias (quote brief-mode) (quote crisp-mode))
4867    
4868  ;;;***  ;;;***
4869    
4870  ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"  ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4871  ;;;;;;  (15391 60525))  ;;;;;;  (15935 47054))
4872  ;;; Generated autoloads from emacs-lisp/crm.el  ;;; Generated autoloads from emacs-lisp/crm.el
4873    
4874  (autoload (quote completing-read-multiple) "crm" "\  (autoload (quote completing-read-multiple) "crm" "\
# Line 4199  The return value of this function is a l Line 4897  The return value of this function is a l
4897    
4898  See the documentation for `completing-read' for details on the arguments:  See the documentation for `completing-read' for details on the arguments:
4899  PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST, DEF, and  PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST, DEF, and
4900  INHERIT-INPUT-METHOD." nil nil)  INHERIT-INPUT-METHOD.
4901    
4902    \(fn PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil)
4903    
4904  ;;;***  ;;;***
4905    
4906  ;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el"  ;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el"
4907  ;;;;;;  (15610 48542))  ;;;;;;  (15935 47202))
4908  ;;; Generated autoloads from emulation/cua-base.el  ;;; Generated autoloads from emulation/cua-base.el
4909    
4910  (defvar cua-mode nil "\  (defvar cua-mode nil "\
# Line 4219  PC Selection Mode and Delete Selection M Line 4919  PC Selection Mode and Delete Selection M
4919  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
4920  use either \\[customize] or the function `cua-mode'.")  use either \\[customize] or the function `cua-mode'.")
4921    
4922  (custom-add-to-group (quote cua) (quote cua-mode) (quote custom-variable))  (custom-autoload (quote cua-mode) "cua-base")
   
 (custom-add-load (quote cua-mode) (quote cua-base))  
4923    
4924  (autoload (quote cua-mode) "cua-base" "\  (autoload (quote cua-mode) "cua-base" "\
4925  Toggle CUA key-binding mode.  Toggle CUA key-binding mode.
4926  When enabled, using shifted movement keys will activate the region (and  When enabled, using shifted movement keys will activate the region (and
4927  highlight the region using `transient-mark-mode'), and typed text replaces  highlight the region using `transient-mark-mode'), and typed text replaces
4928  the active selection.  C-z, C-x, C-c, and C-v will undo, cut, copy, and  the active selection.  C-z, C-x, C-c, and C-v will undo, cut, copy, and
4929  paste (in addition to the normal emacs bindings)." t nil)  paste (in addition to the normal emacs bindings).
4930    
4931    \(fn &optional ARG)" t nil)
4932    
4933  ;;;***  ;;;***
4934    
# Line 4237  paste (in addition to the normal emacs b Line 4937  paste (in addition to the normal emacs b
4937  ;;;;;;  custom-buffer-create customize-apropos-groups customize-apropos-faces  ;;;;;;  custom-buffer-create customize-apropos-groups customize-apropos-faces
4938  ;;;;;;  customize-apropos-options customize-apropos customize-saved  ;;;;;;  customize-apropos-options customize-apropos customize-saved
4939  ;;;;;;  customize-customized customize-face-other-window customize-face  ;;;;;;  customize-customized customize-face-other-window customize-face
4940  ;;;;;;  customize-option-other-window customize-changed-options customize-option  ;;;;;;  customize-changed-options customize-option-other-window customize-option
4941  ;;;;;;  customize-group-other-window customize-group customize customize-save-variable  ;;;;;;  customize-group-other-window customize-group customize-mode
4942  ;;;;;;  customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"  ;;;;;;  customize customize-save-variable customize-set-variable
4943  ;;;;;;  (15620 5058))  ;;;;;;  customize-set-value) "cus-edit" "cus-edit.el" (15931 5982))
4944  ;;; Generated autoloads from cus-edit.el  ;;; Generated autoloads from cus-edit.el
4945   (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")   (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
4946    
# Line 4253  it were the arg to `interactive' (which Line 4953  it were the arg to `interactive' (which
4953  If VARIABLE has a `custom-type' property, it must be a widget and the  If VARIABLE has a `custom-type' property, it must be a widget and the
4954  `:prompt-value' property of that widget will be used for reading the value.  `:prompt-value' property of that widget will be used for reading the value.
4955    
4956  If given a prefix (or a COMMENT argument), also prompt for a comment." t nil)  If given a prefix (or a COMMENT argument), also prompt for a comment.
4957    
4958    \(fn VARIABLE VALUE &optional COMMENT)" t nil)
4959    
4960  (autoload (quote customize-set-variable) "cus-edit" "\  (autoload (quote customize-set-variable) "cus-edit" "\
4961  Set the default for VARIABLE to VALUE, and return VALUE.  Set the default for VARIABLE to VALUE, and return VALUE.
# Line 4271  it were the arg to `interactive' (which Line 4973  it were the arg to `interactive' (which
4973  If VARIABLE has a `custom-type' property, it must be a widget and the  If VARIABLE has a `custom-type' property, it must be a widget and the
4974  `:prompt-value' property of that widget will be used for reading the value.  `:prompt-value' property of that widget will be used for reading the value.
4975    
4976  If given a prefix (or a COMMENT argument), also prompt for a comment." t nil)  If given a prefix (or a COMMENT argument), also prompt for a comment.
4977    
4978    \(fn VARIABLE VALUE &optional COMMENT)" t nil)
4979    
4980  (autoload (quote customize-save-variable) "cus-edit" "\  (autoload (quote customize-save-variable) "cus-edit" "\
4981  Set the default for VARIABLE to VALUE, and save it for future sessions.  Set the default for VARIABLE to VALUE, and save it for future sessions.
# Line 4289  it were the arg to `interactive' (which Line 4993  it were the arg to `interactive' (which
4993  If VARIABLE has a `custom-type' property, it must be a widget and the  If VARIABLE has a `custom-type' property, it must be a widget and the
4994  `:prompt-value' property of that widget will be used for reading the value.  `:prompt-value' property of that widget will be used for reading the value.
4995    
4996  If given a prefix (or a COMMENT argument), also prompt for a comment." t nil)  If given a prefix (or a COMMENT argument), also prompt for a comment.
4997    
4998    \(fn VARIABLE VALUE &optional COMMENT)" t nil)
4999    
5000  (autoload (quote customize) "cus-edit" "\  (autoload (quote customize) "cus-edit" "\
5001  Select a customization buffer which you can use to set user options.  Select a customization buffer which you can use to set user options.
5002  User options are structured into \"groups\".  User options are structured into \"groups\".
5003  Initially the top-level group `Emacs' and its immediate subgroups  Initially the top-level group `Emacs' and its immediate subgroups
5004  are shown; the contents of those subgroups are initially hidden." t nil)  are shown; the contents of those subgroups are initially hidden.
5005    
5006    \(fn)" t nil)
5007    
5008    (autoload (quote customize-mode) "cus-edit" "\
5009    Customize options related to the current major mode.
5010    If a prefix \\[universal-argument] was given (or if the current major mode has no known group),
5011    then prompt for the MODE to customize.
5012    
5013    \(fn MODE)" t nil)
5014    
5015  (autoload (quote customize-group) "cus-edit" "\  (autoload (quote customize-group) "cus-edit" "\
5016  Customize GROUP, which must be a customization group." t nil)  Customize GROUP, which must be a customization group.
5017    
5018    \(fn GROUP)" t nil)
5019    
5020  (autoload (quote customize-group-other-window) "cus-edit" "\  (autoload (quote customize-group-other-window) "cus-edit" "\
5021  Customize GROUP, which must be a customization group." t nil)  Customize GROUP, which must be a customization group.
5022    
5023    \(fn GROUP)" t nil)
5024    
5025  (defalias (quote customize-variable) (quote customize-option))  (defalias (quote customize-variable) (quote customize-option))
5026    
5027  (autoload (quote customize-option) "cus-edit" "\  (autoload (quote customize-option) "cus-edit" "\
5028  Customize SYMBOL, which must be a user option variable." t nil)  Customize SYMBOL, which must be a user option variable.
5029    
5030    \(fn SYMBOL)" t nil)
5031    
5032    (defalias (quote customize-variable-other-window) (quote customize-option-other-window))
5033    
5034    (autoload (quote customize-option-other-window) "cus-edit" "\
5035    Customize SYMBOL, which must be a user option variable.
5036    Show the buffer in another window, but don't select it.
5037    
5038    \(fn SYMBOL)" t nil)
5039    
5040  (autoload (quote customize-changed-options) "cus-edit" "\  (autoload (quote customize-changed-options) "cus-edit" "\
5041  Customize all user option variables changed in Emacs itself.  Customize all user option variables changed in Emacs itself.
# Line 4316  values have changed since the previous m Line 5045  values have changed since the previous m
5045    
5046  With argument SINCE-VERSION (a string), customize all user option  With argument SINCE-VERSION (a string), customize all user option
5047  variables that were added (or their meanings were changed) since that  variables that were added (or their meanings were changed) since that
5048  version." t nil)  version.
5049    
5050  (defalias (quote customize-variable-other-window) (quote customize-option-other-window))  \(fn SINCE-VERSION)" t nil)
   
 (autoload (quote customize-option-other-window) "cus-edit" "\  
 Customize SYMBOL, which must be a user option variable.  
 Show the buffer in another window, but don't select it." t nil)  
5051    
5052  (autoload (quote customize-face) "cus-edit" "\  (autoload (quote customize-face) "cus-edit" "\
5053  Customize SYMBOL, which should be a face name or nil.  Customize SYMBOL, which should be a face name or nil.
5054  If SYMBOL is nil, customize all faces.  If SYMBOL is nil, customize all faces.
5055    
5056  Interactively, when point is on text which has a face specified,  Interactively, when point is on text which has a face specified,
5057  suggest to customized that face, if it's customizable." t nil)  suggest to customized that face, if it's customizable.
5058    
5059    \(fn &optional FACE)" t nil)
5060    
5061  (autoload (quote customize-face-other-window) "cus-edit" "\  (autoload (quote customize-face-other-window) "cus-edit" "\
5062  Show customization buffer for face SYMBOL in other window.  Show customization buffer for face SYMBOL in other window.
5063    
5064  Interactively, when point is on text which has a face specified,  Interactively, when point is on text which has a face specified,
5065  suggest to customized that face, if it's customizable." t nil)  suggest to customized that face, if it's customizable.
5066    
5067    \(fn &optional FACE)" t nil)
5068    
5069  (autoload (quote customize-customized) "cus-edit" "\  (autoload (quote customize-customized) "cus-edit" "\
5070  Customize all user options set since the last save in this session." t nil)  Customize all user options set since the last save in this session.
5071    
5072    \(fn)" t nil)
5073    
5074  (autoload (quote customize-saved) "cus-edit" "\  (autoload (quote customize-saved) "cus-edit" "\
5075  Customize all already saved user options." t nil)  Customize all already saved user options.
5076    
5077    \(fn)" t nil)
5078    
5079  (autoload (quote customize-apropos) "cus-edit" "\  (autoload (quote customize-apropos) "cus-edit" "\
5080  Customize all user options matching REGEXP.  Customize all user options matching REGEXP.
# Line 4349  If ALL is `options', include only option Line 5082  If ALL is `options', include only option
5082  If ALL is `faces', include only faces.  If ALL is `faces', include only faces.
5083  If ALL is `groups', include only groups.  If ALL is `groups', include only groups.
5084  If ALL is t (interactively, with prefix arg), include options which are not  If ALL is t (interactively, with prefix arg), include options which are not
5085  user-settable, as well as faces and groups." t nil)  user-settable, as well as faces and groups.
5086    
5087    \(fn REGEXP &optional ALL)" t nil)
5088    
5089  (autoload (quote customize-apropos-options) "cus-edit" "\  (autoload (quote customize-apropos-options) "cus-edit" "\
5090  Customize all user options matching REGEXP.  Customize all user options matching REGEXP.
5091  With prefix arg, include options which are not user-settable." t nil)  With prefix arg, include options which are not user-settable.
5092    
5093    \(fn REGEXP &optional ARG)" t nil)
5094    
5095  (autoload (quote customize-apropos-faces) "cus-edit" "\  (autoload (quote customize-apropos-faces) "cus-edit" "\
5096  Customize all user faces matching REGEXP." t nil)  Customize all user faces matching REGEXP.
5097    
5098    \(fn REGEXP)" t nil)
5099    
5100  (autoload (quote customize-apropos-groups) "cus-edit" "\  (autoload (quote customize-apropos-groups) "cus-edit" "\
5101  Customize all user groups matching REGEXP." t nil)  Customize all user groups matching REGEXP.
5102    
5103    \(fn REGEXP)" t nil)
5104    
5105  (autoload (quote custom-buffer-create) "cus-edit" "\  (autoload (quote custom-buffer-create) "cus-edit" "\
5106  Create a buffer containing OPTIONS.  Create a buffer containing OPTIONS.
5107  Optional NAME is the name of the buffer.  Optional NAME is the name of the buffer.
5108  OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where  OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
5109  SYMBOL is a customization option, and WIDGET is a widget for editing  SYMBOL is a customization option, and WIDGET is a widget for editing
5110  that option." nil nil)  that option.
5111    
5112    \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil)
5113    
5114  (autoload (quote custom-buffer-create-other-window) "cus-edit" "\  (autoload (quote custom-buffer-create-other-window) "cus-edit" "\
5115  Create a buffer containing OPTIONS.  Create a buffer containing OPTIONS.
5116  Optional NAME is the name of the buffer.  Optional NAME is the name of the buffer.
5117  OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where  OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
5118  SYMBOL is a customization option, and WIDGET is a widget for editing  SYMBOL is a customization option, and WIDGET is a widget for editing
5119  that option." nil nil)  that option.
5120    
5121    \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil)
5122    
5123  (autoload (quote customize-browse) "cus-edit" "\  (autoload (quote customize-browse) "cus-edit" "\
5124  Create a tree browser for the customize hierarchy." t nil)  Create a tree browser for the customize hierarchy.
5125    
5126    \(fn &optional GROUP)" t nil)
5127    
5128  (defvar custom-file nil "\  (defvar custom-file nil "\
5129  File used for storing customization information.  File used for storing customization information.
# Line 4389  When you change this variable, look in t Line 5136  When you change this variable, look in t
5136  and `(custom-set-faces ...)', and copy them (whichever ones you find)  and `(custom-set-faces ...)', and copy them (whichever ones you find)
5137  to the new custom file.  This will preserve your existing customizations.")  to the new custom file.  This will preserve your existing customizations.")
5138    
5139    (custom-autoload (quote custom-file) "cus-edit")
5140    
5141  (autoload (quote customize-save-customized) "cus-edit" "\  (autoload (quote customize-save-customized) "cus-edit" "\
5142  Save all user options which have been set in this session." t nil)  Save all user options which have been set in this session.
5143    
5144    \(fn)" t nil)
5145    
5146  (autoload (quote custom-save-all) "cus-edit" "\  (autoload (quote custom-save-all) "cus-edit" "\
5147  Save all customizations in `custom-file'." nil nil)  Save all customizations in `custom-file'.
5148    
5149    \(fn)" nil nil)
5150    
5151  (autoload (quote custom-menu-create) "cus-edit" "\  (autoload (quote custom-menu-create) "cus-edit" "\
5152  Create menu for customization group SYMBOL.  Create menu for customization group SYMBOL.
5153  The menu is in a format applicable to `easy-menu-define'." nil nil)  The menu is in a format applicable to `easy-menu-define'.
5154    
5155    \(fn SYMBOL)" nil nil)
5156    
5157  (autoload (quote customize-menu-create) "cus-edit" "\  (autoload (quote customize-menu-create) "cus-edit" "\
5158  Return a customize menu for customization group SYMBOL.  Return a customize menu for customization group SYMBOL.
5159  If optional NAME is given, use that as the name of the menu.  If optional NAME is given, use that as the name of the menu.
5160  Otherwise the menu will be named `Customize'.  Otherwise the menu will be named `Customize'.
5161  The format is suitable for use with `easy-menu-define'." nil nil)  The format is suitable for use with `easy-menu-define'.
5162    
5163    \(fn SYMBOL &optional NAME)" nil nil)
5164    
5165  ;;;***  ;;;***
5166    
5167  ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face"  ;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-theme-face-value
5168  ;;;;;;  "cus-face.el" (15540 57028))  ;;;;;;  custom-set-faces custom-declare-face) "cus-face" "cus-face.el"
5169    ;;;;;;  (15935 40544))
5170  ;;; Generated autoloads from cus-face.el  ;;; Generated autoloads from cus-face.el
5171    
5172  (autoload (quote custom-declare-face) "cus-face" "\  (autoload (quote custom-declare-face) "cus-face" "\
5173  Like `defface', but FACE is evaluated as a normal argument." nil nil)  Like `defface', but FACE is evaluated as a normal argument.
5174    
5175    \(fn FACE SPEC DOC &rest ARGS)" nil nil)
5176    
5177  (autoload (quote custom-set-faces) "cus-face" "\  (autoload (quote custom-set-faces) "cus-face" "\
5178  Initialize faces according to user preferences.  Initialize faces according to user preferences.
5179    This associates the settings with the `user' theme.
5180  The arguments should be a list where each entry has the form:  The arguments should be a list where each entry has the form:
5181    
5182    (FACE SPEC [NOW [COMMENT]])    (FACE SPEC [NOW [COMMENT]])
5183    
5184  SPEC is stored as the saved value for FACE.  SPEC is stored as the saved value for FACE, as well as the value for the
5185    `user' theme.  The `user' theme is one of the default themes known to Emacs.
5186    See `custom-known-themes' for more information on the known themes.
5187    See `custom-theme-set-faces' for more information on the interplay
5188    between themes and faces.
5189    See `defface' for the format of SPEC.
5190    
5191  If NOW is present and non-nil, FACE is created now, according to SPEC.  If NOW is present and non-nil, FACE is created now, according to SPEC.
5192  COMMENT is a string comment about FACE.  COMMENT is a string comment about FACE.
5193    
5194  See `defface' for the format of SPEC." nil nil)  \(fn &rest ARGS)" nil nil)
5195    
5196    (autoload (quote custom-theme-face-value) "cus-face" "\
5197    Return spec of FACE in THEME if THEME modifies FACE.
5198    Value is nil otherwise.  The association between theme and spec for FACE
5199    is stored in FACE's property `theme-face'.  The appropriate face
5200    is retrieved using `custom-theme-value'.
5201    
5202    \(fn FACE THEME)" nil nil)
5203    
5204    (autoload (quote custom-theme-reset-faces) "cus-face" "\
5205    Reset the value of the face to values previously defined.
5206    Associate this setting with THEME.
5207    
5208    ARGS is a list of lists of the form
5209    
5210        (FACE TO-THEME)
5211    
5212    This means reset FACE to its value in TO-THEME.
5213    
5214    \(fn THEME &rest ARGS)" nil nil)
5215    
5216    (autoload (quote custom-reset-faces) "cus-face" "\
5217    Reset the value of the face to values previously saved.
5218    This is the setting assosiated the `user' theme.
5219    
5220    ARGS is defined as for `custom-theme-reset-faces'
5221    
5222    \(fn &rest ARGS)" nil nil)
5223    
5224  ;;;***  ;;;***
5225    
5226  ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"  ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5227  ;;;;;;  (15417 7386))  ;;;;;;  (15935 40479))
5228  ;;; Generated autoloads from cvs-status.el  ;;; Generated autoloads from cvs-status.el
5229    
5230  (autoload (quote cvs-status-mode) "cvs-status" "\  (autoload (quote cvs-status-mode) "cvs-status" "\
# Line 4438  Mode used for cvs status output." t nil) Line 5233  Mode used for cvs status output." t nil)
5233  ;;;***  ;;;***
5234    
5235  ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)  ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5236  ;;;;;;  "cwarn" "progmodes/cwarn.el" (15538 21135))  ;;;;;;  "cwarn" "progmodes/cwarn.el" (15538 7545))
5237  ;;; Generated autoloads from progmodes/cwarn.el  ;;; Generated autoloads from progmodes/cwarn.el
5238    
5239  (autoload (quote cwarn-mode) "cwarn" "\  (autoload (quote cwarn-mode) "cwarn" "\
# Line 4448  Note, in addition to enabling this minor Line 5243  Note, in addition to enabling this minor
5243  be included in the variable `cwarn-configuration'.  By default C and  be included in the variable `cwarn-configuration'.  By default C and
5244  C++ modes are included.  C++ modes are included.
5245    
5246  With ARG, turn CWarn mode on if and only if arg is positive." t nil)  With ARG, turn CWarn mode on if and only if arg is positive.
5247    
5248    \(fn &optional ARG)" t nil)
5249    
5250  (autoload (quote turn-on-cwarn-mode) "cwarn" "\  (autoload (quote turn-on-cwarn-mode) "cwarn" "\
5251  Turn on CWarn mode.  Turn on CWarn mode.
5252    
5253  This function is designed to be added to hooks, for example:  This function is designed to be added to hooks, for example:
5254    (add-hook 'c-mode-hook 'turn-on-cwarn-mode)" nil nil)    (add-hook 'c-mode-hook 'turn-on-cwarn-mode)
5255    
5256    \(fn)" nil nil)
5257    
5258  (defvar global-cwarn-mode nil "\  (defvar global-cwarn-mode nil "\
5259  Non-nil if Global-Cwarn mode is enabled.  Non-nil if Global-Cwarn mode is enabled.
# Line 4462  See the command `global-cwarn-mode' for Line 5261  See the command `global-cwarn-mode' for
5261  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
5262  use either \\[customize] or the function `global-cwarn-mode'.")  use either \\[customize] or the function `global-cwarn-mode'.")
5263    
5264  (custom-add-to-group (quote cwarn) (quote global-cwarn-mode) (quote custom-variable))  (custom-autoload (quote global-cwarn-mode) "cwarn")
   
 (custom-add-load (quote global-cwarn-mode) (quote cwarn))  
5265    
5266  (autoload (quote global-cwarn-mode) "cwarn" "\  (autoload (quote global-cwarn-mode) "cwarn" "\
5267  Toggle Cwarn mode in every buffer.  Toggle Cwarn mode in every buffer.
5268  With prefix ARG, turn Global-Cwarn mode on if and only if ARG is positive.  With prefix ARG, turn Global-Cwarn mode on if and only if ARG is positive.
5269  Cwarn mode is actually not turned on in every buffer but only in those  Cwarn mode is actually not turned on in every buffer but only in those
5270  in which `turn-on-cwarn-mode-if-enabled' turns it on." t nil)  in which `turn-on-cwarn-mode-if-enabled' turns it on.
5271    
5272    \(fn &optional ARG)" t nil)
5273    
5274  ;;;***  ;;;***
5275    
5276  ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char  ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5277  ;;;;;;  cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"  ;;;;;;  cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5278  ;;;;;;  (15464 26330))  ;;;;;;  (15935 48150))
5279  ;;; Generated autoloads from language/cyril-util.el  ;;; Generated autoloads from language/cyril-util.el
5280    
5281  (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\  (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\
5282  Return KOI8-R external character code of CHAR if appropriate." nil nil)  Return KOI8-R external character code of CHAR if appropriate.
5283    
5284    \(fn CHAR)" nil nil)
5285    
5286  (autoload (quote cyrillic-encode-alternativnyj-char) "cyril-util" "\  (autoload (quote cyrillic-encode-alternativnyj-char) "cyril-util" "\
5287  Return ALTERNATIVNYJ external character code of CHAR if appropriate." nil nil)  Return ALTERNATIVNYJ external character code of CHAR if appropriate.
5288    
5289    \(fn CHAR)" nil nil)
5290    
5291  (autoload (quote standard-display-cyrillic-translit) "cyril-util" "\  (autoload (quote standard-display-cyrillic-translit) "cyril-util" "\
5292  Display a cyrillic buffer using a transliteration.  Display a cyrillic buffer using a transliteration.
# Line 4494  The argument is a string which specifies Line 5297  The argument is a string which specifies
5297  that affects the choice of transliterations slightly.  that affects the choice of transliterations slightly.
5298  Possible values are listed in `cyrillic-language-alist'.  Possible values are listed in `cyrillic-language-alist'.
5299  If the argument is t, we use the default cyrillic transliteration.  If the argument is t, we use the default cyrillic transliteration.
5300  If the argument is nil, we return the display table to its standard state." t nil)  If the argument is nil, we return the display table to its standard state.
5301    
5302    \(fn &optional CYRILLIC-LANGUAGE)" t nil)
5303    
5304  ;;;***  ;;;***
5305    
5306  ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"  ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5307  ;;;;;;  (15586 46350))  ;;;;;;  (15935 40833))
5308  ;;; Generated autoloads from dabbrev.el  ;;; Generated autoloads from dabbrev.el
5309    
5310  (define-key esc-map "/" (quote dabbrev-expand))  (define-key esc-map "/" (quote dabbrev-expand))
# Line 4519  If the prefix argument is 16 (which come Line 5324  If the prefix argument is 16 (which come
5324  then it searches *all* buffers.  then it searches *all* buffers.
5325    
5326  With no prefix argument, it reuses an old completion list  With no prefix argument, it reuses an old completion list
5327  if there is a suitable one already." t nil)  if there is a suitable one already.
5328    
5329    \(fn &optional ARG)" t nil)
5330    
5331  (autoload (quote dabbrev-expand) "dabbrev" "\  (autoload (quote dabbrev-expand) "dabbrev" "\
5332  Expand previous word \"dynamically\".  Expand previous word \"dynamically\".
# Line 4540  with the next possible expansion not yet Line 5347  with the next possible expansion not yet
5347  The variable `dabbrev-backward-only' may be used to limit the  The variable `dabbrev-backward-only' may be used to limit the
5348  direction of search to backward if set non-nil.  direction of search to backward if set non-nil.
5349    
5350  See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil)  See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5351    
5352    \(fn ARG)" t nil)
5353    
5354  ;;;***  ;;;***
5355    
5356  ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15391  ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15935
5357  ;;;;;;  60713))  ;;;;;;  48914))
5358  ;;; Generated autoloads from progmodes/dcl-mode.el  ;;; Generated autoloads from progmodes/dcl-mode.el
5359    
5360  (autoload (quote dcl-mode) "dcl-mode" "\  (autoload (quote dcl-mode) "dcl-mode" "\
# Line 4556  THEN-ELSE-ENDIF and between lines matchi Line 5365  THEN-ELSE-ENDIF and between lines matchi
5365  dcl-block-end-regexp.)  dcl-block-end-regexp.)
5366    
5367  Labels are indented to a fixed position unless they begin or end a block.  Labels are indented to a fixed position unless they begin or end a block.
5368  Whole-line comments (matching dcl-comment-line-regexp) are not indented.  Whole-line comments (matching dcl-comment-line-regexp) are not indented.
5369  Data lines are not indented.  Data lines are not indented.
5370    
5371  Key bindings:  Key bindings:
# Line 4584  Variables controlling indentation style Line 5393  Variables controlling indentation style
5393      Indentation for a label.      Indentation for a label.
5394    
5395   dcl-comment-line-regexp   dcl-comment-line-regexp
5396      Lines matching this regexp will not be indented.      Lines matching this regexp will not be indented.
5397    
5398   dcl-block-begin-regexp   dcl-block-begin-regexp
5399   dcl-block-end-regexp   dcl-block-end-regexp
# Line 4607  Variables controlling indentation style Line 5416  Variables controlling indentation style
5416    
5417   dcl-tab-always-indent   dcl-tab-always-indent
5418      If t, pressing TAB always indents the current line.      If t, pressing TAB always indents the current line.
5419      If nil, pressing TAB indents the current line if point is at the left      If nil, pressing TAB indents the current line if point is at the left
5420      margin.      margin.
5421    
5422   dcl-electric-characters   dcl-electric-characters
5423      Non-nil causes lines to be indented at once when a label, ELSE or ENDIF is      Non-nil causes lines to be indented at once when a label, ELSE or ENDIF is
5424      typed.      typed.
5425    
# Line 4626  Variables controlling indentation style Line 5435  Variables controlling indentation style
5435   dcl-imenu-generic-expression   dcl-imenu-generic-expression
5436      Default value for imenu-generic-expression.  The default includes      Default value for imenu-generic-expression.  The default includes
5437      SUBROUTINE labels in the main listing and sub-listings for      SUBROUTINE labels in the main listing and sub-listings for
5438      other labels, CALL, GOTO and GOSUB statements.      other labels, CALL, GOTO and GOSUB statements.
5439    
5440   dcl-imenu-label-labels   dcl-imenu-label-labels
5441   dcl-imenu-label-goto   dcl-imenu-label-goto
# Line 4635  Variables controlling indentation style Line 5444  Variables controlling indentation style
5444      Change the text that is used as sub-listing labels in imenu.      Change the text that is used as sub-listing labels in imenu.
5445    
5446  Loading this package calls the value of the variable  Loading this package calls the value of the variable
5447  `dcl-mode-load-hook' with no args, if that value is non-nil.  `dcl-mode-load-hook' with no args, if that value is non-nil.
5448  Turning on DCL mode calls the value of the variable `dcl-mode-hook'  Turning on DCL mode calls the value of the variable `dcl-mode-hook'
5449  with no args, if that value is non-nil.  with no args, if that value is non-nil.
5450    
5451    
5452  The following example uses the default values for all variables:  The following example uses the default values for all variables:
5453    
5454  $! This is a comment line that is not indented (it matches  $! This is a comment line that is not indented (it matches
5455  $! dcl-comment-line-regexp)  $! dcl-comment-line-regexp)
5456  $! Next follows the first command line.  It is indented dcl-margin-offset.  $! Next follows the first command line.  It is indented dcl-margin-offset.
5457  $       i = 1  $       i = 1
5458  $       ! Other comments are indented like command lines.  $       ! Other comments are indented like command lines.
5459  $       ! A margin label indented dcl-margin-label-offset:  $       ! A margin label indented dcl-margin-label-offset:
5460  $ label:  $ label:
5461  $       if i.eq.1  $       if i.eq.1
5462  $       then  $       then
5463  $           ! Lines between THEN-ELSE and ELSE-ENDIF are  $           ! Lines between THEN-ELSE and ELSE-ENDIF are
5464  $           ! indented dcl-basic-offset  $           ! indented dcl-basic-offset
5465  $           loop1: ! This matches dcl-block-begin-regexp...  $           loop1: ! This matches dcl-block-begin-regexp...
5466  $               ! ...so this line is indented dcl-basic-offset  $               ! ...so this line is indented dcl-basic-offset
5467  $               text = \"This \" + - ! is a continued line  $               text = \"This \" + - ! is a continued line
5468                         \"lined up with the command line\"                         \"lined up with the command line\"
5469  $               type sys$input  $               type sys$input
5470  Data lines are not indented at all.  Data lines are not indented at all.
5471  $           endloop1: ! This matches dcl-block-end-regexp  $           endloop1: ! This matches dcl-block-end-regexp
5472  $       endif  $       endif
5473  $  $
5474  " t nil)  
5475    \(fn)" t nil)
5476    
5477  ;;;***  ;;;***
5478    
5479  ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"  ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5480  ;;;;;;  "emacs-lisp/debug.el" (15546 9142))  ;;;;;;  "emacs-lisp/debug.el" (15935 47054))
5481  ;;; Generated autoloads from emacs-lisp/debug.el  ;;; Generated autoloads from emacs-lisp/debug.el
5482    
5483  (setq debugger (quote debug))  (setq debugger (quote debug))
# Line 4679  of the evaluator. Line 5489  of the evaluator.
5489    
5490  You may call with no args, or you may pass nil as the first arg and  You may call with no args, or you may pass nil as the first arg and
5491  any other args you like.  In that case, the list of args after the  any other args you like.  In that case, the list of args after the
5492  first will be printed into the backtrace buffer." t nil)  first will be printed into the backtrace buffer.
5493    
5494    \(fn &rest DEBUGGER-ARGS)" t nil)
5495    
5496  (autoload (quote debug-on-entry) "debug" "\  (autoload (quote debug-on-entry) "debug" "\
5497  Request FUNCTION to invoke debugger each time it is called.  Request FUNCTION to invoke debugger each time it is called.
# Line 4687  If you tell the debugger to continue, FU Line 5499  If you tell the debugger to continue, FU
5499  This works by modifying the definition of FUNCTION,  This works by modifying the definition of FUNCTION,
5500  which must be written in Lisp, not predefined.  which must be written in Lisp, not predefined.
5501  Use \\[cancel-debug-on-entry] to cancel the effect of this command.  Use \\[cancel-debug-on-entry] to cancel the effect of this command.
5502  Redefining FUNCTION also cancels it." t nil)  Redefining FUNCTION also cancels it.
5503    
5504    \(fn FUNCTION)" t nil)
5505    
5506  (autoload (quote cancel-debug-on-entry) "debug" "\  (autoload (quote cancel-debug-on-entry) "debug" "\
5507  Undo effect of \\[debug-on-entry] on FUNCTION.  Undo effect of \\[debug-on-entry] on FUNCTION.
5508  If argument is nil or an empty string, cancel for all functions." t nil)  If argument is nil or an empty string, cancel for all functions.
5509    
5510    \(fn &optional FUNCTION)" t nil)
5511    
5512  ;;;***  ;;;***
5513    
5514  ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"  ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5515  ;;;;;;  (15394 38676))  ;;;;;;  (15905 54474))
5516  ;;; Generated autoloads from play/decipher.el  ;;; Generated autoloads from play/decipher.el
5517    
5518  (autoload (quote decipher) "decipher" "\  (autoload (quote decipher) "decipher" "\
5519  Format a buffer of ciphertext for cryptanalysis and enter Decipher mode." t nil)  Format a buffer of ciphertext for cryptanalysis and enter Decipher mode.
5520    
5521    \(fn)" t nil)
5522    
5523  (autoload (quote decipher-mode) "decipher" "\  (autoload (quote decipher-mode) "decipher" "\
5524  Major mode for decrypting monoalphabetic substitution ciphers.  Major mode for decrypting monoalphabetic substitution ciphers.
# Line 4716  The most useful commands are: Line 5534  The most useful commands are:
5534  \\[decipher-frequency-count]  Display the frequency of each ciphertext letter  \\[decipher-frequency-count]  Display the frequency of each ciphertext letter
5535  \\[decipher-adjacency-list]  Show adjacency list for current letter (lists letters appearing next to it)  \\[decipher-adjacency-list]  Show adjacency list for current letter (lists letters appearing next to it)
5536  \\[decipher-make-checkpoint]  Save the current cipher alphabet (checkpoint)  \\[decipher-make-checkpoint]  Save the current cipher alphabet (checkpoint)
5537  \\[decipher-restore-checkpoint]  Restore a saved cipher alphabet (checkpoint)" t nil)  \\[decipher-restore-checkpoint]  Restore a saved cipher alphabet (checkpoint)
5538    
5539    \(fn)" t nil)
5540    
5541  ;;;***  ;;;***
5542    
5543  ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region  ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5544  ;;;;;;  delimit-columns-customize) "delim-col" "delim-col.el" (15306  ;;;;;;  delimit-columns-customize) "delim-col" "delim-col.el" (15303
5545  ;;;;;;  12050))  ;;;;;;  63268))
5546  ;;; Generated autoloads from delim-col.el  ;;; Generated autoloads from delim-col.el
5547    
5548  (autoload (quote delimit-columns-customize) "delim-col" "\  (autoload (quote delimit-columns-customize) "delim-col" "\
5549  Customization of `columns' group." t nil)  Customization of `columns' group.
5550    
5551    \(fn)" t nil)
5552    
5553  (autoload (quote delimit-columns-region) "delim-col" "\  (autoload (quote delimit-columns-region) "delim-col" "\
5554  Prettify all columns in a text region.  Prettify all columns in a text region.
5555    
5556  START and END delimits the text region." t nil)  START and END delimits the text region.
5557    
5558    \(fn START END)" t nil)
5559    
5560  (autoload (quote delimit-columns-rectangle) "delim-col" "\  (autoload (quote delimit-columns-rectangle) "delim-col" "\
5561  Prettify all columns in a text rectangle.  Prettify all columns in a text rectangle.
5562    
5563  START and END delimits the corners of text rectangle." t nil)  START and END delimits the corners of text rectangle.
5564    
5565    \(fn START END)" t nil)
5566    
5567  ;;;***  ;;;***
5568    
5569  ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (15391  ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (15935
5570  ;;;;;;  60713))  ;;;;;;  48914))
5571  ;;; Generated autoloads from progmodes/delphi.el  ;;; Generated autoloads from progmodes/delphi.el
5572    
5573  (autoload (quote delphi-mode) "delphi" "\  (autoload (quote delphi-mode) "delphi" "\
# Line 4785  Coloring: Line 5611  Coloring:
5611      Face used to color everything else.      Face used to color everything else.
5612    
5613  Turning on Delphi mode calls the value of the variable delphi-mode-hook with  Turning on Delphi mode calls the value of the variable delphi-mode-hook with
5614  no args, if that value is non-nil." t nil)  no args, if that value is non-nil.
5615    
5616    \(fn &optional SKIP-INITIAL-PARSING)" t nil)
5617    
5618  ;;;***  ;;;***
5619    
5620  ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15353  ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15352
5621  ;;;;;;  43818))  ;;;;;;  42199))
5622  ;;; Generated autoloads from delsel.el  ;;; Generated autoloads from delsel.el
5623    
5624  (defalias (quote pending-delete-mode) (quote delete-selection-mode))  (defalias (quote pending-delete-mode) (quote delete-selection-mode))
# Line 4801  See the command `delete-selection-mode' Line 5629  See the command `delete-selection-mode'
5629  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
5630  use either \\[customize] or the function `delete-selection-mode'.")  use either \\[customize] or the function `delete-selection-mode'.")
5631    
5632  (custom-add-to-group (quote editing-basics) (quote delete-selection-mode) (quote custom-variable))  (custom-autoload (quote delete-selection-mode) "delsel")
   
 (custom-add-load (quote delete-selection-mode) (quote delsel))  
5633    
5634  (autoload (quote delete-selection-mode) "delsel" "\  (autoload (quote delete-selection-mode) "delsel" "\
5635  Toggle Delete Selection mode.  Toggle Delete Selection mode.
# Line 4813  positive. Line 5639  positive.
5639  When Delete Selection mode is enabled, Transient Mark mode is also  When Delete Selection mode is enabled, Transient Mark mode is also
5640  enabled and typed text replaces the selection if the selection is  enabled and typed text replaces the selection if the selection is
5641  active.  Otherwise, typed text is just inserted at point regardless of  active.  Otherwise, typed text is just inserted at point regardless of
5642  any selection." t nil)  any selection.
5643    
5644    \(fn &optional ARG)" t nil)
5645    
5646  ;;;***  ;;;***
5647    
5648  ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)  ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5649  ;;;;;;  "derived" "derived.el" (15391 60506))  ;;;;;;  "derived" "derived.el" (15746 4145))
5650  ;;; Generated autoloads from derived.el  ;;; Generated autoloads from derived.el
5651    
5652  (autoload (quote define-derived-mode) "derived" "\  (autoload (quote define-derived-mode) "derived" "\
# Line 4835  DOCSTRING: an optional documentation str Line 5663  DOCSTRING: an optional documentation str
5663  BODY:      forms to execute just before running the  BODY:      forms to execute just before running the
5664             hooks for the new mode.  Do not use `interactive' here.             hooks for the new mode.  Do not use `interactive' here.
5665    
5666    BODY can start with a bunch of keyword arguments.  The following keyword
5667      arguments are currently understood:
5668    :group GROUP
5669            Declare the customization group that corresponds to this mode.
5670    :syntax-table TABLE
5671            Use TABLE instead of the default.
5672            A nil value means to simply use the same syntax-table as the parent.
5673    :abbrev-table TABLE
5674            Use TABLE instead of the default.
5675            A nil value means to simply use the same abbrev-table as the parent.
5676    
5677  Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode:  Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode:
5678    
5679    (define-derived-mode LaTeX-thesis-mode LaTeX-mode \"LaTeX-Thesis\")    (define-derived-mode LaTeX-thesis-mode LaTeX-mode \"LaTeX-Thesis\")
# Line 4851  the parent, and then sets the variable ` Line 5690  the parent, and then sets the variable `
5690      (setq case-fold-search nil))      (setq case-fold-search nil))
5691    
5692  Note that if the documentation string had been left out, it would have  Note that if the documentation string had been left out, it would have
5693  been generated automatically, with a reference to the keymap." nil (quote macro))  been generated automatically, with a reference to the keymap.
5694    
5695    \(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil (quote macro))
5696    
5697  (autoload (quote derived-mode-init-mode-variables) "derived" "\  (autoload (quote derived-mode-init-mode-variables) "derived" "\
5698  Initialise variables for a new MODE.  Initialise variables for a new MODE.
5699  Right now, if they don't already exist, set up a blank keymap, an  Right now, if they don't already exist, set up a blank keymap, an
5700  empty syntax table, and an empty abbrev table -- these will be merged  empty syntax table, and an empty abbrev table -- these will be merged
5701  the first time the mode is used." nil nil)  the first time the mode is used.
5702    
5703    \(fn MODE)" nil nil)
5704    
5705  ;;;***  ;;;***
5706    
5707  ;;;### (autoloads (describe-text-at) "descr-text" "descr-text.el"  ;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5708  ;;;;;;  (15619 64084))  ;;;;;;  "descr-text.el" (15935 40805))
5709  ;;; Generated autoloads from descr-text.el  ;;; Generated autoloads from descr-text.el
5710    
5711  (autoload (quote describe-text-at) "descr-text" "\  (autoload (quote describe-text-properties) "descr-text" "\
5712  Describe widgets, buttons, overlays and text properties at POS." t nil)  Describe widgets, buttons, overlays and text properties at POS.
5713    Interactively, describe them for the character after point.
5714    If optional second argument OUTPUT-BUFFER is non-nil,
5715    insert the output into that buffer, and don't initialize or clear it
5716    otherwise.
5717    
5718    \(fn POS &optional OUTPUT-BUFFER)" t nil)
5719    
5720    (autoload (quote describe-char) "descr-text" "\
5721    Describe the character after POS (interactively, the character after point).
5722    The information includes character code, charset and code points in it,
5723    syntax, category, how the character is encoded in a file,
5724    character composition information (if relevant),
5725    as well as widgets, buttons, overlays, and text properties.
5726    
5727    \(fn POS)" t nil)
5728    
5729  ;;;***  ;;;***
5730    
5731  ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el"  ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el"
5732  ;;;;;;  (15501 19351))  ;;;;;;  (15814 11695))
5733  ;;; Generated autoloads from desktop.el  ;;; Generated autoloads from desktop.el
5734    
5735  (autoload (quote desktop-read) "desktop" "\  (autoload (quote desktop-read) "desktop" "\
5736  Read the Desktop file and the files it specifies.  Read the Desktop file and the files it specifies.
5737  This is a no-op when Emacs is running in batch mode." t nil)  This is a no-op when Emacs is running in batch mode.
5738    
5739    \(fn)" t nil)
5740    
5741  (autoload (quote desktop-load-default) "desktop" "\  (autoload (quote desktop-load-default) "desktop" "\
5742  Load the `default' start-up library manually.  Load the `default' start-up library manually.
5743  Also inhibit further loading of it.  Call this from your `.emacs' file  Also inhibit further loading of it.  Call this from your `.emacs' file
5744  to provide correct modes for autoloaded files." nil nil)  to provide correct modes for autoloaded files.
5745    
5746    \(fn)" nil nil)
5747    
5748  ;;;***  ;;;***
5749    
5750  ;;;### (autoloads nil "devan-util" "language/devan-util.el" (15417  ;;;### (autoloads nil "devan-util" "language/devan-util.el" (15935
5751  ;;;;;;  7424))  ;;;;;;  48150))
5752  ;;; Generated autoloads from language/devan-util.el  ;;; Generated autoloads from language/devan-util.el
5753    
5754  (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")  (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")
5755    
5756  ;;;***  ;;;***
5757    
5758  ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"  ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5759  ;;;;;;  (15556 56042))  ;;;;;;  "calendar/diary-lib.el" (15935 46813))
5760  ;;; Generated autoloads from calendar/diary-lib.el  ;;; Generated autoloads from calendar/diary-lib.el
5761    
5762  (autoload (quote diary) "diary-lib" "\  (autoload (quote diary) "diary-lib" "\
5763  Generate the diary window for ARG days starting with the current date.  Generate the diary window for ARG days starting with the current date.
5764  If no argument is provided, the number of days of diary entries is governed  If no argument is provided, the number of days of diary entries is governed
5765  by the variable `number-of-diary-entries'.  This function is suitable for  by the variable `number-of-diary-entries'.  This function is suitable for
5766  execution in a `.emacs' file." t nil)  execution in a `.emacs' file.
5767    
5768    \(fn &optional ARG)" t nil)
5769    
5770  (autoload (quote diary-mail-entries) "diary-lib" "\  (autoload (quote diary-mail-entries) "diary-lib" "\
5771  Send a mail message showing diary entries for next NDAYS days.  Send a mail message showing diary entries for next NDAYS days.
# Line 4924  at -f diary-rem.sh 0200 tomorrow Line 5788  at -f diary-rem.sh 0200 tomorrow
5788  You may have to tweak the syntax of the `at' command to suit your  You may have to tweak the syntax of the `at' command to suit your
5789  system.  Alternatively, you can specify a cron entry:  system.  Alternatively, you can specify a cron entry:
5790  0 1 * * * diary-rem.sh  0 1 * * * diary-rem.sh
5791  to run it every morning at 1am." t nil)  to run it every morning at 1am.
5792    
5793    \(fn &optional NDAYS)" t nil)
5794    
5795    (autoload (quote diary-mode) "diary-lib" "\
5796    Major mode for editing the diary file." t nil)
5797    
5798  ;;;***  ;;;***
5799    
5800  ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"  ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
5801  ;;;;;;  "diff.el" (15596 25372))  ;;;;;;  "diff.el" (15739 64695))
5802  ;;; Generated autoloads from diff.el  ;;; Generated autoloads from diff.el
5803    
5804  (defvar diff-switches "-c" "\  (defvar diff-switches "-c" "\
5805  *A string or list of strings specifying switches to be be passed to diff.")  *A string or list of strings specifying switches to be be passed to diff.")
5806    
5807    (custom-autoload (quote diff-switches) "diff")
5808    
5809  (defvar diff-command "diff" "\  (defvar diff-command "diff" "\
5810  *The command to use to run diff.")  *The command to use to run diff.")
5811    
5812    (custom-autoload (quote diff-command) "diff")
5813    
5814  (autoload (quote diff) "diff" "\  (autoload (quote diff) "diff" "\
5815  Find and display the differences between OLD and NEW files.  Find and display the differences between OLD and NEW files.
5816  Interactively the current buffer's file name is the default for NEW  Interactively the current buffer's file name is the default for NEW
5817  and a backup file for NEW is the default for OLD.  and a backup file for NEW is the default for OLD.
5818  With prefix arg, prompt for diff switches." t nil)  With prefix arg, prompt for diff switches.
5819    If NO-ASYNC is non-nil, call diff synchronously.
5820    
5821    \(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil)
5822    
5823  (autoload (quote diff-backup) "diff" "\  (autoload (quote diff-backup) "diff" "\
5824  Diff this file with its backup file or vice versa.  Diff this file with its backup file or vice versa.
5825  Uses the latest backup, if there are several numerical backups.  Uses the latest backup, if there are several numerical backups.
5826  If this file is a backup, diff it with its original.  If this file is a backup, diff it with its original.
5827  The backup file is the first file given to `diff'." t nil)  The backup file is the first file given to `diff'.
5828    
5829    \(fn FILE &optional SWITCHES)" t nil)
5830    
5831  ;;;***  ;;;***
5832    
5833  ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"  ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
5834  ;;;;;;  (15417 7386))  ;;;;;;  (15935 40739))
5835  ;;; Generated autoloads from diff-mode.el  ;;; Generated autoloads from diff-mode.el
5836    
5837  (autoload (quote diff-mode) "diff-mode" "\  (autoload (quote diff-mode) "diff-mode" "\
5838  Major mode for viewing/editing context diffs.  Major mode for viewing/editing context diffs.
5839  Supports unified and context diffs as well as (to a lesser extent)  Supports unified and context diffs as well as (to a lesser extent)
5840  normal diffs.  normal diffs.
5841  When the buffer is read-only, the ESC prefix is not necessary." t nil)  When the buffer is read-only, the ESC prefix is not necessary.
5842    IF you edit the buffer manually, diff-mode will try to update the hunk
5843    headers for you on-the-fly.
5844    
5845    You can also switch between context diff and unified diff with \\[diff-context->unified],
5846    or vice versa with \\[diff-unified->context] and you can also revert the direction of
5847    a diff with \\[diff-reverse-direction]." t nil)
5848    
5849  (autoload (quote diff-minor-mode) "diff-mode" "\  (autoload (quote diff-minor-mode) "diff-mode" "\
5850  Minor mode for viewing/editing context diffs.  Minor mode for viewing/editing context diffs.
5851  \\{diff-minor-mode-map}" t nil)  \\{diff-minor-mode-map}
5852    
5853    \(fn &optional ARG)" t nil)
5854    
5855  ;;;***  ;;;***
5856    
# Line 4972  Minor mode for viewing/editing context d Line 5858  Minor mode for viewing/editing context d
5858  ;;;;;;  dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink  ;;;;;;  dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
5859  ;;;;;;  dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename  ;;;;;;  dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
5860  ;;;;;;  dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)  ;;;;;;  dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
5861  ;;;;;;  "dired" "dired.el" (15613 3383))  ;;;;;;  "dired" "dired.el" (15935 39015))
5862  ;;; Generated autoloads from dired.el  ;;; Generated autoloads from dired.el
5863    
5864  (defvar dired-listing-switches "-al" "\  (defvar dired-listing-switches "-al" "\
# Line 4984  On systems such as MS-DOS and MS-Windows Line 5870  On systems such as MS-DOS and MS-Windows
5870  some of the `ls' switches are not supported; see the doc string of  some of the `ls' switches are not supported; see the doc string of
5871  `insert-directory' on ls-lisp.el for more details.")  `insert-directory' on ls-lisp.el for more details.")
5872    
5873  (defvar dired-chown-program (if (memq system-type (quote (hpux dgux usg-unix-v irix linux gnu/linux))) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\  (custom-autoload (quote dired-listing-switches) "dired")
5874    
5875    (defvar dired-chown-program (if (memq system-type (quote (hpux dgux usg-unix-v irix linux gnu/linux cygwin))) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\
5876  Name of chown command (usually `chown' or `/etc/chown').")  Name of chown command (usually `chown' or `/etc/chown').")
5877    
5878  (defvar dired-ls-F-marks-symlinks nil "\  (defvar dired-ls-F-marks-symlinks nil "\
# Line 5001  marking `ls' program on one host and a n Line 5889  marking `ls' program on one host and a n
5889  don't care about symbolic links which really end in a @, you can  don't care about symbolic links which really end in a @, you can
5890  always set this variable to t.")  always set this variable to t.")
5891    
5892    (custom-autoload (quote dired-ls-F-marks-symlinks) "dired")
5893    
5894  (defvar dired-trivial-filenames "^\\.\\.?$\\|^#" "\  (defvar dired-trivial-filenames "^\\.\\.?$\\|^#" "\
5895  *Regexp of files to skip when finding first file of a directory.  *Regexp of files to skip when finding first file of a directory.
5896  A value of nil means move to the subdir line.  A value of nil means move to the subdir line.
5897  A value of t means move to first file.")  A value of t means move to first file.")
5898    
5899    (custom-autoload (quote dired-trivial-filenames) "dired")
5900    
5901  (defvar dired-keep-marker-rename t "\  (defvar dired-keep-marker-rename t "\
5902  *Controls marking of renamed files.  *Controls marking of renamed files.
5903  If t, files keep their previous marks when they are renamed.  If t, files keep their previous marks when they are renamed.
5904  If a character, renamed files (whether previously marked or not)  If a character, renamed files (whether previously marked or not)
5905  are afterward marked with that character.")  are afterward marked with that character.")
5906    
5907    (custom-autoload (quote dired-keep-marker-rename) "dired")
5908    
5909  (defvar dired-keep-marker-copy 67 "\  (defvar dired-keep-marker-copy 67 "\
5910  *Controls marking of copied files.  *Controls marking of copied files.
5911  If t, copied files are marked if and as the corresponding original files were.  If t, copied files are marked if and as the corresponding original files were.
5912  If a character, copied files are unconditionally marked with that character.")  If a character, copied files are unconditionally marked with that character.")
5913    
5914    (custom-autoload (quote dired-keep-marker-copy) "dired")
5915    
5916  (defvar dired-keep-marker-hardlink 72 "\  (defvar dired-keep-marker-hardlink 72 "\
5917  *Controls marking of newly made hard links.  *Controls marking of newly made hard links.
5918  If t, they are marked if and as the files linked to were marked.  If t, they are marked if and as the files linked to were marked.
5919  If a character, new links are unconditionally marked with that character.")  If a character, new links are unconditionally marked with that character.")
5920    
5921    (custom-autoload (quote dired-keep-marker-hardlink) "dired")
5922    
5923  (defvar dired-keep-marker-symlink 89 "\  (defvar dired-keep-marker-symlink 89 "\
5924  *Controls marking of newly made symbolic links.  *Controls marking of newly made symbolic links.
5925  If t, they are marked if and as the files linked to were marked.  If t, they are marked if and as the files linked to were marked.
5926  If a character, new links are unconditionally marked with that character.")  If a character, new links are unconditionally marked with that character.")
5927    
5928    (custom-autoload (quote dired-keep-marker-symlink) "dired")
5929    
5930  (defvar dired-dwim-target nil "\  (defvar dired-dwim-target nil "\
5931  *If non-nil, dired tries to guess a default target directory.  *If non-nil, dired tries to guess a default target directory.
5932  This means: if there is a dired buffer displayed in the next window,  This means: if there is a dired buffer displayed in the next window,
# Line 5034  use its current subdir, instead of the c Line 5934  use its current subdir, instead of the c
5934    
5935  The target is used in the prompt for file copy, rename etc.")  The target is used in the prompt for file copy, rename etc.")
5936    
5937    (custom-autoload (quote dired-dwim-target) "dired")
5938    
5939  (defvar dired-copy-preserve-time t "\  (defvar dired-copy-preserve-time t "\
5940  *If non-nil, Dired preserves the last-modified time in a file copy.  *If non-nil, Dired preserves the last-modified time in a file copy.
5941  \(This works on only some systems.)")  \(This works on only some systems.)")
5942    
5943    (custom-autoload (quote dired-copy-preserve-time) "dired")
5944   (define-key ctl-x-map "d" 'dired)   (define-key ctl-x-map "d" 'dired)
5945    
5946  (autoload (quote dired) "dired" "\  (autoload (quote dired) "dired" "\
# Line 5052  You can flag files for deletion with \\[ Line 5956  You can flag files for deletion with \\[
5956  delete them by typing \\[dired-do-flagged-delete].  delete them by typing \\[dired-do-flagged-delete].
5957  Type \\[describe-mode] after entering dired for more info.  Type \\[describe-mode] after entering dired for more info.
5958    
5959  If DIRNAME is already in a dired buffer, that buffer is used without refresh." t nil)  If DIRNAME is already in a dired buffer, that buffer is used without refresh.
5960    
5961    \(fn DIRNAME &optional SWITCHES)" t nil)
5962   (define-key ctl-x-4-map "d" 'dired-other-window)   (define-key ctl-x-4-map "d" 'dired-other-window)
5963    
5964  (autoload (quote dired-other-window) "dired" "\  (autoload (quote dired-other-window) "dired" "\
5965  \"Edit\" directory DIRNAME.  Like `dired' but selects in another window." t nil)  \"Edit\" directory DIRNAME.  Like `dired' but selects in another window.
5966    
5967    \(fn DIRNAME &optional SWITCHES)" t nil)
5968   (define-key ctl-x-5-map "d" 'dired-other-frame)   (define-key ctl-x-5-map "d" 'dired-other-frame)
5969    
5970  (autoload (quote dired-other-frame) "dired" "\  (autoload (quote dired-other-frame) "dired" "\
5971  \"Edit\" directory DIRNAME.  Like `dired' but makes a new frame." t nil)  \"Edit\" directory DIRNAME.  Like `dired' but makes a new frame.
5972    
5973    \(fn DIRNAME &optional SWITCHES)" t nil)
5974    
5975  (autoload (quote dired-noselect) "dired" "\  (autoload (quote dired-noselect) "dired" "\
5976  Like `dired' but returns the dired buffer as value, does not select it." nil nil)  Like `dired' but returns the dired buffer as value, does not select it.
5977    
5978    \(fn DIR-OR-LIST &optional SWITCHES)" nil nil)
5979     (put 'dired-find-alternate-file 'disabled t)
5980    
5981  ;;;***  ;;;***
5982    
# Line 5079  Like `dired' but returns the dired buffe Line 5992  Like `dired' but returns the dired buffe
5992  ;;;;;;  dired-do-compress dired-compress-file dired-do-kill-lines  ;;;;;;  dired-do-compress dired-compress-file dired-do-kill-lines
5993  ;;;;;;  dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp  ;;;;;;  dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
5994  ;;;;;;  dired-do-chmod dired-backup-diff dired-diff) "dired-aux"  ;;;;;;  dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
5995  ;;;;;;  "dired-aux.el" (15583 13479))  ;;;;;;  "dired-aux.el" (15930 37584))
5996  ;;; Generated autoloads from dired-aux.el  ;;; Generated autoloads from dired-aux.el
5997    
5998  (autoload (quote dired-diff) "dired-aux" "\  (autoload (quote dired-diff) "dired-aux" "\
# Line 5088  FILE defaults to the file at the mark. Line 6001  FILE defaults to the file at the mark.
6001  \\[set-mark-command], not by Dired's \\[dired-mark] command.)  \\[set-mark-command], not by Dired's \\[dired-mark] command.)
6002  The prompted-for file is the first file given to `diff'.  The prompted-for file is the first file given to `diff'.
6003  With prefix arg, prompt for second argument SWITCHES,  With prefix arg, prompt for second argument SWITCHES,
6004   which is options for `diff'." t nil)   which is options for `diff'.
6005    
6006    \(fn FILE &optional SWITCHES)" t nil)
6007    
6008  (autoload (quote dired-backup-diff) "dired-aux" "\  (autoload (quote dired-backup-diff) "dired-aux" "\
6009  Diff this file with its backup file or vice versa.  Diff this file with its backup file or vice versa.
6010  Uses the latest backup, if there are several numerical backups.  Uses the latest backup, if there are several numerical backups.
6011  If this file is a backup, diff it with its original.  If this file is a backup, diff it with its original.
6012  The backup file is the first file given to `diff'.  The backup file is the first file given to `diff'.
6013  With prefix arg, prompt for argument SWITCHES which is options for `diff'." t nil)  With prefix arg, prompt for argument SWITCHES which is options for `diff'.
6014    
6015    \(fn &optional SWITCHES)" t nil)
6016    
6017  (autoload (quote dired-do-chmod) "dired-aux" "\  (autoload (quote dired-do-chmod) "dired-aux" "\
6018  Change the mode of the marked (or next ARG) files.  Change the mode of the marked (or next ARG) files.
6019  This calls chmod, thus symbolic modes like `g+w' are allowed." t nil)  This calls chmod, thus symbolic modes like `g+w' are allowed.
6020    
6021    \(fn &optional ARG)" t nil)
6022    
6023  (autoload (quote dired-do-chgrp) "dired-aux" "\  (autoload (quote dired-do-chgrp) "dired-aux" "\
6024  Change the group of the marked (or next ARG) files." t nil)  Change the group of the marked (or next ARG) files.
6025    
6026    \(fn &optional ARG)" t nil)
6027    
6028  (autoload (quote dired-do-chown) "dired-aux" "\  (autoload (quote dired-do-chown) "dired-aux" "\
6029  Change the owner of the marked (or next ARG) files." t nil)  Change the owner of the marked (or next ARG) files.
6030    
6031    \(fn &optional ARG)" t nil)
6032    
6033  (autoload (quote dired-do-print) "dired-aux" "\  (autoload (quote dired-do-print) "dired-aux" "\
6034  Print the marked (or next ARG) files.  Print the marked (or next ARG) files.
6035  Uses the shell command coming from variables `lpr-command' and  Uses the shell command coming from variables `lpr-command' and
6036  `lpr-switches' as default." t nil)  `lpr-switches' as default.
6037    
6038    \(fn &optional ARG)" t nil)
6039    
6040  (autoload (quote dired-do-shell-command) "dired-aux" "\  (autoload (quote dired-do-shell-command) "dired-aux" "\
6041  Run a shell command COMMAND on the marked files.  Run a shell command COMMAND on the marked files.
# Line 5144  the Dired buffer, so output files usuall Line 6069  the Dired buffer, so output files usuall
6069  in a subdir.  in a subdir.
6070    
6071  In a noninteractive call (from Lisp code), you must specify  In a noninteractive call (from Lisp code), you must specify
6072  the list of file names explicitly with the FILE-LIST argument." t nil)  the list of file names explicitly with the FILE-LIST argument.
6073    
6074    \(fn COMMAND &optional ARG FILE-LIST)" t nil)
6075    
6076  (autoload (quote dired-do-kill-lines) "dired-aux" "\  (autoload (quote dired-do-kill-lines) "dired-aux" "\
6077  Kill all marked lines (not the files).  Kill all marked lines (not the files).
6078  With a prefix argument, kill that many lines starting with the current line.  With a prefix argument, kill that many lines starting with the current line.
6079  \(A negative argument kills lines before the current line.)  \(A negative argument kills lines before the current line.)
6080  To kill an entire subdirectory, go to its directory header line  To kill an entire subdirectory, go to its directory header line
6081  and use this command with a prefix argument (the value does not matter)." t nil)  and use this command with a prefix argument (the value does not matter).
6082    
6083  (autoload (quote dired-compress-file) "dired-aux" nil nil nil)  \(fn &optional ARG FMT)" t nil)
6084    
6085    (autoload (quote dired-compress-file) "dired-aux" "\
6086    Not documented
6087    
6088    \(fn FILE)" nil nil)
6089    
6090  (autoload (quote dired-do-compress) "dired-aux" "\  (autoload (quote dired-do-compress) "dired-aux" "\
6091  Compress or uncompress marked (or next ARG) files." t nil)  Compress or uncompress marked (or next ARG) files.
6092    
6093    \(fn &optional ARG)" t nil)
6094    
6095  (autoload (quote dired-do-byte-compile) "dired-aux" "\  (autoload (quote dired-do-byte-compile) "dired-aux" "\
6096  Byte compile marked (or next ARG) Emacs Lisp files." t nil)  Byte compile marked (or next ARG) Emacs Lisp files.
6097    
6098    \(fn &optional ARG)" t nil)
6099    
6100  (autoload (quote dired-do-load) "dired-aux" "\  (autoload (quote dired-do-load) "dired-aux" "\
6101  Load the marked (or next ARG) Emacs Lisp files." t nil)  Load the marked (or next ARG) Emacs Lisp files.
6102    
6103    \(fn &optional ARG)" t nil)
6104    
6105  (autoload (quote dired-do-redisplay) "dired-aux" "\  (autoload (quote dired-do-redisplay) "dired-aux" "\
6106  Redisplay all marked (or next ARG) files.  Redisplay all marked (or next ARG) files.
6107  If on a subdir line, redisplay that subdirectory.  In that case,  If on a subdir line, redisplay that subdirectory.  In that case,
6108  a prefix arg lets you edit the `ls' switches used for the new listing." t nil)  a prefix arg lets you edit the `ls' switches used for the new listing.
6109    
6110    \(fn &optional ARG TEST-FOR-SUBDIR)" t nil)
6111    
6112    (autoload (quote dired-add-file) "dired-aux" "\
6113    Not documented
6114    
6115    \(fn FILENAME &optional MARKER-CHAR)" nil nil)
6116    
6117    (autoload (quote dired-remove-file) "dired-aux" "\
6118    Not documented
6119    
6120  (autoload (quote dired-add-file) "dired-aux" nil nil nil)  \(fn FILE)" nil nil)
6121    
6122  (autoload (quote dired-remove-file) "dired-aux" nil nil nil)  (autoload (quote dired-relist-file) "dired-aux" "\
6123    Create or update the line for FILE in all Dired buffers it would belong in.
6124    
6125  (autoload (quote dired-relist-file) "dired-aux" nil nil nil)  \(fn FILE)" nil nil)
6126    
6127  (autoload (quote dired-copy-file) "dired-aux" nil nil nil)  (autoload (quote dired-copy-file) "dired-aux" "\
6128    Not documented
6129    
6130  (autoload (quote dired-rename-file) "dired-aux" nil nil nil)  \(fn FROM TO OK-FLAG)" nil nil)
6131    
6132    (autoload (quote dired-rename-file) "dired-aux" "\
6133    Not documented
6134    
6135    \(fn FILE NEWNAME OK-IF-ALREADY-EXISTS)" nil nil)
6136    
6137  (autoload (quote dired-create-directory) "dired-aux" "\  (autoload (quote dired-create-directory) "dired-aux" "\
6138  Create a directory called DIRECTORY." t nil)  Create a directory called DIRECTORY.
6139    
6140    \(fn DIRECTORY)" t nil)
6141    
6142  (autoload (quote dired-do-copy) "dired-aux" "\  (autoload (quote dired-do-copy) "dired-aux" "\
6143  Copy all marked (or next ARG) files, or copy the current file.  Copy all marked (or next ARG) files, or copy the current file.
# Line 5190  When operating on multiple or marked fil Line 6147  When operating on multiple or marked fil
6147  and new copies of these files are made in that directory  and new copies of these files are made in that directory
6148  with the same names that the files currently have.  The default  with the same names that the files currently have.  The default
6149  suggested for the target directory depends on the value of  suggested for the target directory depends on the value of
6150  `dired-dwim-target', which see." t nil)  `dired-dwim-target', which see.
6151    
6152    \(fn &optional ARG)" t nil)
6153    
6154  (autoload (quote dired-do-symlink) "dired-aux" "\  (autoload (quote dired-do-symlink) "dired-aux" "\
6155  Make symbolic links to current file or all marked (or next ARG) files.  Make symbolic links to current file or all marked (or next ARG) files.
# Line 5199  When operating on multiple or marked fil Line 6158  When operating on multiple or marked fil
6158  and new symbolic links are made in that directory  and new symbolic links are made in that directory
6159  with the same names that the files currently have.  The default  with the same names that the files currently have.  The default
6160  suggested for the target directory depends on the value of  suggested for the target directory depends on the value of
6161  `dired-dwim-target', which see." t nil)  `dired-dwim-target', which see.
6162    
6163    \(fn &optional ARG)" t nil)
6164    
6165  (autoload (quote dired-do-hardlink) "dired-aux" "\  (autoload (quote dired-do-hardlink) "dired-aux" "\
6166  Add names (hard links) current file or all marked (or next ARG) files.  Add names (hard links) current file or all marked (or next ARG) files.
# Line 5208  When operating on multiple or marked fil Line 6169  When operating on multiple or marked fil
6169  and new hard links are made in that directory  and new hard links are made in that directory
6170  with the same names that the files currently have.  The default  with the same names that the files currently have.  The default
6171  suggested for the target directory depends on the value of  suggested for the target directory depends on the value of
6172  `dired-dwim-target', which see." t nil)  `dired-dwim-target', which see.
6173    
6174    \(fn &optional ARG)" t nil)
6175    
6176  (autoload (quote dired-do-rename) "dired-aux" "\  (autoload (quote dired-do-rename) "dired-aux" "\
6177  Rename current file or all marked (or next ARG) files.  Rename current file or all marked (or next ARG) files.
6178  When renaming just the current file, you specify the new name.  When renaming just the current file, you specify the new name.
6179  When renaming multiple or marked files, you specify a directory.  When renaming multiple or marked files, you specify a directory.
6180    This command also renames any buffers that are visiting the files.
6181  The default suggested for the target directory depends on the value  The default suggested for the target directory depends on the value
6182  of `dired-dwim-target', which see." t nil)  of `dired-dwim-target', which see.
6183    
6184    \(fn &optional ARG)" t nil)
6185    
6186  (autoload (quote dired-do-rename-regexp) "dired-aux" "\  (autoload (quote dired-do-rename-regexp) "dired-aux" "\
6187  Rename selected files whose names match REGEXP to NEWNAME.  Rename selected files whose names match REGEXP to NEWNAME.
# Line 5230  NEWNAME may contain \\=\\<n> or \\& as i Line 6196  NEWNAME may contain \\=\\<n> or \\& as i
6196  REGEXP defaults to the last regexp used.  REGEXP defaults to the last regexp used.
6197    
6198  With a zero prefix arg, renaming by regexp affects the absolute file name.  With a zero prefix arg, renaming by regexp affects the absolute file name.
6199  Normally, only the non-directory part of the file name is used and changed." t nil)  Normally, only the non-directory part of the file name is used and changed.
6200    
6201    \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
6202    
6203  (autoload (quote dired-do-copy-regexp) "dired-aux" "\  (autoload (quote dired-do-copy-regexp) "dired-aux" "\
6204  Copy selected files whose names match REGEXP to NEWNAME.  Copy selected files whose names match REGEXP to NEWNAME.
6205  See function `dired-do-rename-regexp' for more info." t nil)  See function `dired-do-rename-regexp' for more info.
6206    
6207    \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
6208    
6209  (autoload (quote dired-do-hardlink-regexp) "dired-aux" "\  (autoload (quote dired-do-hardlink-regexp) "dired-aux" "\
6210  Hardlink selected files whose names match REGEXP to NEWNAME.  Hardlink selected files whose names match REGEXP to NEWNAME.
6211  See function `dired-do-rename-regexp' for more info." t nil)  See function `dired-do-rename-regexp' for more info.
6212    
6213    \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
6214    
6215  (autoload (quote dired-do-symlink-regexp) "dired-aux" "\  (autoload (quote dired-do-symlink-regexp) "dired-aux" "\
6216  Symlink selected files whose names match REGEXP to NEWNAME.  Symlink selected files whose names match REGEXP to NEWNAME.
6217  See function `dired-do-rename-regexp' for more info." t nil)  See function `dired-do-rename-regexp' for more info.
6218    
6219    \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
6220    
6221  (autoload (quote dired-upcase) "dired-aux" "\  (autoload (quote dired-upcase) "dired-aux" "\
6222  Rename all marked (or next ARG) files to upper case." t nil)  Rename all marked (or next ARG) files to upper case.
6223    
6224    \(fn &optional ARG)" t nil)
6225    
6226  (autoload (quote dired-downcase) "dired-aux" "\  (autoload (quote dired-downcase) "dired-aux" "\
6227  Rename all marked (or next ARG) files to lower case." t nil)  Rename all marked (or next ARG) files to lower case.
6228    
6229    \(fn &optional ARG)" t nil)
6230    
6231  (autoload (quote dired-maybe-insert-subdir) "dired-aux" "\  (autoload (quote dired-maybe-insert-subdir) "dired-aux" "\
6232  Insert this subdirectory into the same dired buffer.  Insert this subdirectory into the same dired buffer.
# Line 5257  If it is already present, just move to i Line 6235  If it is already present, just move to i
6235  With a prefix arg, you may edit the ls switches used for this listing.  With a prefix arg, you may edit the ls switches used for this listing.
6236    You can add `R' to the switches to expand the whole tree starting at    You can add `R' to the switches to expand the whole tree starting at
6237    this subdirectory.    this subdirectory.
6238  This function takes some pains to conform to `ls -lR' output." t nil)  This function takes some pains to conform to `ls -lR' output.
6239    
6240    \(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil)
6241    
6242  (autoload (quote dired-insert-subdir) "dired-aux" "\  (autoload (quote dired-insert-subdir) "dired-aux" "\
6243  Insert this subdirectory into the same dired buffer.  Insert this subdirectory into the same dired buffer.
# Line 5266  If it is already present, overwrites pre Line 6246  If it is already present, overwrites pre
6246  With a prefix arg, you may edit the `ls' switches used for this listing.  With a prefix arg, you may edit the `ls' switches used for this listing.
6247    You can add `R' to the switches to expand the whole tree starting at    You can add `R' to the switches to expand the whole tree starting at
6248    this subdirectory.    this subdirectory.
6249  This function takes some pains to conform to `ls -lR' output." t nil)  This function takes some pains to conform to `ls -lR' output.
6250    
6251    \(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil)
6252    
6253  (autoload (quote dired-prev-subdir) "dired-aux" "\  (autoload (quote dired-prev-subdir) "dired-aux" "\
6254  Go to previous subdirectory, regardless of level.  Go to previous subdirectory, regardless of level.
6255  When called interactively and not on a subdir line, go to this subdir's line." t nil)  When called interactively and not on a subdir line, go to this subdir's line.
6256    
6257    \(fn ARG &optional NO-ERROR-IF-NOT-FOUND NO-SKIP)" t nil)
6258    
6259  (autoload (quote dired-goto-subdir) "dired-aux" "\  (autoload (quote dired-goto-subdir) "dired-aux" "\
6260  Go to end of header line of DIR in this dired buffer.  Go to end of header line of DIR in this dired buffer.
6261  Return value of point on success, otherwise return nil.  Return value of point on success, otherwise return nil.
6262  The next char is either \\n, or \\r if DIR is hidden." t nil)  The next char is either \\n, or \\r if DIR is hidden.
6263    
6264    \(fn DIR)" t nil)
6265    
6266  (autoload (quote dired-mark-subdir-files) "dired-aux" "\  (autoload (quote dired-mark-subdir-files) "dired-aux" "\
6267  Mark all files except `.' and `..' in current subdirectory.  Mark all files except `.' and `..' in current subdirectory.
6268  If the Dired buffer shows multiple directories, this command  If the Dired buffer shows multiple directories, this command
6269  marks the files listed in the subdirectory that point is in." t nil)  marks the files listed in the subdirectory that point is in.
6270    
6271    \(fn)" t nil)
6272    
6273  (autoload (quote dired-kill-subdir) "dired-aux" "\  (autoload (quote dired-kill-subdir) "dired-aux" "\
6274  Remove all lines of current subdirectory.  Remove all lines of current subdirectory.
6275  Lower levels are unaffected." t nil)  Lower levels are unaffected.
6276    
6277    \(fn &optional REMEMBER-MARKS)" t nil)
6278    
6279  (autoload (quote dired-tree-up) "dired-aux" "\  (autoload (quote dired-tree-up) "dired-aux" "\
6280  Go up ARG levels in the dired tree." t nil)  Go up ARG levels in the dired tree.
6281    
6282    \(fn ARG)" t nil)
6283    
6284  (autoload (quote dired-tree-down) "dired-aux" "\  (autoload (quote dired-tree-down) "dired-aux" "\
6285  Go down in the dired tree." t nil)  Go down in the dired tree.
6286    
6287    \(fn)" t nil)
6288    
6289  (autoload (quote dired-hide-subdir) "dired-aux" "\  (autoload (quote dired-hide-subdir) "dired-aux" "\
6290  Hide or unhide the current subdirectory and move to next directory.  Hide or unhide the current subdirectory and move to next directory.
6291  Optional prefix arg is a repeat factor.  Optional prefix arg is a repeat factor.
6292  Use \\[dired-hide-all] to (un)hide all directories." t nil)  Use \\[dired-hide-all] to (un)hide all directories.
6293    
6294    \(fn ARG)" t nil)
6295    
6296  (autoload (quote dired-hide-all) "dired-aux" "\  (autoload (quote dired-hide-all) "dired-aux" "\
6297  Hide all subdirectories, leaving only their header lines.  Hide all subdirectories, leaving only their header lines.
6298  If there is already something hidden, make everything visible again.  If there is already something hidden, make everything visible again.
6299  Use \\[dired-hide-subdir] to (un)hide a particular subdirectory." t nil)  Use \\[dired-hide-subdir] to (un)hide a particular subdirectory.
6300    
6301    \(fn ARG)" t nil)
6302    
6303  (autoload (quote dired-do-search) "dired-aux" "\  (autoload (quote dired-do-search) "dired-aux" "\
6304  Search through all marked files for a match for REGEXP.  Search through all marked files for a match for REGEXP.
6305  Stops when a match is found.  Stops when a match is found.
6306  To continue searching for next match, use command \\[tags-loop-continue]." t nil)  To continue searching for next match, use command \\[tags-loop-continue].
6307    
6308    \(fn REGEXP)" t nil)
6309    
6310  (autoload (quote dired-do-query-replace-regexp) "dired-aux" "\  (autoload (quote dired-do-query-replace-regexp) "dired-aux" "\
6311  Do `query-replace-regexp' of FROM with TO, on all marked files.  Do `query-replace-regexp' of FROM with TO, on all marked files.
6312  Third arg DELIMITED (prefix arg) means replace only word-delimited matches.  Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
6313  If you exit (\\[keyboard-quit], RET or q), you can resume the query replace  If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
6314  with the command \\[tags-loop-continue]." t nil)  with the command \\[tags-loop-continue].
6315    
6316    \(fn FROM TO &optional DELIMITED)" t nil)
6317    
6318  (autoload (quote dired-show-file-type) "dired-aux" "\  (autoload (quote dired-show-file-type) "dired-aux" "\
6319  Print the type of FILE, according to the `file' command.  Print the type of FILE, according to the `file' command.
6320  If FILE is a symbolic link and the optional argument DEREF-SYMLINKS is  If FILE is a symbolic link and the optional argument DEREF-SYMLINKS is
6321  true then the type of the file linked to by FILE is printed instead." t nil)  true then the type of the file linked to by FILE is printed instead.
6322    
6323    \(fn FILE &optional DEREF-SYMLINKS)" t nil)
6324    
6325  ;;;***  ;;;***
6326    
6327  ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15417 7387))  ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15935 40720))
6328  ;;; Generated autoloads from dired-x.el  ;;; Generated autoloads from dired-x.el
6329    
6330  (autoload (quote dired-jump) "dired-x" "\  (autoload (quote dired-jump) "dired-x" "\
# Line 5328  Jump to dired buffer corresponding to cu Line 6332  Jump to dired buffer corresponding to cu
6332  If in a file, dired the current directory and move to file's line.  If in a file, dired the current directory and move to file's line.
6333  If in dired already, pop up a level and goto old directory's line.  If in dired already, pop up a level and goto old directory's line.
6334  In case the proper dired file line cannot be found, refresh the dired  In case the proper dired file line cannot be found, refresh the dired
6335  buffer and try again." t nil)  buffer and try again.
6336    
6337    \(fn &optional OTHER-WINDOW)" t nil)
6338    
6339  ;;;***  ;;;***
6340    
6341  ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14978 15573))  ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (15930 37635))
6342  ;;; Generated autoloads from dirtrack.el  ;;; Generated autoloads from dirtrack.el
6343    
6344  (autoload (quote dirtrack) "dirtrack" "\  (autoload (quote dirtrack) "dirtrack" "\
# Line 5344  You can toggle directory tracking by usi Line 6350  You can toggle directory tracking by usi
6350  If directory tracking does not seem to be working, you can use the  If directory tracking does not seem to be working, you can use the
6351  function `dirtrack-debug-toggle' to turn on debugging output.  function `dirtrack-debug-toggle' to turn on debugging output.
6352    
6353  You can enable directory tracking by adding this function to  You can enable directory tracking by adding this function to
6354  `comint-output-filter-functions'.  `comint-output-filter-functions'.
6355  " nil nil)  
6356    \(fn INPUT)" nil nil)
6357    
6358  ;;;***  ;;;***
6359    
6360  ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (13776  ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (15935
6361  ;;;;;;  9615))  ;;;;;;  47054))
6362  ;;; Generated autoloads from emacs-lisp/disass.el  ;;; Generated autoloads from emacs-lisp/disass.el
6363    
6364  (autoload (quote disassemble) "disass" "\  (autoload (quote disassemble) "disass" "\
# Line 5359  Print disassembled code for OBJECT in (o Line 6366  Print disassembled code for OBJECT in (o
6366  OBJECT can be a symbol defined as a function, or a function itself  OBJECT can be a symbol defined as a function, or a function itself
6367  \(a lambda expression or a compiled-function object).  \(a lambda expression or a compiled-function object).
6368  If OBJECT is not already compiled, we compile it, but do not  If OBJECT is not already compiled, we compile it, but do not
6369  redefine OBJECT if it is a symbol." t nil)  redefine OBJECT if it is a symbol.
6370    
6371    \(fn OBJECT &optional BUFFER INDENT INTERACTIVE-P)" t nil)
6372    
6373  ;;;***  ;;;***
6374    
# Line 5367  redefine OBJECT if it is a symbol." t ni Line 6376  redefine OBJECT if it is a symbol." t ni
6376  ;;;;;;  standard-display-graphic standard-display-g1 standard-display-ascii  ;;;;;;  standard-display-graphic standard-display-g1 standard-display-ascii
6377  ;;;;;;  standard-display-default standard-display-8bit describe-current-display-table  ;;;;;;  standard-display-default standard-display-8bit describe-current-display-table
6378  ;;;;;;  describe-display-table set-display-table-slot display-table-slot  ;;;;;;  describe-display-table set-display-table-slot display-table-slot
6379  ;;;;;;  make-display-table) "disp-table" "disp-table.el" (15391 60508))  ;;;;;;  make-display-table) "disp-table" "disp-table.el" (15935 40699))
6380  ;;; Generated autoloads from disp-table.el  ;;; Generated autoloads from disp-table.el
6381    
6382  (autoload (quote make-display-table) "disp-table" "\  (autoload (quote make-display-table) "disp-table" "\
6383  Return a new, empty display table." nil nil)  Return a new, empty display table.
6384    
6385    \(fn)" nil nil)
6386    
6387  (autoload (quote display-table-slot) "disp-table" "\  (autoload (quote display-table-slot) "disp-table" "\
6388  Return the value of the extra slot in DISPLAY-TABLE named SLOT.  Return the value of the extra slot in DISPLAY-TABLE named SLOT.
6389  SLOT may be a number from 0 to 5 inclusive, or a slot name (symbol).  SLOT may be a number from 0 to 5 inclusive, or a slot name (symbol).
6390  Valid symbols are `truncation', `wrap', `escape', `control',  Valid symbols are `truncation', `wrap', `escape', `control',
6391  `selective-display', and `vertical-border'." nil nil)  `selective-display', and `vertical-border'.
6392    
6393    \(fn DISPLAY-TABLE SLOT)" nil nil)
6394    
6395  (autoload (quote set-display-table-slot) "disp-table" "\  (autoload (quote set-display-table-slot) "disp-table" "\
6396  Set the value of the extra slot in DISPLAY-TABLE named SLOT to VALUE.  Set the value of the extra slot in DISPLAY-TABLE named SLOT to VALUE.
6397  SLOT may be a number from 0 to 5 inclusive, or a name (symbol).  SLOT may be a number from 0 to 5 inclusive, or a name (symbol).
6398  Valid symbols are `truncation', `wrap', `escape', `control',  Valid symbols are `truncation', `wrap', `escape', `control',
6399  `selective-display', and `vertical-border'." nil nil)  `selective-display', and `vertical-border'.
6400    
6401    \(fn DISPLAY-TABLE SLOT VALUE)" nil nil)
6402    
6403  (autoload (quote describe-display-table) "disp-table" "\  (autoload (quote describe-display-table) "disp-table" "\
6404  Describe the display table DT in a help buffer." nil nil)  Describe the display table DT in a help buffer.
6405    
6406    \(fn DT)" nil nil)
6407    
6408  (autoload (quote describe-current-display-table) "disp-table" "\  (autoload (quote describe-current-display-table) "disp-table" "\
6409  Describe the display table in use in the selected window and buffer." t nil)  Describe the display table in use in the selected window and buffer.
6410    
6411    \(fn)" t nil)
6412    
6413  (autoload (quote standard-display-8bit) "disp-table" "\  (autoload (quote standard-display-8bit) "disp-table" "\
6414  Display characters in the range L to H literally." nil nil)  Display characters in the range L to H literally.
6415    
6416    \(fn L H)" nil nil)
6417    
6418  (autoload (quote standard-display-default) "disp-table" "\  (autoload (quote standard-display-default) "disp-table" "\
6419  Display characters in the range L to H using the default notation." nil nil)  Display characters in the range L to H using the default notation.
6420    
6421    \(fn L H)" nil nil)
6422    
6423  (autoload (quote standard-display-ascii) "disp-table" "\  (autoload (quote standard-display-ascii) "disp-table" "\
6424  Display character C using printable string S." nil nil)  Display character C using printable string S.
6425    
6426    \(fn C S)" nil nil)
6427    
6428  (autoload (quote standard-display-g1) "disp-table" "\  (autoload (quote standard-display-g1) "disp-table" "\
6429  Display character C as character SC in the g1 character set.  Display character C as character SC in the g1 character set.
6430  This function assumes that your terminal uses the SO/SI characters;  This function assumes that your terminal uses the SO/SI characters;
6431  it is meaningless for an X frame." nil nil)  it is meaningless for an X frame.
6432    
6433    \(fn C SC)" nil nil)
6434    
6435  (autoload (quote standard-display-graphic) "disp-table" "\  (autoload (quote standard-display-graphic) "disp-table" "\
6436  Display character C as character GC in graphics character set.  Display character C as character GC in graphics character set.
6437  This function assumes VT100-compatible escapes; it is meaningless for an  This function assumes VT100-compatible escapes; it is meaningless for an
6438  X frame." nil nil)  X frame.
6439    
6440    \(fn C GC)" nil nil)
6441    
6442  (autoload (quote standard-display-underline) "disp-table" "\  (autoload (quote standard-display-underline) "disp-table" "\
6443  Display character C as character UC plus underlining." nil nil)  Display character C as character UC plus underlining.
6444    
6445    \(fn C UC)" nil nil)
6446    
6447  (autoload (quote create-glyph) "disp-table" "\  (autoload (quote create-glyph) "disp-table" "\
6448  Allocate a glyph code to display by sending STRING to the terminal." nil nil)  Allocate a glyph code to display by sending STRING to the terminal.
6449    
6450    \(fn STRING)" nil nil)
6451    
6452  (autoload (quote standard-display-european) "disp-table" "\  (autoload (quote standard-display-european) "disp-table" "\
6453  Semi-obsolete way to toggle display of ISO 8859 European characters.  Semi-obsolete way to toggle display of ISO 8859 European characters.
# Line 5437  Enabling European character display with Line 6470  Enabling European character display with
6470  from Lisp code also selects Latin-1 as the language environment, and  from Lisp code also selects Latin-1 as the language environment, and
6471  selects unibyte mode for all Emacs buffers (both existing buffers and  selects unibyte mode for all Emacs buffers (both existing buffers and
6472  those created subsequently).  This provides increased compatibility  those created subsequently).  This provides increased compatibility
6473  for users who call this function in `.emacs'." nil nil)  for users who call this function in `.emacs'.
6474    
6475    \(fn ARG)" nil nil)
6476    
6477  ;;;***  ;;;***
6478    
6479  ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"  ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6480  ;;;;;;  (15186 14373))  ;;;;;;  (15185 49575))
6481  ;;; Generated autoloads from play/dissociate.el  ;;; Generated autoloads from play/dissociate.el
6482    
6483  (autoload (quote dissociated-press) "dissociate" "\  (autoload (quote dissociated-press) "dissociate" "\
# Line 5452  which is redisplayed each time text is a Line 6487  which is redisplayed each time text is a
6487  Every so often the user must say whether to continue.  Every so often the user must say whether to continue.
6488  If ARG is positive, require ARG chars of continuity.  If ARG is positive, require ARG chars of continuity.
6489  If ARG is negative, require -ARG words of continuity.  If ARG is negative, require -ARG words of continuity.
6490  Default is 2." t nil)  Default is 2.
6491    
6492    \(fn &optional ARG)" t nil)
6493    
6494  ;;;***  ;;;***
6495    
6496  ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15319 24579))  ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15935 48681))
6497  ;;; Generated autoloads from play/doctor.el  ;;; Generated autoloads from play/doctor.el
6498    
6499  (autoload (quote doctor) "doctor" "\  (autoload (quote doctor) "doctor" "\
6500  Switch to *doctor* buffer and start giving psychotherapy." t nil)  Switch to *doctor* buffer and start giving psychotherapy.
6501    
6502    \(fn)" t nil)
6503    
6504  ;;;***  ;;;***
6505    
6506  ;;;### (autoloads (double-mode double-mode) "double" "double.el"  ;;;### (autoloads (double-mode double-mode) "double" "double.el"
6507  ;;;;;;  (15187 36233))  ;;;;;;  (15935 40668))
6508  ;;; Generated autoloads from double.el  ;;; Generated autoloads from double.el
6509    
6510  (defvar double-mode nil "\  (defvar double-mode nil "\
# Line 5473  Toggle Double mode. Line 6512  Toggle Double mode.
6512  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
6513  use either \\[customize] or the function `double-mode'.")  use either \\[customize] or the function `double-mode'.")
6514    
6515  (custom-add-to-group (quote double) (quote double-mode) (quote custom-variable))  (custom-autoload (quote double-mode) "double")
   
 (custom-add-load (quote double-mode) (quote double))  
6516    
6517  (autoload (quote double-mode) "double" "\  (autoload (quote double-mode) "double" "\
6518  Toggle Double mode.  Toggle Double mode.
6519  With prefix arg, turn Double mode on iff arg is positive.  With prefix arg, turn Double mode on iff arg is positive.
6520    
6521  When Double mode is on, some keys will insert different strings  When Double mode is on, some keys will insert different strings
6522  when pressed twice.  See variable `double-map' for details." t nil)  when pressed twice.  See variable `double-map' for details.
6523    
6524    \(fn ARG)" t nil)
6525    
6526  ;;;***  ;;;***
6527    
6528  ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15187 36242))  ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15935 48681))
6529  ;;; Generated autoloads from play/dunnet.el  ;;; Generated autoloads from play/dunnet.el
6530    
6531  (autoload (quote dunnet) "dunnet" "\  (autoload (quote dunnet) "dunnet" "\
6532  Switch to *dungeon* buffer and start game." t nil)  Switch to *dungeon* buffer and start game.
6533    
6534    \(fn)" t nil)
6535    
6536  ;;;***  ;;;***
6537    
6538  ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"  ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
6539  ;;;;;;  (15233 44691))  ;;;;;;  (15232 59206))
6540  ;;; Generated autoloads from gnus/earcon.el  ;;; Generated autoloads from gnus/earcon.el
6541    
6542  (autoload (quote gnus-earcon-display) "earcon" "\  (autoload (quote gnus-earcon-display) "earcon" "\
6543  Play sounds in message buffers." t nil)  Play sounds in message buffers.
6544    
6545    \(fn)" t nil)
6546    
6547  ;;;***  ;;;***
6548    
6549  ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap  ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6550  ;;;;;;  easy-mmode-define-global-mode define-minor-mode) "easy-mmode"  ;;;;;;  easy-mmode-define-global-mode define-minor-mode) "easy-mmode"
6551  ;;;;;;  "emacs-lisp/easy-mmode.el" (15492 4731))  ;;;;;;  "emacs-lisp/easy-mmode.el" (15935 47054))
6552  ;;; Generated autoloads from emacs-lisp/easy-mmode.el  ;;; Generated autoloads from emacs-lisp/easy-mmode.el
6553    
6554  (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))  (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
# Line 5527  used (see below). Line 6570  used (see below).
6570    
6571  BODY contains code that will be executed each time the mode is (dis)activated.  BODY contains code that will be executed each time the mode is (dis)activated.
6572    It will be executed after any toggling but before running the hooks.    It will be executed after any toggling but before running the hooks.
6573    BODY can start with a list of CL-style keys specifying additional arguments.    Before the actual body code, you can write
6574    The following keyword arguments are supported:    keyword arguments (alternating keywords and values).
6575  :group   Followed by the group name to use for any generated `defcustom'.    These following keyword arguments are supported:
6576  :global  If non-nil specifies that the minor mode is not meant to be  :group GROUP    Custom group name to use in all generated `defcustom' forms.
6577           buffer-local.  By default, the variable is made buffer-local.  :global GLOBAL  If non-nil specifies that the minor mode is not meant to be
6578  :init-value  Same as the INIT-VALUE argument.                  buffer-local, so don't make the variable MODE buffer-local.
6579  :lighter  Same as the LIGHTER argument." nil (quote macro))                  By default, the mode is buffer-local.
6580    :init-value VAL Same as the INIT-VALUE argument.
6581    :lighter SPEC   Same as the LIGHTER argument.
6582    :require SYM    Same as in `defcustom'.
6583    
6584    For example, you could write
6585      (define-minor-mode foo-mode \"If enabled, foo on you!\"
6586        nil \"Foo \" foo-keymap
6587        :require 'foo :global t :group 'inconvenience
6588        ...BODY CODE...)
6589    
6590    \(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil (quote macro))
6591    
6592  (autoload (quote easy-mmode-define-global-mode) "easy-mmode" "\  (autoload (quote easy-mmode-define-global-mode) "easy-mmode" "\
6593  Make GLOBAL-MODE out of the buffer-local minor MODE.  Make GLOBAL-MODE out of the buffer-local minor MODE.
6594  TURN-ON is a function that will be called with no args in every buffer  TURN-ON is a function that will be called with no args in every buffer
6595    and that should try to turn MODE on if applicable for that buffer.    and that should try to turn MODE on if applicable for that buffer.
6596  KEYS is a list of CL-style keyword arguments:  KEYS is a list of CL-style keyword arguments:
6597  :group to specify the custom group." nil (quote macro))  :group to specify the custom group.
6598    
6599    \(fn GLOBAL-MODE MODE TURN-ON &rest KEYS)" nil (quote macro))
6600    
6601  (autoload (quote easy-mmode-define-keymap) "easy-mmode" "\  (autoload (quote easy-mmode-define-keymap) "easy-mmode" "\
6602  Return a keymap built from bindings BS.  Return a keymap built from bindings BS.
# Line 5548  BS must be a list of (KEY . BINDING) whe Line 6604  BS must be a list of (KEY . BINDING) whe
6604  KEY and BINDINGS are suitable for `define-key'.  KEY and BINDINGS are suitable for `define-key'.
6605  Optional NAME is passed to `make-sparse-keymap'.  Optional NAME is passed to `make-sparse-keymap'.
6606  Optional map M can be used to modify an existing map.  Optional map M can be used to modify an existing map.
6607  ARGS is a list of additional keyword arguments." nil nil)  ARGS is a list of additional keyword arguments.
6608    
6609    \(fn BS &optional NAME M ARGS)" nil nil)
6610    
6611    (autoload (quote easy-mmode-defmap) "easy-mmode" "\
6612    Not documented
6613    
6614  (autoload (quote easy-mmode-defmap) "easy-mmode" nil nil (quote macro))  \(fn M BS DOC &rest ARGS)" nil (quote macro))
6615    
6616  (autoload (quote easy-mmode-defsyntax) "easy-mmode" "\  (autoload (quote easy-mmode-defsyntax) "easy-mmode" "\
6617  Define variable ST as a syntax-table.  Define variable ST as a syntax-table.
6618  CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil (quote macro))  CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6619    
6620    \(fn ST CSS DOC &rest ARGS)" nil (quote macro))
6621    
6622  ;;;***  ;;;***
6623    
6624  ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define  ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6625  ;;;;;;  easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15587  ;;;;;;  easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15879
6626  ;;;;;;  64723))  ;;;;;;  20200))
6627  ;;; Generated autoloads from emacs-lisp/easymenu.el  ;;; Generated autoloads from emacs-lisp/easymenu.el
6628    
6629  (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))  (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
6630    
6631  (autoload (quote easy-menu-define) "easymenu" "\  (autoload (quote easy-menu-define) "easymenu" "\
6632  Define a menu bar submenu in maps MAPS, according to MENU.  Define a menu bar submenu in maps MAPS, according to MENU.
6633  The menu keymap is stored in symbol SYMBOL, both as its value  
6634  and as its function definition.   DOC is used as the doc string for SYMBOL.  If SYMBOL is non-nil, store the menu keymap in the value of SYMBOL,
6635    and define SYMBOL as a function to pop up the menu, with DOC as its doc string.
6636    If SYMBOL is nil, just store the menu keymap into MAPS.
6637    
6638  The first element of MENU must be a string.  It is the menu bar item name.  The first element of MENU must be a string.  It is the menu bar item name.
6639  It may be followed by the following keyword argument pairs  It may be followed by the following keyword argument pairs
# Line 5662  A menu item can be a string.  Then that Line 6727  A menu item can be a string.  Then that
6727  unselectable text.  A string consisting solely of hyphens is displayed  unselectable text.  A string consisting solely of hyphens is displayed
6728  as a solid horizontal line.  as a solid horizontal line.
6729    
6730  A menu item can be a list with the same format as MENU.  This is a submenu." nil (quote macro))  A menu item can be a list with the same format as MENU.  This is a submenu.
6731    
6732    \(fn SYMBOL MAPS DOC MENU)" nil (quote macro))
6733    
6734    (autoload (quote easy-menu-do-define) "easymenu" "\
6735    Not documented
6736    
6737  (autoload (quote easy-menu-do-define) "easymenu" nil nil nil)  \(fn SYMBOL MAPS DOC MENU)" nil nil)
6738    
6739  (autoload (quote easy-menu-create-menu) "easymenu" "\  (autoload (quote easy-menu-create-menu) "easymenu" "\
6740  Create a menu called MENU-NAME with items described in MENU-ITEMS.  Create a menu called MENU-NAME with items described in MENU-ITEMS.
6741  MENU-NAME is a string, the name of the menu.  MENU-ITEMS is a list of items  MENU-NAME is a string, the name of the menu.  MENU-ITEMS is a list of items
6742  possibly preceded by keyword pairs as described in `easy-menu-define'." nil nil)  possibly preceded by keyword pairs as described in `easy-menu-define'.
6743    
6744    \(fn MENU-NAME MENU-ITEMS)" nil nil)
6745    
6746  (autoload (quote easy-menu-change) "easymenu" "\  (autoload (quote easy-menu-change) "easymenu" "\
6747  Change menu found at PATH as item NAME to contain ITEMS.  Change menu found at PATH as item NAME to contain ITEMS.
# Line 5683  If the optional argument BEFORE is prese Line 6755  If the optional argument BEFORE is prese
6755  the submenu named BEFORE, otherwise add it at the end of the menu.  the submenu named BEFORE, otherwise add it at the end of the menu.
6756    
6757  Either call this from `menu-bar-update-hook' or use a menu filter,  Either call this from `menu-bar-update-hook' or use a menu filter,
6758  to implement dynamic menus." nil nil)  to implement dynamic menus.
6759    
6760    \(fn PATH NAME ITEMS &optional BEFORE)" nil nil)
6761    
6762  ;;;***  ;;;***
6763    
# Line 5691  to implement dynamic menus." nil nil) Line 6765  to implement dynamic menus." nil nil)
6765  ;;;;;;  ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup  ;;;;;;  ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup
6766  ;;;;;;  ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer  ;;;;;;  ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer
6767  ;;;;;;  ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer  ;;;;;;  ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer
6768  ;;;;;;  ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15279 54861))  ;;;;;;  ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15279 28735))
6769  ;;; Generated autoloads from progmodes/ebnf2ps.el  ;;; Generated autoloads from progmodes/ebnf2ps.el
6770    
6771  (autoload (quote ebnf-customize) "ebnf2ps" "\  (autoload (quote ebnf-customize) "ebnf2ps" "\
6772  Customization for ebnf group." t nil)  Customization for ebnf group.
6773    
6774    \(fn)" t nil)
6775    
6776  (autoload (quote ebnf-print-buffer) "ebnf2ps" "\  (autoload (quote ebnf-print-buffer) "ebnf2ps" "\
6777  Generate and print a PostScript syntatic chart image of the buffer.  Generate and print a PostScript syntatic chart image of the buffer.
# Line 5707  it to the printer. Line 6783  it to the printer.
6783  More specifically, the FILENAME argument is treated as follows: if it  More specifically, the FILENAME argument is treated as follows: if it
6784  is nil, send the image to the printer.  If FILENAME is a string, save  is nil, send the image to the printer.  If FILENAME is a string, save
6785  the PostScript image in a file with that name.  If FILENAME is a  the PostScript image in a file with that name.  If FILENAME is a
6786  number, prompt the user for the name of the file to save in." t nil)  number, prompt the user for the name of the file to save in.
6787    
6788    \(fn &optional FILENAME)" t nil)
6789    
6790  (autoload (quote ebnf-print-region) "ebnf2ps" "\  (autoload (quote ebnf-print-region) "ebnf2ps" "\
6791  Generate and print a PostScript syntatic chart image of the region.  Generate and print a PostScript syntatic chart image of the region.
6792  Like `ebnf-print-buffer', but prints just the current region." t nil)  Like `ebnf-print-buffer', but prints just the current region.
6793    
6794    \(fn FROM TO &optional FILENAME)" t nil)
6795    
6796  (autoload (quote ebnf-spool-buffer) "ebnf2ps" "\  (autoload (quote ebnf-spool-buffer) "ebnf2ps" "\
6797  Generate and spool a PostScript syntatic chart image of the buffer.  Generate and spool a PostScript syntatic chart image of the buffer.
6798  Like `ebnf-print-buffer' except that the PostScript image is saved in a  Like `ebnf-print-buffer' except that the PostScript image is saved in a
6799  local buffer to be sent to the printer later.  local buffer to be sent to the printer later.
6800    
6801  Use the command `ebnf-despool' to send the spooled images to the printer." t nil)  Use the command `ebnf-despool' to send the spooled images to the printer.
6802    
6803    \(fn)" t nil)
6804    
6805  (autoload (quote ebnf-spool-region) "ebnf2ps" "\  (autoload (quote ebnf-spool-region) "ebnf2ps" "\
6806  Generate a PostScript syntatic chart image of the region and spool locally.  Generate a PostScript syntatic chart image of the region and spool locally.
6807  Like `ebnf-spool-buffer', but spools just the current region.  Like `ebnf-spool-buffer', but spools just the current region.
6808    
6809  Use the command `ebnf-despool' to send the spooled images to the printer." t nil)  Use the command `ebnf-despool' to send the spooled images to the printer.
6810    
6811    \(fn FROM TO)" t nil)
6812    
6813  (autoload (quote ebnf-eps-buffer) "ebnf2ps" "\  (autoload (quote ebnf-eps-buffer) "ebnf2ps" "\
6814  Generate a PostScript syntatic chart image of the buffer in a EPS file.  Generate a PostScript syntatic chart image of the buffer in a EPS file.
# Line 5742  The EPS file name has the following form Line 6826  The EPS file name has the following form
6826               For example, the production name \"A/B + C\" is mapped to               For example, the production name \"A/B + C\" is mapped to
6827               \"A_B_+_C\" and the EPS file name used is \"ebnf--A_B_+_C.eps\".               \"A_B_+_C\" and the EPS file name used is \"ebnf--A_B_+_C.eps\".
6828    
6829  WARNING: It's *NOT* asked any confirmation to override an existing file." t nil)  WARNING: It's *NOT* asked any confirmation to override an existing file.
6830    
6831    \(fn)" t nil)
6832    
6833  (autoload (quote ebnf-eps-region) "ebnf2ps" "\  (autoload (quote ebnf-eps-region) "ebnf2ps" "\
6834  Generate a PostScript syntatic chart image of the region in a EPS file.  Generate a PostScript syntatic chart image of the region in a EPS file.
# Line 5760  The EPS file name has the following form Line 6846  The EPS file name has the following form
6846               For example, the production name \"A/B + C\" is mapped to               For example, the production name \"A/B + C\" is mapped to
6847               \"A_B_+_C\" and the EPS file name used is \"ebnf--A_B_+_C.eps\".               \"A_B_+_C\" and the EPS file name used is \"ebnf--A_B_+_C.eps\".
6848    
6849  WARNING: It's *NOT* asked any confirmation to override an existing file." t nil)  WARNING: It's *NOT* asked any confirmation to override an existing file.
6850    
6851    \(fn FROM TO)" t nil)
6852    
6853  (defalias (quote ebnf-despool) (quote ps-despool))  (defalias (quote ebnf-despool) (quote ps-despool))
6854    
6855  (autoload (quote ebnf-syntax-buffer) "ebnf2ps" "\  (autoload (quote ebnf-syntax-buffer) "ebnf2ps" "\
6856  Does a syntatic analysis of the current buffer." t nil)  Does a syntatic analysis of the current buffer.
6857    
6858    \(fn)" t nil)
6859    
6860  (autoload (quote ebnf-syntax-region) "ebnf2ps" "\  (autoload (quote ebnf-syntax-region) "ebnf2ps" "\
6861  Does a syntatic analysis of a region." t nil)  Does a syntatic analysis of a region.
6862    
6863    \(fn FROM TO)" t nil)
6864    
6865  (autoload (quote ebnf-setup) "ebnf2ps" "\  (autoload (quote ebnf-setup) "ebnf2ps" "\
6866  Return the current ebnf2ps setup." nil nil)  Return the current ebnf2ps setup.
6867    
6868    \(fn)" nil nil)
6869    
6870  (autoload (quote ebnf-insert-style) "ebnf2ps" "\  (autoload (quote ebnf-insert-style) "ebnf2ps" "\
6871  Insert a new style NAME with inheritance INHERITS and values VALUES." t nil)  Insert a new style NAME with inheritance INHERITS and values VALUES.
6872    
6873    \(fn NAME INHERITS &rest VALUES)" t nil)
6874    
6875  (autoload (quote ebnf-merge-style) "ebnf2ps" "\  (autoload (quote ebnf-merge-style) "ebnf2ps" "\
6876  Merge values of style NAME with style VALUES." t nil)  Merge values of style NAME with style VALUES.
6877    
6878    \(fn NAME &rest VALUES)" t nil)
6879    
6880  (autoload (quote ebnf-apply-style) "ebnf2ps" "\  (autoload (quote ebnf-apply-style) "ebnf2ps" "\
6881  Set STYLE to current style.  Set STYLE to current style.
6882    
6883  It returns the old style symbol." t nil)  It returns the old style symbol.
6884    
6885    \(fn STYLE)" t nil)
6886    
6887  (autoload (quote ebnf-reset-style) "ebnf2ps" "\  (autoload (quote ebnf-reset-style) "ebnf2ps" "\
6888  Reset current style.  Reset current style.
6889    
6890  It returns the old style symbol." t nil)  It returns the old style symbol.
6891    
6892    \(fn &optional STYLE)" t nil)
6893    
6894  (autoload (quote ebnf-push-style) "ebnf2ps" "\  (autoload (quote ebnf-push-style) "ebnf2ps" "\
6895  Push the current style and set STYLE to current style.  Push the current style and set STYLE to current style.
6896    
6897  It returns the old style symbol." t nil)  It returns the old style symbol.
6898    
6899    \(fn &optional STYLE)" t nil)
6900    
6901  (autoload (quote ebnf-pop-style) "ebnf2ps" "\  (autoload (quote ebnf-pop-style) "ebnf2ps" "\
6902  Pop a style and set it to current style.  Pop a style and set it to current style.
6903    
6904  It returns the old style symbol." t nil)  It returns the old style symbol.
6905    
6906    \(fn)" t nil)
6907    
6908  ;;;***  ;;;***
6909    
# Line 5806  It returns the old style symbol." t nil) Line 6912  It returns the old style symbol." t nil)
6912  ;;;;;;  ebrowse-back-in-position-stack ebrowse-tags-search-member-use  ;;;;;;  ebrowse-back-in-position-stack ebrowse-tags-search-member-use
6913  ;;;;;;  ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol  ;;;;;;  ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol
6914  ;;;;;;  ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"  ;;;;;;  ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"
6915  ;;;;;;  "progmodes/ebrowse.el" (15620 28697))  ;;;;;;  "progmodes/ebrowse.el" (15924 62059))
6916  ;;; Generated autoloads from progmodes/ebrowse.el  ;;; Generated autoloads from progmodes/ebrowse.el
6917    
6918  (autoload (quote ebrowse-tree-mode) "ebrowse" "\  (autoload (quote ebrowse-tree-mode) "ebrowse" "\
# Line 5817  File operations in the tree buffer work Line 6923  File operations in the tree buffer work
6923  E.g.\\[save-buffer] writes the tree to the file it was loaded from.  E.g.\\[save-buffer] writes the tree to the file it was loaded from.
6924    
6925  Tree mode key bindings:  Tree mode key bindings:
6926  \\{ebrowse-tree-mode-map}" t nil)  \\{ebrowse-tree-mode-map}
6927    
6928    \(fn)" t nil)
6929    
6930  (autoload (quote ebrowse-electric-choose-tree) "ebrowse" "\  (autoload (quote ebrowse-electric-choose-tree) "ebrowse" "\
6931  Return a buffer containing a tree or nil if no tree found or canceled." t nil)  Return a buffer containing a tree or nil if no tree found or canceled.
6932    
6933    \(fn)" t nil)
6934    
6935  (autoload (quote ebrowse-tags-complete-symbol) "ebrowse" "\  (autoload (quote ebrowse-tags-complete-symbol) "ebrowse" "\
6936  Perform completion on the C++ symbol preceding point.  Perform completion on the C++ symbol preceding point.
6937  A second call of this function without changing point inserts the next match.  A second call of this function without changing point inserts the next match.
6938  A call with prefix PREFIX reads the symbol to insert from the minibuffer with  A call with prefix PREFIX reads the symbol to insert from the minibuffer with
6939  completion." t nil)  completion.
6940    
6941    \(fn PREFIX)" t nil)
6942    
6943  (autoload (quote ebrowse-tags-loop-continue) "ebrowse" "\  (autoload (quote ebrowse-tags-loop-continue) "ebrowse" "\
6944  Repeat last operation on files in tree.  Repeat last operation on files in tree.
6945  FIRST-TIME non-nil means this is not a repetition, but the first time.  FIRST-TIME non-nil means this is not a repetition, but the first time.
6946  TREE-BUFFER if indirectly specifies which files to loop over." t nil)  TREE-BUFFER if indirectly specifies which files to loop over.
6947    
6948    \(fn &optional FIRST-TIME TREE-BUFFER)" t nil)
6949    
6950  (autoload (quote ebrowse-tags-query-replace) "ebrowse" "\  (autoload (quote ebrowse-tags-query-replace) "ebrowse" "\
6951  Query replace FROM with TO in all files of a class tree.  Query replace FROM with TO in all files of a class tree.
6952  With prefix arg, process files of marked classes only." t nil)  With prefix arg, process files of marked classes only.
6953    
6954    \(fn FROM TO)" t nil)
6955    
6956  (autoload (quote ebrowse-tags-search-member-use) "ebrowse" "\  (autoload (quote ebrowse-tags-search-member-use) "ebrowse" "\
6957  Search for call sites of a member.  Search for call sites of a member.
6958  If FIX-NAME is specified, search uses of that member.  If FIX-NAME is specified, search uses of that member.
6959  Otherwise, read a member name from the minibuffer.  Otherwise, read a member name from the minibuffer.
6960  Searches in all files mentioned in a class tree for something that  Searches in all files mentioned in a class tree for something that
6961  looks like a function call to the member." t nil)  looks like a function call to the member.
6962    
6963    \(fn &optional FIX-NAME)" t nil)
6964    
6965  (autoload (quote ebrowse-back-in-position-stack) "ebrowse" "\  (autoload (quote ebrowse-back-in-position-stack) "ebrowse" "\
6966  Move backward in the position stack.  Move backward in the position stack.
6967  Prefix arg ARG says how much." t nil)  Prefix arg ARG says how much.
6968    
6969    \(fn ARG)" t nil)
6970    
6971  (autoload (quote ebrowse-forward-in-position-stack) "ebrowse" "\  (autoload (quote ebrowse-forward-in-position-stack) "ebrowse" "\
6972  Move forward in the position stack.  Move forward in the position stack.
6973  Prefix arg ARG says how much." t nil)  Prefix arg ARG says how much.
6974    
6975    \(fn ARG)" t nil)
6976    
6977  (autoload (quote ebrowse-electric-position-menu) "ebrowse" "\  (autoload (quote ebrowse-electric-position-menu) "ebrowse" "\
6978  List positions in the position stack in an electric buffer." t nil)  List positions in the position stack in an electric buffer.
6979    
6980    \(fn)" t nil)
6981    
6982  (autoload (quote ebrowse-save-tree) "ebrowse" "\  (autoload (quote ebrowse-save-tree) "ebrowse" "\
6983  Save current tree in same file it was loaded from." t nil)  Save current tree in same file it was loaded from.
6984    
6985    \(fn)" t nil)
6986    
6987  (autoload (quote ebrowse-save-tree-as) "ebrowse" "\  (autoload (quote ebrowse-save-tree-as) "ebrowse" "\
6988  Write the current tree data structure to a file.  Write the current tree data structure to a file.
6989  Read the file name from the minibuffer if interactive.  Read the file name from the minibuffer if interactive.
6990  Otherwise, FILE-NAME specifies the file to save the tree in." t nil)  Otherwise, FILE-NAME specifies the file to save the tree in.
6991    
6992    \(fn &optional FILE-NAME)" t nil)
6993    
6994  (autoload (quote ebrowse-statistics) "ebrowse" "\  (autoload (quote ebrowse-statistics) "ebrowse" "\
6995  Display statistics for a class tree." t nil)  Display statistics for a class tree.
6996    
6997    \(fn)" t nil)
6998    
6999  ;;;***  ;;;***
7000    
7001  ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"  ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7002  ;;;;;;  (15347 4065))  ;;;;;;  (15935 40984))
7003  ;;; Generated autoloads from ebuff-menu.el  ;;; Generated autoloads from ebuff-menu.el
7004    
7005  (autoload (quote electric-buffer-list) "ebuff-menu" "\  (autoload (quote electric-buffer-list) "ebuff-menu" "\
# Line 5887  much like those of buffer-menu-mode. Line 7017  much like those of buffer-menu-mode.
7017    
7018  Calls value of `electric-buffer-menu-mode-hook' on entry if non-nil.  Calls value of `electric-buffer-menu-mode-hook' on entry if non-nil.
7019    
7020  \\{electric-buffer-menu-mode-map}" t nil)  \\{electric-buffer-menu-mode-map}
7021    
7022    \(fn ARG)" t nil)
7023    
7024  ;;;***  ;;;***
7025    
7026  ;;;### (autoloads (Electric-command-history-redo-expression) "echistory"  ;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7027  ;;;;;;  "echistory.el" (15186 14363))  ;;;;;;  "echistory.el" (15935 40999))
7028  ;;; Generated autoloads from echistory.el  ;;; Generated autoloads from echistory.el
7029    
7030  (autoload (quote Electric-command-history-redo-expression) "echistory" "\  (autoload (quote Electric-command-history-redo-expression) "echistory" "\
7031  Edit current history line in minibuffer and execute result.  Edit current history line in minibuffer and execute result.
7032  With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)  With prefix arg NOCONFIRM, execute current line as-is without editing.
7033    
7034    \(fn &optional NOCONFIRM)" t nil)
7035    
7036  ;;;***  ;;;***
7037    
7038  ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms  ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
7039  ;;;;;;  edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15546 9142))  ;;;;;;  edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15935 47054))
7040  ;;; Generated autoloads from emacs-lisp/edebug.el  ;;; Generated autoloads from emacs-lisp/edebug.el
7041    
7042  (defvar edebug-all-defs nil "\  (defvar edebug-all-defs nil "\
# Line 5916  variable.  You may wish to make it local Line 7050  variable.  You may wish to make it local
7050  \(make-local-variable 'edebug-all-defs) in your  \(make-local-variable 'edebug-all-defs) in your
7051  `emacs-lisp-mode-hook'.")  `emacs-lisp-mode-hook'.")
7052    
7053    (custom-autoload (quote edebug-all-defs) "edebug")
7054    
7055  (defvar edebug-all-forms nil "\  (defvar edebug-all-forms nil "\
7056  *Non-nil evaluation of all forms will instrument for Edebug.  *Non-nil evaluation of all forms will instrument for Edebug.
7057  This doesn't apply to loading or evaluations in the minibuffer.  This doesn't apply to loading or evaluations in the minibuffer.
7058  Use the command `edebug-all-forms' to toggle the value of this option.")  Use the command `edebug-all-forms' to toggle the value of this option.")
7059    
7060    (custom-autoload (quote edebug-all-forms) "edebug")
7061    
7062  (autoload (quote def-edebug-spec) "edebug" "\  (autoload (quote def-edebug-spec) "edebug" "\
7063  Set the `edebug-form-spec' property of SYMBOL according to SPEC.  Set the `edebug-form-spec' property of SYMBOL according to SPEC.
7064  Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol  Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
7065  \(naming a function), or a list." nil (quote macro))  \(naming a function), or a list.
7066    
7067    \(fn SYMBOL SPEC)" nil (quote macro))
7068    
7069  (defalias (quote edebug-defun) (quote edebug-eval-top-level-form))  (defalias (quote edebug-defun) (quote edebug-eval-top-level-form))
7070    
7071  (autoload (quote edebug-eval-top-level-form) "edebug" "\  (autoload (quote edebug-eval-top-level-form) "edebug" "\
7072  Evaluate a top level form, such as a defun or defmacro.  Evaluate the top level form point is in, stepping through with Edebug.
7073  This is like `eval-defun', but the code is always instrumented for Edebug.  This is like `eval-defun' except that it steps the code for Edebug
7074  Print its name in the minibuffer and leave point where it is,  before evaluating it.  It displays the value in the echo area
7075  or if an error occurs, leave point after it with mark at the original point." t nil)  using `eval-expression' (which see).
7076    
7077    If you do this on a function definition
7078    such as a defun or defmacro, it defines the function and instruments
7079    its definition for Edebug, so it will do Edebug stepping when called
7080    later.  It displays `Edebug: FUNCTION' in the echo area to indicate
7081    that FUNCTION is now instrumented for Edebug.
7082    
7083    If the current defun is actually a call to `defvar' or `defcustom',
7084    evaluating it this way resets the variable using its initial value
7085    expression even if the variable already has some other value.
7086    \(Normally `defvar' and `defcustom' do not alter the value if there
7087    already is one.)
7088    
7089    \(fn)" t nil)
7090    
7091  ;;;***  ;;;***
7092    
# Line 5944  or if an error occurs, leave point after Line 7098  or if an error occurs, leave point after
7098  ;;;;;;  ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor  ;;;;;;  ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor
7099  ;;;;;;  ediff-merge-directory-revisions ediff-merge-directories-with-ancestor  ;;;;;;  ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
7100  ;;;;;;  ediff-merge-directories ediff-directories3 ediff-directory-revisions  ;;;;;;  ediff-merge-directories ediff-directories3 ediff-directory-revisions
7101  ;;;;;;  ediff-directories ediff-buffers3 ediff-buffers ediff-files3  ;;;;;;  ediff-directories ediff-buffers3 ediff-buffers ediff-backup
7102  ;;;;;;  ediff-files) "ediff" "ediff.el" (15514 33249))  ;;;;;;  ediff-files3 ediff-files) "ediff" "ediff.el" (15935 41131))
7103  ;;; Generated autoloads from ediff.el  ;;; Generated autoloads from ediff.el
7104    
7105  (autoload (quote ediff-files) "ediff" "\  (autoload (quote ediff-files) "ediff" "\
7106  Run Ediff on a pair of files, FILE-A and FILE-B." t nil)  Run Ediff on a pair of files, FILE-A and FILE-B.
7107    
7108    \(fn FILE-A FILE-B &optional STARTUP-HOOKS)" t nil)
7109    
7110  (autoload (quote ediff-files3) "ediff" "\  (autoload (quote ediff-files3) "ediff" "\
7111  Run Ediff on three files, FILE-A, FILE-B, and FILE-C." t nil)  Run Ediff on three files, FILE-A, FILE-B, and FILE-C.
7112    
7113    \(fn FILE-A FILE-B FILE-C &optional STARTUP-HOOKS)" t nil)
7114    
7115  (defalias (quote ediff3) (quote ediff-files3))  (defalias (quote ediff3) (quote ediff-files3))
7116    
7117  (defalias (quote ediff) (quote ediff-files))  (defalias (quote ediff) (quote ediff-files))
7118    
7119    (autoload (quote ediff-backup) "ediff" "\
7120    Run Ediff on FILE and its backup file.
7121    Uses the latest backup, if there are several numerical backups.
7122    If this file is a backup, `ediff' it with its original.
7123    
7124    \(fn FILE)" t nil)
7125    
7126  (autoload (quote ediff-buffers) "ediff" "\  (autoload (quote ediff-buffers) "ediff" "\
7127  Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B." t nil)  Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B.
7128    
7129    \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME)" t nil)
7130    
7131  (defalias (quote ebuffers) (quote ediff-buffers))  (defalias (quote ebuffers) (quote ediff-buffers))
7132    
7133  (autoload (quote ediff-buffers3) "ediff" "\  (autoload (quote ediff-buffers3) "ediff" "\
7134  Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C." t nil)  Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C.
7135    
7136    \(fn BUFFER-A BUFFER-B BUFFER-C &optional STARTUP-HOOKS JOB-NAME)" t nil)
7137    
7138  (defalias (quote ebuffers3) (quote ediff-buffers3))  (defalias (quote ebuffers3) (quote ediff-buffers3))
7139    
7140  (autoload (quote ediff-directories) "ediff" "\  (autoload (quote ediff-directories) "ediff" "\
7141  Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have  Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have
7142  the same name in both.  The third argument, REGEXP, is a regular expression  the same name in both.  The third argument, REGEXP, is nil or a regular
7143  that can be used to filter out certain file names." t nil)  expression; only file names that match the regexp are considered.
7144    
7145    \(fn DIR1 DIR2 REGEXP)" t nil)
7146    
7147  (defalias (quote edirs) (quote ediff-directories))  (defalias (quote edirs) (quote ediff-directories))
7148    
7149  (autoload (quote ediff-directory-revisions) "ediff" "\  (autoload (quote ediff-directory-revisions) "ediff" "\
7150  Run Ediff on a directory, DIR1, comparing its files with their revisions.  Run Ediff on a directory, DIR1, comparing its files with their revisions.
7151  The second argument, REGEXP, is a regular expression that filters the file  The second argument, REGEXP, is a regular expression that filters the file
7152  names.  Only the files that are under revision control are taken into account." t nil)  names.  Only the files that are under revision control are taken into account.
7153    
7154    \(fn DIR1 REGEXP)" t nil)
7155    
7156  (defalias (quote edir-revisions) (quote ediff-directory-revisions))  (defalias (quote edir-revisions) (quote ediff-directory-revisions))
7157    
7158  (autoload (quote ediff-directories3) "ediff" "\  (autoload (quote ediff-directories3) "ediff" "\
7159  Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that  Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that
7160  have the same name in all three.  The last argument, REGEXP, is a regular  have the same name in all three.  The last argument, REGEXP, is nil or a
7161  expression that can be used to filter out certain file names." t nil)  regular expression; only file names that match the regexp are considered.
7162    
7163    \(fn DIR1 DIR2 DIR3 REGEXP)" t nil)
7164    
7165  (defalias (quote edirs3) (quote ediff-directories3))  (defalias (quote edirs3) (quote ediff-directories3))
7166    
7167  (autoload (quote ediff-merge-directories) "ediff" "\  (autoload (quote ediff-merge-directories) "ediff" "\
7168  Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have  Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have
7169  the same name in both.  The third argument, REGEXP, is a regular expression  the same name in both.  The third argument, REGEXP, is nil or a regular
7170  that can be used to filter out certain file names." t nil)  expression; only file names that match the regexp are considered.
7171    
7172    \(fn DIR1 DIR2 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7173    
7174  (defalias (quote edirs-merge) (quote ediff-merge-directories))  (defalias (quote edirs-merge) (quote ediff-merge-directories))
7175    
# Line 6000  that can be used to filter out certain f Line 7177  that can be used to filter out certain f
7177  Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors.  Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors.
7178  Ediff merges files that have identical names in DIR1, DIR2.  If a pair of files  Ediff merges files that have identical names in DIR1, DIR2.  If a pair of files
7179  in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge  in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge
7180  without ancestor.  The fourth argument, REGEXP, is a regular expression that  without ancestor.  The fourth argument, REGEXP, is nil or a regular expression;
7181  can be used to filter out certain file names." t nil)  only file names that match the regexp are considered.
7182    
7183    \(fn DIR1 DIR2 ANCESTOR-DIR REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7184    
7185  (autoload (quote ediff-merge-directory-revisions) "ediff" "\  (autoload (quote ediff-merge-directory-revisions) "ediff" "\
7186  Run Ediff on a directory, DIR1, merging its files with their revisions.  Run Ediff on a directory, DIR1, merging its files with their revisions.
7187  The second argument, REGEXP, is a regular expression that filters the file  The second argument, REGEXP, is a regular expression that filters the file
7188  names.  Only the files that are under revision control are taken into account." t nil)  names.  Only the files that are under revision control are taken into account.
7189    
7190    \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7191    
7192  (defalias (quote edir-merge-revisions) (quote ediff-merge-directory-revisions))  (defalias (quote edir-merge-revisions) (quote ediff-merge-directory-revisions))
7193    
7194  (autoload (quote ediff-merge-directory-revisions-with-ancestor) "ediff" "\  (autoload (quote ediff-merge-directory-revisions-with-ancestor) "ediff" "\
7195  Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors.  Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors.
7196  The second argument, REGEXP, is a regular expression that filters the file  The second argument, REGEXP, is a regular expression that filters the file
7197  names.  Only the files that are under revision control are taken into account." t nil)  names.  Only the files that are under revision control are taken into account.
7198    
7199    \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7200    
7201  (defalias (quote edir-merge-revisions-with-ancestor) (quote ediff-merge-directory-revisions-with-ancestor))  (defalias (quote edir-merge-revisions-with-ancestor) (quote ediff-merge-directory-revisions-with-ancestor))
7202    
# Line 6024  Compare WIND-A and WIND-B, which are sel Line 7207  Compare WIND-A and WIND-B, which are sel
7207  With prefix argument, DUMB-MODE, or on a non-windowing display, works as  With prefix argument, DUMB-MODE, or on a non-windowing display, works as
7208  follows:  follows:
7209  If WIND-A is nil, use selected window.  If WIND-A is nil, use selected window.
7210  If WIND-B is nil, use window next to WIND-A." t nil)  If WIND-B is nil, use window next to WIND-A.
7211    
7212    \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
7213    
7214  (autoload (quote ediff-windows-linewise) "ediff" "\  (autoload (quote ediff-windows-linewise) "ediff" "\
7215  Compare WIND-A and WIND-B, which are selected by clicking, linewise.  Compare WIND-A and WIND-B, which are selected by clicking, linewise.
7216  With prefix argument, DUMB-MODE, or on a non-windowing display, works as  With prefix argument, DUMB-MODE, or on a non-windowing display, works as
7217  follows:  follows:
7218  If WIND-A is nil, use selected window.  If WIND-A is nil, use selected window.
7219  If WIND-B is nil, use window next to WIND-A." t nil)  If WIND-B is nil, use window next to WIND-A.
7220    
7221    \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
7222    
7223  (autoload (quote ediff-regions-wordwise) "ediff" "\  (autoload (quote ediff-regions-wordwise) "ediff" "\
7224  Run Ediff on a pair of regions in specified buffers.  Run Ediff on a pair of regions in specified buffers.
# Line 6040  for the second region in the case both r Line 7227  for the second region in the case both r
7227  In such a case the user is asked to interactively establish the second  In such a case the user is asked to interactively establish the second
7228  region.  region.
7229  This function is effective only for relatively small regions, up to 200  This function is effective only for relatively small regions, up to 200
7230  lines.  For large regions, use `ediff-regions-linewise'." t nil)  lines.  For large regions, use `ediff-regions-linewise'.
7231    
7232    \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
7233    
7234  (autoload (quote ediff-regions-linewise) "ediff" "\  (autoload (quote ediff-regions-linewise) "ediff" "\
7235  Run Ediff on a pair of regions in specified buffers.  Run Ediff on a pair of regions in specified buffers.
# Line 6050  In such a case the user is asked to inte Line 7239  In such a case the user is asked to inte
7239  region.  region.
7240  Each region is enlarged to contain full lines.  Each region is enlarged to contain full lines.
7241  This function is effective for large regions, over 100-200  This function is effective for large regions, over 100-200
7242  lines.  For small regions, use `ediff-regions-wordwise'." t nil)  lines.  For small regions, use `ediff-regions-wordwise'.
7243    
7244    \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
7245    
7246  (defalias (quote ediff-merge) (quote ediff-merge-files))  (defalias (quote ediff-merge) (quote ediff-merge-files))
7247    
7248  (autoload (quote ediff-merge-files) "ediff" "\  (autoload (quote ediff-merge-files) "ediff" "\
7249  Merge two files without ancestor." t nil)  Merge two files without ancestor.
7250    
7251    \(fn FILE-A FILE-B &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7252    
7253  (autoload (quote ediff-merge-files-with-ancestor) "ediff" "\  (autoload (quote ediff-merge-files-with-ancestor) "ediff" "\
7254  Merge two files with ancestor." t nil)  Merge two files with ancestor.
7255    
7256    \(fn FILE-A FILE-B FILE-ANCESTOR &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7257    
7258  (defalias (quote ediff-merge-with-ancestor) (quote ediff-merge-files-with-ancestor))  (defalias (quote ediff-merge-with-ancestor) (quote ediff-merge-files-with-ancestor))
7259    
7260  (autoload (quote ediff-merge-buffers) "ediff" "\  (autoload (quote ediff-merge-buffers) "ediff" "\
7261  Merge buffers without ancestor." t nil)  Merge buffers without ancestor.
7262    
7263    \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil)
7264    
7265  (autoload (quote ediff-merge-buffers-with-ancestor) "ediff" "\  (autoload (quote ediff-merge-buffers-with-ancestor) "ediff" "\
7266  Merge buffers with ancestor." t nil)  Merge buffers with ancestor.
7267    
7268    \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil)
7269    
7270  (autoload (quote ediff-merge-revisions) "ediff" "\  (autoload (quote ediff-merge-revisions) "ediff" "\
7271  Run Ediff by merging two revisions of a file.  Run Ediff by merging two revisions of a file.
7272  The file is the optional FILE argument or the file visited by the current  The file is the optional FILE argument or the file visited by the current
7273  buffer." t nil)  buffer.
7274    
7275    \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7276    
7277  (autoload (quote ediff-merge-revisions-with-ancestor) "ediff" "\  (autoload (quote ediff-merge-revisions-with-ancestor) "ediff" "\
7278  Run Ediff by merging two revisions of a file with a common ancestor.  Run Ediff by merging two revisions of a file with a common ancestor.
7279  The file is the optional FILE argument or the file visited by the current  The file is the optional FILE argument or the file visited by the current
7280  buffer." t nil)  buffer.
7281    
7282    \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7283    
7284  (autoload (quote run-ediff-from-cvs-buffer) "ediff" "\  (autoload (quote run-ediff-from-cvs-buffer) "ediff" "\
7285  Run Ediff-merge on appropriate revisions of the selected file.  Run Ediff-merge on appropriate revisions of the selected file.
7286  First run after `M-x cvs-update'.  Then place the cursor on a line describing a  First run after `M-x cvs-update'.  Then place the cursor on a line describing a
7287  file and then run `run-ediff-from-cvs-buffer'." t nil)  file and then run `run-ediff-from-cvs-buffer'.
7288    
7289    \(fn POS)" t nil)
7290    
7291  (autoload (quote ediff-patch-file) "ediff" "\  (autoload (quote ediff-patch-file) "ediff" "\
7292  Run Ediff by patching SOURCE-FILENAME.  Run Ediff by patching SOURCE-FILENAME.
7293  If optional PATCH-BUF is given, use the patch in that buffer  If optional PATCH-BUF is given, use the patch in that buffer
7294  and don't ask the user.  and don't ask the user.
7295  If prefix argument, then: if even argument, assume that the patch is in a  If prefix argument, then: if even argument, assume that the patch is in a
7296  buffer. If odd -- assume it is in a file." t nil)  buffer. If odd -- assume it is in a file.
7297    
7298    \(fn &optional ARG PATCH-BUF)" t nil)
7299    
7300  (autoload (quote ediff-patch-buffer) "ediff" "\  (autoload (quote ediff-patch-buffer) "ediff" "\
7301  Run Ediff by patching BUFFER-NAME.  Run Ediff by patching BUFFER-NAME.
7302  Without prefix argument: asks if the patch is in some buffer and prompts for  Without prefix argument: asks if the patch is in some buffer and prompts for
7303  the buffer or a file, depending on the answer.  the buffer or a file, depending on the answer.
7304  With prefix arg=1: assumes the patch is in a file and prompts for the file.  With prefix arg=1: assumes the patch is in a file and prompts for the file.
7305  With prefix arg=2: assumes the patch is in a buffer and prompts for the buffer." t nil)  With prefix arg=2: assumes the patch is in a buffer and prompts for the buffer.
7306    
7307    \(fn &optional ARG PATCH-BUF)" t nil)
7308    
7309  (defalias (quote epatch) (quote ediff-patch-file))  (defalias (quote epatch) (quote ediff-patch-file))
7310    
# Line 6105  With prefix arg=2: assumes the patch is Line 7314  With prefix arg=2: assumes the patch is
7314  Run Ediff by comparing versions of a file.  Run Ediff by comparing versions of a file.
7315  The file is an optional FILE argument or the file entered at the prompt.  The file is an optional FILE argument or the file entered at the prompt.
7316  Default: the file visited by the current buffer.  Default: the file visited by the current buffer.
7317  Uses `vc.el' or `rcs.el' depending on `ediff-version-control-package'." t nil)  Uses `vc.el' or `rcs.el' depending on `ediff-version-control-package'.
7318    
7319    \(fn &optional FILE STARTUP-HOOKS)" t nil)
7320    
7321  (defalias (quote erevision) (quote ediff-revision))  (defalias (quote erevision) (quote ediff-revision))
7322    
7323  (autoload (quote ediff-version) "ediff" "\  (autoload (quote ediff-version) "ediff" "\
7324  Return string describing the version of Ediff.  Return string describing the version of Ediff.
7325  When called interactively, displays the version." t nil)  When called interactively, displays the version.
7326    
7327    \(fn)" t nil)
7328    
7329  (autoload (quote ediff-documentation) "ediff" "\  (autoload (quote ediff-documentation) "ediff" "\
7330  Display Ediff's manual.  Display Ediff's manual.
7331  With optional NODE, goes to that node." t nil)  With optional NODE, goes to that node.
7332    
7333    \(fn &optional NODE)" t nil)
7334    
7335  ;;;***  ;;;***
7336    
7337  ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"  ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
7338  ;;;;;;  (15419 38082))  ;;;;;;  (15935 41013))
7339  ;;; Generated autoloads from ediff-help.el  ;;; Generated autoloads from ediff-help.el
7340    
7341  (autoload (quote ediff-customize) "ediff-help" nil t nil)  (autoload (quote ediff-customize) "ediff-help" "\
7342    Not documented
7343    
7344    \(fn)" t nil)
7345    
7346    ;;;***
7347    
7348    ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (15935 41026))
7349    ;;; Generated autoloads from ediff-hook.el
7350    
7351    (defvar ediff-window-setup-function)
7352     (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) (if (string-match "XEmacs" emacs-version) xemacs-form emacs-form))
7353    
7354    (ediff-cond-compile-for-xemacs-or-emacs (defun ediff-xemacs-init-menus nil (if (featurep (quote menubar)) (progn (add-submenu (quote ("Tools")) ediff-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-merge-menu "OO-Browser...") (add-submenu (quote ("Tools")) epatch-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-misc-menu "OO-Browser...") (add-menu-button (quote ("Tools")) "-------" "OO-Browser...")))) nil)
7355    
7356    (ediff-cond-compile-for-xemacs-or-emacs (progn (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual..." ediff-documentation t] ["Customize Ediff..." ediff-customize t] ["List Ediff Sessions..." ediff-show-registry t] ["Use separate frame for Ediff control buffer..." ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) (if (featurep (quote menu-bar)) (progn (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame..." . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions..." . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff..." . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual..." . ediff-documentation))))))
7357    
7358  ;;;***  ;;;***
7359    
7360  ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"  ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
7361  ;;;;;;  (15514 33248))  ;;;;;;  (15832 6056))
7362  ;;; Generated autoloads from ediff-mult.el  ;;; Generated autoloads from ediff-mult.el
7363    
7364  (autoload (quote ediff-show-registry) "ediff-mult" "\  (autoload (quote ediff-show-registry) "ediff-mult" "\
7365  Display Ediff's registry." t nil)  Display Ediff's registry.
7366    
7367    \(fn)" t nil)
7368    
7369  (defalias (quote eregistry) (quote ediff-show-registry))  (defalias (quote eregistry) (quote ediff-show-registry))
7370    
7371  ;;;***  ;;;***
7372    
7373  ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)  ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7374  ;;;;;;  "ediff-util" "ediff-util.el" (15549 60238))  ;;;;;;  "ediff-util" "ediff-util.el" (15935 41087))
7375  ;;; Generated autoloads from ediff-util.el  ;;; Generated autoloads from ediff-util.el
7376    
7377  (autoload (quote ediff-toggle-multiframe) "ediff-util" "\  (autoload (quote ediff-toggle-multiframe) "ediff-util" "\
7378  Switch from multiframe display to single-frame display and back.  Switch from multiframe display to single-frame display and back.
7379  To change the default, set the variable `ediff-window-setup-function',  To change the default, set the variable `ediff-window-setup-function',
7380  which see." t nil)  which see.
7381    
7382    \(fn)" t nil)
7383    
7384  (autoload (quote ediff-toggle-use-toolbar) "ediff-util" "\  (autoload (quote ediff-toggle-use-toolbar) "ediff-util" "\
7385  Enable or disable Ediff toolbar.  Enable or disable Ediff toolbar.
7386  Works only in versions of Emacs that support toolbars.  Works only in versions of Emacs that support toolbars.
7387  To change the default, set the variable `ediff-use-toolbar-p', which see." t nil)  To change the default, set the variable `ediff-use-toolbar-p', which see.
7388    
7389    \(fn)" t nil)
7390    
7391  ;;;***  ;;;***
7392    
7393  ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro  ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7394  ;;;;;;  edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"  ;;;;;;  edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7395  ;;;;;;  (15187 36235))  ;;;;;;  (15935 41162))
7396  ;;; Generated autoloads from edmacro.el  ;;; Generated autoloads from edmacro.el
  (define-key ctl-x-map "\C-k" 'edit-kbd-macro)  
7397    
7398  (defvar edmacro-eight-bits nil "\  (defvar edmacro-eight-bits nil "\
7399  *Non-nil if edit-kbd-macro should leave 8-bit characters intact.  *Non-nil if edit-kbd-macro should leave 8-bit characters intact.
# Line 6170  At the prompt, type any key sequence whi Line 7405  At the prompt, type any key sequence whi
7405  Or, type `C-x e' or RET to edit the last keyboard macro, `C-h l' to edit  Or, type `C-x e' or RET to edit the last keyboard macro, `C-h l' to edit
7406  the last 100 keystrokes as a keyboard macro, or `M-x' to edit a macro by  the last 100 keystrokes as a keyboard macro, or `M-x' to edit a macro by
7407  its command name.  its command name.
7408  With a prefix argument, format the macro in a more concise way." t nil)  With a prefix argument, format the macro in a more concise way.
7409    
7410    \(fn KEYS &optional PREFIX FINISH-HOOK STORE-HOOK)" t nil)
7411    
7412  (autoload (quote edit-last-kbd-macro) "edmacro" "\  (autoload (quote edit-last-kbd-macro) "edmacro" "\
7413  Edit the most recently defined keyboard macro." t nil)  Edit the most recently defined keyboard macro.
7414    
7415    \(fn &optional PREFIX)" t nil)
7416    
7417  (autoload (quote edit-named-kbd-macro) "edmacro" "\  (autoload (quote edit-named-kbd-macro) "edmacro" "\
7418  Edit a keyboard macro which has been given a name by `name-last-kbd-macro'." t nil)  Edit a keyboard macro which has been given a name by `name-last-kbd-macro'.
7419    
7420    \(fn &optional PREFIX)" t nil)
7421    
7422  (autoload (quote read-kbd-macro) "edmacro" "\  (autoload (quote read-kbd-macro) "edmacro" "\
7423  Read the region as a keyboard macro definition.  Read the region as a keyboard macro definition.
# Line 6188  The resulting macro is installed as the Line 7429  The resulting macro is installed as the
7429  In Lisp, may also be called with a single STRING argument in which case  In Lisp, may also be called with a single STRING argument in which case
7430  the result is returned rather than being installed as the current macro.  the result is returned rather than being installed as the current macro.
7431  The result will be a string if possible, otherwise an event vector.  The result will be a string if possible, otherwise an event vector.
7432  Second argument NEED-VECTOR means to return an event vector always." t nil)  Second argument NEED-VECTOR means to return an event vector always.
7433    
7434    \(fn START &optional END)" t nil)
7435    
7436  (autoload (quote format-kbd-macro) "edmacro" "\  (autoload (quote format-kbd-macro) "edmacro" "\
7437  Return the keyboard macro MACRO as a human-readable string.  Return the keyboard macro MACRO as a human-readable string.
7438  This string is suitable for passing to `read-kbd-macro'.  This string is suitable for passing to `read-kbd-macro'.
7439  Second argument VERBOSE means to put one command per line with comments.  Second argument VERBOSE means to put one command per line with comments.
7440  If VERBOSE is `1', put everything on one line.  If VERBOSE is omitted  If VERBOSE is `1', put everything on one line.  If VERBOSE is omitted
7441  or nil, use a compact 80-column format." nil nil)  or nil, use a compact 80-column format.
7442    
7443    \(fn &optional MACRO VERBOSE)" nil nil)
7444    
7445  ;;;***  ;;;***
7446    
7447  ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"  ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7448  ;;;;;;  "emulation/edt.el" (15427 61507))  ;;;;;;  "emulation/edt.el" (15935 47202))
7449  ;;; Generated autoloads from emulation/edt.el  ;;; Generated autoloads from emulation/edt.el
7450    
7451  (autoload (quote edt-set-scroll-margins) "edt" "\  (autoload (quote edt-set-scroll-margins) "edt" "\
7452  Set scroll margins.  Set scroll margins.
7453  Argument TOP is the top margin in number of lines or percent of window.  Argument TOP is the top margin in number of lines or percent of window.
7454  Argument BOTTOM is the bottom margin in number of lines or percent of window." t nil)  Argument BOTTOM is the bottom margin in number of lines or percent of window.
7455    
7456    \(fn TOP BOTTOM)" t nil)
7457    
7458  (autoload (quote edt-emulation-on) "edt" "\  (autoload (quote edt-emulation-on) "edt" "\
7459  Turn on EDT Emulation." t nil)  Turn on EDT Emulation.
7460    
7461    \(fn)" t nil)
7462    
7463  ;;;***  ;;;***
7464    
7465  ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"  ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
7466  ;;;;;;  (15031 63369))  ;;;;;;  (15935 41174))
7467  ;;; Generated autoloads from ehelp.el  ;;; Generated autoloads from ehelp.el
7468    
7469  (autoload (quote with-electric-help) "ehelp" "\  (autoload (quote with-electric-help) "ehelp" "\
# Line 6240  If THUNK returns non-nil, we don't do th Line 7489  If THUNK returns non-nil, we don't do th
7489    
7490  When the user exits (with `electric-help-exit', or otherwise), the help  When the user exits (with `electric-help-exit', or otherwise), the help
7491  buffer's window disappears (i.e., we use `save-window-excursion'), and  buffer's window disappears (i.e., we use `save-window-excursion'), and
7492  BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit." nil nil)  BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit.
7493    
7494    \(fn THUNK &optional BUFFER NOERASE MINHEIGHT)" nil nil)
7495    
7496    (autoload (quote electric-helpify) "ehelp" "\
7497    Not documented
7498    
7499  (autoload (quote electric-helpify) "ehelp" nil nil nil)  \(fn FUN &optional NAME)" nil nil)
7500    
7501  ;;;***  ;;;***
7502    
7503  ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)  ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7504  ;;;;;;  "eldoc" "emacs-lisp/eldoc.el" (15419 38083))  ;;;;;;  "eldoc" "emacs-lisp/eldoc.el" (15893 31178))
7505  ;;; Generated autoloads from emacs-lisp/eldoc.el  ;;; Generated autoloads from emacs-lisp/eldoc.el
7506    
7507  (defvar eldoc-minor-mode-string " ElDoc" "\  (defvar eldoc-minor-mode-string " ElDoc" "\
7508  *String to display in mode line when Eldoc Mode is enabled; nil for none.")  *String to display in mode line when Eldoc Mode is enabled; nil for none.")
7509    
7510    (custom-autoload (quote eldoc-minor-mode-string) "eldoc")
7511    
7512  (autoload (quote eldoc-mode) "eldoc" "\  (autoload (quote eldoc-mode) "eldoc" "\
7513  Toggle ElDoc mode on or off.  Toggle ElDoc mode on or off.
7514  Show the defined parameters for the elisp function near point.  Show the defined parameters for the elisp function near point.
# Line 6266  from the documentation string if possibl Line 7522  from the documentation string if possibl
7522  If point is over a documented variable, print that variable's docstring  If point is over a documented variable, print that variable's docstring
7523  instead.  instead.
7524    
7525  With prefix ARG, turn ElDoc mode on if and only if ARG is positive." t nil)  With prefix ARG, turn ElDoc mode on if and only if ARG is positive.
7526    
7527    \(fn &optional ARG)" t nil)
7528    
7529  (autoload (quote turn-on-eldoc-mode) "eldoc" "\  (autoload (quote turn-on-eldoc-mode) "eldoc" "\
7530  Unequivocally turn on eldoc-mode (see variable documentation)." t nil)  Unequivocally turn on eldoc-mode (see variable documentation).
7531    
7532    \(fn)" t nil)
7533    
7534  ;;;***  ;;;***
7535    
7536  ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (15187  ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (15818
7537  ;;;;;;  36235))  ;;;;;;  46540))
7538  ;;; Generated autoloads from elide-head.el  ;;; Generated autoloads from elide-head.el
7539    
7540  (autoload (quote elide-head) "elide-head" "\  (autoload (quote elide-head) "elide-head" "\
# Line 6283  Hide header material in buffer according Line 7543  Hide header material in buffer according
7543  The header is made invisible with an overlay.  With a prefix arg, show  The header is made invisible with an overlay.  With a prefix arg, show
7544  an elided material again.  an elided material again.
7545    
7546  This is suitable as an entry on `find-file-hooks' or appropriate mode hooks." t nil)  This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
7547    
7548    \(fn &optional ARG)" t nil)
7549    
7550  ;;;***  ;;;***
7551    
7552  ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"  ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
7553  ;;;;;;  (15417 7421))  ;;;;;;  (15790 59914))
7554  ;;; Generated autoloads from emacs-lisp/elint.el  ;;; Generated autoloads from emacs-lisp/elint.el
7555    
7556  (autoload (quote elint-initialize) "elint" "\  (autoload (quote elint-initialize) "elint" "\
7557  Initialize elint." t nil)  Initialize elint.
7558    
7559    \(fn)" t nil)
7560    
7561  ;;;***  ;;;***
7562    
7563  ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list  ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
7564  ;;;;;;  elp-instrument-function) "elp" "emacs-lisp/elp.el" (15417  ;;;;;;  elp-instrument-function) "elp" "emacs-lisp/elp.el" (15402
7565  ;;;;;;  7421))  ;;;;;;  37958))
7566  ;;; Generated autoloads from emacs-lisp/elp.el  ;;; Generated autoloads from emacs-lisp/elp.el
7567    
7568  (autoload (quote elp-instrument-function) "elp" "\  (autoload (quote elp-instrument-function) "elp" "\
7569  Instrument FUNSYM for profiling.  Instrument FUNSYM for profiling.
7570  FUNSYM must be a symbol of a defined function." t nil)  FUNSYM must be a symbol of a defined function.
7571    
7572    \(fn FUNSYM)" t nil)
7573    
7574  (autoload (quote elp-instrument-list) "elp" "\  (autoload (quote elp-instrument-list) "elp" "\
7575  Instrument for profiling, all functions in `elp-function-list'.  Instrument for profiling, all functions in `elp-function-list'.
7576  Use optional LIST if provided instead." t nil)  Use optional LIST if provided instead.
7577    
7578    \(fn &optional LIST)" t nil)
7579    
7580  (autoload (quote elp-instrument-package) "elp" "\  (autoload (quote elp-instrument-package) "elp" "\
7581  Instrument for profiling, all functions which start with PREFIX.  Instrument for profiling, all functions which start with PREFIX.
7582  For example, to instrument all ELP functions, do the following:  For example, to instrument all ELP functions, do the following:
7583    
7584      \\[elp-instrument-package] RET elp- RET" t nil)      \\[elp-instrument-package] RET elp- RET
7585    
7586    \(fn PREFIX)" t nil)
7587    
7588  (autoload (quote elp-results) "elp" "\  (autoload (quote elp-results) "elp" "\
7589  Display current profiling results.  Display current profiling results.
7590  If `elp-reset-after-results' is non-nil, then current profiling  If `elp-reset-after-results' is non-nil, then current profiling
7591  information for all instrumented functions are reset after results are  information for all instrumented functions are reset after results are
7592  displayed." t nil)  displayed.
7593    
7594    \(fn)" t nil)
7595    
7596  ;;;***  ;;;***
7597    
7598  ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"  ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
7599  ;;;;;;  (15593 24726))  ;;;;;;  (15672 29686))
7600  ;;; Generated autoloads from mail/emacsbug.el  ;;; Generated autoloads from mail/emacsbug.el
7601    
7602  (autoload (quote report-emacs-bug) "emacsbug" "\  (autoload (quote report-emacs-bug) "emacsbug" "\
7603  Report a bug in GNU Emacs.  Report a bug in GNU Emacs.
7604  Prompts for bug subject.  Leaves you in a mail buffer." t nil)  Prompts for bug subject.  Leaves you in a mail buffer.
7605    
7606    \(fn TOPIC &optional RECENT-KEYS)" t nil)
7607    
7608  ;;;***  ;;;***
7609    
# Line 6337  Prompts for bug subject.  Leaves you in Line 7611  Prompts for bug subject.  Leaves you in
7611  ;;;;;;  emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote  ;;;;;;  emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
7612  ;;;;;;  emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor  ;;;;;;  emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
7613  ;;;;;;  emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"  ;;;;;;  emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
7614  ;;;;;;  "emerge.el" (15417 7388))  ;;;;;;  "emerge.el" (15935 41205))
7615  ;;; Generated autoloads from emerge.el  ;;; Generated autoloads from emerge.el
7616    
7617  (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))  (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
# Line 6359  Prompts for bug subject.  Leaves you in Line 7633  Prompts for bug subject.  Leaves you in
7633  (define-key menu-bar-emerge-menu [emerge-buffers] (quote ("Buffers..." . emerge-buffers)))  (define-key menu-bar-emerge-menu [emerge-buffers] (quote ("Buffers..." . emerge-buffers)))
7634    
7635  (autoload (quote emerge-files) "emerge" "\  (autoload (quote emerge-files) "emerge" "\
7636  Run Emerge on two files." t nil)  Run Emerge on two files.
7637    
7638    \(fn ARG FILE-A FILE-B FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
7639    
7640  (autoload (quote emerge-files-with-ancestor) "emerge" "\  (autoload (quote emerge-files-with-ancestor) "emerge" "\
7641  Run Emerge on two files, giving another file as the ancestor." t nil)  Run Emerge on two files, giving another file as the ancestor.
7642    
7643    \(fn ARG FILE-A FILE-B FILE-ANCESTOR FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
7644    
7645  (autoload (quote emerge-buffers) "emerge" "\  (autoload (quote emerge-buffers) "emerge" "\
7646  Run Emerge on two buffers." t nil)  Run Emerge on two buffers.
7647    
7648    \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
7649    
7650  (autoload (quote emerge-buffers-with-ancestor) "emerge" "\  (autoload (quote emerge-buffers-with-ancestor) "emerge" "\
7651  Run Emerge on two buffers, giving another buffer as the ancestor." t nil)  Run Emerge on two buffers, giving another buffer as the ancestor.
7652    
7653    \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
7654    
7655    (autoload (quote emerge-files-command) "emerge" "\
7656    Not documented
7657    
7658    \(fn)" nil nil)
7659    
7660    (autoload (quote emerge-files-with-ancestor-command) "emerge" "\
7661    Not documented
7662    
7663  (autoload (quote emerge-files-command) "emerge" nil nil nil)  \(fn)" nil nil)
7664    
7665  (autoload (quote emerge-files-with-ancestor-command) "emerge" nil nil nil)  (autoload (quote emerge-files-remote) "emerge" "\
7666    Not documented
7667    
7668  (autoload (quote emerge-files-remote) "emerge" nil nil nil)  \(fn FILE-A FILE-B FILE-OUT)" nil nil)
7669    
7670  (autoload (quote emerge-files-with-ancestor-remote) "emerge" nil nil nil)  (autoload (quote emerge-files-with-ancestor-remote) "emerge" "\
7671    Not documented
7672    
7673    \(fn FILE-A FILE-B FILE-ANC FILE-OUT)" nil nil)
7674    
7675  (autoload (quote emerge-revisions) "emerge" "\  (autoload (quote emerge-revisions) "emerge" "\
7676  Emerge two RCS revisions of a file." t nil)  Emerge two RCS revisions of a file.
7677    
7678    \(fn ARG FILE REVISION-A REVISION-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
7679    
7680  (autoload (quote emerge-revisions-with-ancestor) "emerge" "\  (autoload (quote emerge-revisions-with-ancestor) "emerge" "\
7681  Emerge two RCS revisions of a file, with another revision as ancestor." t nil)  Emerge two RCS revisions of a file, with another revision as ancestor.
7682    
7683    \(fn ARG FILE REVISION-A REVISION-B ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
7684    
7685  (autoload (quote emerge-merge-directories) "emerge" nil t nil)  (autoload (quote emerge-merge-directories) "emerge" "\
7686    Not documented
7687    
7688    \(fn A-DIR B-DIR ANCESTOR-DIR OUTPUT-DIR)" t nil)
7689    
7690  ;;;***  ;;;***
7691    
7692  ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el"  ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el"
7693  ;;;;;;  (15538 21134))  ;;;;;;  (15935 48018))
7694  ;;; Generated autoloads from international/encoded-kb.el  ;;; Generated autoloads from international/encoded-kb.el
7695    
7696  (defvar encoded-kbd-mode nil "\  (defvar encoded-kbd-mode nil "\
# Line 6398  See the command `encoded-kbd-mode' for a Line 7699  See the command `encoded-kbd-mode' for a
7699  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
7700  use either \\[customize] or the function `encoded-kbd-mode'.")  use either \\[customize] or the function `encoded-kbd-mode'.")
7701    
7702  (custom-add-to-group (quote encoded-kbd) (quote encoded-kbd-mode) (quote custom-variable))  (custom-autoload (quote encoded-kbd-mode) "encoded-kb")
   
 (custom-add-load (quote encoded-kbd-mode) (quote encoded-kb))  
7703    
7704  (autoload (quote encoded-kbd-mode) "encoded-kb" "\  (autoload (quote encoded-kbd-mode) "encoded-kb" "\
7705  Toggle Encoded-kbd minor mode.  Toggle Encoded-kbd minor mode.
# Line 6412  automatically. Line 7711  automatically.
7711    
7712  In Encoded-kbd mode, a text sent from keyboard is accepted  In Encoded-kbd mode, a text sent from keyboard is accepted
7713  as a multilingual text encoded in a coding system set by  as a multilingual text encoded in a coding system set by
7714  \\[set-keyboard-coding-system]." t nil)  \\[set-keyboard-coding-system].
7715    
7716    \(fn &optional ARG)" t nil)
7717    
7718  ;;;***  ;;;***
7719    
7720  ;;;### (autoloads (enriched-decode enriched-encode enriched-mode)  ;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
7721  ;;;;;;  "enriched" "enriched.el" (15536 59836))  ;;;;;;  "enriched" "enriched.el" (15535 7606))
7722  ;;; Generated autoloads from enriched.el  ;;; Generated autoloads from enriched.el
7723    
7724  (autoload (quote enriched-mode) "enriched" "\  (autoload (quote enriched-mode) "enriched" "\
# Line 6431  etc/enriched.doc in the Emacs distributi Line 7732  etc/enriched.doc in the Emacs distributi
7732    
7733  Commands:  Commands:
7734    
7735  \\{enriched-mode-map}" t nil)  \\{enriched-mode-map}
7736    
7737    \(fn &optional ARG)" t nil)
7738    
7739    (autoload (quote enriched-encode) "enriched" "\
7740    Not documented
7741    
7742    \(fn FROM TO ORIG-BUF)" nil nil)
7743    
7744  (autoload (quote enriched-encode) "enriched" nil nil nil)  (autoload (quote enriched-decode) "enriched" "\
7745    Not documented
7746    
7747  (autoload (quote enriched-decode) "enriched" nil nil nil)  \(fn FROM TO)" nil nil)
7748    
7749  ;;;***  ;;;***
7750    
7751  ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15620  ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15620
7752  ;;;;;;  28696))  ;;;;;;  25657))
7753  ;;; Generated autoloads from eshell/esh-mode.el  ;;; Generated autoloads from eshell/esh-mode.el
7754    
7755  (autoload (quote eshell-mode) "esh-mode" "\  (autoload (quote eshell-mode) "esh-mode" "\
7756  Emacs shell interactive mode.  Emacs shell interactive mode.
7757    
7758  \\{eshell-mode-map}" nil nil)  \\{eshell-mode-map}
7759    
7760    \(fn)" nil nil)
7761    
7762  ;;;***  ;;;***
7763    
7764  ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15472  ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15470
7765  ;;;;;;  20892))  ;;;;;;  10698))
7766  ;;; Generated autoloads from eshell/esh-test.el  ;;; Generated autoloads from eshell/esh-test.el
7767    
7768  (autoload (quote eshell-test) "esh-test" "\  (autoload (quote eshell-test) "esh-test" "\
7769  Test Eshell to verify that it works as expected." t nil)  Test Eshell to verify that it works as expected.
7770    
7771    \(fn &optional ARG)" t nil)
7772    
7773  ;;;***  ;;;***
7774    
7775  ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command  ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
7776  ;;;;;;  eshell) "eshell" "eshell/eshell.el" (15472 20892))  ;;;;;;  eshell) "eshell" "eshell/eshell.el" (15681 46036))
7777  ;;; Generated autoloads from eshell/eshell.el  ;;; Generated autoloads from eshell/eshell.el
7778    
7779  (autoload (quote eshell) "eshell" "\  (autoload (quote eshell) "eshell" "\
# Line 6468  Create an interactive Eshell buffer. Line 7781  Create an interactive Eshell buffer.
7781  The buffer used for Eshell sessions is determined by the value of  The buffer used for Eshell sessions is determined by the value of
7782  `eshell-buffer-name'.  If there is already an Eshell session active in  `eshell-buffer-name'.  If there is already an Eshell session active in
7783  that buffer, Emacs will simply switch to it.  Otherwise, a new session  that buffer, Emacs will simply switch to it.  Otherwise, a new session
7784  will begin.  A new session is always created if the prefix  will begin.  A numeric prefix arg (as in `C-u 42 M-x eshell RET')
7785  argument ARG is specified.  Returns the buffer selected (or created)." t nil)  switches to the session with that number, creating it if necessary.  A
7786    nonnumeric prefix arg means to create a new session.  Returns the
7787    buffer selected (or created).
7788    
7789    \(fn &optional ARG)" t nil)
7790    
7791  (autoload (quote eshell-command) "eshell" "\  (autoload (quote eshell-command) "eshell" "\
7792  Execute the Eshell command string COMMAND.  Execute the Eshell command string COMMAND.
7793  With prefix ARG, insert output into the current buffer at point." t nil)  With prefix ARG, insert output into the current buffer at point.
7794    
7795    \(fn &optional COMMAND ARG)" t nil)
7796    
7797  (autoload (quote eshell-command-result) "eshell" "\  (autoload (quote eshell-command-result) "eshell" "\
7798  Execute the given Eshell COMMAND, and return the result.  Execute the given Eshell COMMAND, and return the result.
7799  The result might be any Lisp object.  The result might be any Lisp object.
7800  If STATUS-VAR is a symbol, it will be set to the exit status of the  If STATUS-VAR is a symbol, it will be set to the exit status of the
7801  command.  This is the only way to determine whether the value returned  command.  This is the only way to determine whether the value returned
7802  corresponding to a successful execution." nil nil)  corresponding to a successful execution.
7803    
7804    \(fn COMMAND &optional STATUS-VAR)" nil nil)
7805    
7806  (autoload (quote eshell-report-bug) "eshell" "\  (autoload (quote eshell-report-bug) "eshell" "\
7807  Report a bug in Eshell.  Report a bug in Eshell.
7808  Prompts for the TOPIC.  Leaves you in a mail buffer.  Prompts for the TOPIC.  Leaves you in a mail buffer.
7809  Please include any configuration details that might be involved." t nil)  Please include any configuration details that might be involved.
7810    
7811    \(fn TOPIC)" t nil)
7812    
7813  ;;;***  ;;;***
7814    
# Line 6495  Please include any configuration details Line 7818  Please include any configuration details
7818  ;;;;;;  find-tag find-tag-noselect tags-table-files visit-tags-table  ;;;;;;  find-tag find-tag-noselect tags-table-files visit-tags-table
7819  ;;;;;;  find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list  ;;;;;;  find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list
7820  ;;;;;;  tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"  ;;;;;;  tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
7821  ;;;;;;  (15593 39932))  ;;;;;;  (15827 19902))
7822  ;;; Generated autoloads from progmodes/etags.el  ;;; Generated autoloads from progmodes/etags.el
7823    
7824  (defvar tags-file-name nil "\  (defvar tags-file-name nil "\
# Line 6510  Use the `etags' program to make a tags t Line 7833  Use the `etags' program to make a tags t
7833  A value of t means case-insensitive, a value of nil means case-sensitive.  A value of t means case-insensitive, a value of nil means case-sensitive.
7834  Any other value means use the setting of `case-fold-search'.")  Any other value means use the setting of `case-fold-search'.")
7835    
7836    (custom-autoload (quote tags-case-fold-search) "etags")
7837    
7838  (defvar tags-table-list nil "\  (defvar tags-table-list nil "\
7839  *List of file names of tags tables to search.  *List of file names of tags tables to search.
7840  An element that is a directory means the file \"TAGS\" in that directory.  An element that is a directory means the file \"TAGS\" in that directory.
# Line 6517  To switch to a new list of tags tables, Line 7842  To switch to a new list of tags tables,
7842  If you set this variable, do not also set `tags-file-name'.  If you set this variable, do not also set `tags-file-name'.
7843  Use the `etags' program to make a tags table file.")  Use the `etags' program to make a tags table file.")
7844    
7845    (custom-autoload (quote tags-table-list) "etags")
7846    
7847  (defvar tags-compression-info-list (quote ("" ".Z" ".bz2" ".gz" ".tgz")) "\  (defvar tags-compression-info-list (quote ("" ".Z" ".bz2" ".gz" ".tgz")) "\
7848  *List of extensions tried by etags when jka-compr is used.  *List of extensions tried by etags when jka-compr is used.
7849  An empty string means search the non-compressed file.  An empty string means search the non-compressed file.
# Line 6524  These extensions will be tried only if j Line 7851  These extensions will be tried only if j
7851  \(i.e. via customize of `auto-compression-mode' or by calling the function  \(i.e. via customize of `auto-compression-mode' or by calling the function
7852  `auto-compression-mode').")  `auto-compression-mode').")
7853    
7854    (custom-autoload (quote tags-compression-info-list) "etags")
7855    
7856  (defvar tags-add-tables (quote ask-user) "\  (defvar tags-add-tables (quote ask-user) "\
7857  *Control whether to add a new tags table to the current list.  *Control whether to add a new tags table to the current list.
7858  t means do; nil means don't (always start a new list).  t means do; nil means don't (always start a new list).
7859  Any other value means ask the user whether to add a new tags table  Any other value means ask the user whether to add a new tags table
7860  to the current list (as opposed to starting a new list).")  to the current list (as opposed to starting a new list).")
7861    
7862    (custom-autoload (quote tags-add-tables) "etags")
7863    
7864  (defvar find-tag-hook nil "\  (defvar find-tag-hook nil "\
7865  *Hook to be run by \\[find-tag] after finding a tag.  See `run-hooks'.  *Hook to be run by \\[find-tag] after finding a tag.  See `run-hooks'.
7866  The value in the buffer in which \\[find-tag] is done is used,  The value in the buffer in which \\[find-tag] is done is used,
7867  not the value in the buffer \\[find-tag] goes to.")  not the value in the buffer \\[find-tag] goes to.")
7868    
7869    (custom-autoload (quote find-tag-hook) "etags")
7870    
7871  (defvar find-tag-default-function nil "\  (defvar find-tag-default-function nil "\
7872  *A function of no arguments used by \\[find-tag] to pick a default tag.  *A function of no arguments used by \\[find-tag] to pick a default tag.
7873  If nil, and the symbol that is the value of `major-mode'  If nil, and the symbol that is the value of `major-mode'
7874  has a `find-tag-default-function' property (see `put'), that is used.  has a `find-tag-default-function' property (see `put'), that is used.
7875  Otherwise, `find-tag-default' is used.")  Otherwise, `find-tag-default' is used.")
7876    
7877    (custom-autoload (quote find-tag-default-function) "etags")
7878    
7879  (autoload (quote visit-tags-table) "etags" "\  (autoload (quote visit-tags-table) "etags" "\
7880  Tell tags commands to use tags table file FILE.  Tell tags commands to use tags table file FILE.
7881  FILE should be the name of a file created with the `etags' program.  FILE should be the name of a file created with the `etags' program.
# Line 6550  Normally \\[visit-tags-table] sets the g Line 7885  Normally \\[visit-tags-table] sets the g
7885  With a prefix arg, set the buffer-local value instead.  With a prefix arg, set the buffer-local value instead.
7886  When you find a tag with \\[find-tag], the buffer it finds the tag  When you find a tag with \\[find-tag], the buffer it finds the tag
7887  in is given a local value of this variable which is the name of the tags  in is given a local value of this variable which is the name of the tags
7888  file the tag was in." t nil)  file the tag was in.
7889    
7890    \(fn FILE &optional LOCAL)" t nil)
7891    
7892  (autoload (quote tags-table-files) "etags" "\  (autoload (quote tags-table-files) "etags" "\
7893  Return a list of files in the current tags table.  Return a list of files in the current tags table.
7894  Assumes the tags table is the current buffer.  The file names are returned  Assumes the tags table is the current buffer.  The file names are returned
7895  as they appeared in the `etags' command that created the table, usually  as they appeared in the `etags' command that created the table, usually
7896  without directory names." nil nil)  without directory names.
7897    
7898    \(fn)" nil nil)
7899    
7900  (autoload (quote find-tag-noselect) "etags" "\  (autoload (quote find-tag-noselect) "etags" "\
7901  Find tag (in current tags table) whose name contains TAGNAME.  Find tag (in current tags table) whose name contains TAGNAME.
# Line 6576  A marker representing the point when thi Line 7915  A marker representing the point when thi
7915  onto a ring and may be popped back to with \\[pop-tag-mark].  onto a ring and may be popped back to with \\[pop-tag-mark].
7916  Contrast this with the ring of marks gone to by the command.  Contrast this with the ring of marks gone to by the command.
7917    
7918  See documentation of variable `tags-file-name'." t nil)  See documentation of variable `tags-file-name'.
7919    
7920    \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
7921    
7922  (autoload (quote find-tag) "etags" "\  (autoload (quote find-tag) "etags" "\
7923  Find tag (in current tags table) whose name contains TAGNAME.  Find tag (in current tags table) whose name contains TAGNAME.
# Line 6595  A marker representing the point when thi Line 7936  A marker representing the point when thi
7936  onto a ring and may be popped back to with \\[pop-tag-mark].  onto a ring and may be popped back to with \\[pop-tag-mark].
7937  Contrast this with the ring of marks gone to by the command.  Contrast this with the ring of marks gone to by the command.
7938    
7939  See documentation of variable `tags-file-name'." t nil)  See documentation of variable `tags-file-name'.
7940    
7941    \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
7942   (define-key esc-map "." 'find-tag)   (define-key esc-map "." 'find-tag)
7943    
7944  (autoload (quote find-tag-other-window) "etags" "\  (autoload (quote find-tag-other-window) "etags" "\
# Line 6616  A marker representing the point when thi Line 7959  A marker representing the point when thi
7959  onto a ring and may be popped back to with \\[pop-tag-mark].  onto a ring and may be popped back to with \\[pop-tag-mark].
7960  Contrast this with the ring of marks gone to by the command.  Contrast this with the ring of marks gone to by the command.
7961    
7962  See documentation of variable `tags-file-name'." t nil)  See documentation of variable `tags-file-name'.
7963    
7964    \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
7965   (define-key ctl-x-4-map "." 'find-tag-other-window)   (define-key ctl-x-4-map "." 'find-tag-other-window)
7966    
7967  (autoload (quote find-tag-other-frame) "etags" "\  (autoload (quote find-tag-other-frame) "etags" "\
# Line 6637  A marker representing the point when thi Line 7982  A marker representing the point when thi
7982  onto a ring and may be popped back to with \\[pop-tag-mark].  onto a ring and may be popped back to with \\[pop-tag-mark].
7983  Contrast this with the ring of marks gone to by the command.  Contrast this with the ring of marks gone to by the command.
7984    
7985  See documentation of variable `tags-file-name'." t nil)  See documentation of variable `tags-file-name'.
7986    
7987    \(fn TAGNAME &optional NEXT-P)" t nil)
7988   (define-key ctl-x-5-map "." 'find-tag-other-frame)   (define-key ctl-x-5-map "." 'find-tag-other-frame)
7989    
7990  (autoload (quote find-tag-regexp) "etags" "\  (autoload (quote find-tag-regexp) "etags" "\
# Line 6656  A marker representing the point when thi Line 8003  A marker representing the point when thi
8003  onto a ring and may be popped back to with \\[pop-tag-mark].  onto a ring and may be popped back to with \\[pop-tag-mark].
8004  Contrast this with the ring of marks gone to by the command.  Contrast this with the ring of marks gone to by the command.
8005    
8006  See documentation of variable `tags-file-name'." t nil)  See documentation of variable `tags-file-name'.
8007    
8008    \(fn REGEXP &optional NEXT-P OTHER-WINDOW)" t nil)
8009   (define-key esc-map [?\C-.] 'find-tag-regexp)   (define-key esc-map [?\C-.] 'find-tag-regexp)
8010   (define-key esc-map "*" 'pop-tag-mark)   (define-key esc-map "*" 'pop-tag-mark)
8011    
# Line 6665  Pop back to where \\[find-tag] was last Line 8014  Pop back to where \\[find-tag] was last
8014    
8015  This is distinct from invoking \\[find-tag] with a negative argument  This is distinct from invoking \\[find-tag] with a negative argument
8016  since that pops a stack of markers at which tags were found, not from  since that pops a stack of markers at which tags were found, not from
8017  where they were found." t nil)  where they were found.
8018    
8019    \(fn)" t nil)
8020    
8021  (autoload (quote next-file) "etags" "\  (autoload (quote next-file) "etags" "\
8022  Select next file among files in current tags table.  Select next file among files in current tags table.
# Line 6678  Non-nil second argument NOVISIT means us Line 8029  Non-nil second argument NOVISIT means us
8029   to save time and avoid uninteresting warnings.   to save time and avoid uninteresting warnings.
8030    
8031  Value is nil if the file was already visited;  Value is nil if the file was already visited;
8032  if the file was newly read in, the value is the filename." t nil)  if the file was newly read in, the value is the filename.
8033    
8034    \(fn &optional INITIALIZE NOVISIT)" t nil)
8035    
8036  (autoload (quote tags-loop-continue) "etags" "\  (autoload (quote tags-loop-continue) "etags" "\
8037  Continue last \\[tags-search] or \\[tags-query-replace] command.  Continue last \\[tags-search] or \\[tags-query-replace] command.
# Line 6689  Two variables control the processing we Line 8042  Two variables control the processing we
8042  `tags-loop-scan' is a form to be executed on each file to see if it is  `tags-loop-scan' is a form to be executed on each file to see if it is
8043  interesting (it returns non-nil if so) and `tags-loop-operate' is a form to  interesting (it returns non-nil if so) and `tags-loop-operate' is a form to
8044  evaluate to operate on an interesting file.  If the latter evaluates to  evaluate to operate on an interesting file.  If the latter evaluates to
8045  nil, we exit; otherwise we scan the next file." t nil)  nil, we exit; otherwise we scan the next file.
8046    
8047    \(fn &optional FIRST-TIME)" t nil)
8048   (define-key esc-map "," 'tags-loop-continue)   (define-key esc-map "," 'tags-loop-continue)
8049    
8050  (autoload (quote tags-search) "etags" "\  (autoload (quote tags-search) "etags" "\
# Line 6697  Search through all files listed in tags Line 8052  Search through all files listed in tags
8052  Stops when a match is found.  Stops when a match is found.
8053  To continue searching for next match, use command \\[tags-loop-continue].  To continue searching for next match, use command \\[tags-loop-continue].
8054    
8055  See documentation of variable `tags-file-name'." t nil)  See documentation of variable `tags-file-name'.
8056    
8057    \(fn REGEXP &optional FILE-LIST-FORM)" t nil)
8058    
8059  (autoload (quote tags-query-replace) "etags" "\  (autoload (quote tags-query-replace) "etags" "\
8060  Do `query-replace-regexp' of FROM with TO on all files listed in tags table.  Do `query-replace-regexp' of FROM with TO on all files listed in tags table.
# Line 6705  Third arg DELIMITED (prefix arg) means r Line 8062  Third arg DELIMITED (prefix arg) means r
8062  If you exit (\\[keyboard-quit], RET or q), you can resume the query replace  If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
8063  with the command \\[tags-loop-continue].  with the command \\[tags-loop-continue].
8064    
8065  See documentation of variable `tags-file-name'." t nil)  See documentation of variable `tags-file-name'.
8066    
8067    \(fn FROM TO &optional DELIMITED FILE-LIST-FORM START END)" t nil)
8068    
8069  (autoload (quote list-tags) "etags" "\  (autoload (quote list-tags) "etags" "\
8070  Display list of tags in file FILE.  Display list of tags in file FILE.
8071  This searches only the first table in the list, and no included tables.  This searches only the first table in the list, and no included tables.
8072  FILE should be as it appeared in the `etags' command, usually without a  FILE should be as it appeared in the `etags' command, usually without a
8073  directory specification." t nil)  directory specification.
8074    
8075    \(fn FILE &optional NEXT-MATCH)" t nil)
8076    
8077  (autoload (quote tags-apropos) "etags" "\  (autoload (quote tags-apropos) "etags" "\
8078  Display list of all tags in tags table REGEXP matches." t nil)  Display list of all tags in tags table REGEXP matches.
8079    
8080    \(fn REGEXP)" t nil)
8081    
8082  (autoload (quote select-tags-table) "etags" "\  (autoload (quote select-tags-table) "etags" "\
8083  Select a tags table file from a menu of those you have already used.  Select a tags table file from a menu of those you have already used.
8084  The list of tags tables to select from is stored in `tags-table-set-list';  The list of tags tables to select from is stored in `tags-table-set-list';
8085  see the doc of that variable if you want to add names to the list." t nil)  see the doc of that variable if you want to add names to the list.
8086    
8087    \(fn)" t nil)
8088    
8089  (autoload (quote complete-tag) "etags" "\  (autoload (quote complete-tag) "etags" "\
8090  Perform tags completion on the text around point.  Perform tags completion on the text around point.
8091  Completes to the set of names listed in the current tags table.  Completes to the set of names listed in the current tags table.
8092  The string to complete is chosen in the same way as the default  The string to complete is chosen in the same way as the default
8093  for \\[find-tag] (which see)." t nil)  for \\[find-tag] (which see).
8094    
8095    \(fn)" t nil)
8096    
8097  ;;;***  ;;;***
8098    
# Line 6736  for \\[find-tag] (which see)." t nil) Line 8103  for \\[find-tag] (which see)." t nil)
8103  ;;;;;;  ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker  ;;;;;;  ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker
8104  ;;;;;;  ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker  ;;;;;;  ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker
8105  ;;;;;;  ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal)  ;;;;;;  ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal)
8106  ;;;;;;  "ethio-util" "language/ethio-util.el" (15391 60697))  ;;;;;;  "ethio-util" "language/ethio-util.el" (15935 48150))
8107  ;;; Generated autoloads from language/ethio-util.el  ;;; Generated autoloads from language/ethio-util.el
8108    
8109  (autoload (quote setup-ethiopic-environment-internal) "ethio-util" nil nil nil)  (autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\
8110    Not documented
8111    
8112    \(fn)" nil nil)
8113    
8114  (autoload (quote ethio-sera-to-fidel-region) "ethio-util" "\  (autoload (quote ethio-sera-to-fidel-region) "ethio-util" "\
8115  Convert the characters in region from SERA to FIDEL.  Convert the characters in region from SERA to FIDEL.
# Line 6755  even if the buffer is read-only. Line 8125  even if the buffer is read-only.
8125    
8126  See also the descriptions of the variables  See also the descriptions of the variables
8127  `ethio-use-colon-for-colon' and  `ethio-use-colon-for-colon' and
8128  `ethio-use-three-dot-question'." t nil)  `ethio-use-three-dot-question'.
8129    
8130    \(fn BEG END &optional SECONDARY FORCE)" t nil)
8131    
8132  (autoload (quote ethio-sera-to-fidel-buffer) "ethio-util" "\  (autoload (quote ethio-sera-to-fidel-buffer) "ethio-util" "\
8133  Convert the current buffer from SERA to FIDEL.  Convert the current buffer from SERA to FIDEL.
# Line 6772  buffer is read-only. Line 8144  buffer is read-only.
8144    
8145  See also the descriptions of the variables  See also the descriptions of the variables
8146  `ethio-use-colon-for-colon' and  `ethio-use-colon-for-colon' and
8147  `ethio-use-three-dot-question'." t nil)  `ethio-use-three-dot-question'.
8148    
8149    \(fn &optional SECONDARY FORCE)" t nil)
8150    
8151  (autoload (quote ethio-sera-to-fidel-mail-or-marker) "ethio-util" "\  (autoload (quote ethio-sera-to-fidel-mail-or-marker) "ethio-util" "\
8152  Execute ethio-sera-to-fidel-mail or ethio-sera-to-fidel-marker depending on the current major mode.  Execute ethio-sera-to-fidel-mail or ethio-sera-to-fidel-marker depending on the current major mode.
8153  If in rmail-mode or in mail-mode, execute the former; otherwise latter." t nil)  If in rmail-mode or in mail-mode, execute the former; otherwise latter.
8154    
8155    \(fn &optional ARG)" t nil)
8156    
8157  (autoload (quote ethio-sera-to-fidel-mail) "ethio-util" "\  (autoload (quote ethio-sera-to-fidel-mail) "ethio-util" "\
8158  Convert SERA to FIDEL to read/write mail and news.  Convert SERA to FIDEL to read/write mail and news.
# Line 6785  If the buffer contains the markers \"<se Line 8161  If the buffer contains the markers \"<se
8161  convert the segments between them into FIDEL.  convert the segments between them into FIDEL.
8162    
8163  If invoked interactively and there is no marker, convert the subject field  If invoked interactively and there is no marker, convert the subject field
8164  and the body into FIDEL using `ethio-sera-to-fidel-region'." t nil)  and the body into FIDEL using `ethio-sera-to-fidel-region'.
8165    
8166    \(fn &optional ARG)" t nil)
8167    
8168  (autoload (quote ethio-sera-to-fidel-marker) "ethio-util" "\  (autoload (quote ethio-sera-to-fidel-marker) "ethio-util" "\
8169  Convert the regions surrounded by \"<sera>\" and \"</sera>\" from SERA to FIDEL.  Convert the regions surrounded by \"<sera>\" and \"</sera>\" from SERA to FIDEL.
8170  Assume that each region begins with `ethio-primary-language'.  Assume that each region begins with `ethio-primary-language'.
8171  The markers \"<sera>\" and \"</sera>\" themselves are not deleted." t nil)  The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
8172    
8173    \(fn &optional FORCE)" t nil)
8174    
8175  (autoload (quote ethio-fidel-to-sera-region) "ethio-util" "\  (autoload (quote ethio-fidel-to-sera-region) "ethio-util" "\
8176  Replace all the FIDEL characters in the region to the SERA format.  Replace all the FIDEL characters in the region to the SERA format.
# Line 6806  buffer is read-only. Line 8186  buffer is read-only.
8186    
8187  See also the descriptions of the variables  See also the descriptions of the variables
8188  `ethio-use-colon-for-colon', `ethio-use-three-dot-question',  `ethio-use-colon-for-colon', `ethio-use-three-dot-question',
8189  `ethio-quote-vowel-always' and `ethio-numeric-reduction'." t nil)  `ethio-quote-vowel-always' and `ethio-numeric-reduction'.
8190    
8191    \(fn BEGIN END &optional SECONDARY FORCE)" t nil)
8192    
8193  (autoload (quote ethio-fidel-to-sera-buffer) "ethio-util" "\  (autoload (quote ethio-fidel-to-sera-buffer) "ethio-util" "\
8194  Replace all the FIDEL characters in the current buffer to the SERA format.  Replace all the FIDEL characters in the current buffer to the SERA format.
# Line 6822  buffer is read-only. Line 8204  buffer is read-only.
8204    
8205  See also the descriptions of the variables  See also the descriptions of the variables
8206  `ethio-use-colon-for-colon', `ethio-use-three-dot-question',  `ethio-use-colon-for-colon', `ethio-use-three-dot-question',
8207  `ethio-quote-vowel-always' and `ethio-numeric-reduction'." t nil)  `ethio-quote-vowel-always' and `ethio-numeric-reduction'.
8208    
8209    \(fn &optional SECONDARY FORCE)" t nil)
8210    
8211  (autoload (quote ethio-fidel-to-sera-mail-or-marker) "ethio-util" "\  (autoload (quote ethio-fidel-to-sera-mail-or-marker) "ethio-util" "\
8212  Execute ethio-fidel-to-sera-mail or ethio-fidel-to-sera-marker depending on the current major mode.  Execute ethio-fidel-to-sera-mail or ethio-fidel-to-sera-marker depending on the current major mode.
8213  If in rmail-mode or in mail-mode, execute the former; otherwise latter." t nil)  If in rmail-mode or in mail-mode, execute the former; otherwise latter.
8214    
8215    \(fn &optional ARG)" t nil)
8216    
8217  (autoload (quote ethio-fidel-to-sera-mail) "ethio-util" "\  (autoload (quote ethio-fidel-to-sera-mail) "ethio-util" "\
8218  Convert FIDEL to SERA to read/write mail and news.  Convert FIDEL to SERA to read/write mail and news.
# Line 6836  If the body contains at least one Ethiop Line 8222  If the body contains at least one Ethiop
8222   2) insert \"</sera>\" at the end of the body, and   2) insert \"</sera>\" at the end of the body, and
8223   3) convert the body into SERA.   3) convert the body into SERA.
8224    
8225  The very same procedure applies to the subject field, too." t nil)  The very same procedure applies to the subject field, too.
8226    
8227    \(fn)" t nil)
8228    
8229  (autoload (quote ethio-fidel-to-sera-marker) "ethio-util" "\  (autoload (quote ethio-fidel-to-sera-marker) "ethio-util" "\
8230  Convert the regions surrounded by \"<sera>\" and \"</sera>\" from FIDEL to SERA.  Convert the regions surrounded by \"<sera>\" and \"</sera>\" from FIDEL to SERA.
8231  The markers \"<sera>\" and \"</sera>\" themselves are not deleted." t nil)  The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
8232    
8233    \(fn &optional FORCE)" t nil)
8234    
8235  (autoload (quote ethio-modify-vowel) "ethio-util" "\  (autoload (quote ethio-modify-vowel) "ethio-util" "\
8236  Modify the vowel of the FIDEL that is under the cursor." t nil)  Modify the vowel of the FIDEL that is under the cursor.
8237    
8238    \(fn)" t nil)
8239    
8240  (autoload (quote ethio-replace-space) "ethio-util" "\  (autoload (quote ethio-replace-space) "ethio-util" "\
8241  Replace ASCII spaces with Ethiopic word separators in the region.  Replace ASCII spaces with Ethiopic word separators in the region.
# Line 6856  If CH = 1, word separator will be replac Line 8248  If CH = 1, word separator will be replac
8248  If CH = 2, with two ASCII spaces.  If CH = 2, with two ASCII spaces.
8249  If CH = 3, with the Ethiopic colon-like word separator.  If CH = 3, with the Ethiopic colon-like word separator.
8250    
8251  The second and third parameters BEGIN and END specify the region." t nil)  The second and third parameters BEGIN and END specify the region.
8252    
8253    \(fn CH BEGIN END)" t nil)
8254    
8255  (autoload (quote ethio-input-special-character) "ethio-util" "\  (autoload (quote ethio-input-special-character) "ethio-util" "\
8256  Allow the user to input special characters." t nil)  Allow the user to input special characters.
8257    
8258    \(fn ARG)" t nil)
8259    
8260  (autoload (quote ethio-fidel-to-tex-buffer) "ethio-util" "\  (autoload (quote ethio-fidel-to-tex-buffer) "ethio-util" "\
8261  Convert each fidel characters in the current buffer into a fidel-tex command.  Convert each fidel characters in the current buffer into a fidel-tex command.
8262  Each command is always surrounded by braces." t nil)  Each command is always surrounded by braces.
8263    
8264    \(fn)" t nil)
8265    
8266  (autoload (quote ethio-tex-to-fidel-buffer) "ethio-util" "\  (autoload (quote ethio-tex-to-fidel-buffer) "ethio-util" "\
8267  Convert fidel-tex commands in the current buffer into fidel chars." t nil)  Convert fidel-tex commands in the current buffer into fidel chars.
8268    
8269    \(fn)" t nil)
8270    
8271  (autoload (quote ethio-fidel-to-java-buffer) "ethio-util" "\  (autoload (quote ethio-fidel-to-java-buffer) "ethio-util" "\
8272  Convert Ethiopic characters into the Java escape sequences.  Convert Ethiopic characters into the Java escape sequences.
# Line 6875  Each escape sequence is of the form uXXX Line 8275  Each escape sequence is of the form uXXX
8275  character's codepoint (in hex) in Unicode.  character's codepoint (in hex) in Unicode.
8276    
8277  If `ethio-java-save-lowercase' is non-nil, use [0-9a-f].  If `ethio-java-save-lowercase' is non-nil, use [0-9a-f].
8278  Otherwise, [0-9A-F]." nil nil)  Otherwise, [0-9A-F].
8279    
8280    \(fn)" nil nil)
8281    
8282  (autoload (quote ethio-java-to-fidel-buffer) "ethio-util" "\  (autoload (quote ethio-java-to-fidel-buffer) "ethio-util" "\
8283  Convert the Java escape sequences into corresponding Ethiopic characters." nil nil)  Convert the Java escape sequences into corresponding Ethiopic characters.
8284    
8285    \(fn)" nil nil)
8286    
8287  (autoload (quote ethio-find-file) "ethio-util" "\  (autoload (quote ethio-find-file) "ethio-util" "\
8288  Transcribe file content into Ethiopic dependig on filename suffix." nil nil)  Transcribe file content into Ethiopic dependig on filename suffix.
8289    
8290    \(fn)" nil nil)
8291    
8292  (autoload (quote ethio-write-file) "ethio-util" "\  (autoload (quote ethio-write-file) "ethio-util" "\
8293  Transcribe Ethiopic characters in ASCII depending on the file extension." nil nil)  Transcribe Ethiopic characters in ASCII depending on the file extension.
8294    
8295    \(fn)" nil nil)
8296    
8297  ;;;***  ;;;***
8298    
8299  ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline  ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
8300  ;;;;;;  eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"  ;;;;;;  eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
8301  ;;;;;;  (15430 6745))  ;;;;;;  (15791 51837))
8302  ;;; Generated autoloads from net/eudc.el  ;;; Generated autoloads from net/eudc.el
8303    
8304  (autoload (quote eudc-set-server) "eudc" "\  (autoload (quote eudc-set-server) "eudc" "\
8305  Set the directory server to SERVER using PROTOCOL.  Set the directory server to SERVER using PROTOCOL.
8306  Unless NO-SAVE is non-nil, the server is saved as the default  Unless NO-SAVE is non-nil, the server is saved as the default
8307  server for future sessions." t nil)  server for future sessions.
8308    
8309    \(fn SERVER PROTOCOL &optional NO-SAVE)" t nil)
8310    
8311  (autoload (quote eudc-get-email) "eudc" "\  (autoload (quote eudc-get-email) "eudc" "\
8312  Get the email field of NAME from the directory server." t nil)  Get the email field of NAME from the directory server.
8313    
8314    \(fn NAME)" t nil)
8315    
8316  (autoload (quote eudc-get-phone) "eudc" "\  (autoload (quote eudc-get-phone) "eudc" "\
8317  Get the phone field of NAME from the directory server." t nil)  Get the phone field of NAME from the directory server.
8318    
8319    \(fn NAME)" t nil)
8320    
8321  (autoload (quote eudc-expand-inline) "eudc" "\  (autoload (quote eudc-expand-inline) "eudc" "\
8322  Query the directory server, and expand the query string before point.  Query the directory server, and expand the query string before point.
# Line 6915  After querying the server for the given Line 8329  After querying the server for the given
8329  If REPLACE is non-nil, then this expansion replaces the name in the buffer.  If REPLACE is non-nil, then this expansion replaces the name in the buffer.
8330  `eudc-expansion-overwrites-query' being non-nil inverts the meaning of REPLACE.  `eudc-expansion-overwrites-query' being non-nil inverts the meaning of REPLACE.
8331  Multiple servers can be tried with the same query until one finds a match,  Multiple servers can be tried with the same query until one finds a match,
8332  see `eudc-inline-expansion-servers'" t nil)  see `eudc-inline-expansion-servers'
8333    
8334    \(fn &optional REPLACE)" t nil)
8335    
8336  (autoload (quote eudc-query-form) "eudc" "\  (autoload (quote eudc-query-form) "eudc" "\
8337  Display a form to query the directory server.  Display a form to query the directory server.
8338  If given a non-nil argument GET-FIELDS-FROM-SERVER, the function first  If given a non-nil argument GET-FIELDS-FROM-SERVER, the function first
8339  queries the server for the existing fields and displays a corresponding form." t nil)  queries the server for the existing fields and displays a corresponding form.
8340    
8341    \(fn &optional GET-FIELDS-FROM-SERVER)" t nil)
8342    
8343  (autoload (quote eudc-load-eudc) "eudc" "\  (autoload (quote eudc-load-eudc) "eudc" "\
8344  Load the Emacs Unified Directory Client.  Load the Emacs Unified Directory Client.
8345  This does nothing except loading eudc by autoload side-effect." t nil)  This does nothing except loading eudc by autoload side-effect.
8346    
8347    \(fn)" t nil)
8348    
8349  (cond ((not (string-match "XEmacs" emacs-version)) (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) (fset (quote eudc-tools-menu) (symbol-value (quote eudc-tools-menu))) (define-key eudc-tools-menu [phone] (quote ("Get Phone" . eudc-get-phone))) (define-key eudc-tools-menu [email] (quote ("Get Email" . eudc-get-email))) (define-key eudc-tools-menu [separator-eudc-email] (quote ("--"))) (define-key eudc-tools-menu [expand-inline] (quote ("Expand Inline Query" . eudc-expand-inline))) (define-key eudc-tools-menu [query] (quote ("Query with Form" . eudc-query-form))) (define-key eudc-tools-menu [separator-eudc-query] (quote ("--"))) (define-key eudc-tools-menu [new] (quote ("New Server" . eudc-set-server))) (define-key eudc-tools-menu [load] (quote ("Load Hotlist of Servers" . eudc-load-eudc)))) (t (let ((menu (quote ("Directory Search" ["Load Hotlist of Servers" eudc-load-eudc t] ["New Server" eudc-set-server t] ["---" nil nil] ["Query with Form" eudc-query-form t] ["Expand Inline Query" eudc-expand-inline t] ["---" nil nil] ["Get Email" eudc-get-email t] ["Get Phone" eudc-get-phone t])))) (if (not (featurep (quote eudc-autoloads))) (if eudc-xemacs-p (if (and (featurep (quote menubar)) (not (featurep (quote infodock)))) (add-submenu (quote ("Tools")) menu)) (require (quote easymenu)) (cond ((fboundp (quote easy-menu-add-item)) (easy-menu-add-item nil (quote ("tools")) (easy-menu-create-menu (car menu) (cdr menu)))) ((fboundp (quote easy-menu-create-keymaps)) (define-key global-map [menu-bar tools eudc] (cons "Directory Search" (easy-menu-create-keymaps "Directory Search" (cdr menu)))))))))))  (cond ((not (string-match "XEmacs" emacs-version)) (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) (fset (quote eudc-tools-menu) (symbol-value (quote eudc-tools-menu))) (define-key eudc-tools-menu [phone] (quote ("Get Phone" . eudc-get-phone))) (define-key eudc-tools-menu [email] (quote ("Get Email" . eudc-get-email))) (define-key eudc-tools-menu [separator-eudc-email] (quote ("--"))) (define-key eudc-tools-menu [expand-inline] (quote ("Expand Inline Query" . eudc-expand-inline))) (define-key eudc-tools-menu [query] (quote ("Query with Form" . eudc-query-form))) (define-key eudc-tools-menu [separator-eudc-query] (quote ("--"))) (define-key eudc-tools-menu [new] (quote ("New Server" . eudc-set-server))) (define-key eudc-tools-menu [load] (quote ("Load Hotlist of Servers" . eudc-load-eudc)))) (t (let ((menu (quote ("Directory Search" ["Load Hotlist of Servers" eudc-load-eudc t] ["New Server" eudc-set-server t] ["---" nil nil] ["Query with Form" eudc-query-form t] ["Expand Inline Query" eudc-expand-inline t] ["---" nil nil] ["Get Email" eudc-get-email t] ["Get Phone" eudc-get-phone t])))) (if (not (featurep (quote eudc-autoloads))) (if eudc-xemacs-p (if (and (featurep (quote menubar)) (not (featurep (quote infodock)))) (add-submenu (quote ("Tools")) menu)) (require (quote easymenu)) (cond ((fboundp (quote easy-menu-add-item)) (easy-menu-add-item nil (quote ("tools")) (easy-menu-create-menu (car menu) (cdr menu)))) ((fboundp (quote easy-menu-create-keymaps)) (define-key global-map [menu-bar tools eudc] (cons "Directory Search" (easy-menu-create-keymaps "Directory Search" (cdr menu)))))))))))
8350    
# Line 6932  This does nothing except loading eudc by Line 8352  This does nothing except loading eudc by
8352    
8353  ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline  ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
8354  ;;;;;;  eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)  ;;;;;;  eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
8355  ;;;;;;  "eudc-bob" "net/eudc-bob.el" (15430 6745))  ;;;;;;  "eudc-bob" "net/eudc-bob.el" (15429 13186))
8356  ;;; Generated autoloads from net/eudc-bob.el  ;;; Generated autoloads from net/eudc-bob.el
8357    
8358  (autoload (quote eudc-display-generic-binary) "eudc-bob" "\  (autoload (quote eudc-display-generic-binary) "eudc-bob" "\
8359  Display a button for unidentified binary DATA." nil nil)  Display a button for unidentified binary DATA.
8360    
8361    \(fn DATA)" nil nil)
8362    
8363  (autoload (quote eudc-display-url) "eudc-bob" "\  (autoload (quote eudc-display-url) "eudc-bob" "\
8364  Display URL and make it clickable." nil nil)  Display URL and make it clickable.
8365    
8366    \(fn URL)" nil nil)
8367    
8368  (autoload (quote eudc-display-mail) "eudc-bob" "\  (autoload (quote eudc-display-mail) "eudc-bob" "\
8369  Display e-mail address and make it clickable." nil nil)  Display e-mail address and make it clickable.
8370    
8371    \(fn MAIL)" nil nil)
8372    
8373  (autoload (quote eudc-display-sound) "eudc-bob" "\  (autoload (quote eudc-display-sound) "eudc-bob" "\
8374  Display a button to play the sound DATA." nil nil)  Display a button to play the sound DATA.
8375    
8376    \(fn DATA)" nil nil)
8377    
8378  (autoload (quote eudc-display-jpeg-inline) "eudc-bob" "\  (autoload (quote eudc-display-jpeg-inline) "eudc-bob" "\
8379  Display the JPEG DATA inline at point if possible." nil nil)  Display the JPEG DATA inline at point if possible.
8380    
8381    \(fn DATA)" nil nil)
8382    
8383  (autoload (quote eudc-display-jpeg-as-button) "eudc-bob" "\  (autoload (quote eudc-display-jpeg-as-button) "eudc-bob" "\
8384  Display a button for the JPEG DATA." nil nil)  Display a button for the JPEG DATA.
8385    
8386    \(fn DATA)" nil nil)
8387    
8388  ;;;***  ;;;***
8389    
8390  ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)  ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
8391  ;;;;;;  "eudc-export" "net/eudc-export.el" (15430 6745))  ;;;;;;  "eudc-export" "net/eudc-export.el" (15429 13344))
8392  ;;; Generated autoloads from net/eudc-export.el  ;;; Generated autoloads from net/eudc-export.el
8393    
8394  (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\  (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
8395  Insert record at point into the BBDB database.  Insert record at point into the BBDB database.
8396  This function can only be called from a directory query result buffer." t nil)  This function can only be called from a directory query result buffer.
8397    
8398    \(fn)" t nil)
8399    
8400  (autoload (quote eudc-try-bbdb-insert) "eudc-export" "\  (autoload (quote eudc-try-bbdb-insert) "eudc-export" "\
8401  Call `eudc-insert-record-at-point-into-bbdb' if on a record." t nil)  Call `eudc-insert-record-at-point-into-bbdb' if on a record.
8402    
8403    \(fn)" t nil)
8404    
8405  ;;;***  ;;;***
8406    
8407  ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"  ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
8408  ;;;;;;  (15430 6745))  ;;;;;;  (15429 13512))
8409  ;;; Generated autoloads from net/eudc-hotlist.el  ;;; Generated autoloads from net/eudc-hotlist.el
8410    
8411  (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\  (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
8412  Edit the hotlist of directory servers in a specialized buffer." t nil)  Edit the hotlist of directory servers in a specialized buffer.
8413    
8414    \(fn)" t nil)
8415    
8416  ;;;***  ;;;***
8417    
8418  ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p  ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
8419  ;;;;;;  executable-self-display executable-set-magic executable-find)  ;;;;;;  executable-self-display executable-set-magic executable-find)
8420  ;;;;;;  "executable" "progmodes/executable.el" (15306 12056))  ;;;;;;  "executable" "progmodes/executable.el" (15305 61706))
8421  ;;; Generated autoloads from progmodes/executable.el  ;;; Generated autoloads from progmodes/executable.el
8422    
8423  (autoload (quote executable-find) "executable" "\  (autoload (quote executable-find) "executable" "\
8424  Search for COMMAND in `exec-path' and return the absolute file name.  Search for COMMAND in `exec-path' and return the absolute file name.
8425  Return nil if COMMAND is not found anywhere in `exec-path'." nil nil)  Return nil if COMMAND is not found anywhere in `exec-path'.
8426    
8427    \(fn COMMAND)" nil nil)
8428    
8429  (autoload (quote executable-set-magic) "executable" "\  (autoload (quote executable-set-magic) "executable" "\
8430  Set this buffer's interpreter to INTERPRETER with optional ARGUMENT.  Set this buffer's interpreter to INTERPRETER with optional ARGUMENT.
8431  The variables `executable-magicless-file-regexp', `executable-prefix',  The variables `executable-magicless-file-regexp', `executable-prefix',
8432  `executable-insert', `executable-query' and `executable-chmod' control  `executable-insert', `executable-query' and `executable-chmod' control
8433  when and how magic numbers are inserted or replaced and scripts made  when and how magic numbers are inserted or replaced and scripts made
8434  executable." t nil)  executable.
8435    
8436    \(fn INTERPRETER &optional ARGUMENT NO-QUERY-FLAG INSERT-FLAG)" t nil)
8437    
8438  (autoload (quote executable-self-display) "executable" "\  (autoload (quote executable-self-display) "executable" "\
8439  Turn a text file into a self-displaying Un*x command.  Turn a text file into a self-displaying Un*x command.
8440  The magic number of such a command displays all lines but itself." t nil)  The magic number of such a command displays all lines but itself.
8441    
8442    \(fn)" t nil)
8443    
8444  (autoload (quote executable-make-buffer-file-executable-if-script-p) "executable" "\  (autoload (quote executable-make-buffer-file-executable-if-script-p) "executable" "\
8445  Make file executable according to umask if not already executable.  Make file executable according to umask if not already executable.
8446  If file already has any execute bits set at all, do not change existing  If file already has any execute bits set at all, do not change existing
8447  file modes." nil nil)  file modes.
8448    
8449    \(fn)" nil nil)
8450    
8451  ;;;***  ;;;***
8452    
8453  ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot  ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
8454  ;;;;;;  expand-add-abbrevs) "expand" "expand.el" (15391 60510))  ;;;;;;  expand-add-abbrevs) "expand" "expand.el" (15363 54641))
8455  ;;; Generated autoloads from expand.el  ;;; Generated autoloads from expand.el
8456    
8457  (autoload (quote expand-add-abbrevs) "expand" "\  (autoload (quote expand-add-abbrevs) "expand" "\
# Line 7028  member of the list, but you can visit th Line 8474  member of the list, but you can visit th
8474  cyclicaly with the functions `expand-jump-to-previous-slot' and  cyclicaly with the functions `expand-jump-to-previous-slot' and
8475  `expand-jump-to-next-slot'.  `expand-jump-to-next-slot'.
8476    
8477  If ARG is omitted, point is placed at the end of the expanded text." nil nil)  If ARG is omitted, point is placed at the end of the expanded text.
8478    
8479    \(fn TABLE ABBREVS)" nil nil)
8480    
8481  (autoload (quote expand-jump-to-previous-slot) "expand" "\  (autoload (quote expand-jump-to-previous-slot) "expand" "\
8482  Move the cursor to the previous slot in the last abbrev expansion.  Move the cursor to the previous slot in the last abbrev expansion.
8483  This is used only in conjunction with `expand-add-abbrevs'." t nil)  This is used only in conjunction with `expand-add-abbrevs'.
8484    
8485    \(fn)" t nil)
8486    
8487  (autoload (quote expand-jump-to-next-slot) "expand" "\  (autoload (quote expand-jump-to-next-slot) "expand" "\
8488  Move the cursor to the next slot in the last abbrev expansion.  Move the cursor to the next slot in the last abbrev expansion.
8489  This is used only in conjunction with `expand-add-abbrevs'." t nil)  This is used only in conjunction with `expand-add-abbrevs'.
8490    
8491    \(fn)" t nil)
8492   (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot)   (define-key ctl-x-map "ap" 'expand-jump-to-previous-slot)
8493   (define-key ctl-x-map "an" 'expand-jump-to-next-slot)   (define-key ctl-x-map "an" 'expand-jump-to-next-slot)
8494    
8495  ;;;***  ;;;***
8496    
8497  ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15601 34286))  ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15935 48914))
8498  ;;; Generated autoloads from progmodes/f90.el  ;;; Generated autoloads from progmodes/f90.el
8499    
8500  (autoload (quote f90-mode) "f90" "\  (autoload (quote f90-mode) "f90" "\
# Line 7100  Variables controlling indentation style Line 8552  Variables controlling indentation style
8552    List of keywords used for highlighting/upcase-keywords etc.    List of keywords used for highlighting/upcase-keywords etc.
8553    
8554  Turning on F90 mode calls the value of the variable `f90-mode-hook'  Turning on F90 mode calls the value of the variable `f90-mode-hook'
8555  with no args, if that value is non-nil." t nil)  with no args, if that value is non-nil.
8556    
8557    \(fn)" t nil)
8558    
8559  ;;;***  ;;;***
8560    
# Line 7108  with no args, if that value is non-nil." Line 8562  with no args, if that value is non-nil."
8562  ;;;;;;  facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only  ;;;;;;  facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only
8563  ;;;;;;  facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu  ;;;;;;  facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu
8564  ;;;;;;  facemenu-set-background facemenu-set-foreground facemenu-set-face)  ;;;;;;  facemenu-set-background facemenu-set-foreground facemenu-set-face)
8565  ;;;;;;  "facemenu" "facemenu.el" (15579 6659))  ;;;;;;  "facemenu" "facemenu.el" (15935 41357))
8566  ;;; Generated autoloads from facemenu.el  ;;; Generated autoloads from facemenu.el
8567   (define-key global-map "\M-g" 'facemenu-keymap)   (define-key global-map "\M-g" 'facemenu-keymap)
8568   (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)   (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
# Line 7148  Facemenu top-level menu keymap.") Line 8602  Facemenu top-level menu keymap.")
8602    
8603  (setq facemenu-menu (make-sparse-keymap "Text Properties"))  (setq facemenu-menu (make-sparse-keymap "Text Properties"))
8604    
8605  (let ((map facemenu-menu)) (define-key map [dc] (cons (purecopy "Display Colors") (quote list-colors-display))) (define-key map [df] (cons (purecopy "Display Faces") (quote list-faces-display))) (define-key map [dp] (cons (purecopy "Describe Text") (quote describe-text-at))) (define-key map [ra] (cons (purecopy "Remove Text Properties") (quote facemenu-remove-all))) (define-key map [rm] (cons (purecopy "Remove Face Properties") (quote facemenu-remove-face-props))) (define-key map [s1] (list (purecopy "--"))))  (let ((map facemenu-menu)) (define-key map [dc] (cons (purecopy "Display Colors") (quote list-colors-display))) (define-key map [df] (cons (purecopy "Display Faces") (quote list-faces-display))) (define-key map [dp] (cons (purecopy "Describe Properties") (quote describe-text-properties))) (define-key map [ra] (cons (purecopy "Remove Text Properties") (quote facemenu-remove-all))) (define-key map [rm] (cons (purecopy "Remove Face Properties") (quote facemenu-remove-face-props))) (define-key map [s1] (list (purecopy "--"))))
8606    
8607  (let ((map facemenu-menu)) (define-key map [in] (cons (purecopy "Indentation") (quote facemenu-indentation-menu))) (define-key map [ju] (cons (purecopy "Justification") (quote facemenu-justification-menu))) (define-key map [s2] (list (purecopy "--"))) (define-key map [sp] (cons (purecopy "Special Properties") (quote facemenu-special-menu))) (define-key map [bg] (cons (purecopy "Background Color") (quote facemenu-background-menu))) (define-key map [fg] (cons (purecopy "Foreground Color") (quote facemenu-foreground-menu))) (define-key map [fc] (cons (purecopy "Face") (quote facemenu-face-menu))))  (let ((map facemenu-menu)) (define-key map [in] (cons (purecopy "Indentation") (quote facemenu-indentation-menu))) (define-key map [ju] (cons (purecopy "Justification") (quote facemenu-justification-menu))) (define-key map [s2] (list (purecopy "--"))) (define-key map [sp] (cons (purecopy "Special Properties") (quote facemenu-special-menu))) (define-key map [bg] (cons (purecopy "Background Color") (quote facemenu-background-menu))) (define-key map [fg] (cons (purecopy "Foreground Color") (quote facemenu-foreground-menu))) (define-key map [fc] (cons (purecopy "Face") (quote facemenu-face-menu))))
8608    
# Line 7167  requested face. Line 8621  requested face.
8621    
8622  Otherwise, this command specifies the face for the next character  Otherwise, this command specifies the face for the next character
8623  inserted.  Moving point or switching buffers before  inserted.  Moving point or switching buffers before
8624  typing a character to insert cancels the specification." t nil)  typing a character to insert cancels the specification.
8625    
8626    \(fn FACE &optional START END)" t nil)
8627    
8628  (autoload (quote facemenu-set-foreground) "facemenu" "\  (autoload (quote facemenu-set-foreground) "facemenu" "\
8629  Set the foreground COLOR of the region or next character typed.  Set the foreground COLOR of the region or next character typed.
# Line 7179  requested face. Line 8635  requested face.
8635    
8636  Otherwise, this command specifies the face for the next character  Otherwise, this command specifies the face for the next character
8637  inserted.  Moving point or switching buffers before  inserted.  Moving point or switching buffers before
8638  typing a character to insert cancels the specification." t nil)  typing a character to insert cancels the specification.
8639    
8640    \(fn COLOR &optional START END)" t nil)
8641    
8642  (autoload (quote facemenu-set-background) "facemenu" "\  (autoload (quote facemenu-set-background) "facemenu" "\
8643  Set the background COLOR of the region or next character typed.  Set the background COLOR of the region or next character typed.
# Line 7191  requested face. Line 8649  requested face.
8649    
8650  Otherwise, this command specifies the face for the next character  Otherwise, this command specifies the face for the next character
8651  inserted.  Moving point or switching buffers before  inserted.  Moving point or switching buffers before
8652  typing a character to insert cancels the specification." t nil)  typing a character to insert cancels the specification.
8653    
8654    \(fn COLOR &optional START END)" t nil)
8655    
8656  (autoload (quote facemenu-set-face-from-menu) "facemenu" "\  (autoload (quote facemenu-set-face-from-menu) "facemenu" "\
8657  Set the FACE of the region or next character typed.  Set the FACE of the region or next character typed.
# Line 7204  requested face. Line 8664  requested face.
8664    
8665  Otherwise, this command specifies the face for the next character  Otherwise, this command specifies the face for the next character
8666  inserted.  Moving point or switching buffers before  inserted.  Moving point or switching buffers before
8667  typing a character to insert cancels the specification." t nil)  typing a character to insert cancels the specification.
8668    
8669    \(fn FACE START END)" t nil)
8670    
8671  (autoload (quote facemenu-set-invisible) "facemenu" "\  (autoload (quote facemenu-set-invisible) "facemenu" "\
8672  Make the region invisible.  Make the region invisible.
8673  This sets the `invisible' text property; it can be undone with  This sets the `invisible' text property; it can be undone with
8674  `facemenu-remove-special'." t nil)  `facemenu-remove-special'.
8675    
8676    \(fn START END)" t nil)
8677    
8678  (autoload (quote facemenu-set-intangible) "facemenu" "\  (autoload (quote facemenu-set-intangible) "facemenu" "\
8679  Make the region intangible: disallow moving into it.  Make the region intangible: disallow moving into it.
8680  This sets the `intangible' text property; it can be undone with  This sets the `intangible' text property; it can be undone with
8681  `facemenu-remove-special'." t nil)  `facemenu-remove-special'.
8682    
8683    \(fn START END)" t nil)
8684    
8685  (autoload (quote facemenu-set-read-only) "facemenu" "\  (autoload (quote facemenu-set-read-only) "facemenu" "\
8686  Make the region unmodifiable.  Make the region unmodifiable.
8687  This sets the `read-only' text property; it can be undone with  This sets the `read-only' text property; it can be undone with
8688  `facemenu-remove-special'." t nil)  `facemenu-remove-special'.
8689    
8690    \(fn START END)" t nil)
8691    
8692  (autoload (quote facemenu-remove-face-props) "facemenu" "\  (autoload (quote facemenu-remove-face-props) "facemenu" "\
8693  Remove `face' and `mouse-face' text properties." t nil)  Remove `face' and `mouse-face' text properties.
8694    
8695    \(fn START END)" t nil)
8696    
8697  (autoload (quote facemenu-remove-all) "facemenu" "\  (autoload (quote facemenu-remove-all) "facemenu" "\
8698  Remove all text properties from the region." t nil)  Remove all text properties from the region.
8699    
8700    \(fn START END)" t nil)
8701    
8702  (autoload (quote facemenu-remove-special) "facemenu" "\  (autoload (quote facemenu-remove-special) "facemenu" "\
8703  Remove all the \"special\" text properties from the region.  Remove all the \"special\" text properties from the region.
8704  These special properties include `invisible', `intangible' and `read-only'." t nil)  These special properties include `invisible', `intangible' and `read-only'.
8705    
8706    \(fn START END)" t nil)
8707    
8708  (autoload (quote facemenu-read-color) "facemenu" "\  (autoload (quote facemenu-read-color) "facemenu" "\
8709  Read a color using the minibuffer." nil nil)  Read a color using the minibuffer.
8710    
8711    \(fn &optional PROMPT)" nil nil)
8712    
8713  (autoload (quote list-colors-display) "facemenu" "\  (autoload (quote list-colors-display) "facemenu" "\
8714  Display names of defined colors, and show what they look like.  Display names of defined colors, and show what they look like.
8715  If the optional argument LIST is non-nil, it should be a list of  If the optional argument LIST is non-nil, it should be a list of
8716  colors to display.  Otherwise, this command computes a list  colors to display.  Otherwise, this command computes a list
8717  of colors that the current display can handle." t nil)  of colors that the current display can handle.
8718    
8719    \(fn &optional LIST)" t nil)
8720    
8721  ;;;***  ;;;***
8722    
8723  ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock"  ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock"
8724  ;;;;;;  "fast-lock.el" (15391 60510))  ;;;;;;  "fast-lock.el" (15930 37682))
8725  ;;; Generated autoloads from fast-lock.el  ;;; Generated autoloads from fast-lock.el
8726    
8727  (autoload (quote fast-lock-mode) "fast-lock" "\  (autoload (quote fast-lock-mode) "fast-lock" "\
# Line 7269  Use \\[font-lock-fontify-buffer] to font Line 8747  Use \\[font-lock-fontify-buffer] to font
8747  Various methods of control are provided for the Font Lock cache.  In general,  Various methods of control are provided for the Font Lock cache.  In general,
8748  see variable `fast-lock-cache-directories' and function `fast-lock-cache-name'.  see variable `fast-lock-cache-directories' and function `fast-lock-cache-name'.
8749  For saving, see variables `fast-lock-minimum-size', `fast-lock-save-events',  For saving, see variables `fast-lock-minimum-size', `fast-lock-save-events',
8750  `fast-lock-save-others' and `fast-lock-save-faces'." t nil)  `fast-lock-save-others' and `fast-lock-save-faces'.
8751    
8752    \(fn &optional ARG)" t nil)
8753    
8754  (autoload (quote turn-on-fast-lock) "fast-lock" "\  (autoload (quote turn-on-fast-lock) "fast-lock" "\
8755  Unconditionally turn on Fast Lock mode." nil nil)  Unconditionally turn on Fast Lock mode.
8756    
8757    \(fn)" nil nil)
8758    
8759  (when (fboundp (quote add-minor-mode)) (defvar fast-lock-mode nil) (add-minor-mode (quote fast-lock-mode) nil))  (when (fboundp (quote add-minor-mode)) (defvar fast-lock-mode nil) (add-minor-mode (quote fast-lock-mode) nil))
8760    
# Line 7280  Unconditionally turn on Fast Lock mode." Line 8762  Unconditionally turn on Fast Lock mode."
8762    
8763  ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue  ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
8764  ;;;;;;  feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts  ;;;;;;  feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
8765  ;;;;;;  feedmail-send-it) "feedmail" "mail/feedmail.el" (15430 6745))  ;;;;;;  feedmail-send-it) "feedmail" "mail/feedmail.el" (15832 6910))
8766  ;;; Generated autoloads from mail/feedmail.el  ;;; Generated autoloads from mail/feedmail.el
8767    
8768  (autoload (quote feedmail-send-it) "feedmail" "\  (autoload (quote feedmail-send-it) "feedmail" "\
8769  Send the current mail buffer using the Feedmail package.  Send the current mail buffer using the Feedmail package.
8770  This is a suitable value for `send-mail-function'.  It can be used  This is a suitable value for `send-mail-function'.  It can be used
8771  with various lower-level mechanisms to provide features such as queueing." nil nil)  with various lower-level mechanisms to provide features such as queueing.
8772    
8773    \(fn)" nil nil)
8774    
8775  (autoload (quote feedmail-run-the-queue-no-prompts) "feedmail" "\  (autoload (quote feedmail-run-the-queue-no-prompts) "feedmail" "\
8776  Like feedmail-run-the-queue, but suppress confirmation prompts." t nil)  Like feedmail-run-the-queue, but suppress confirmation prompts.
8777    
8778    \(fn &optional ARG)" t nil)
8779    
8780  (autoload (quote feedmail-run-the-queue-global-prompt) "feedmail" "\  (autoload (quote feedmail-run-the-queue-global-prompt) "feedmail" "\
8781  Like feedmail-run-the-queue, but with a global confirmation prompt.  Like feedmail-run-the-queue, but with a global confirmation prompt.
8782  This is generally most useful if run non-interactively, since you can  This is generally most useful if run non-interactively, since you can
8783  bail out with an appropriate answer to the global confirmation prompt." t nil)  bail out with an appropriate answer to the global confirmation prompt.
8784    
8785    \(fn &optional ARG)" t nil)
8786    
8787  (autoload (quote feedmail-run-the-queue) "feedmail" "\  (autoload (quote feedmail-run-the-queue) "feedmail" "\
8788  Visit each message in the feedmail queue directory and send it out.  Visit each message in the feedmail queue directory and send it out.
8789  Return value is a list of three things: number of messages sent, number of  Return value is a list of three things: number of messages sent, number of
8790  messages skipped, and number of non-message things in the queue (commonly  messages skipped, and number of non-message things in the queue (commonly
8791  backup file names and the like)." t nil)  backup file names and the like).
8792    
8793    \(fn &optional ARG)" t nil)
8794    
8795  (autoload (quote feedmail-queue-reminder) "feedmail" "\  (autoload (quote feedmail-queue-reminder) "feedmail" "\
8796  Perform some kind of reminder activity about queued and draft messages.  Perform some kind of reminder activity about queued and draft messages.
# Line 7319  WHAT-EVENT is used as a key into the tab Line 8809  WHAT-EVENT is used as a key into the tab
8809  the associated value is a function, it is called without arguments and is expected  the associated value is a function, it is called without arguments and is expected
8810  to perform the reminder activity.  You can supply your own reminder functions  to perform the reminder activity.  You can supply your own reminder functions
8811  by redefining feedmail-queue-reminder-alist.  If you don't want any reminders,  by redefining feedmail-queue-reminder-alist.  If you don't want any reminders,
8812  you can set feedmail-queue-reminder-alist to nil." t nil)  you can set feedmail-queue-reminder-alist to nil.
8813    
8814    \(fn &optional WHAT-EVENT)" t nil)
8815    
8816  ;;;***  ;;;***
8817    
8818  ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu  ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
8819  ;;;;;;  find-file-at-point ffap-next) "ffap" "ffap.el" (15576 30665))  ;;;;;;  find-file-at-point ffap-next) "ffap" "ffap.el" (15935 41375))
8820  ;;; Generated autoloads from ffap.el  ;;; Generated autoloads from ffap.el
8821    
8822  (autoload (quote ffap-next) "ffap" "\  (autoload (quote ffap-next) "ffap" "\
# Line 7333  Optional argument BACK says to search ba Line 8825  Optional argument BACK says to search ba
8825  Optional argument WRAP says to try wrapping around if necessary.  Optional argument WRAP says to try wrapping around if necessary.
8826  Interactively: use a single prefix to search backwards,  Interactively: use a single prefix to search backwards,
8827  double prefix to wrap forward, triple to wrap backwards.  double prefix to wrap forward, triple to wrap backwards.
8828  Actual search is done by `ffap-next-guess'." t nil)  Actual search is done by `ffap-next-guess'.
8829    
8830    \(fn &optional BACK WRAP)" t nil)
8831    
8832  (autoload (quote find-file-at-point) "ffap" "\  (autoload (quote find-file-at-point) "ffap" "\
8833  Find FILENAME, guessing a default from text around point.  Find FILENAME, guessing a default from text around point.
# Line 7343  If `ffap-require-prefix' is set, the pre Line 8837  If `ffap-require-prefix' is set, the pre
8837  See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt',  See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt',
8838  and the functions `ffap-file-at-point' and `ffap-url-at-point'.  and the functions `ffap-file-at-point' and `ffap-url-at-point'.
8839    
8840  See <ftp://ftp.mathcs.emory.edu/pub/mic/emacs/> for latest version." t nil)  See <ftp://ftp.mathcs.emory.edu/pub/mic/emacs/> for latest version.
8841    
8842    \(fn &optional FILENAME)" t nil)
8843    
8844  (defalias (quote ffap) (quote find-file-at-point))  (defalias (quote ffap) (quote find-file-at-point))
8845    
# Line 7352  Put up a menu of files and urls mentione Line 8848  Put up a menu of files and urls mentione
8848  Then set mark, jump to choice, and try to fetch it.  The menu is  Then set mark, jump to choice, and try to fetch it.  The menu is
8849  cached in `ffap-menu-alist', and rebuilt by `ffap-menu-rescan'.  cached in `ffap-menu-alist', and rebuilt by `ffap-menu-rescan'.
8850  The optional RESCAN argument (a prefix, interactively) forces  The optional RESCAN argument (a prefix, interactively) forces
8851  a rebuild.  Searches with `ffap-menu-regexp'." t nil)  a rebuild.  Searches with `ffap-menu-regexp'.
8852    
8853    \(fn &optional RESCAN)" t nil)
8854    
8855  (autoload (quote ffap-at-mouse) "ffap" "\  (autoload (quote ffap-at-mouse) "ffap" "\
8856  Find file or url guessed from text around mouse click.  Find file or url guessed from text around mouse click.
# Line 7360  Interactively, calls `ffap-at-mouse-fall Line 8858  Interactively, calls `ffap-at-mouse-fall
8858  Return value:  Return value:
8859    * if a guess string is found, return it (after finding it)    * if a guess string is found, return it (after finding it)
8860    * if the fallback is called, return whatever it returns    * if the fallback is called, return whatever it returns
8861    * otherwise, nil" t nil)    * otherwise, nil
8862    
8863    \(fn E)" t nil)
8864    
8865  (autoload (quote dired-at-point) "ffap" "\  (autoload (quote dired-at-point) "ffap" "\
8866  Start Dired, defaulting to file at point.  See `ffap'." t nil)  Start Dired, defaulting to file at point.  See `ffap'.
8867    
8868    \(fn &optional FILENAME)" t nil)
8869    
8870  (autoload (quote ffap-bindings) "ffap" "\  (autoload (quote ffap-bindings) "ffap" "\
8871  Evaluate the forms in variable `ffap-bindings'." t nil)  Evaluate the forms in variable `ffap-bindings'.
8872    
8873    \(fn)" t nil)
8874    
8875  ;;;***  ;;;***
8876    
8877  ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"  ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
8878  ;;;;;;  (15575 13404))  ;;;;;;  (15930 37703))
8879  ;;; Generated autoloads from filecache.el  ;;; Generated autoloads from filecache.el
8880    
8881  (autoload (quote file-cache-minibuffer-complete) "filecache" "\  (autoload (quote file-cache-minibuffer-complete) "filecache" "\
# Line 7380  Filecache does two kinds of substitution Line 8884  Filecache does two kinds of substitution
8884  the cache, and, once it has found a unique name, it cycles through  the cache, and, once it has found a unique name, it cycles through
8885  the directories that the name is available in.  With a prefix argument,  the directories that the name is available in.  With a prefix argument,
8886  the name is considered already unique; only the second substitution  the name is considered already unique; only the second substitution
8887  \(directories) is done." t nil)  \(directories) is done.
8888    
8889    \(fn ARG)" t nil)
8890   (define-key minibuffer-local-completion-map [C-tab] 'file-cache-minibuffer-complete)   (define-key minibuffer-local-completion-map [C-tab] 'file-cache-minibuffer-complete)
8891   (define-key minibuffer-local-map [C-tab] 'file-cache-minibuffer-complete)   (define-key minibuffer-local-map [C-tab] 'file-cache-minibuffer-complete)
8892   (define-key minibuffer-local-must-match-map [C-tab] 'file-cache-minibuffer-complete)   (define-key minibuffer-local-must-match-map [C-tab] 'file-cache-minibuffer-complete)
# Line 7388  the name is considered already unique; o Line 8894  the name is considered already unique; o
8894  ;;;***  ;;;***
8895    
8896  ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options  ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
8897  ;;;;;;  find-ls-option) "find-dired" "find-dired.el" (15593 24723))  ;;;;;;  find-ls-option) "find-dired" "find-dired.el" (15935 41394))
8898  ;;; Generated autoloads from find-dired.el  ;;; Generated autoloads from find-dired.el
8899    
8900  (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\  (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
# Line 7397  This is a cons of two strings (FIND-OPTI Line 8903  This is a cons of two strings (FIND-OPTI
8903  gives the option (or options) to `find' that produce the desired output.  gives the option (or options) to `find' that produce the desired output.
8904  LS-SWITCHES is a list of `ls' switches to tell dired how to parse the output.")  LS-SWITCHES is a list of `ls' switches to tell dired how to parse the output.")
8905    
8906    (custom-autoload (quote find-ls-option) "find-dired")
8907    
8908  (defvar find-grep-options (if (or (eq system-type (quote berkeley-unix)) (string-match "solaris2" system-configuration) (string-match "irix" system-configuration)) "-s" "-q") "\  (defvar find-grep-options (if (or (eq system-type (quote berkeley-unix)) (string-match "solaris2" system-configuration) (string-match "irix" system-configuration)) "-s" "-q") "\
8909  *Option to grep to be as silent as possible.  *Option to grep to be as silent as possible.
8910  On Berkeley systems, this is `-s'; on Posix, and with GNU grep, `-q' does it.  On Berkeley systems, this is `-s'; on Posix, and with GNU grep, `-q' does it.
8911  On other systems, the closest you can come is to use `-l'.")  On other systems, the closest you can come is to use `-l'.")
8912    
8913    (custom-autoload (quote find-grep-options) "find-dired")
8914    
8915  (autoload (quote find-dired) "find-dired" "\  (autoload (quote find-dired) "find-dired" "\
8916  Run `find' and go into Dired mode on a buffer of the output.  Run `find' and go into Dired mode on a buffer of the output.
8917  The command run (after changing into DIR) is  The command run (after changing into DIR) is
# Line 7409  The command run (after changing into DIR Line 8919  The command run (after changing into DIR
8919      find . \\( ARGS \\) -ls      find . \\( ARGS \\) -ls
8920    
8921  except that the variable `find-ls-option' specifies what to use  except that the variable `find-ls-option' specifies what to use
8922  as the final argument." t nil)  as the final argument.
8923    
8924    \(fn DIR ARGS)" t nil)
8925    
8926  (autoload (quote find-name-dired) "find-dired" "\  (autoload (quote find-name-dired) "find-dired" "\
8927  Search DIR recursively for files matching the globbing pattern PATTERN,  Search DIR recursively for files matching the globbing pattern PATTERN,
# Line 7417  and run dired on those files. Line 8929  and run dired on those files.
8929  PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted.  PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted.
8930  The command run (after changing into DIR) is  The command run (after changing into DIR) is
8931    
8932      find . -name 'PATTERN' -ls" t nil)      find . -name 'PATTERN' -ls
8933    
8934    \(fn DIR PATTERN)" t nil)
8935    
8936  (autoload (quote find-grep-dired) "find-dired" "\  (autoload (quote find-grep-dired) "find-dired" "\
8937  Find files in DIR containing a regexp REGEXP and start Dired on output.  Find files in DIR containing a regexp REGEXP and start Dired on output.
# Line 7425  The command run (after changing into DIR Line 8939  The command run (after changing into DIR
8939    
8940      find . -exec grep -s -e REGEXP {} \\; -ls      find . -exec grep -s -e REGEXP {} \\; -ls
8941    
8942  Thus ARG can also contain additional grep options." t nil)  Thus ARG can also contain additional grep options.
8943    
8944    \(fn DIR REGEXP)" t nil)
8945    
8946  ;;;***  ;;;***
8947    
8948  ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file  ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
8949  ;;;;;;  ff-find-other-file ff-get-other-file) "find-file" "find-file.el"  ;;;;;;  ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
8950  ;;;;;;  (15575 13441))  ;;;;;;  (15935 41411))
8951  ;;; Generated autoloads from find-file.el  ;;; Generated autoloads from find-file.el
8952    
8953  (autoload (quote ff-get-other-file) "find-file" "\  (autoload (quote ff-get-other-file) "find-file" "\
8954  Find the header or source file corresponding to this file.  Find the header or source file corresponding to this file.
8955  See also the documentation for `ff-find-other-file'.  See also the documentation for `ff-find-other-file'.
8956    
8957  If optional IN-OTHER-WINDOW is non-nil, find the file in another window." t nil)  If optional IN-OTHER-WINDOW is non-nil, find the file in another window.
8958    
8959    \(fn &optional IN-OTHER-WINDOW)" t nil)
8960    
8961    (defalias (quote ff-find-related-file) (quote ff-find-other-file))
8962    
8963  (autoload (quote ff-find-other-file) "find-file" "\  (autoload (quote ff-find-other-file) "find-file" "\
8964  Find the header or source file corresponding to this file.  Find the header or source file corresponding to this file.
# Line 7478  Variables of interest include: Line 8998  Variables of interest include:
8998     List of directories searched through with each extension specified in     List of directories searched through with each extension specified in
8999     `ff-other-file-alist' that matches this file's extension.     `ff-other-file-alist' that matches this file's extension.
9000    
9001   - `ff-pre-find-hooks'   - `ff-pre-find-hook'
9002     List of functions to be called before the search for the file starts.     List of functions to be called before the search for the file starts.
9003    
9004   - `ff-pre-load-hooks'   - `ff-pre-load-hook'
9005     List of functions to be called before the other file is loaded.     List of functions to be called before the other file is loaded.
9006    
9007   - `ff-post-load-hooks'   - `ff-post-load-hook'
9008     List of functions to be called after the other file is loaded.     List of functions to be called after the other file is loaded.
9009    
9010   - `ff-not-found-hooks'   - `ff-not-found-hook'
9011     List of functions to be called if the other file could not be found.     List of functions to be called if the other file could not be found.
9012    
9013   - `ff-file-created-hooks'   - `ff-file-created-hook'
9014     List of functions to be called if the other file has been created." t nil)     List of functions to be called if the other file has been created.
9015    
9016    \(fn &optional IN-OTHER-WINDOW IGNORE-INCLUDE)" t nil)
9017    
9018  (autoload (quote ff-mouse-find-other-file) "find-file" "\  (autoload (quote ff-mouse-find-other-file) "find-file" "\
9019  Visit the file you click on." t nil)  Visit the file you click on.
9020    
9021    \(fn EVENT)" t nil)
9022    
9023  (autoload (quote ff-mouse-find-other-file-other-window) "find-file" "\  (autoload (quote ff-mouse-find-other-file-other-window) "find-file" "\
9024  Visit the file you click on in another window." t nil)  Visit the file you click on in another window.
9025    
9026    \(fn EVENT)" t nil)
9027    
9028  ;;;***  ;;;***
9029    
# Line 7505  Visit the file you click on in another w Line 9031  Visit the file you click on in another w
9031  ;;;;;;  find-function-at-point find-function-on-key find-variable-other-frame  ;;;;;;  find-function-at-point find-function-on-key find-variable-other-frame
9032  ;;;;;;  find-variable-other-window find-variable find-variable-noselect  ;;;;;;  find-variable-other-window find-variable find-variable-noselect
9033  ;;;;;;  find-function-other-frame find-function-other-window find-function  ;;;;;;  find-function-other-frame find-function-other-window find-function
9034  ;;;;;;  find-function-noselect find-function-search-for-symbol) "find-func"  ;;;;;;  find-function-noselect find-function-search-for-symbol find-library)
9035  ;;;;;;  "emacs-lisp/find-func.el" (15588 20860))  ;;;;;;  "find-func" "emacs-lisp/find-func.el" (15935 47054))
9036  ;;; Generated autoloads from emacs-lisp/find-func.el  ;;; Generated autoloads from emacs-lisp/find-func.el
9037    
9038    (autoload (quote find-library) "find-func" "\
9039    Find the elisp source of LIBRARY.
9040    
9041    \(fn LIBRARY)" t nil)
9042    
9043  (autoload (quote find-function-search-for-symbol) "find-func" "\  (autoload (quote find-function-search-for-symbol) "find-func" "\
9044  Search for SYMBOL.  Search for SYMBOL.
9045  If VARIABLE-P is nil, `find-function-regexp' is used, otherwise  If VARIABLE-P is nil, `find-function-regexp' is used, otherwise
9046  `find-variable-regexp' is used.   The search is done in library LIBRARY." nil nil)  `find-variable-regexp' is used.  The search is done in library LIBRARY.
9047    
9048    \(fn SYMBOL VARIABLE-P LIBRARY)" nil nil)
9049    
9050  (autoload (quote find-function-noselect) "find-func" "\  (autoload (quote find-function-noselect) "find-func" "\
9051  Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION.  Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION.
# Line 7523  not selected. Line 9056  not selected.
9056    
9057  If the file where FUNCTION is defined is not known, then it is  If the file where FUNCTION is defined is not known, then it is
9058  searched for in `find-function-source-path' if non nil, otherwise  searched for in `find-function-source-path' if non nil, otherwise
9059  in `load-path'." nil nil)  in `load-path'.
9060    
9061    \(fn FUNCTION)" nil nil)
9062    
9063  (autoload (quote find-function) "find-func" "\  (autoload (quote find-function) "find-func" "\
9064  Find the definition of the FUNCTION near point.  Find the definition of the FUNCTION near point.
# Line 7535  it is one of the current buffers. Line 9070  it is one of the current buffers.
9070    
9071  The library where FUNCTION is defined is searched for in  The library where FUNCTION is defined is searched for in
9072  `find-function-source-path', if non nil, otherwise in `load-path'.  `find-function-source-path', if non nil, otherwise in `load-path'.
9073  See also `find-function-recenter-line' and `find-function-after-hook'." t nil)  See also `find-function-recenter-line' and `find-function-after-hook'.
9074    
9075    \(fn FUNCTION)" t nil)
9076    
9077  (autoload (quote find-function-other-window) "find-func" "\  (autoload (quote find-function-other-window) "find-func" "\
9078  Find, in another window, the definition of FUNCTION near point.  Find, in another window, the definition of FUNCTION near point.
9079    
9080  See `find-function' for more details." t nil)  See `find-function' for more details.
9081    
9082    \(fn FUNCTION)" t nil)
9083    
9084  (autoload (quote find-function-other-frame) "find-func" "\  (autoload (quote find-function-other-frame) "find-func" "\
9085  Find, in ananother frame, the definition of FUNCTION near point.  Find, in ananother frame, the definition of FUNCTION near point.
9086    
9087  See `find-function' for more details." t nil)  See `find-function' for more details.
9088    
9089    \(fn FUNCTION)" t nil)
9090    
9091  (autoload (quote find-variable-noselect) "find-func" "\  (autoload (quote find-variable-noselect) "find-func" "\
9092  Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.  Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.
# Line 7555  in a buffer and the point of the definit Line 9096  in a buffer and the point of the definit
9096  not selected.  not selected.
9097    
9098  The library where VARIABLE is defined is searched for in FILE or  The library where VARIABLE is defined is searched for in FILE or
9099  `find-function-source-path', if non nil, otherwise in `load-path'." nil nil)  `find-function-source-path', if non nil, otherwise in `load-path'.
9100    
9101    \(fn VARIABLE &optional FILE)" nil nil)
9102    
9103  (autoload (quote find-variable) "find-func" "\  (autoload (quote find-variable) "find-func" "\
9104  Find the definition of the VARIABLE near point.  Find the definition of the VARIABLE near point.
# Line 7567  it is one of the current buffers. Line 9110  it is one of the current buffers.
9110    
9111  The library where VARIABLE is defined is searched for in  The library where VARIABLE is defined is searched for in
9112  `find-function-source-path', if non nil, otherwise in `load-path'.  `find-function-source-path', if non nil, otherwise in `load-path'.
9113  See also `find-function-recenter-line' and `find-function-after-hook'." t nil)  See also `find-function-recenter-line' and `find-function-after-hook'.
9114    
9115    \(fn VARIABLE)" t nil)
9116    
9117  (autoload (quote find-variable-other-window) "find-func" "\  (autoload (quote find-variable-other-window) "find-func" "\
9118  Find, in another window, the definition of VARIABLE near point.  Find, in another window, the definition of VARIABLE near point.
9119    
9120  See `find-variable' for more details." t nil)  See `find-variable' for more details.
9121    
9122    \(fn VARIABLE)" t nil)
9123    
9124  (autoload (quote find-variable-other-frame) "find-func" "\  (autoload (quote find-variable-other-frame) "find-func" "\
9125  Find, in annother frame, the definition of VARIABLE near point.  Find, in annother frame, the definition of VARIABLE near point.
9126    
9127  See `find-variable' for more details." t nil)  See `find-variable' for more details.
9128    
9129    \(fn VARIABLE)" t nil)
9130    
9131  (autoload (quote find-function-on-key) "find-func" "\  (autoload (quote find-function-on-key) "find-func" "\
9132  Find the function that KEY invokes.  KEY is a string.  Find the function that KEY invokes.  KEY is a string.
9133  Point is saved if FUNCTION is in the current buffer." t nil)  Point is saved if FUNCTION is in the current buffer.
9134    
9135    \(fn KEY)" t nil)
9136    
9137  (autoload (quote find-function-at-point) "find-func" "\  (autoload (quote find-function-at-point) "find-func" "\
9138  Find directly the function at point in the other window." t nil)  Find directly the function at point in the other window.
9139    
9140    \(fn)" t nil)
9141    
9142  (autoload (quote find-variable-at-point) "find-func" "\  (autoload (quote find-variable-at-point) "find-func" "\
9143  Find directly the function at point in the other window." t nil)  Find directly the function at point in the other window.
9144    
9145    \(fn)" t nil)
9146    
9147  (autoload (quote find-function-setup-keys) "find-func" "\  (autoload (quote find-function-setup-keys) "find-func" "\
9148  Define some key bindings for the find-function family of functions." nil nil)  Define some key bindings for the find-function family of functions.
9149    
9150    \(fn)" nil nil)
9151    
9152  ;;;***  ;;;***
9153    
9154  ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories  ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
9155  ;;;;;;  find-lisp-find-dired) "find-lisp" "find-lisp.el" (15187 36235))  ;;;;;;  find-lisp-find-dired) "find-lisp" "find-lisp.el" (15186 53885))
9156  ;;; Generated autoloads from find-lisp.el  ;;; Generated autoloads from find-lisp.el
9157    
9158  (autoload (quote find-lisp-find-dired) "find-lisp" "\  (autoload (quote find-lisp-find-dired) "find-lisp" "\
9159  Find files in DIR, matching REGEXP." t nil)  Find files in DIR, matching REGEXP.
9160    
9161    \(fn DIR REGEXP)" t nil)
9162    
9163  (autoload (quote find-lisp-find-dired-subdirectories) "find-lisp" "\  (autoload (quote find-lisp-find-dired-subdirectories) "find-lisp" "\
9164  Find all subdirectories of DIR." t nil)  Find all subdirectories of DIR.
9165    
9166    \(fn DIR)" t nil)
9167    
9168  (autoload (quote find-lisp-find-dired-filter) "find-lisp" "\  (autoload (quote find-lisp-find-dired-filter) "find-lisp" "\
9169  Change the filter on a find-lisp-find-dired buffer to REGEXP." t nil)  Change the filter on a find-lisp-find-dired buffer to REGEXP.
9170    
9171    \(fn REGEXP)" t nil)
9172    
9173  ;;;***  ;;;***
9174    
9175  ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)  ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
9176  ;;;;;;  "finder" "finder.el" (15518 30214))  ;;;;;;  "finder" "finder.el" (15887 14308))
9177  ;;; Generated autoloads from finder.el  ;;; Generated autoloads from finder.el
9178    
9179  (autoload (quote finder-list-keywords) "finder" "\  (autoload (quote finder-list-keywords) "finder" "\
9180  Display descriptions of the keywords in the Finder buffer." t nil)  Display descriptions of the keywords in the Finder buffer.
9181    
9182    \(fn)" t nil)
9183    
9184  (autoload (quote finder-commentary) "finder" "\  (autoload (quote finder-commentary) "finder" "\
9185  Display FILE's commentary section.  Display FILE's commentary section.
9186  FILE should be in a form suitable for passing to `locate-library'." t nil)  FILE should be in a form suitable for passing to `locate-library'.
9187    
9188    \(fn FILE)" t nil)
9189    
9190  (autoload (quote finder-by-keyword) "finder" "\  (autoload (quote finder-by-keyword) "finder" "\
9191  Find packages matching a given keyword." t nil)  Find packages matching a given keyword.
9192    
9193    \(fn)" t nil)
9194    
9195  ;;;***  ;;;***
9196    
9197  ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"  ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
9198  ;;;;;;  "flow-ctrl.el" (12550 54450))  ;;;;;;  "flow-ctrl.el" (15935 41434))
9199  ;;; Generated autoloads from flow-ctrl.el  ;;; Generated autoloads from flow-ctrl.el
9200    
9201  (autoload (quote enable-flow-control) "flow-ctrl" "\  (autoload (quote enable-flow-control) "flow-ctrl" "\
9202  Toggle flow control handling.  Toggle flow control handling.
9203  When handling is enabled, user can type C-s as C-\\, and C-q as C-^.  When handling is enabled, user can type C-s as C-\\, and C-q as C-^.
9204  With arg, enable flow control mode if arg is positive, otherwise disable." t nil)  With arg, enable flow control mode if arg is positive, otherwise disable.
9205    
9206    \(fn &optional ARGUMENT)" t nil)
9207    
9208  (autoload (quote enable-flow-control-on) "flow-ctrl" "\  (autoload (quote enable-flow-control-on) "flow-ctrl" "\
9209  Enable flow control if using one of a specified set of terminal types.  Enable flow control if using one of a specified set of terminal types.
9210  Use `(enable-flow-control-on \"vt100\" \"h19\")' to enable flow control  Use `(enable-flow-control-on \"vt100\" \"h19\")' to enable flow control
9211  on VT-100 and H19 terminals.  When flow control is enabled,  on VT-100 and H19 terminals.  When flow control is enabled,
9212  you must type C-\\ to get the effect of a C-s, and type C-^  you must type C-\\ to get the effect of a C-s, and type C-^
9213  to get the effect of a C-q." nil nil)  to get the effect of a C-q.
9214    
9215    \(fn &rest LOSING-TERMINAL-TYPES)" nil nil)
9216    
9217  ;;;***  ;;;***
9218    
9219  ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off  ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
9220  ;;;;;;  flyspell-version flyspell-mode flyspell-prog-mode flyspell-mode-line-string)  ;;;;;;  flyspell-version flyspell-mode flyspell-prog-mode flyspell-mode-line-string)
9221  ;;;;;;  "flyspell" "textmodes/flyspell.el" (15577 50939))  ;;;;;;  "flyspell" "textmodes/flyspell.el" (15577 17335))
9222  ;;; Generated autoloads from textmodes/flyspell.el  ;;; Generated autoloads from textmodes/flyspell.el
9223    
9224  (defvar flyspell-mode-line-string " Fly" "\  (defvar flyspell-mode-line-string " Fly" "\
9225  *String displayed on the modeline when flyspell is active.  *String displayed on the modeline when flyspell is active.
9226  Set this to nil if you don't want a modeline indicator.")  Set this to nil if you don't want a modeline indicator.")
9227    
9228    (custom-autoload (quote flyspell-mode-line-string) "flyspell")
9229    
9230  (autoload (quote flyspell-prog-mode) "flyspell" "\  (autoload (quote flyspell-prog-mode) "flyspell" "\
9231  Turn on `flyspell-mode' for comments and strings." t nil)  Turn on `flyspell-mode' for comments and strings.
9232    
9233    \(fn)" t nil)
9234    
9235  (defvar flyspell-mode nil)  (defvar flyspell-mode nil)
9236    
# Line 7685  consider adding: Line 9262  consider adding:
9262  in your .emacs file.  in your .emacs file.
9263    
9264  \\[flyspell-region] checks all words inside a region.  \\[flyspell-region] checks all words inside a region.
9265  \\[flyspell-buffer] checks the whole buffer." t nil)  \\[flyspell-buffer] checks the whole buffer.
9266    
9267    \(fn &optional ARG)" t nil)
9268    
9269  (add-minor-mode (quote flyspell-mode) (quote flyspell-mode-line-string) flyspell-mode-map nil (quote flyspell-mode))  (add-minor-mode (quote flyspell-mode) (quote flyspell-mode-line-string) flyspell-mode-map nil (quote flyspell-mode))
9270    
9271  (autoload (quote flyspell-version) "flyspell" "\  (autoload (quote flyspell-version) "flyspell" "\
9272  The flyspell version" t nil)  The flyspell version
9273    
9274    \(fn)" t nil)
9275    
9276  (autoload (quote flyspell-mode-off) "flyspell" "\  (autoload (quote flyspell-mode-off) "flyspell" "\
9277  Turn Flyspell mode off." nil nil)  Turn Flyspell mode off.
9278    
9279    \(fn)" nil nil)
9280    
9281  (autoload (quote flyspell-region) "flyspell" "\  (autoload (quote flyspell-region) "flyspell" "\
9282  Flyspell text between BEG and END." t nil)  Flyspell text between BEG and END.
9283    
9284    \(fn BEG END)" t nil)
9285    
9286  (autoload (quote flyspell-buffer) "flyspell" "\  (autoload (quote flyspell-buffer) "flyspell" "\
9287  Flyspell whole buffer." t nil)  Flyspell whole buffer.
9288    
9289    \(fn)" t nil)
9290    
9291  ;;;***  ;;;***
9292    
9293  ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode  ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
9294  ;;;;;;  turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"  ;;;;;;  turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
9295  ;;;;;;  (15437 1145))  ;;;;;;  (15832 29330))
9296  ;;; Generated autoloads from follow.el  ;;; Generated autoloads from follow.el
9297    
9298  (autoload (quote turn-on-follow-mode) "follow" "\  (autoload (quote turn-on-follow-mode) "follow" "\
9299  Turn on Follow mode. Please see the function `follow-mode'." t nil)  Turn on Follow mode. Please see the function `follow-mode'.
9300    
9301    \(fn)" t nil)
9302    
9303  (autoload (quote turn-off-follow-mode) "follow" "\  (autoload (quote turn-off-follow-mode) "follow" "\
9304  Turn off Follow mode. Please see the function `follow-mode'." t nil)  Turn off Follow mode. Please see the function `follow-mode'.
9305    
9306    \(fn)" t nil)
9307    
9308  (autoload (quote follow-mode) "follow" "\  (autoload (quote follow-mode) "follow" "\
9309  Minor mode that combines windows into one tall virtual window.  Minor mode that combines windows into one tall virtual window.
# Line 7749  When Follow mode is switched on, the hoo Line 9340  When Follow mode is switched on, the hoo
9340  is called.  When turned off, `follow-mode-off-hook' is called.  is called.  When turned off, `follow-mode-off-hook' is called.
9341    
9342  Keys specific to Follow mode:  Keys specific to Follow mode:
9343  \\{follow-mode-map}" t nil)  \\{follow-mode-map}
9344    
9345    \(fn ARG)" t nil)
9346    
9347  (autoload (quote follow-delete-other-windows-and-split) "follow" "\  (autoload (quote follow-delete-other-windows-and-split) "follow" "\
9348  Create two side by side windows and enter Follow Mode.  Create two side by side windows and enter Follow Mode.
# Line 7767  selected if the original window is the f Line 9360  selected if the original window is the f
9360    
9361  To bind this command to a hotkey, place the following line  To bind this command to a hotkey, place the following line
9362  in your `~/.emacs' file, replacing [f7] by your favourite key:  in your `~/.emacs' file, replacing [f7] by your favourite key:
9363      (global-set-key [f7] 'follow-delete-other-windows-and-split)" t nil)      (global-set-key [f7] 'follow-delete-other-windows-and-split)
9364    
9365    \(fn &optional ARG)" t nil)
9366    
9367  ;;;***  ;;;***
9368    
9369  ;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords  ;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords
9370  ;;;;;;  font-lock-add-keywords) "font-lock" "font-lock.el" (15619  ;;;;;;  font-lock-add-keywords) "font-lock" "font-lock.el" (15933
9371  ;;;;;;  64084))  ;;;;;;  22021))
9372  ;;; Generated autoloads from font-lock.el  ;;; Generated autoloads from font-lock.el
9373    
9374  (autoload (quote font-lock-add-keywords) "font-lock" "\  (autoload (quote font-lock-add-keywords) "font-lock" "\
# Line 7799  When used from an elisp package (such as Line 9394  When used from an elisp package (such as
9394  to use nil for MODE (and place the call in a loop or on a hook) to avoid  to use nil for MODE (and place the call in a loop or on a hook) to avoid
9395  subtle problems due to details of the implementation.  subtle problems due to details of the implementation.
9396    
9397  Note that some modes have specialised support for additional patterns, e.g.,  Note that some modes have specialized support for additional patterns, e.g.,
9398  see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types',  see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types',
9399  `objc-font-lock-extra-types' and `java-font-lock-extra-types'." nil nil)  `objc-font-lock-extra-types' and `java-font-lock-extra-types'.
9400    
9401    \(fn MODE KEYWORDS &optional APPEND)" nil nil)
9402    
9403  (autoload (quote font-lock-remove-keywords) "font-lock" "\  (autoload (quote font-lock-remove-keywords) "font-lock" "\
9404  Remove highlighting KEYWORDS for MODE.  Remove highlighting KEYWORDS for MODE.
# Line 7811  or nil.  If nil, highlighting keywords a Line 9408  or nil.  If nil, highlighting keywords a
9408    
9409  When used from an elisp package (such as a minor mode), it is recommended  When used from an elisp package (such as a minor mode), it is recommended
9410  to use nil for MODE (and place the call in a loop or on a hook) to avoid  to use nil for MODE (and place the call in a loop or on a hook) to avoid
9411  subtle problems due to details of the implementation." nil nil)  subtle problems due to details of the implementation.
   
 (autoload (quote font-lock-fontify-buffer) "font-lock" "\  
 Fontify the current buffer the way the function `font-lock-mode' would." t nil)  
   
 ;;;***  
   
 ;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el"  
 ;;;;;;  (15417 7424))  
 ;;; Generated autoloads from international/fontset.el  
   
 (autoload (quote create-fontset-from-fontset-spec) "fontset" "\  
 Create a fontset from fontset specification string FONTSET-SPEC.  
 FONTSET-SPEC is a string of the format:  
         FONTSET-NAME,CHARSET-NAME0:FONT-NAME0,CHARSET-NAME1:FONT-NAME1, ...  
 Any number of SPACE, TAB, and NEWLINE can be put before and after commas.  
9412    
9413  Optional 2nd argument is ignored.  It exists just for backward  \(fn MODE KEYWORDS)" nil nil)
 compatibility.  
9414    
9415  If this function attempts to create already existing fontset, error is  (autoload (quote font-lock-fontify-buffer) "font-lock" "\
9416  signaled unless the optional 3rd argument NOERROR is non-nil.  Fontify the current buffer the way the function `font-lock-mode' would.
9417    
9418  It returns a name of the created fontset." nil nil)  \(fn)" t nil)
9419    
9420  ;;;***  ;;;***
9421    
9422  ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (15394  ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (15935
9423  ;;;;;;  38675))  ;;;;;;  48280))
9424  ;;; Generated autoloads from mail/footnote.el  ;;; Generated autoloads from mail/footnote.el
9425    
9426  (autoload (quote footnote-mode) "footnote" "\  (autoload (quote footnote-mode) "footnote" "\
# Line 7854  key            binding Line 9435  key            binding
9435  \\[Footnote-cycle-style]                Footnote-cycle-style  \\[Footnote-cycle-style]                Footnote-cycle-style
9436  \\[Footnote-back-to-message]            Footnote-back-to-message  \\[Footnote-back-to-message]            Footnote-back-to-message
9437  \\[Footnote-add-footnote]               Footnote-add-footnote  \\[Footnote-add-footnote]               Footnote-add-footnote
9438  " t nil)  
9439    \(fn &optional ARG)" t nil)
9440    
9441  ;;;***  ;;;***
9442    
9443  ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)  ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
9444  ;;;;;;  "forms" "forms.el" (15592 18852))  ;;;;;;  "forms" "forms.el" (15935 41512))
9445  ;;; Generated autoloads from forms.el  ;;; Generated autoloads from forms.el
9446    
9447  (autoload (quote forms-mode) "forms" "\  (autoload (quote forms-mode) "forms" "\
# Line 7867  Major mode to visit files in a field-str Line 9449  Major mode to visit files in a field-str
9449    
9450  Commands:                        Equivalent keys in read-only mode:  Commands:                        Equivalent keys in read-only mode:
9451   TAB            forms-next-field          TAB   TAB            forms-next-field          TAB
9452   C-c TAB        forms-next-field             C-c TAB        forms-next-field
9453   C-c <          forms-first-record         <   C-c <          forms-first-record         <
9454   C-c >          forms-last-record          >   C-c >          forms-last-record          >
9455   C-c ?          describe-mode              ?   C-c ?          describe-mode              ?
# Line 7880  Commands:                        Equival Line 9462  Commands:                        Equival
9462   C-c C-r        forms-search-reverse       r   C-c C-r        forms-search-reverse       r
9463   C-c C-s        forms-search-forward       s   C-c C-s        forms-search-forward       s
9464   C-c C-x        forms-exit                 x   C-c C-x        forms-exit                 x
9465  " t nil)  
9466    \(fn &optional PRIMARY)" t nil)
9467    
9468  (autoload (quote forms-find-file) "forms" "\  (autoload (quote forms-find-file) "forms" "\
9469  Visit a file in Forms mode." t nil)  Visit a file in Forms mode.
9470    
9471    \(fn FN)" t nil)
9472    
9473  (autoload (quote forms-find-file-other-window) "forms" "\  (autoload (quote forms-find-file-other-window) "forms" "\
9474  Visit a file in Forms mode in other window." t nil)  Visit a file in Forms mode in other window.
9475    
9476    \(fn FN)" t nil)
9477    
9478  ;;;***  ;;;***
9479    
9480  ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"  ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
9481  ;;;;;;  "progmodes/fortran.el" (15592 18853))  ;;;;;;  "progmodes/fortran.el" (15863 57597))
9482  ;;; Generated autoloads from progmodes/fortran.el  ;;; Generated autoloads from progmodes/fortran.el
9483    
9484  (defvar fortran-tab-mode-default nil "\  (defvar fortran-tab-mode-default nil "\
# Line 7900  A value of t specifies tab-digit style o Line 9487  A value of t specifies tab-digit style o
9487  A value of nil specifies that continuation lines are marked  A value of nil specifies that continuation lines are marked
9488  with a character in column 6.")  with a character in column 6.")
9489    
9490    (custom-autoload (quote fortran-tab-mode-default) "fortran")
9491    
9492  (autoload (quote fortran-mode) "fortran" "\  (autoload (quote fortran-mode) "fortran" "\
9493  Major mode for editing Fortran code.  Major mode for editing Fortran code.
9494  \\[fortran-indent-line] indents the current Fortran line correctly.  \\[fortran-indent-line] indents the current Fortran line correctly.
# Line 7968  Variables controlling indentation style Line 9557  Variables controlling indentation style
9557      (default t)      (default t)
9558    
9559  Turning on Fortran mode calls the value of the variable `fortran-mode-hook'  Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
9560  with no args, if that value is non-nil." t nil)  with no args, if that value is non-nil.
9561    
9562    \(fn)" t nil)
9563    
9564  ;;;***  ;;;***
9565    
9566  ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region  ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
9567  ;;;;;;  fortune-add-fortune) "fortune" "play/fortune.el" (15196 50622))  ;;;;;;  fortune-add-fortune) "fortune" "play/fortune.el" (15935 48681))
9568  ;;; Generated autoloads from play/fortune.el  ;;; Generated autoloads from play/fortune.el
9569    
9570  (autoload (quote fortune-add-fortune) "fortune" "\  (autoload (quote fortune-add-fortune) "fortune" "\
9571  Add STRING to a fortune file FILE.  Add STRING to a fortune file FILE.
9572    
9573  Interactively, if called with a prefix argument,  Interactively, if called with a prefix argument,
9574  read the file name to use.  Otherwise use the value of `fortune-file'." t nil)  read the file name to use.  Otherwise use the value of `fortune-file'.
9575    
9576    \(fn STRING FILE)" t nil)
9577    
9578  (autoload (quote fortune-from-region) "fortune" "\  (autoload (quote fortune-from-region) "fortune" "\
9579  Append the current region to a local fortune-like data file.  Append the current region to a local fortune-like data file.
9580    
9581  Interactively, if called with a prefix argument,  Interactively, if called with a prefix argument,
9582  read the file name to use.  Otherwise use the value of `fortune-file'." t nil)  read the file name to use.  Otherwise use the value of `fortune-file'.
9583    
9584    \(fn BEG END FILE)" t nil)
9585    
9586  (autoload (quote fortune-compile) "fortune" "\  (autoload (quote fortune-compile) "fortune" "\
9587  Compile fortune file.  Compile fortune file.
9588    
9589  If called with a prefix asks for the FILE to compile, otherwise uses  If called with a prefix asks for the FILE to compile, otherwise uses
9590  the value of `fortune-file'.  This currently cannot handle directories." t nil)  the value of `fortune-file'.  This currently cannot handle directories.
9591    
9592    \(fn &optional FILE)" t nil)
9593    
9594  (autoload (quote fortune-to-signature) "fortune" "\  (autoload (quote fortune-to-signature) "fortune" "\
9595  Create signature from output of the fortune program.  Create signature from output of the fortune program.
# Line 8000  Create signature from output of the fort Line 9597  Create signature from output of the fort
9597  If called with a prefix asks for the FILE to choose the fortune from,  If called with a prefix asks for the FILE to choose the fortune from,
9598  otherwise uses the value of `fortune-file'.  If you want to have fortune  otherwise uses the value of `fortune-file'.  If you want to have fortune
9599  choose from a set of files in a directory, call interactively with prefix  choose from a set of files in a directory, call interactively with prefix
9600  and choose the directory as the fortune-file." t nil)  and choose the directory as the fortune-file.
9601    
9602    \(fn &optional FILE)" t nil)
9603    
9604  (autoload (quote fortune) "fortune" "\  (autoload (quote fortune) "fortune" "\
9605  Display a fortune cookie.  Display a fortune cookie.
# Line 8008  Display a fortune cookie. Line 9607  Display a fortune cookie.
9607  If called with a prefix asks for the FILE to choose the fortune from,  If called with a prefix asks for the FILE to choose the fortune from,
9608  otherwise uses the value of `fortune-file'.  If you want to have fortune  otherwise uses the value of `fortune-file'.  If you want to have fortune
9609  choose from a set of files in a directory, call interactively with prefix  choose from a set of files in a directory, call interactively with prefix
9610  and choose the directory as the fortune-file." t nil)  and choose the directory as the fortune-file.
9611    
9612    \(fn &optional FILE)" t nil)
9613    
9614  ;;;***  ;;;***
9615    
9616  ;;;### (autoloads (set-fringe-style fringe-mode) "fringe" "fringe.el"  ;;;### (autoloads (set-fringe-style fringe-mode) "fringe" "fringe.el"
9617  ;;;;;;  (15601 18543))  ;;;;;;  (15600 45018))
9618  ;;; Generated autoloads from fringe.el  ;;; Generated autoloads from fringe.el
9619    
9620  (autoload (quote fringe-mode) "fringe" "\  (autoload (quote fringe-mode) "fringe" "\
# Line 8026  specified, the user is queried. Line 9627  specified, the user is queried.
9627  It applies to all frames that exist and frames to be created in the  It applies to all frames that exist and frames to be created in the
9628  future.  future.
9629  If you want to set appearance of fringes on the selected frame only,  If you want to set appearance of fringes on the selected frame only,
9630  see `set-fringe-style'." t nil)  see `set-fringe-style'.
9631    
9632    \(fn &optional MODE)" t nil)
9633    
9634  (autoload (quote set-fringe-style) "fringe" "\  (autoload (quote set-fringe-style) "fringe" "\
9635  Set appearance of fringes on selected frame.  Set appearance of fringes on selected frame.
# Line 8035  Valid values for MODE include `none', `d Line 9638  Valid values for MODE include `none', `d
9638  where the integer in car will be used as left fringe width and the  where the integer in car will be used as left fringe width and the
9639  integer in cdr will be used as right fringe width. If MODE is not  integer in cdr will be used as right fringe width. If MODE is not
9640  specified, the user is queried.  specified, the user is queried.
9641  If you want to set appearance of fringes on all frames, see `fringe-mode'." t nil)  If you want to set appearance of fringes on all frames, see `fringe-mode'.
9642    
9643    \(fn &optional MODE)" t nil)
9644    
9645    ;;;***
9646    
9647    ;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (15935 41547))
9648    ;;; Generated autoloads from gdb-ui.el
9649    
9650    (autoload (quote gdba) "gdb-ui" "\
9651    Run gdb on program FILE in buffer *gud-FILE*.
9652    The directory containing FILE becomes the initial working directory
9653    and source-file directory for your debugger.
9654    
9655    If `gdb-many-windows' is nil (the default value) then gdb starts with
9656    just two windows : the GUD and the source buffer. If it is t the
9657    following layout will appear (keybindings given in relevant buffer) :
9658    
9659    ---------------------------------------------------------------------
9660                                   GDB Toolbar
9661    ---------------------------------------------------------------------
9662    GUD buffer (I/O of GDB)           | Locals buffer
9663                                      |
9664                                      |
9665                                      |
9666    ---------------------------------------------------------------------
9667    Source buffer                     | Input/Output (of debuggee) buffer
9668                                      | (comint-mode)
9669                                      |
9670                                      |
9671                                      |
9672                                      |
9673                                      |
9674                                      |
9675    ---------------------------------------------------------------------
9676    Stack buffer                      | Breakpoints buffer
9677     RET      gdb-frames-select       | SPC    gdb-toggle-breakpoint
9678                                      | RET    gdb-goto-breakpoint
9679                                      |   d    gdb-delete-breakpoint
9680    ---------------------------------------------------------------------
9681    
9682    All the buffers share the toolbar and source should always display in the same
9683    window e.g after typing g on a breakpoint in the breakpoints buffer. Breakpoint
9684    icons are displayed both by setting a break with gud-break and by typing break
9685    in the GUD buffer.
9686    
9687    This works best (depending on the size of your monitor) using most of the
9688    screen.
9689    
9690    Displayed expressions appear in separate frames. Arrays may be displayed
9691    as slices and visualised using the graph program from plotutils if installed.
9692    Pointers in structures may be followed in a tree-like fashion.
9693    
9694    The following interactive lisp functions help control operation :
9695    
9696    `gdb-many-windows'    - Toggle the number of windows gdb uses.
9697    `gdb-restore-windows' - To restore the window layout.
9698    `gdb-quit'            - To delete (most) of the buffers used by GDB-UI and
9699                            reset variables.
9700    
9701    \(fn COMMAND-LINE)" t nil)
9702    
9703  ;;;***  ;;;***
9704    
9705  ;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"  ;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"
9706  ;;;;;;  (15187 36235))  ;;;;;;  (15186 56482))
9707  ;;; Generated autoloads from generic.el  ;;; Generated autoloads from generic.el
9708    
9709  (autoload (quote define-generic-mode) "generic" "\  (autoload (quote define-generic-mode) "generic" "\
# Line 8072  is called; any old regexps with the same Line 9735  is called; any old regexps with the same
9735    
9736  FUNCTION-LIST is a list of functions to call to do some additional setup.  FUNCTION-LIST is a list of functions to call to do some additional setup.
9737    
9738  See the file generic-x.el for some examples of `define-generic-mode'." nil nil)  See the file generic-x.el for some examples of `define-generic-mode'.
9739    
9740    \(fn NAME COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DESCRIPTION)" nil nil)
9741    
9742  (autoload (quote generic-mode) "generic" "\  (autoload (quote generic-mode) "generic" "\
9743  Basic comment and font-lock functionality for `generic' files.  Basic comment and font-lock functionality for `generic' files.
# Line 8080  Basic comment and font-lock functionalit Line 9745  Basic comment and font-lock functionalit
9745  comment characters, keywords, and the like.)  comment characters, keywords, and the like.)
9746    
9747  To define a generic-mode, use the function `define-generic-mode'.  To define a generic-mode, use the function `define-generic-mode'.
9748  Some generic modes are defined in `generic-x.el'." t nil)  Some generic modes are defined in `generic-x.el'.
9749    
9750    \(fn TYPE)" t nil)
9751    
9752  ;;;***  ;;;***
9753    
9754  ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"  ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
9755  ;;;;;;  (15252 8315))  ;;;;;;  (15251 15718))
9756  ;;; Generated autoloads from progmodes/glasses.el  ;;; Generated autoloads from progmodes/glasses.el
9757    
9758  (autoload (quote glasses-mode) "glasses" "\  (autoload (quote glasses-mode) "glasses" "\
9759  Minor mode for making identifiers likeThis readable.  Minor mode for making identifiers likeThis readable.
9760  When this mode is active, it tries to add virtual separators (like underscores)  When this mode is active, it tries to add virtual separators (like underscores)
9761  at places they belong to." t nil)  at places they belong to.
9762    
9763    \(fn &optional ARG)" t nil)
9764    
9765  ;;;***  ;;;***
9766    
9767  ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server  ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
9768  ;;;;;;  gnus-slave-no-server) "gnus" "gnus/gnus.el" (15417 7423))  ;;;;;;  gnus-slave-no-server) "gnus" "gnus/gnus.el" (15935 47838))
9769  ;;; Generated autoloads from gnus/gnus.el  ;;; Generated autoloads from gnus/gnus.el
9770    
9771  (autoload (quote gnus-slave-no-server) "gnus" "\  (autoload (quote gnus-slave-no-server) "gnus" "\
9772  Read network news as a slave, without connecting to local server." t nil)  Read network news as a slave, without connecting to local server.
9773    
9774    \(fn &optional ARG)" t nil)
9775    
9776  (autoload (quote gnus-no-server) "gnus" "\  (autoload (quote gnus-no-server) "gnus" "\
9777  Read network news.  Read network news.
# Line 8108  If ARG is a positive number, Gnus will u Line 9779  If ARG is a positive number, Gnus will u
9779  startup level.  If ARG is nil, Gnus will be started at level 2.  startup level.  If ARG is nil, Gnus will be started at level 2.
9780  If ARG is non-nil and not a positive number, Gnus will  If ARG is non-nil and not a positive number, Gnus will
9781  prompt the user for the name of an NNTP server to use.  prompt the user for the name of an NNTP server to use.
9782  As opposed to `gnus', this command will not connect to the local server." t nil)  As opposed to `gnus', this command will not connect to the local server.
9783    
9784    \(fn &optional ARG SLAVE)" t nil)
9785    
9786  (autoload (quote gnus-slave) "gnus" "\  (autoload (quote gnus-slave) "gnus" "\
9787  Read news as a slave." t nil)  Read news as a slave.
9788    
9789    \(fn &optional ARG)" t nil)
9790    
9791  (autoload (quote gnus-other-frame) "gnus" "\  (autoload (quote gnus-other-frame) "gnus" "\
9792  Pop up a frame to read news." t nil)  Pop up a frame to read news.
9793    
9794    \(fn &optional ARG)" t nil)
9795    
9796  (autoload (quote gnus) "gnus" "\  (autoload (quote gnus) "gnus" "\
9797  Read network news.  Read network news.
9798  If ARG is non-nil and a positive number, Gnus will use that as the  If ARG is non-nil and a positive number, Gnus will use that as the
9799  startup level.  If ARG is non-nil and not a positive number, Gnus will  startup level.  If ARG is non-nil and not a positive number, Gnus will
9800  prompt the user for the name of an NNTP server to use." t nil)  prompt the user for the name of an NNTP server to use.
9801    
9802    \(fn &optional ARG DONT-CONNECT SLAVE)" t nil)
9803    
9804  ;;;***  ;;;***
9805    
9806  ;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize  ;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize
9807  ;;;;;;  gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el"  ;;;;;;  gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el"
9808  ;;;;;;  (15186 14368))  ;;;;;;  (15935 47838))
9809  ;;; Generated autoloads from gnus/gnus-agent.el  ;;; Generated autoloads from gnus/gnus-agent.el
9810    
9811  (autoload (quote gnus-unplugged) "gnus-agent" "\  (autoload (quote gnus-unplugged) "gnus-agent" "\
9812  Start Gnus unplugged." t nil)  Start Gnus unplugged.
9813    
9814    \(fn)" t nil)
9815    
9816  (autoload (quote gnus-plugged) "gnus-agent" "\  (autoload (quote gnus-plugged) "gnus-agent" "\
9817  Start Gnus plugged." t nil)  Start Gnus plugged.
9818    
9819    \(fn)" t nil)
9820    
9821  (autoload (quote gnus-agentize) "gnus-agent" "\  (autoload (quote gnus-agentize) "gnus-agent" "\
9822  Allow Gnus to be an offline newsreader.  Allow Gnus to be an offline newsreader.
# Line 8144  last form in your `.gnus.el' file: Line 9827  last form in your `.gnus.el' file:
9827    
9828  This will modify the `gnus-before-startup-hook', `gnus-post-method',  This will modify the `gnus-before-startup-hook', `gnus-post-method',
9829  and `message-send-mail-function' variables, and install the Gnus  and `message-send-mail-function' variables, and install the Gnus
9830  agent minor mode in all Gnus buffers." t nil)  agent minor mode in all Gnus buffers.
9831    
9832    \(fn)" t nil)
9833    
9834  (autoload (quote gnus-agent-batch-fetch) "gnus-agent" "\  (autoload (quote gnus-agent-batch-fetch) "gnus-agent" "\
9835  Start Gnus and fetch session." t nil)  Start Gnus and fetch session.
9836    
9837    \(fn)" t nil)
9838    
9839    (autoload (quote gnus-agent-batch) "gnus-agent" "\
9840    Not documented
9841    
9842  (autoload (quote gnus-agent-batch) "gnus-agent" nil t nil)  \(fn)" t nil)
9843    
9844  ;;;***  ;;;***
9845    
9846  ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"  ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
9847  ;;;;;;  (15588 20068))  ;;;;;;  (15935 47838))
9848  ;;; Generated autoloads from gnus/gnus-art.el  ;;; Generated autoloads from gnus/gnus-art.el
9849    
9850  (autoload (quote gnus-article-prepare-display) "gnus-art" "\  (autoload (quote gnus-article-prepare-display) "gnus-art" "\
9851  Make the current buffer look like a nice article." nil nil)  Make the current buffer look like a nice article.
9852    
9853    \(fn)" nil nil)
9854    
9855  ;;;***  ;;;***
9856    
9857  ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"  ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
9858  ;;;;;;  (15186 14368))  ;;;;;;  (15185 54813))
9859  ;;; Generated autoloads from gnus/gnus-audio.el  ;;; Generated autoloads from gnus/gnus-audio.el
9860    
9861  (autoload (quote gnus-audio-play) "gnus-audio" "\  (autoload (quote gnus-audio-play) "gnus-audio" "\
9862  Play a sound FILE through the speaker." t nil)  Play a sound FILE through the speaker.
9863    
9864    \(fn FILE)" t nil)
9865    
9866  ;;;***  ;;;***
9867    
9868  ;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active  ;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active
9869  ;;;;;;  gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (14863  ;;;;;;  gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (15935
9870  ;;;;;;  18044))  ;;;;;;  47838))
9871  ;;; Generated autoloads from gnus/gnus-cache.el  ;;; Generated autoloads from gnus/gnus-cache.el
9872    
9873  (autoload (quote gnus-jog-cache) "gnus-cache" "\  (autoload (quote gnus-jog-cache) "gnus-cache" "\
9874  Go through all groups and put the articles into the cache.  Go through all groups and put the articles into the cache.
9875    
9876  Usage:  Usage:
9877  $ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache" t nil)  $ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache
9878    
9879    \(fn)" t nil)
9880    
9881  (autoload (quote gnus-cache-generate-active) "gnus-cache" "\  (autoload (quote gnus-cache-generate-active) "gnus-cache" "\
9882  Generate the cache active file." t nil)  Generate the cache active file.
9883    
9884    \(fn &optional DIRECTORY)" t nil)
9885    
9886  (autoload (quote gnus-cache-generate-nov-databases) "gnus-cache" "\  (autoload (quote gnus-cache-generate-nov-databases) "gnus-cache" "\
9887  Generate NOV files recursively starting in DIR." t nil)  Generate NOV files recursively starting in DIR.
9888    
9889    \(fn DIR)" t nil)
9890    
9891  ;;;***  ;;;***
9892    
9893  ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)  ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
9894  ;;;;;;  "gnus-group" "gnus/gnus-group.el" (15533 28774))  ;;;;;;  "gnus-group" "gnus/gnus-group.el" (15935 47838))
9895  ;;; Generated autoloads from gnus/gnus-group.el  ;;; Generated autoloads from gnus/gnus-group.el
9896    
9897  (autoload (quote gnus-fetch-group) "gnus-group" "\  (autoload (quote gnus-fetch-group) "gnus-group" "\
9898  Start Gnus if necessary and enter GROUP.  Start Gnus if necessary and enter GROUP.
9899  Returns whether the fetching was successful or not." t nil)  Returns whether the fetching was successful or not.
9900    
9901    \(fn GROUP)" t nil)
9902    
9903  (autoload (quote gnus-fetch-group-other-frame) "gnus-group" "\  (autoload (quote gnus-fetch-group-other-frame) "gnus-group" "\
9904  Pop up a frame and enter GROUP." t nil)  Pop up a frame and enter GROUP.
9905    
9906    \(fn GROUP)" t nil)
9907    
9908  ;;;***  ;;;***
9909    
9910  ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"  ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
9911  ;;;;;;  (14813 9241))  ;;;;;;  (14813 3418))
9912  ;;; Generated autoloads from gnus/gnus-kill.el  ;;; Generated autoloads from gnus/gnus-kill.el
9913    
9914  (defalias (quote gnus-batch-kill) (quote gnus-batch-score))  (defalias (quote gnus-batch-kill) (quote gnus-batch-score))
9915    
9916  (autoload (quote gnus-batch-score) "gnus-kill" "\  (autoload (quote gnus-batch-score) "gnus-kill" "\
9917  Run batched scoring.  Run batched scoring.
9918  Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" t nil)  Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
9919    
9920    \(fn)" t nil)
9921    
9922  ;;;***  ;;;***
9923    
9924  ;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode)  ;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode)
9925  ;;;;;;  "gnus-ml" "gnus/gnus-ml.el" (15186 14368))  ;;;;;;  "gnus-ml" "gnus/gnus-ml.el" (15935 47838))
9926  ;;; Generated autoloads from gnus/gnus-ml.el  ;;; Generated autoloads from gnus/gnus-ml.el
9927    
9928  (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" nil nil nil)  (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\
9929    Not documented
9930    
9931    \(fn)" nil nil)
9932    
9933  (autoload (quote gnus-mailing-list-mode) "gnus-ml" "\  (autoload (quote gnus-mailing-list-mode) "gnus-ml" "\
9934  Minor mode for providing mailing-list commands.  Minor mode for providing mailing-list commands.
9935    
9936  \\{gnus-mailing-list-mode-map}" t nil)  \\{gnus-mailing-list-mode-map}
9937    
9938    \(fn &optional ARG)" t nil)
9939    
9940  ;;;***  ;;;***
9941    
9942  ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update  ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
9943  ;;;;;;  gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"  ;;;;;;  gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
9944  ;;;;;;  (15391 60529))  ;;;;;;  (15847 36479))
9945  ;;; Generated autoloads from gnus/gnus-mlspl.el  ;;; Generated autoloads from gnus/gnus-mlspl.el
9946    
9947  (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\  (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
# Line 8253  unless overridden by any group marked as Line 9964  unless overridden by any group marked as
9964  uses are as simple as the name of a default mail group, but more  uses are as simple as the name of a default mail group, but more
9965  elaborate fancy splits may also be useful to split mail that doesn't  elaborate fancy splits may also be useful to split mail that doesn't
9966  match any of the group-specified splitting rules.  See  match any of the group-specified splitting rules.  See
9967  gnus-group-split-fancy for details." t nil)  gnus-group-split-fancy for details.
9968    
9969    \(fn &optional AUTO-UPDATE CATCH-ALL)" t nil)
9970    
9971  (autoload (quote gnus-group-split-update) "gnus-mlspl" "\  (autoload (quote gnus-group-split-update) "gnus-mlspl" "\
9972  Computes nnmail-split-fancy from group params and CATCH-ALL, by  Computes nnmail-split-fancy from group params and CATCH-ALL, by
9973  calling (gnus-group-split-fancy nil nil CATCH-ALL).  calling (gnus-group-split-fancy nil nil CATCH-ALL).
9974    
9975  If CATCH-ALL is nil, gnus-group-split-default-catch-all-group is used  If CATCH-ALL is nil, gnus-group-split-default-catch-all-group is used
9976  instead.  This variable is set by gnus-group-split-setup." t nil)  instead.  This variable is set by gnus-group-split-setup.
9977    
9978    \(fn &optional CATCH-ALL)" t nil)
9979    
9980  (autoload (quote gnus-group-split) "gnus-mlspl" "\  (autoload (quote gnus-group-split) "gnus-mlspl" "\
9981  Uses information from group parameters in order to split mail.  Uses information from group parameters in order to split mail.
9982  See gnus-group-split-fancy for more information.  See gnus-group-split-fancy for more information.
9983    
9984  gnus-group-split is a valid value for nnmail-split-methods." nil nil)  gnus-group-split is a valid value for nnmail-split-methods.
9985    
9986    \(fn)" nil nil)
9987    
9988  (autoload (quote gnus-group-split-fancy) "gnus-mlspl" "\  (autoload (quote gnus-group-split-fancy) "gnus-mlspl" "\
9989  Uses information from group parameters in order to split mail.  Uses information from group parameters in order to split mail.
# Line 8275  It can be embedded into `nnmail-split-fa Line 9992  It can be embedded into `nnmail-split-fa
9992  \(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL)  \(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL)
9993    
9994  GROUPS may be a regular expression or a list of group names, that will  GROUPS may be a regular expression or a list of group names, that will
9995  be used to select candidate groups.  If it is ommited or nil, all  be used to select candidate groups.  If it is omitted or nil, all
9996  existing groups are considered.  existing groups are considered.
9997    
9998  if NO-CROSSPOST is ommitted or nil, a & split will be returned,  if NO-CROSSPOST is omitted or nil, a & split will be returned,
9999  otherwise, a | split, that does not allow crossposting, will be  otherwise, a | split, that does not allow crossposting, will be
10000  returned.  returned.
10001    
# Line 8317  Calling (gnus-group-split-fancy nil nil Line 10034  Calling (gnus-group-split-fancy nil nil
10034             \"mail.bar\")             \"mail.bar\")
10035        (any \"\\\\(foo@nowhere\\\\.gov\\\\|foo@localhost\\\\|foo-redist@home\\\\)\"        (any \"\\\\(foo@nowhere\\\\.gov\\\\|foo@localhost\\\\|foo-redist@home\\\\)\"
10036             - \"bugs-foo\" - \"rambling-foo\" \"mail.foo\"))             - \"bugs-foo\" - \"rambling-foo\" \"mail.foo\"))
10037     \"mail.others\")" nil nil)     \"mail.others\")
10038    
10039    \(fn &optional GROUPS NO-CROSSPOST CATCH-ALL)" nil nil)
10040    
10041  ;;;***  ;;;***
10042    
10043  ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"  ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
10044  ;;;;;;  (14792 2677))  ;;;;;;  (14791 27652))
10045  ;;; Generated autoloads from gnus/gnus-move.el  ;;; Generated autoloads from gnus/gnus-move.el
10046    
10047  (autoload (quote gnus-change-server) "gnus-move" "\  (autoload (quote gnus-change-server) "gnus-move" "\
10048  Move from FROM-SERVER to TO-SERVER.  Move from FROM-SERVER to TO-SERVER.
10049  Update the .newsrc.eld file to reflect the change of nntp server." t nil)  Update the .newsrc.eld file to reflect the change of nntp server.
10050    
10051    \(fn FROM-SERVER TO-SERVER)" t nil)
10052    
10053  ;;;***  ;;;***
10054    
10055  ;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15472  ;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15935
10056  ;;;;;;  20892))  ;;;;;;  47838))
10057  ;;; Generated autoloads from gnus/gnus-msg.el  ;;; Generated autoloads from gnus/gnus-msg.el
10058    
10059  (autoload (quote gnus-msg-mail) "gnus-msg" "\  (autoload (quote gnus-msg-mail) "gnus-msg" "\
10060  Start editing a mail message to be sent.  Start editing a mail message to be sent.
10061  Like `message-mail', but with Gnus paraphernalia, particularly the  Like `message-mail', but with Gnus paraphernalia, particularly the
10062  Gcc: header for archiving purposes." t nil)  Gcc: header for archiving purposes.
10063    
10064    \(fn &rest ARGS)" t nil)
10065    
10066  (define-mail-user-agent (quote gnus-user-agent) (quote gnus-msg-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook))  (define-mail-user-agent (quote gnus-user-agent) (quote gnus-msg-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook))
10067    
10068  ;;;***  ;;;***
10069    
10070  ;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el"  ;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el"
10071  ;;;;;;  (15186 14368))  ;;;;;;  (15847 36479))
10072  ;;; Generated autoloads from gnus/gnus-mule.el  ;;; Generated autoloads from gnus/gnus-mule.el
10073    
10074  (autoload (quote gnus-mule-add-group) "gnus-mule" "\  (autoload (quote gnus-mule-add-group) "gnus-mule" "\
# Line 8354  All news groups deeper than NAME are als Line 10077  All news groups deeper than NAME are als
10077  If CODING-SYSTEM is a cons, the car part is used and the cdr  If CODING-SYSTEM is a cons, the car part is used and the cdr
10078  part is ignored.  part is ignored.
10079    
10080  This function exists for backward comaptibility with Emacs 20.  It is  This function exists for backward compatibility with Emacs 20.  It is
10081  recommended to customize the variable `gnus-group-charset-alist'  recommended to customize the variable `gnus-group-charset-alist'
10082  rather than using this function." nil nil)  rather than using this function.
10083    
10084    \(fn NAME CODING-SYSTEM)" nil nil)
10085    
10086  ;;;***  ;;;***
10087    
10088  ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"  ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
10089  ;;;;;;  (14792 2677))  ;;;;;;  (14791 27652))
10090  ;;; Generated autoloads from gnus/gnus-soup.el  ;;; Generated autoloads from gnus/gnus-soup.el
10091    
10092  (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\  (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
# Line 8374  groups with \"emacs\" in the name, you c Line 10099  groups with \"emacs\" in the name, you c
10099    
10100  $ emacs -batch -f gnus-batch-brew-soup ^nnml \".*emacs.*\"  $ emacs -batch -f gnus-batch-brew-soup ^nnml \".*emacs.*\"
10101    
10102  Note -- this function hasn't been implemented yet." t nil)  Note -- this function hasn't been implemented yet.
10103    
10104    \(fn)" t nil)
10105    
10106  ;;;***  ;;;***
10107    
10108  ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"  ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
10109  ;;;;;;  (14863 18044))  ;;;;;;  (14860 12426))
10110  ;;; Generated autoloads from gnus/gnus-spec.el  ;;; Generated autoloads from gnus/gnus-spec.el
10111    
10112  (autoload (quote gnus-update-format) "gnus-spec" "\  (autoload (quote gnus-update-format) "gnus-spec" "\
10113  Update the format specification near point." t nil)  Update the format specification near point.
10114    
10115    \(fn VAR)" t nil)
10116    
10117  ;;;***  ;;;***
10118    
10119  ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"  ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
10120  ;;;;;;  "gnus/gnus-start.el" (15515 40561))  ;;;;;;  "gnus/gnus-start.el" (15650 59284))
10121  ;;; Generated autoloads from gnus/gnus-start.el  ;;; Generated autoloads from gnus/gnus-start.el
10122    
10123  (autoload (quote gnus-unload) "gnus-start" "\  (autoload (quote gnus-unload) "gnus-start" "\
10124  Unload all Gnus features.  Unload all Gnus features.
10125  \(For some value of `all' or `Gnus'.)  Currently, features whose names  \(For some value of `all' or `Gnus'.)  Currently, features whose names
10126  have prefixes `gnus-', `nn', `mm-' or `rfc' are unloaded.  Use  have prefixes `gnus-', `nn', `mm-' or `rfc' are unloaded.  Use
10127  cautiously -- unloading may cause trouble." t nil)  cautiously -- unloading may cause trouble.
10128    
10129    \(fn)" t nil)
10130    
10131  (autoload (quote gnus-declare-backend) "gnus-start" "\  (autoload (quote gnus-declare-backend) "gnus-start" "\
10132  Declare backend NAME with ABILITIES as a Gnus backend." nil nil)  Declare backend NAME with ABILITIES as a Gnus backend.
10133    
10134    \(fn NAME &rest ABILITIES)" nil nil)
10135    
10136  ;;;***  ;;;***
10137    
10138  ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"  ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
10139  ;;;;;;  (15273 15974))  ;;;;;;  (15847 36480))
10140  ;;; Generated autoloads from gnus/gnus-win.el  ;;; Generated autoloads from gnus/gnus-win.el
10141    
10142  (autoload (quote gnus-add-configuration) "gnus-win" "\  (autoload (quote gnus-add-configuration) "gnus-win" "\
10143  Add the window configuration CONF to `gnus-buffer-configuration'." nil nil)  Add the window configuration CONF to `gnus-buffer-configuration'.
10144    
10145    \(fn CONF)" nil nil)
10146    
10147  ;;;***  ;;;***
10148    
10149  ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (15518 30228))  ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (15935 48681))
10150  ;;; Generated autoloads from play/gomoku.el  ;;; Generated autoloads from play/gomoku.el
10151    
10152  (autoload (quote gomoku) "gomoku" "\  (autoload (quote gomoku) "gomoku" "\
# Line 8431  You play by moving the cursor over the s Line 10166  You play by moving the cursor over the s
10166  This program actually plays a simplified or archaic version of the  This program actually plays a simplified or archaic version of the
10167  Gomoku game, and ought to be upgraded to use the full modern rules.  Gomoku game, and ought to be upgraded to use the full modern rules.
10168    
10169  Use \\[describe-mode] for more info." t nil)  Use \\[describe-mode] for more info.
10170    
10171    \(fn &optional N M)" t nil)
10172    
10173  ;;;***  ;;;***
10174    
10175  ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse)  ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse)
10176  ;;;;;;  "goto-addr" "net/goto-addr.el" (15302 14722))  ;;;;;;  "goto-addr" "net/goto-addr.el" (15935 48476))
10177  ;;; Generated autoloads from net/goto-addr.el  ;;; Generated autoloads from net/goto-addr.el
10178    
10179  (autoload (quote goto-address-at-mouse) "goto-addr" "\  (autoload (quote goto-address-at-mouse) "goto-addr" "\
10180  Send to the e-mail address or load the URL clicked with the mouse.  Send to the e-mail address or load the URL clicked with the mouse.
10181  Send mail to address at position of mouse click.  See documentation for  Send mail to address at position of mouse click.  See documentation for
10182  `goto-address-find-address-at-point'.  If no address is found  `goto-address-find-address-at-point'.  If no address is found
10183  there, then load the URL at or before the position of the mouse click." t nil)  there, then load the URL at or before the position of the mouse click.
10184    
10185    \(fn EVENT)" t nil)
10186    
10187  (autoload (quote goto-address-at-point) "goto-addr" "\  (autoload (quote goto-address-at-point) "goto-addr" "\
10188  Send to the e-mail address or load the URL at point.  Send to the e-mail address or load the URL at point.
10189  Send mail to address at point.  See documentation for  Send mail to address at point.  See documentation for
10190  `goto-address-find-address-at-point'.  If no address is found  `goto-address-find-address-at-point'.  If no address is found
10191  there, then load the URL at or before point." t nil)  there, then load the URL at or before point.
10192    
10193    \(fn)" t nil)
10194    
10195  (autoload (quote goto-address) "goto-addr" "\  (autoload (quote goto-address) "goto-addr" "\
10196  Sets up goto-address functionality in the current buffer.  Sets up goto-address functionality in the current buffer.
# Line 8458  or to send e-mail. Line 10199  or to send e-mail.
10199  By default, goto-address binds to mouse-2 and C-c RET.  By default, goto-address binds to mouse-2 and C-c RET.
10200    
10201  Also fontifies the buffer appropriately (see `goto-address-fontify-p' and  Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
10202  `goto-address-highlight-p' for more information)." t nil)  `goto-address-highlight-p' for more information).
10203    
10204    \(fn)" t nil)
10205    
10206  ;;;***  ;;;***
10207    
10208  ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15289 4032))  ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15288 14339))
10209  ;;; Generated autoloads from gs.el  ;;; Generated autoloads from gs.el
10210    
10211  (autoload (quote gs-load-image) "gs" "\  (autoload (quote gs-load-image) "gs" "\
10212  Load a PS image for display on FRAME.  Load a PS image for display on FRAME.
10213  SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width  SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width
10214  and height of the image in pixels.  WINDOW-AND-PIXMAP-ID is a string of  and height of the image in pixels.  WINDOW-AND-PIXMAP-ID is a string of
10215  the form \"WINDOW-ID PIXMAP-ID\".  Value is non-nil if successful." nil nil)  the form \"WINDOW-ID PIXMAP-ID\".  Value is non-nil if successful.
10216    
10217    \(fn FRAME SPEC IMG-WIDTH IMG-HEIGHT WINDOW-AND-PIXMAP-ID PIXEL-COLORS)" nil nil)
10218    
10219  ;;;***  ;;;***
10220    
10221  ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"  ;;;### (autoloads (bashdb jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
10222  ;;;;;;  (15522 27175))  ;;;;;;  (15935 41566))
10223  ;;; Generated autoloads from gud.el  ;;; Generated autoloads from gud.el
10224    
10225  (autoload (quote gdb) "gud" "\  (autoload (quote gdb) "gud" "\
10226  Run gdb on program FILE in buffer *gud-FILE*.  Run gdb on program FILE in buffer *gud-FILE*.
10227  The directory containing FILE becomes the initial working directory  The directory containing FILE becomes the initial working directory
10228  and source-file directory for your debugger." t nil)  and source-file directory for your debugger.
10229    
10230    \(fn COMMAND-LINE)" t nil)
10231    
10232  (autoload (quote sdb) "gud" "\  (autoload (quote sdb) "gud" "\
10233  Run sdb on program FILE in buffer *gud-FILE*.  Run sdb on program FILE in buffer *gud-FILE*.
10234  The directory containing FILE becomes the initial working directory  The directory containing FILE becomes the initial working directory
10235  and source-file directory for your debugger." t nil)  and source-file directory for your debugger.
10236    
10237    \(fn COMMAND-LINE)" t nil)
10238    
10239  (autoload (quote dbx) "gud" "\  (autoload (quote dbx) "gud" "\
10240  Run dbx on program FILE in buffer *gud-FILE*.  Run dbx on program FILE in buffer *gud-FILE*.
10241  The directory containing FILE becomes the initial working directory  The directory containing FILE becomes the initial working directory
10242  and source-file directory for your debugger." t nil)  and source-file directory for your debugger.
10243    
10244    \(fn COMMAND-LINE)" t nil)
10245    
10246  (autoload (quote xdb) "gud" "\  (autoload (quote xdb) "gud" "\
10247  Run xdb on program FILE in buffer *gud-FILE*.  Run xdb on program FILE in buffer *gud-FILE*.
# Line 8498  The directory containing FILE becomes th Line 10249  The directory containing FILE becomes th
10249  and source-file directory for your debugger.  and source-file directory for your debugger.
10250    
10251  You can set the variable 'gud-xdb-directories' to a list of program source  You can set the variable 'gud-xdb-directories' to a list of program source
10252  directories if your program contains sources from more than one directory." t nil)  directories if your program contains sources from more than one directory.
10253    
10254    \(fn COMMAND-LINE)" t nil)
10255    
10256  (autoload (quote perldb) "gud" "\  (autoload (quote perldb) "gud" "\
10257  Run perldb on program FILE in buffer *gud-FILE*.  Run perldb on program FILE in buffer *gud-FILE*.
10258  The directory containing FILE becomes the initial working directory  The directory containing FILE becomes the initial working directory
10259  and source-file directory for your debugger." t nil)  and source-file directory for your debugger.
10260    
10261    \(fn COMMAND-LINE)" t nil)
10262    
10263  (autoload (quote pdb) "gud" "\  (autoload (quote pdb) "gud" "\
10264  Run pdb on program FILE in buffer `*gud-FILE*'.  Run pdb on program FILE in buffer `*gud-FILE*'.
10265  The directory containing FILE becomes the initial working directory  The directory containing FILE becomes the initial working directory
10266  and source-file directory for your debugger." t nil)  and source-file directory for your debugger.
10267    
10268    \(fn COMMAND-LINE)" t nil)
10269    
10270  (autoload (quote jdb) "gud" "\  (autoload (quote jdb) "gud" "\
10271  Run jdb with command line COMMAND-LINE in a buffer.  Run jdb with command line COMMAND-LINE in a buffer.
# Line 8522  information on how jdb accesses source f Line 10279  information on how jdb accesses source f
10279  original source file access method.  original source file access method.
10280    
10281  For general information about commands available to control jdb from  For general information about commands available to control jdb from
10282  gud, see `gud-mode'." t nil)  gud, see `gud-mode'.
10283    
10284    \(fn COMMAND-LINE)" t nil)
10285    
10286    (autoload (quote bashdb) "gud" "\
10287    Run bashdb on program FILE in buffer *gud-FILE*.
10288    The directory containing FILE becomes the initial working directory
10289    and source-file directory for your debugger.
10290    
10291    \(fn COMMAND-LINE)" t nil)
10292   (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)")   (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)")
10293    
10294  ;;;***  ;;;***
10295    
10296  ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15588  ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15935
10297  ;;;;;;  20068))  ;;;;;;  48681))
10298  ;;; Generated autoloads from play/handwrite.el  ;;; Generated autoloads from play/handwrite.el
10299    
10300  (autoload (quote handwrite) "handwrite" "\  (autoload (quote handwrite) "handwrite" "\
# Line 8539  and `handwrite-13pt' set up for various Line 10305  and `handwrite-13pt' set up for various
10305  Variables: handwrite-linespace     (default 12)  Variables: handwrite-linespace     (default 12)
10306             handwrite-fontsize      (default 11)             handwrite-fontsize      (default 11)
10307             handwrite-numlines      (default 60)             handwrite-numlines      (default 60)
10308             handwrite-pagenumbering (default nil)" t nil)             handwrite-pagenumbering (default nil)
10309    
10310    \(fn)" t nil)
10311    
10312  ;;;***  ;;;***
10313    
10314  ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"  ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
10315  ;;;;;;  (15186 14373))  ;;;;;;  (15935 48681))
10316  ;;; Generated autoloads from play/hanoi.el  ;;; Generated autoloads from play/hanoi.el
10317    
10318  (autoload (quote hanoi) "hanoi" "\  (autoload (quote hanoi) "hanoi" "\
10319  Towers of Hanoi diversion.  Use NRINGS rings." t nil)  Towers of Hanoi diversion.  Use NRINGS rings.
10320    
10321    \(fn NRINGS)" t nil)
10322    
10323  (autoload (quote hanoi-unix) "hanoi" "\  (autoload (quote hanoi-unix) "hanoi" "\
10324  Towers of Hanoi, UNIX doomsday version.  Towers of Hanoi, UNIX doomsday version.
10325  Displays 32-ring towers that have been progressing at one move per  Displays 32-ring towers that have been progressing at one move per
10326  second since 1970-01-01 00:00:00 GMT.  second since 1970-01-01 00:00:00 GMT.
10327    
10328  Repent before ring 31 moves." t nil)  Repent before ring 31 moves.
10329    
10330    \(fn)" t nil)
10331    
10332  (autoload (quote hanoi-unix-64) "hanoi" "\  (autoload (quote hanoi-unix-64) "hanoi" "\
10333  Like hanoi-unix, but pretend to have a 64-bit clock.    Like hanoi-unix, but pretend to have a 64-bit clock.
10334  This is, necessarily (as of emacs 20.3), a crock.  When the  This is, necessarily (as of emacs 20.3), a crock.  When the
10335  current-time interface is made s2G-compliant, hanoi.el will need  current-time interface is made s2G-compliant, hanoi.el will need
10336  to be updated." t nil)  to be updated.
10337    
10338    \(fn)" t nil)
10339    
10340  ;;;***  ;;;***
10341    
10342  ;;;### (autoloads (describe-categories describe-syntax describe-variable  ;;;### (autoloads (describe-categories describe-syntax describe-variable
10343  ;;;;;;  variable-at-point describe-function-1 describe-function locate-library  ;;;;;;  variable-at-point describe-function-1 describe-function locate-library
10344  ;;;;;;  help-with-tutorial) "help-fns" "help-fns.el" (15610 58803))  ;;;;;;  help-with-tutorial) "help-fns" "help-fns.el" (15935 41626))
10345  ;;; Generated autoloads from help-fns.el  ;;; Generated autoloads from help-fns.el
10346    
10347  (autoload (quote help-with-tutorial) "help-fns" "\  (autoload (quote help-with-tutorial) "help-fns" "\
# Line 8575  Select the Emacs learn-by-doing tutorial Line 10349  Select the Emacs learn-by-doing tutorial
10349  If there is a tutorial version written in the language  If there is a tutorial version written in the language
10350  of the selected language environment, that version is used.  of the selected language environment, that version is used.
10351  If there's no tutorial in that language, `TUTORIAL' is selected.  If there's no tutorial in that language, `TUTORIAL' is selected.
10352  With arg, you are asked to choose which language." t nil)  With ARG, you are asked to choose which language.
10353    
10354    \(fn &optional ARG)" t nil)
10355    
10356  (autoload (quote locate-library) "help-fns" "\  (autoload (quote locate-library) "help-fns" "\
10357  Show the precise file name of Emacs library LIBRARY.  Show the precise file name of Emacs library LIBRARY.
10358  This command searches the directories in `load-path' like `M-x load-library'  This command searches the directories in `load-path' like `\\[load-library]'
10359  to find the file that `M-x load-library RET LIBRARY RET' would load.  to find the file that `\\[load-library] RET LIBRARY RET' would load.
10360  Optional second arg NOSUFFIX non-nil means don't add suffixes `load-suffixes'  Optional second arg NOSUFFIX non-nil means don't add suffixes `load-suffixes'
10361  to the specified name LIBRARY.  to the specified name LIBRARY.
10362    
# Line 8589  is used instead of `load-path'. Line 10365  is used instead of `load-path'.
10365    
10366  When called from a program, the file name is normaly returned as a  When called from a program, the file name is normaly returned as a
10367  string.  When run interactively, the argument INTERACTIVE-CALL is t,  string.  When run interactively, the argument INTERACTIVE-CALL is t,
10368  and the file name is displayed in the echo area." t nil)  and the file name is displayed in the echo area.
10369    
10370    \(fn LIBRARY &optional NOSUFFIX PATH INTERACTIVE-CALL)" t nil)
10371    
10372  (autoload (quote describe-function) "help-fns" "\  (autoload (quote describe-function) "help-fns" "\
10373  Display the full documentation of FUNCTION (a symbol)." t nil)  Display the full documentation of FUNCTION (a symbol).
10374    
10375    \(fn FUNCTION)" t nil)
10376    
10377    (autoload (quote describe-function-1) "help-fns" "\
10378    Not documented
10379    
10380  (autoload (quote describe-function-1) "help-fns" nil nil nil)  \(fn FUNCTION)" nil nil)
10381    
10382  (autoload (quote variable-at-point) "help-fns" "\  (autoload (quote variable-at-point) "help-fns" "\
10383  Return the bound variable symbol found around point.  Return the bound variable symbol found around point.
10384  Return 0 if there is no such symbol." nil nil)  Return 0 if there is no such symbol.
10385    
10386    \(fn)" nil nil)
10387    
10388  (autoload (quote describe-variable) "help-fns" "\  (autoload (quote describe-variable) "help-fns" "\
10389  Display the full documentation of VARIABLE (a symbol).  Display the full documentation of VARIABLE (a symbol).
10390  Returns the documentation as a string, also.  Returns the documentation as a string, also.
10391  If VARIABLE has a buffer-local value in BUFFER (default to the current buffer),  If VARIABLE has a buffer-local value in BUFFER (default to the current buffer),
10392  it is displayed along with the global value." t nil)  it is displayed along with the global value.
10393    
10394    \(fn VARIABLE &optional BUFFER)" t nil)
10395    
10396  (autoload (quote describe-syntax) "help-fns" "\  (autoload (quote describe-syntax) "help-fns" "\
10397  Describe the syntax specifications in the syntax table of BUFFER.  Describe the syntax specifications in the syntax table of BUFFER.
10398  The descriptions are inserted in a help buffer, which is then displayed.  The descriptions are inserted in a help buffer, which is then displayed.
10399  BUFFER defaults to the current buffer." t nil)  BUFFER defaults to the current buffer.
10400    
10401    \(fn &optional BUFFER)" t nil)
10402    
10403  (autoload (quote describe-categories) "help-fns" "\  (autoload (quote describe-categories) "help-fns" "\
10404  Describe the category specifications in the current category table.  Describe the category specifications in the current category table.
10405  The descriptions are inserted in a buffer, which is then displayed." t nil)  The descriptions are inserted in a buffer, which is then displayed.
10406    
10407    \(fn &optional BUFFER)" t nil)
10408    
10409  ;;;***  ;;;***
10410    
10411  ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"  ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
10412  ;;;;;;  (15186 14363))  ;;;;;;  (15185 49574))
10413  ;;; Generated autoloads from help-macro.el  ;;; Generated autoloads from help-macro.el
10414    
10415  (defvar three-step-help nil "\  (defvar three-step-help nil "\
# Line 8628  and window listing and describing the op Line 10419  and window listing and describing the op
10419  A value of nil means skip the middle step, so that  A value of nil means skip the middle step, so that
10420  \\[help-command] \\[help-command] gives the window that lists the options.")  \\[help-command] \\[help-command] gives the window that lists the options.")
10421    
10422    (custom-autoload (quote three-step-help) "help-macro")
10423    
10424  ;;;***  ;;;***
10425    
10426  ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button  ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
10427  ;;;;;;  help-make-xrefs help-setup-xref help-mode-finish help-mode-setup  ;;;;;;  help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
10428  ;;;;;;  help-mode) "help-mode" "help-mode.el" (15427 61501))  ;;;;;;  help-mode) "help-mode" "help-mode.el" (15668 17307))
10429  ;;; Generated autoloads from help-mode.el  ;;; Generated autoloads from help-mode.el
10430    
10431  (autoload (quote help-mode) "help-mode" "\  (autoload (quote help-mode) "help-mode" "\
10432  Major mode for viewing help text and navigating references in it.  Major mode for viewing help text and navigating references in it.
10433  Entry to this mode runs the normal hook `help-mode-hook'.  Entry to this mode runs the normal hook `help-mode-hook'.
10434  Commands:  Commands:
10435  \\{help-mode-map}" t nil)  \\{help-mode-map}
10436    
10437    \(fn)" t nil)
10438    
10439  (autoload (quote help-mode-setup) "help-mode" nil nil nil)  (autoload (quote help-mode-setup) "help-mode" "\
10440    Not documented
10441    
10442  (autoload (quote help-mode-finish) "help-mode" nil nil nil)  \(fn)" nil nil)
10443    
10444    (autoload (quote help-mode-finish) "help-mode" "\
10445    Not documented
10446    
10447    \(fn)" nil nil)
10448    
10449  (autoload (quote help-setup-xref) "help-mode" "\  (autoload (quote help-setup-xref) "help-mode" "\
10450  Invoked from commands using the \"*Help*\" buffer to install some xref info.  Invoked from commands using the \"*Help*\" buffer to install some xref info.
# Line 8655  items for help buffer \"back\" buttons i Line 10456  items for help buffer \"back\" buttons i
10456    
10457  This should be called very early, before the output buffer is cleared,  This should be called very early, before the output buffer is cleared,
10458  because we want to record the \"previous\" position of point so we can  because we want to record the \"previous\" position of point so we can
10459  restore it properly when going back." nil nil)  restore it properly when going back.
10460    
10461    \(fn ITEM INTERACTIVE-P)" nil nil)
10462    
10463  (autoload (quote help-make-xrefs) "help-mode" "\  (autoload (quote help-make-xrefs) "help-mode" "\
10464  Parse and hyperlink documentation cross-references in the given BUFFER.  Parse and hyperlink documentation cross-references in the given BUFFER.
10465    
10466  Find cross-reference information in a buffer and, if  Find cross-reference information in a buffer and activate such cross
10467  `help-highlight-p' is non-nil, highlight it with face defined by  references for selection with `help-follow'.  Cross-references have
10468  `help-highlight-face'; activate such cross references for selection  the canonical form `...'  and the type of reference may be
10469  with `help-follow'.  Cross-references have the canonical form `...'  disambiguated by the preceding word(s) used in
10470  and the type of reference may be disambiguated by the preceding  `help-xref-symbol-regexp'.
 word(s) used in `help-xref-symbol-regexp'.  
10471    
10472  If the variable `help-xref-mule-regexp' is non-nil, find also  If the variable `help-xref-mule-regexp' is non-nil, find also
10473  cross-reference information related to multilingual environment  cross-reference information related to multilingual environment
# Line 8674  the type of reference as the same way as Line 10476  the type of reference as the same way as
10476    
10477  A special reference `back' is made to return back through a stack of  A special reference `back' is made to return back through a stack of
10478  help buffers.  Variable `help-back-label' specifies the text for  help buffers.  Variable `help-back-label' specifies the text for
10479  that." t nil)  that.
10480    
10481    \(fn &optional BUFFER)" t nil)
10482    
10483  (autoload (quote help-xref-button) "help-mode" "\  (autoload (quote help-xref-button) "help-mode" "\
10484  Make a hyperlink for cross-reference text previously matched.  Make a hyperlink for cross-reference text previously matched.
10485  MATCH-NUMBER is the subexpression of interest in the last matched  MATCH-NUMBER is the subexpression of interest in the last matched
10486  regexp.  TYPE is the type of button to use.  Any remaining arguments are  regexp.  TYPE is the type of button to use.  Any remaining arguments are
10487  passed to the button's help-function when it is invoked.  passed to the button's help-function when it is invoked.
10488  See `help-make-xrefs'." nil nil)  See `help-make-xrefs'.
10489    
10490    \(fn MATCH-NUMBER TYPE &rest ARGS)" nil nil)
10491    
10492  (autoload (quote help-insert-xref-button) "help-mode" "\  (autoload (quote help-insert-xref-button) "help-mode" "\
10493  Insert STRING and make a hyperlink from cross-reference text on it.  Insert STRING and make a hyperlink from cross-reference text on it.
10494  TYPE is the type of button to use.  Any remaining arguments are passed  TYPE is the type of button to use.  Any remaining arguments are passed
10495  to the button's help-function when it is invoked.  to the button's help-function when it is invoked.
10496  See `help-make-xrefs'." nil nil)  See `help-make-xrefs'.
10497    
10498    \(fn STRING TYPE &rest ARGS)" nil nil)
10499    
10500  (autoload (quote help-xref-on-pp) "help-mode" "\  (autoload (quote help-xref-on-pp) "help-mode" "\
10501  Add xrefs for symbols in `pp's output between FROM and TO." nil nil)  Add xrefs for symbols in `pp's output between FROM and TO.
10502    
10503    \(fn FROM TO)" nil nil)
10504    
10505  ;;;***  ;;;***
10506    
10507  ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"  ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
10508  ;;;;;;  "emacs-lisp/helper.el" (15186 14365))  ;;;;;;  "emacs-lisp/helper.el" (15185 49574))
10509  ;;; Generated autoloads from emacs-lisp/helper.el  ;;; Generated autoloads from emacs-lisp/helper.el
10510    
10511  (autoload (quote Helper-describe-bindings) "helper" "\  (autoload (quote Helper-describe-bindings) "helper" "\
10512  Describe local key bindings of current mode." t nil)  Describe local key bindings of current mode.
10513    
10514    \(fn)" t nil)
10515    
10516  (autoload (quote Helper-help) "helper" "\  (autoload (quote Helper-help) "helper" "\
10517  Provide help for current mode." t nil)  Provide help for current mode.
10518    
10519    \(fn)" t nil)
10520    
10521  ;;;***  ;;;***
10522    
10523  ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"  ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
10524  ;;;;;;  "hexl.el" (15492 4718))  ;;;;;;  "hexl.el" (15935 41657))
10525  ;;; Generated autoloads from hexl.el  ;;; Generated autoloads from hexl.el
10526    
10527  (autoload (quote hexl-mode) "hexl" "\  (autoload (quote hexl-mode) "hexl" "\
10528  \\<hexl-mode-map>A mode for editing binary files in hex dump format.  \\<hexl-mode-map>A mode for editing binary files in hex dump format.
10529  This is not an ordinary major mode; it alters some aspects  This is not an ordinary major mode; it alters some aspects
10530  if the current mode's behavior, but not all; also, you can exit  of the current mode's behavior, but not all; also, you can exit
10531  Hexl mode and return to the previous mode using `hexl-mode-exit'.  Hexl mode and return to the previous mode using `hexl-mode-exit'.
10532    
10533  This function automatically converts a buffer into the hexl format  This function automatically converts a buffer into the hexl format
# Line 8743  A sample format: Line 10557  A sample format:
10557    00000050: 6162 6c65 2041 5343 4949 2063 6861 7261  able ASCII chara    00000050: 6162 6c65 2041 5343 4949 2063 6861 7261  able ASCII chara
10558    00000060: 6374 6572 732e 2020 416e 7920 636f 6e74  cters.  Any cont    00000060: 6374 6572 732e 2020 416e 7920 636f 6e74  cters.  Any cont
10559    00000070: 726f 6c20 6f72 206e 6f6e 2d41 5343 4949  rol or non-ASCII    00000070: 726f 6c20 6f72 206e 6f6e 2d41 5343 4949  rol or non-ASCII
10560    00000080: 2063 6861 7261 6374 6572 730a 6172 6520   characters.are    00000080: 2063 6861 7261 6374 6572 730a 6172 6520   characters.are
10561    00000090: 6469 7370 6c61 7965 6420 6173 2070 6572  displayed as per    00000090: 6469 7370 6c61 7965 6420 6173 2070 6572  displayed as per
10562    000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e  iods in the prin    000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e  iods in the prin
10563    000000b0: 7461 626c 6520 6368 6172 6163 7465 7220  table character    000000b0: 7461 626c 6520 6368 6172 6163 7465 7220  table character
10564    000000c0: 7265 6769 6f6e 2e0a                      region..    000000c0: 7265 6769 6f6e 2e0a                      region..
10565    
10566  Movement is as simple as movement in a normal emacs text buffer.  Most  Movement is as simple as movement in a normal emacs text buffer.  Most
# Line 8782  will actually convert it back to binary Line 10596  will actually convert it back to binary
10596    
10597  You can use \\[hexl-find-file] to visit a file in Hexl mode.  You can use \\[hexl-find-file] to visit a file in Hexl mode.
10598    
10599  \\[describe-bindings] for advanced commands." t nil)  \\[describe-bindings] for advanced commands.
10600    
10601    \(fn &optional ARG)" t nil)
10602    
10603  (autoload (quote hexl-find-file) "hexl" "\  (autoload (quote hexl-find-file) "hexl" "\
10604  Edit file FILENAME in hexl-mode.  Edit file FILENAME in hexl-mode.
10605  Switch to a buffer visiting file FILENAME, creating one in none exists." t nil)  Switch to a buffer visiting file FILENAME, creating one in none exists.
10606    
10607    \(fn FILENAME)" t nil)
10608    
10609  (autoload (quote hexlify-buffer) "hexl" "\  (autoload (quote hexlify-buffer) "hexl" "\
10610  Convert a binary buffer to hexl format.  Convert a binary buffer to hexl format.
10611  This discards the buffer's undo information." t nil)  This discards the buffer's undo information.
10612    
10613    \(fn)" t nil)
10614    
10615  ;;;***  ;;;***
10616    
10617  ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer  ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
10618  ;;;;;;  hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer  ;;;;;;  hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
10619  ;;;;;;  hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (15455  ;;;;;;  hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (15935
10620  ;;;;;;  18398))  ;;;;;;  41671))
10621  ;;; Generated autoloads from hi-lock.el  ;;; Generated autoloads from hi-lock.el
10622    
 (defgroup hi-lock-interactive-text-highlighting nil "Interactively add and remove font-lock patterns for highlighting text." :group (quote faces))  
   
10623  (defvar hi-lock-mode nil "\  (defvar hi-lock-mode nil "\
10624  Toggle hi-lock, for interactively adding font-lock text-highlighting patterns.")  Toggle hi-lock, for interactively adding font-lock text-highlighting patterns.")
10625    
10626  (custom-add-to-group (quote hi-lock-interactive-text-highlighting) (quote hi-lock-mode) (quote custom-variable))  (custom-autoload (quote hi-lock-mode) "hi-lock")
   
 (custom-add-load (quote hi-lock-mode) (quote hi-lock))  
10627    
10628  (autoload (quote hi-lock-mode) "hi-lock" "\  (autoload (quote hi-lock-mode) "hi-lock" "\
10629  Toggle minor mode for interactively adding font-lock highlighting patterns.  Toggle minor mode for interactively adding font-lock highlighting patterns.
# Line 8824  which can be called interactively, are: Line 10640  which can be called interactively, are:
10640    Highlight matches of phrase PHRASE in current buffer with FACE.    Highlight matches of phrase PHRASE in current buffer with FACE.
10641    (PHRASE can be any REGEXP, but spaces will be replaced by matches    (PHRASE can be any REGEXP, but spaces will be replaced by matches
10642    to whitespace and initial lower-case letters will become case insensitive.)    to whitespace and initial lower-case letters will become case insensitive.)
10643    
10644  \\[highlight-lines-matching-regexp] REGEXP FACE  \\[highlight-lines-matching-regexp] REGEXP FACE
10645    Highlight lines containing matches of REGEXP in current buffer with FACE.    Highlight lines containing matches of REGEXP in current buffer with FACE.
10646    
# Line 8849  already present.  The patterns must star Line 10665  already present.  The patterns must star
10665  of characters into buffer) `hi-lock-file-patterns-range'.  Patterns  of characters into buffer) `hi-lock-file-patterns-range'.  Patterns
10666  will be read until  will be read until
10667   Hi-lock: end   Hi-lock: end
10668  is found. A mode is excluded if it's in the list `hi-lock-exclude-modes'." t nil)  is found. A mode is excluded if it's in the list `hi-lock-exclude-modes'.
10669    
10670    \(fn &optional ARG)" t nil)
10671    
10672  (defalias (quote highlight-lines-matching-regexp) (quote hi-lock-line-face-buffer))  (defalias (quote highlight-lines-matching-regexp) (quote hi-lock-line-face-buffer))
10673    
# Line 8859  Set face of all lines containing a match Line 10677  Set face of all lines containing a match
10677  Interactively, prompt for REGEXP then FACE.  Buffer-local history  Interactively, prompt for REGEXP then FACE.  Buffer-local history
10678  list maintained for regexps, global history maintained for faces.  list maintained for regexps, global history maintained for faces.
10679  \\<minibuffer-local-map>Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item.  \\<minibuffer-local-map>Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item.
10680  \(See info node `Minibuffer History')" t nil)  \(See info node `Minibuffer History')
10681    
10682    \(fn REGEXP &optional FACE)" t nil)
10683    
10684  (defalias (quote highlight-regexp) (quote hi-lock-face-buffer))  (defalias (quote highlight-regexp) (quote hi-lock-face-buffer))
10685    
# Line 8869  Set face of each match of REGEXP to FACE Line 10689  Set face of each match of REGEXP to FACE
10689  Interactively, prompt for REGEXP then FACE.  Buffer-local history  Interactively, prompt for REGEXP then FACE.  Buffer-local history
10690  list maintained for regexps, global history maintained for faces.  list maintained for regexps, global history maintained for faces.
10691  \\<minibuffer-local-map>Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item.  \\<minibuffer-local-map>Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item.
10692  \(See info node `Minibuffer History')" t nil)  \(See info node `Minibuffer History')
10693    
10694    \(fn REGEXP &optional FACE)" t nil)
10695    
10696  (defalias (quote highlight-phrase) (quote hi-lock-face-phrase-buffer))  (defalias (quote highlight-phrase) (quote hi-lock-face-phrase-buffer))
10697    
# Line 8877  list maintained for regexps, global hist Line 10699  list maintained for regexps, global hist
10699  Set face of each match of phrase REGEXP to FACE.  Set face of each match of phrase REGEXP to FACE.
10700    
10701  Whitespace in REGEXP converted to arbitrary whitespace and initial  Whitespace in REGEXP converted to arbitrary whitespace and initial
10702  lower-case letters made case insensitive." t nil)  lower-case letters made case insensitive.
10703    
10704    \(fn REGEXP &optional FACE)" t nil)
10705    
10706  (defalias (quote unhighlight-regexp) (quote hi-lock-unface-buffer))  (defalias (quote unhighlight-regexp) (quote hi-lock-unface-buffer))
10707    
# Line 8888  Interactively, prompt for REGEXP.  Buffe Line 10712  Interactively, prompt for REGEXP.  Buffe
10712  regexp's maintained.  Will accept only regexps inserted by hi-lock  regexp's maintained.  Will accept only regexps inserted by hi-lock
10713  interactive functions.  (See `hi-lock-interactive-patterns'.)  interactive functions.  (See `hi-lock-interactive-patterns'.)
10714  \\<minibuffer-local-must-match-map>Use \\[minibuffer-complete] to complete a partially typed regexp.  \\<minibuffer-local-must-match-map>Use \\[minibuffer-complete] to complete a partially typed regexp.
10715  \(See info node `Minibuffer History'.)" t nil)  \(See info node `Minibuffer History'.)
10716    
10717    \(fn REGEXP)" t nil)
10718    
10719  (autoload (quote hi-lock-write-interactive-patterns) "hi-lock" "\  (autoload (quote hi-lock-write-interactive-patterns) "hi-lock" "\
10720  Write interactively added patterns, if any, into buffer at point.  Write interactively added patterns, if any, into buffer at point.
10721    
10722  Interactively added patterns are those normally specified using  Interactively added patterns are those normally specified using
10723  `highlight-regexp' and `highlight-lines-matching-regexp'; they can  `highlight-regexp' and `highlight-lines-matching-regexp'; they can
10724  be found in variable `hi-lock-interactive-patterns'." t nil)  be found in variable `hi-lock-interactive-patterns'.
10725    
10726    \(fn)" t nil)
10727    
10728  ;;;***  ;;;***
10729    
10730  ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially  ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
10731  ;;;;;;  hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15496 13874))  ;;;;;;  hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15935 48914))
10732  ;;; Generated autoloads from progmodes/hideif.el  ;;; Generated autoloads from progmodes/hideif.el
10733    
10734  (autoload (quote hide-ifdef-mode) "hideif" "\  (autoload (quote hide-ifdef-mode) "hideif" "\
# Line 8916  how the hiding is done: Line 10744  how the hiding is done:
10744          is used.          is used.
10745    
10746  `hide-ifdef-define-alist'  `hide-ifdef-define-alist'
10747          An association list of defined symbol lists.            An association list of defined symbol lists.
10748          Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env'          Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env'
10749          and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env'          and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env'
10750          from one of the lists in `hide-ifdef-define-alist'.          from one of the lists in `hide-ifdef-define-alist'.
# Line 8933  how the hiding is done: Line 10761  how the hiding is done:
10761          Set to non-nil if you want to make buffers read only while hiding.          Set to non-nil if you want to make buffers read only while hiding.
10762          After `show-ifdefs', read-only status is restored to previous value.          After `show-ifdefs', read-only status is restored to previous value.
10763    
10764  \\{hide-ifdef-mode-map}" t nil)  \\{hide-ifdef-mode-map}
10765    
10766    \(fn &optional ARG)" t nil)
10767    
10768  (defvar hide-ifdef-initially nil "\  (defvar hide-ifdef-initially nil "\
10769  *Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated.")  *Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated.")
10770    
10771    (custom-autoload (quote hide-ifdef-initially) "hideif")
10772    
10773  (defvar hide-ifdef-read-only nil "\  (defvar hide-ifdef-read-only nil "\
10774  *Set to non-nil if you want buffer to be read-only while hiding text.")  *Set to non-nil if you want buffer to be read-only while hiding text.")
10775    
10776    (custom-autoload (quote hide-ifdef-read-only) "hideif")
10777    
10778  (defvar hide-ifdef-lines nil "\  (defvar hide-ifdef-lines nil "\
10779  *Non-nil means hide the #ifX, #else, and #endif lines.")  *Non-nil means hide the #ifX, #else, and #endif lines.")
10780    
10781    (custom-autoload (quote hide-ifdef-lines) "hideif")
10782    
10783  ;;;***  ;;;***
10784    
10785  ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)  ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
10786  ;;;;;;  "hideshow" "progmodes/hideshow.el" (15588 20068))  ;;;;;;  "hideshow" "progmodes/hideshow.el" (15587 40845))
10787  ;;; Generated autoloads from progmodes/hideshow.el  ;;; Generated autoloads from progmodes/hideshow.el
10788    
10789  (defvar hs-hide-comments-when-hiding-all t "\  (defvar hs-hide-comments-when-hiding-all t "\
10790  *Hide the comments too when you do an `hs-hide-all'.")  *Hide the comments too when you do an `hs-hide-all'.")
10791    
10792    (custom-autoload (quote hs-hide-comments-when-hiding-all) "hideshow")
10793    
10794  (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\  (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\
10795  *Alist for initializing the hideshow variables for different modes.  *Alist for initializing the hideshow variables for different modes.
10796  Each element has the form  Each element has the form
# Line 8997  variables to default values and disables Line 10835  variables to default values and disables
10835  Lastly, the normal hook `hs-minor-mode-hook' is run using `run-hooks'.  Lastly, the normal hook `hs-minor-mode-hook' is run using `run-hooks'.
10836    
10837  Key bindings:  Key bindings:
10838  \\{hs-minor-mode-map}" t nil)  \\{hs-minor-mode-map}
10839    
10840    \(fn &optional ARG)" t nil)
10841    
10842  ;;;***  ;;;***
10843    
10844  ;;;### (autoloads (global-highlight-changes highlight-compare-with-file  ;;;### (autoloads (global-highlight-changes highlight-compare-with-file
10845  ;;;;;;  highlight-changes-rotate-faces highlight-changes-previous-change  ;;;;;;  highlight-changes-rotate-faces highlight-changes-previous-change
10846  ;;;;;;  highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight)  ;;;;;;  highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight)
10847  ;;;;;;  "hilit-chg" "hilit-chg.el" (15556 56033))  ;;;;;;  "hilit-chg" "hilit-chg.el" (15935 41683))
10848  ;;; Generated autoloads from hilit-chg.el  ;;; Generated autoloads from hilit-chg.el
10849    
10850  (defvar highlight-changes-mode nil)  (defvar highlight-changes-mode nil)
10851    
10852  (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\  (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\
10853  Remove the change face from the region between BEG and END.    Remove the change face from the region between BEG and END.
10854  This allows you to manually remove highlighting from uninteresting changes." t nil)  This allows you to manually remove highlighting from uninteresting changes.
10855    
10856    \(fn BEG END)" t nil)
10857    
10858  (autoload (quote highlight-changes-mode) "hilit-chg" "\  (autoload (quote highlight-changes-mode) "hilit-chg" "\
10859  Toggle (or initially set) Highlight Changes mode.  Toggle (or initially set) Highlight Changes mode.
10860    
10861  Without an argument:  Without an argument:
10862    If Highlight Changes mode is not enabled, then enable it (in either active    If Highlight Changes mode is not enabled, then enable it (in either active
10863    or passive state as determined by the variable    or passive state as determined by the variable
10864    `highlight-changes-initial-state'); otherwise, toggle between active    `highlight-changes-initial-state'); otherwise, toggle between active
# Line 9033  Passive state - means changes are kept a Line 10875  Passive state - means changes are kept a
10875    
10876  Functions:  Functions:
10877  \\[highlight-changes-next-change] - move point to beginning of next change  \\[highlight-changes-next-change] - move point to beginning of next change
10878  \\[highlight-changes-previous-change] - move to beginning of previous change  \\[highlight-changes-previous-change] - move to beginning of previous change
10879  \\[highlight-compare-with-file] - mark text as changed by comparing this  \\[highlight-compare-with-file] - mark text as changed by comparing this
10880          buffer with the contents of a file          buffer with the contents of a file
10881  \\[highlight-changes-remove-highlight] - remove the change face from the region  \\[highlight-changes-remove-highlight] - remove the change face from the region
10882  \\[highlight-changes-rotate-faces] - rotate different \"ages\" of changes through  \\[highlight-changes-rotate-faces] - rotate different \"ages\" of changes through
10883          various faces.          various faces.
10884    
10885  Hook variables:  Hook variables:
10886  `highlight-changes-enable-hook'  - when enabling Highlight Changes mode.  `highlight-changes-enable-hook'  - when enabling Highlight Changes mode.
10887  `highlight-changes-toggle-hook'  - when entering active or passive state  `highlight-changes-toggle-hook'  - when entering active or passive state
10888  `highlight-changes-disable-hook' - when turning off Highlight Changes mode." t nil)  `highlight-changes-disable-hook' - when turning off Highlight Changes mode.
10889    
10890    \(fn &optional ARG)" t nil)
10891    
10892  (autoload (quote highlight-changes-next-change) "hilit-chg" "\  (autoload (quote highlight-changes-next-change) "hilit-chg" "\
10893  Move to the beginning of the next change, if in Highlight Changes mode." t nil)  Move to the beginning of the next change, if in Highlight Changes mode.
10894    
10895    \(fn)" t nil)
10896    
10897  (autoload (quote highlight-changes-previous-change) "hilit-chg" "\  (autoload (quote highlight-changes-previous-change) "hilit-chg" "\
10898  Move to the beginning of the previous change, if in Highlight Changes mode." t nil)  Move to the beginning of the previous change, if in Highlight Changes mode.
10899    
10900    \(fn)" t nil)
10901    
10902  (autoload (quote highlight-changes-rotate-faces) "hilit-chg" "\  (autoload (quote highlight-changes-rotate-faces) "hilit-chg" "\
10903  Rotate the faces used by Highlight Changes mode.  Rotate the faces used by Highlight Changes mode.
# Line 9060  face described by the second element, an Line 10908  face described by the second element, an
10908  shown in the last face in the list.  shown in the last face in the list.
10909    
10910  You can automatically rotate colours when the buffer is saved  You can automatically rotate colours when the buffer is saved
10911  by adding the following to `local-write-file-hooks',  by evaling it in the  by adding the following to `local-write-file-hooks', by evaling it in the
10912  buffer to be saved):  buffer to be saved):
10913    
10914    (add-hook 'local-write-file-hooks 'highlight-changes-rotate-faces)" t nil)    (add-hook 'local-write-file-hooks 'highlight-changes-rotate-faces)
10915    
10916    \(fn)" t nil)
10917    
10918  (autoload (quote highlight-compare-with-file) "hilit-chg" "\  (autoload (quote highlight-compare-with-file) "hilit-chg" "\
10919  Compare this buffer with a file, and highlight differences.  Compare this buffer with a file, and highlight differences.
# Line 9080  read in temporarily but the buffer is de Line 10930  read in temporarily but the buffer is de
10930    
10931  If the buffer is read-only, differences will be highlighted but no property  If the buffer is read-only, differences will be highlighted but no property
10932  changes are made, so \\[highlight-changes-next-change] and  changes are made, so \\[highlight-changes-next-change] and
10933  \\[highlight-changes-previous-change] will not work." t nil)  \\[highlight-changes-previous-change] will not work.
10934    
10935    \(fn FILE-B)" t nil)
10936    
10937  (autoload (quote global-highlight-changes) "hilit-chg" "\  (autoload (quote global-highlight-changes) "hilit-chg" "\
10938  Turn on or off global Highlight Changes mode.  Turn on or off global Highlight Changes mode.
# Line 9093  When called interactively: Line 10945  When called interactively:
10945    
10946  When called from a program:  When called from a program:
10947  - if ARG is nil or omitted, turn it off  - if ARG is nil or omitted, turn it off
10948  - if ARG is `active',  turn it on in active mode  - if ARG is `active', turn it on in active mode
10949  - if ARG is `passive', turn it on in passive mode  - if ARG is `passive', turn it on in passive mode
10950  - otherwise just turn it on  - otherwise just turn it on
10951    
10952  When global Highlight Changes mode is enabled, Highlight Changes mode is turned  When global Highlight Changes mode is enabled, Highlight Changes mode is turned
10953  on for future \"suitable\" buffers (and for \"suitable\" existing buffers if  on for future \"suitable\" buffers (and for \"suitable\" existing buffers if
10954  variable `highlight-changes-global-changes-existing-buffers' is non-nil).  variable `highlight-changes-global-changes-existing-buffers' is non-nil).
10955  \"Suitability\" is determined by variable `highlight-changes-global-modes'." t nil)  \"Suitability\" is determined by variable `highlight-changes-global-modes'.
10956    
10957    \(fn &optional ARG)" t nil)
10958    
10959  ;;;***  ;;;***
10960    
# Line 9108  variable `highlight-changes-global-chang Line 10962  variable `highlight-changes-global-chang
10962  ;;;;;;  hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction  ;;;;;;  hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
10963  ;;;;;;  hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space  ;;;;;;  hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
10964  ;;;;;;  hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"  ;;;;;;  hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
10965  ;;;;;;  "hippie-exp.el" (15394 38671))  ;;;;;;  "hippie-exp.el" (15930 37749))
10966  ;;; Generated autoloads from hippie-exp.el  ;;; Generated autoloads from hippie-exp.el
10967    
10968  (defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\  (defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\
# Line 9116  The list of expansion functions tried in Line 10970  The list of expansion functions tried in
10970  To change the behavior of `hippie-expand', remove, change the order of,  To change the behavior of `hippie-expand', remove, change the order of,
10971  or insert functions in this list.")  or insert functions in this list.")
10972    
10973    (custom-autoload (quote hippie-expand-try-functions-list) "hippie-exp")
10974    
10975  (defvar hippie-expand-verbose t "\  (defvar hippie-expand-verbose t "\
10976  *Non-nil makes `hippie-expand' output which function it is trying.")  *Non-nil makes `hippie-expand' output which function it is trying.")
10977    
10978    (custom-autoload (quote hippie-expand-verbose) "hippie-exp")
10979    
10980  (defvar hippie-expand-dabbrev-skip-space nil "\  (defvar hippie-expand-dabbrev-skip-space nil "\
10981  *Non-nil means tolerate trailing spaces in the abbreviation to expand.")  *Non-nil means tolerate trailing spaces in the abbreviation to expand.")
10982    
10983    (custom-autoload (quote hippie-expand-dabbrev-skip-space) "hippie-exp")
10984    
10985  (defvar hippie-expand-dabbrev-as-symbol t "\  (defvar hippie-expand-dabbrev-as-symbol t "\
10986  *Non-nil means expand as symbols, i.e. syntax `_' is considered a letter.")  *Non-nil means expand as symbols, i.e. syntax `_' is considered a letter.")
10987    
10988    (custom-autoload (quote hippie-expand-dabbrev-as-symbol) "hippie-exp")
10989    
10990  (defvar hippie-expand-no-restriction t "\  (defvar hippie-expand-no-restriction t "\
10991  *Non-nil means that narrowed buffers are widened during search.")  *Non-nil means that narrowed buffers are widened during search.")
10992    
10993    (custom-autoload (quote hippie-expand-no-restriction) "hippie-exp")
10994    
10995  (defvar hippie-expand-max-buffers nil "\  (defvar hippie-expand-max-buffers nil "\
10996  *The maximum number of buffers (apart from the current) searched.  *The maximum number of buffers (apart from the current) searched.
10997  If nil, all buffers are searched.")  If nil, all buffers are searched.")
10998    
10999    (custom-autoload (quote hippie-expand-max-buffers) "hippie-exp")
11000    
11001  (defvar hippie-expand-ignore-buffers (quote ("^ \\*.*\\*$" dired-mode)) "\  (defvar hippie-expand-ignore-buffers (quote ("^ \\*.*\\*$" dired-mode)) "\
11002  *A list specifying which buffers not to search (if not current).  *A list specifying which buffers not to search (if not current).
11003  Can contain both regexps matching buffer names (as strings) and major modes  Can contain both regexps matching buffer names (as strings) and major modes
11004  \(as atoms)")  \(as atoms)")
11005    
11006    (custom-autoload (quote hippie-expand-ignore-buffers) "hippie-exp")
11007    
11008  (defvar hippie-expand-only-buffers nil "\  (defvar hippie-expand-only-buffers nil "\
11009  *A list specifying the only buffers to search (in addition to current).  *A list specifying the only buffers to search (in addition to current).
11010  Can contain both regexps matching buffer names (as strings) and major modes  Can contain both regexps matching buffer names (as strings) and major modes
11011  \(as atoms).  If non-nil, this variable overrides the variable  \(as atoms).  If non-nil, this variable overrides the variable
11012  `hippie-expand-ignore-buffers'.")  `hippie-expand-ignore-buffers'.")
11013    
11014    (custom-autoload (quote hippie-expand-only-buffers) "hippie-exp")
11015    
11016  (autoload (quote hippie-expand) "hippie-exp" "\  (autoload (quote hippie-expand) "hippie-exp" "\
11017  Try to expand text before point, using multiple methods.  Try to expand text before point, using multiple methods.
11018  The expansion functions in `hippie-expand-try-functions-list' are  The expansion functions in `hippie-expand-try-functions-list' are
11019  tried in order, until a possible expansion is found.  Repeated  tried in order, until a possible expansion is found.  Repeated
11020  application of `hippie-expand' inserts successively possible  application of `hippie-expand' inserts successively possible
11021  expansions.    expansions.
11022  With a positive numeric argument, jumps directly to the ARG next  With a positive numeric argument, jumps directly to the ARG next
11023  function in this list.  With a negative argument or just \\[universal-argument],  function in this list.  With a negative argument or just \\[universal-argument],
11024  undoes the expansion." t nil)  undoes the expansion.
11025    
11026    \(fn ARG)" t nil)
11027    
11028  (autoload (quote make-hippie-expand-function) "hippie-exp" "\  (autoload (quote make-hippie-expand-function) "hippie-exp" "\
11029  Construct a function similar to `hippie-expand'.  Construct a function similar to `hippie-expand'.
11030  Make it use the expansion functions in TRY-LIST.  An optional second  Make it use the expansion functions in TRY-LIST.  An optional second
11031  argument VERBOSE non-nil makes the function verbose." nil (quote macro))  argument VERBOSE non-nil makes the function verbose.
11032    
11033    \(fn TRY-LIST &optional VERBOSE)" nil (quote macro))
11034    
11035  ;;;***  ;;;***
11036    
11037  ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"  ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
11038  ;;;;;;  (15522 27175))  ;;;;;;  (15521 40298))
11039  ;;; Generated autoloads from hl-line.el  ;;; Generated autoloads from hl-line.el
11040    
11041  (autoload (quote hl-line-mode) "hl-line" "\  (autoload (quote hl-line-mode) "hl-line" "\
11042  Minor mode to highlight the line about point in the current window.  Minor mode to highlight the line about point in the current window.
11043  With ARG, turn Hl-Line mode on if ARG is positive, off otherwise.  With ARG, turn Hl-Line mode on if ARG is positive, off otherwise.
11044  Uses functions `hl-line-unhighlight' and `hl-line-highlight' on  Uses functions `hl-line-unhighlight' and `hl-line-highlight' on
11045  `pre-command-hook' and `post-command-hook'." t nil)  `pre-command-hook' and `post-command-hook'.
11046    
11047    \(fn &optional ARG)" t nil)
11048    
11049  (defvar global-hl-line-mode nil "\  (defvar global-hl-line-mode nil "\
11050  Non-nil if Global-Hl-Line mode is enabled.  Non-nil if Global-Hl-Line mode is enabled.
# Line 9176  See the command `global-hl-line-mode' fo Line 11052  See the command `global-hl-line-mode' fo
11052  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
11053  use either \\[customize] or the function `global-hl-line-mode'.")  use either \\[customize] or the function `global-hl-line-mode'.")
11054    
11055  (custom-add-to-group (quote hl-line) (quote global-hl-line-mode) (quote custom-variable))  (custom-autoload (quote global-hl-line-mode) "hl-line")
   
 (custom-add-load (quote global-hl-line-mode) (quote hl-line))  
11056    
11057  (autoload (quote global-hl-line-mode) "hl-line" "\  (autoload (quote global-hl-line-mode) "hl-line" "\
11058  Toggle Hl-Line mode in every buffer.  Toggle Hl-Line mode in every buffer.
11059  With prefix ARG, turn Global-Hl-Line mode on if and only if ARG is positive.  With prefix ARG, turn Global-Hl-Line mode on if and only if ARG is positive.
11060  Hl-Line mode is actually not turned on in every buffer but only in those  Hl-Line mode is actually not turned on in every buffer but only in those
11061  in which `hl-line-mode' turns it on." t nil)  in which `hl-line-mode' turns it on.
11062    
11063    \(fn &optional ARG)" t nil)
11064    
11065  ;;;***  ;;;***
11066    
11067  ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"  ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
11068  ;;;;;;  (15097 59089))  ;;;;;;  (15935 46813))
11069  ;;; Generated autoloads from calendar/holidays.el  ;;; Generated autoloads from calendar/holidays.el
11070    
11071  (autoload (quote holidays) "holidays" "\  (autoload (quote holidays) "holidays" "\
11072  Display the holidays for last month, this month, and next month.  Display the holidays for last month, this month, and next month.
11073  If called with an optional prefix argument, prompts for month and year.  If called with an optional prefix argument, prompts for month and year.
11074    
11075  This function is suitable for execution in a .emacs file." t nil)  This function is suitable for execution in a .emacs file.
11076    
11077    \(fn &optional ARG)" t nil)
11078    
11079  (autoload (quote list-holidays) "holidays" "\  (autoload (quote list-holidays) "holidays" "\
11080  Display holidays for years Y1 to Y2 (inclusive).  Display holidays for years Y1 to Y2 (inclusive).
# Line 9204  Display holidays for years Y1 to Y2 (inc Line 11082  Display holidays for years Y1 to Y2 (inc
11082  The optional list of holidays L defaults to `calendar-holidays'.  See the  The optional list of holidays L defaults to `calendar-holidays'.  See the
11083  documentation for that variable for a description of holiday lists.  documentation for that variable for a description of holiday lists.
11084    
11085  The optional LABEL is used to label the buffer created." t nil)  The optional LABEL is used to label the buffer created.
11086    
11087    \(fn Y1 Y2 &optional L LABEL)" t nil)
11088    
11089  ;;;***  ;;;***
11090    
11091  ;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll)  ;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll)
11092  ;;;;;;  "hscroll" "obsolete/hscroll.el" (14900 43616))  ;;;;;;  "hscroll" "obsolete/hscroll.el" (15935 48553))
11093  ;;; Generated autoloads from obsolete/hscroll.el  ;;; Generated autoloads from obsolete/hscroll.el
11094    
11095  (autoload (quote turn-on-hscroll) "hscroll" "\  (autoload (quote turn-on-hscroll) "hscroll" "\
11096  This function is obsolete.  This function is obsolete.
11097  Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.  Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
11098  Also see `automatic-hscrolling'." nil nil)  Also see `automatic-hscrolling'.
11099    
11100    \(fn)" nil nil)
11101    
11102  (autoload (quote hscroll-mode) "hscroll" "\  (autoload (quote hscroll-mode) "hscroll" "\
11103  This function is obsolete.  This function is obsolete.
11104  Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.  Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
11105  Also see `automatic-hscrolling'." t nil)  Also see `automatic-hscrolling'.
11106    
11107    \(fn &optional ARG)" t nil)
11108    
11109  (autoload (quote hscroll-global-mode) "hscroll" "\  (autoload (quote hscroll-global-mode) "hscroll" "\
11110  This function is obsolete.  This function is obsolete.
11111  Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.  Emacs now does hscrolling automatically, if `truncate-lines' is non-nil.
11112  Also see `automatic-hscrolling'." t nil)  Also see `automatic-hscrolling'.
11113    
11114    \(fn &optional ARG)" t nil)
11115    
11116  ;;;***  ;;;***
11117    
# Line 9250  Also see `automatic-hscrolling'." t nil) Line 11136  Also see `automatic-hscrolling'." t nil)
11136  ;;;;;;  ibuffer-backward-filter-group ibuffer-forward-filter-group  ;;;;;;  ibuffer-backward-filter-group ibuffer-forward-filter-group
11137  ;;;;;;  ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group  ;;;;;;  ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
11138  ;;;;;;  ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode  ;;;;;;  ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
11139  ;;;;;;  ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15584 24774))  ;;;;;;  ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15935 41755))
11140  ;;; Generated autoloads from ibuf-ext.el  ;;; Generated autoloads from ibuf-ext.el
11141    
11142  (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\  (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
11143  Toggle use of Ibuffer's auto-update facility.  Toggle use of Ibuffer's auto-update facility.
11144  With numeric ARG, enable auto-update if and only if ARG is positive." t nil)  With numeric ARG, enable auto-update if and only if ARG is positive.
11145    
11146    \(fn &optional ARG)" t nil)
11147    
11148  (autoload (quote ibuffer-mouse-filter-by-mode) "ibuf-ext" "\  (autoload (quote ibuffer-mouse-filter-by-mode) "ibuf-ext" "\
11149  Enable or disable filtering by the major mode chosen via mouse." t nil)  Enable or disable filtering by the major mode chosen via mouse.
11150    
11151    \(fn EVENT)" t nil)
11152    
11153  (autoload (quote ibuffer-interactive-filter-by-mode) "ibuf-ext" "\  (autoload (quote ibuffer-interactive-filter-by-mode) "ibuf-ext" "\
11154  Enable or disable filtering by the major mode at point." t nil)  Enable or disable filtering by the major mode at point.
11155    
11156    \(fn EVENT-OR-POINT)" t nil)
11157    
11158  (autoload (quote ibuffer-mouse-toggle-filter-group) "ibuf-ext" "\  (autoload (quote ibuffer-mouse-toggle-filter-group) "ibuf-ext" "\
11159  Toggle the display status of the filter group chosen with the mouse." t nil)  Toggle the display status of the filter group chosen with the mouse.
11160    
11161    \(fn EVENT)" t nil)
11162    
11163  (autoload (quote ibuffer-toggle-filter-group) "ibuf-ext" "\  (autoload (quote ibuffer-toggle-filter-group) "ibuf-ext" "\
11164  Toggle the display status of the filter group on this line." t nil)  Toggle the display status of the filter group on this line.
11165    
11166    \(fn)" t nil)
11167    
11168  (autoload (quote ibuffer-forward-filter-group) "ibuf-ext" "\  (autoload (quote ibuffer-forward-filter-group) "ibuf-ext" "\
11169  Move point forwards by COUNT filtering groups." t nil)  Move point forwards by COUNT filtering groups.
11170    
11171    \(fn &optional COUNT)" t nil)
11172    
11173  (autoload (quote ibuffer-backward-filter-group) "ibuf-ext" "\  (autoload (quote ibuffer-backward-filter-group) "ibuf-ext" "\
11174  Move point backwards by COUNT filtering groups." t nil)  Move point backwards by COUNT filtering groups.
11175    
11176    \(fn &optional COUNT)" t nil)
11177   (autoload 'ibuffer-do-shell-command-pipe "ibuf-ext.el")   (autoload 'ibuffer-do-shell-command-pipe "ibuf-ext.el")
11178   (autoload 'ibuffer-do-shell-command-pipe-replace "ibuf-ext.el")   (autoload 'ibuffer-do-shell-command-pipe-replace "ibuf-ext.el")
11179   (autoload 'ibuffer-do-shell-command-file "ibuf-ext.el")   (autoload 'ibuffer-do-shell-command-file "ibuf-ext.el")
# Line 9286  Move point backwards by COUNT filtering Line 11186  Move point backwards by COUNT filtering
11186   (autoload 'ibuffer-do-query-replace-regexp "ibuf-ext.el")   (autoload 'ibuffer-do-query-replace-regexp "ibuf-ext.el")
11187   (autoload 'ibuffer-do-print "ibuf-ext.el")   (autoload 'ibuffer-do-print "ibuf-ext.el")
11188    
11189  (autoload (quote ibuffer-included-in-filters-p) "ibuf-ext" nil nil nil)  (autoload (quote ibuffer-included-in-filters-p) "ibuf-ext" "\
11190    Not documented
11191    
11192    \(fn BUF FILTERS)" nil nil)
11193    
11194  (autoload (quote ibuffer-filters-to-filter-group) "ibuf-ext" "\  (autoload (quote ibuffer-filters-to-filter-group) "ibuf-ext" "\
11195  Make the current filters into a filtering group." t nil)  Make the current filters into a filtering group.
11196    
11197    \(fn NAME)" t nil)
11198    
11199  (autoload (quote ibuffer-set-filter-groups-by-mode) "ibuf-ext" "\  (autoload (quote ibuffer-set-filter-groups-by-mode) "ibuf-ext" "\
11200  Set the current filter groups to filter by mode." t nil)  Set the current filter groups to filter by mode.
11201    
11202    \(fn)" t nil)
11203    
11204  (autoload (quote ibuffer-pop-filter-group) "ibuf-ext" "\  (autoload (quote ibuffer-pop-filter-group) "ibuf-ext" "\
11205  Remove the first filter group." t nil)  Remove the first filter group.
11206    
11207    \(fn)" t nil)
11208    
11209  (autoload (quote ibuffer-decompose-filter-group) "ibuf-ext" "\  (autoload (quote ibuffer-decompose-filter-group) "ibuf-ext" "\
11210  Decompose the filter group GROUP into active filters." t nil)  Decompose the filter group GROUP into active filters.
11211    
11212    \(fn GROUP)" t nil)
11213    
11214  (autoload (quote ibuffer-clear-filter-groups) "ibuf-ext" "\  (autoload (quote ibuffer-clear-filter-groups) "ibuf-ext" "\
11215  Remove all filter groups." t nil)  Remove all filter groups.
11216    
11217    \(fn)" t nil)
11218    
11219  (autoload (quote ibuffer-jump-to-filter-group) "ibuf-ext" "\  (autoload (quote ibuffer-jump-to-filter-group) "ibuf-ext" "\
11220  Move point to the filter group whose name is NAME." t nil)  Move point to the filter group whose name is NAME.
11221    
11222    \(fn NAME)" t nil)
11223    
11224  (autoload (quote ibuffer-kill-filter-group) "ibuf-ext" "\  (autoload (quote ibuffer-kill-filter-group) "ibuf-ext" "\
11225  Kill the filter group named NAME.  Kill the filter group named NAME.
11226  The group will be added to `ibuffer-filter-group-kill-ring'." t nil)  The group will be added to `ibuffer-filter-group-kill-ring'.
11227    
11228    \(fn NAME)" t nil)
11229    
11230  (autoload (quote ibuffer-kill-line) "ibuf-ext" "\  (autoload (quote ibuffer-kill-line) "ibuf-ext" "\
11231  Kill the filter group at point.  Kill the filter group at point.
11232  See also `ibuffer-kill-filter-group'." t nil)  See also `ibuffer-kill-filter-group'.
11233    
11234    \(fn &optional ARG)" t nil)
11235    
11236  (autoload (quote ibuffer-yank) "ibuf-ext" "\  (autoload (quote ibuffer-yank) "ibuf-ext" "\
11237  Yank the last killed filter group before group at point." t nil)  Yank the last killed filter group before group at point.
11238    
11239    \(fn)" t nil)
11240    
11241  (autoload (quote ibuffer-yank-filter-group) "ibuf-ext" "\  (autoload (quote ibuffer-yank-filter-group) "ibuf-ext" "\
11242  Yank the last killed filter group before group named NAME." t nil)  Yank the last killed filter group before group named NAME.
11243    
11244    \(fn NAME)" t nil)
11245    
11246  (autoload (quote ibuffer-save-filter-groups) "ibuf-ext" "\  (autoload (quote ibuffer-save-filter-groups) "ibuf-ext" "\
11247  Save all active filter groups GROUPS as NAME.  Save all active filter groups GROUPS as NAME.
11248  They are added to `ibuffer-saved-filter-groups'.  Interactively,  They are added to `ibuffer-saved-filter-groups'.  Interactively,
11249  prompt for NAME, and use the current filters." t nil)  prompt for NAME, and use the current filters.
11250    
11251    \(fn NAME GROUPS)" t nil)
11252    
11253  (autoload (quote ibuffer-delete-saved-filter-groups) "ibuf-ext" "\  (autoload (quote ibuffer-delete-saved-filter-groups) "ibuf-ext" "\
11254  Delete saved filter groups with NAME.  Delete saved filter groups with NAME.
11255  They are removed from `ibuffer-saved-filter-groups'." t nil)  They are removed from `ibuffer-saved-filter-groups'.
11256    
11257    \(fn NAME)" t nil)
11258    
11259  (autoload (quote ibuffer-switch-to-saved-filter-groups) "ibuf-ext" "\  (autoload (quote ibuffer-switch-to-saved-filter-groups) "ibuf-ext" "\
11260  Set this buffer's filter groups to saved version with NAME.  Set this buffer's filter groups to saved version with NAME.
11261  The value from `ibuffer-saved-filters' is used.  The value from `ibuffer-saved-filters' is used.
11262  If prefix argument ADD is non-nil, then add the saved filters instead  If prefix argument ADD is non-nil, then add the saved filters instead
11263  of replacing the current filters." t nil)  of replacing the current filters.
11264    
11265    \(fn NAME)" t nil)
11266    
11267  (autoload (quote ibuffer-filter-disable) "ibuf-ext" "\  (autoload (quote ibuffer-filter-disable) "ibuf-ext" "\
11268  Disable all filters currently in effect in this buffer." t nil)  Disable all filters currently in effect in this buffer.
11269    
11270    \(fn)" t nil)
11271    
11272  (autoload (quote ibuffer-pop-filter) "ibuf-ext" "\  (autoload (quote ibuffer-pop-filter) "ibuf-ext" "\
11273  Remove the top filter in this buffer." t nil)  Remove the top filter in this buffer.
11274    
11275    \(fn)" t nil)
11276    
11277  (autoload (quote ibuffer-decompose-filter) "ibuf-ext" "\  (autoload (quote ibuffer-decompose-filter) "ibuf-ext" "\
11278  Separate the top compound filter (OR, NOT, or SAVED) in this buffer.  Separate the top compound filter (OR, NOT, or SAVED) in this buffer.
11279    
11280  This means that the topmost filter on the filtering stack, which must  This means that the topmost filter on the filtering stack, which must
11281  be a complex filter like (OR [name: foo] [mode: bar-mode]), will be  be a complex filter like (OR [name: foo] [mode: bar-mode]), will be
11282  turned into two separate filters [name: foo] and [mode: bar-mode]." t nil)  turned into two separate filters [name: foo] and [mode: bar-mode].
11283    
11284    \(fn)" t nil)
11285    
11286  (autoload (quote ibuffer-exchange-filters) "ibuf-ext" "\  (autoload (quote ibuffer-exchange-filters) "ibuf-ext" "\
11287  Exchange the top two filters on the stack in this buffer." t nil)  Exchange the top two filters on the stack in this buffer.
11288    
11289    \(fn)" t nil)
11290    
11291  (autoload (quote ibuffer-negate-filter) "ibuf-ext" "\  (autoload (quote ibuffer-negate-filter) "ibuf-ext" "\
11292  Negate the sense of the top filter in the current buffer." t nil)  Negate the sense of the top filter in the current buffer.
11293    
11294    \(fn)" t nil)
11295    
11296  (autoload (quote ibuffer-or-filter) "ibuf-ext" "\  (autoload (quote ibuffer-or-filter) "ibuf-ext" "\
11297  Replace the top two filters in this buffer with their logical OR.  Replace the top two filters in this buffer with their logical OR.
11298  If optional argument REVERSE is non-nil, instead break the top OR  If optional argument REVERSE is non-nil, instead break the top OR
11299  filter into parts." t nil)  filter into parts.
11300    
11301    \(fn &optional REVERSE)" t nil)
11302    
11303  (autoload (quote ibuffer-save-filters) "ibuf-ext" "\  (autoload (quote ibuffer-save-filters) "ibuf-ext" "\
11304  Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'.  Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'.
11305  Interactively, prompt for NAME, and use the current filters." t nil)  Interactively, prompt for NAME, and use the current filters.
11306    
11307    \(fn NAME FILTERS)" t nil)
11308    
11309  (autoload (quote ibuffer-delete-saved-filters) "ibuf-ext" "\  (autoload (quote ibuffer-delete-saved-filters) "ibuf-ext" "\
11310  Delete saved filters with NAME from `ibuffer-saved-filters'." t nil)  Delete saved filters with NAME from `ibuffer-saved-filters'.
11311    
11312    \(fn NAME)" t nil)
11313    
11314  (autoload (quote ibuffer-add-saved-filters) "ibuf-ext" "\  (autoload (quote ibuffer-add-saved-filters) "ibuf-ext" "\
11315  Add saved filters from `ibuffer-saved-filters' to this buffer's filters." t nil)  Add saved filters from `ibuffer-saved-filters' to this buffer's filters.
11316    
11317    \(fn NAME)" t nil)
11318    
11319  (autoload (quote ibuffer-switch-to-saved-filters) "ibuf-ext" "\  (autoload (quote ibuffer-switch-to-saved-filters) "ibuf-ext" "\
11320  Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'.  Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'.
11321  If prefix argument ADD is non-nil, then add the saved filters instead  If prefix argument ADD is non-nil, then add the saved filters instead
11322  of replacing the current filters." t nil)  of replacing the current filters.
11323    
11324    \(fn NAME)" t nil)
11325   (autoload 'ibuffer-filter-by-mode "ibuf-ext.el")   (autoload 'ibuffer-filter-by-mode "ibuf-ext.el")
11326     (autoload 'ibuffer-filter-by-used-mode "ibuf-ext.el")
11327   (autoload 'ibuffer-filter-by-name "ibuf-ext.el")   (autoload 'ibuffer-filter-by-name "ibuf-ext.el")
11328   (autoload 'ibuffer-filter-by-filename "ibuf-ext.el")   (autoload 'ibuffer-filter-by-filename "ibuf-ext.el")
11329   (autoload 'ibuffer-filter-by-size-gt  "ibuf-ext.el")   (autoload 'ibuffer-filter-by-size-gt  "ibuf-ext.el")
# Line 9387  Default sorting modes are: Line 11337  Default sorting modes are:
11337   Recency - the last time the buffer was viewed   Recency - the last time the buffer was viewed
11338   Name - the name of the buffer   Name - the name of the buffer
11339   Major Mode - the name of the major mode of the buffer   Major Mode - the name of the major mode of the buffer
11340   Size - the size of the buffer" t nil)   Size - the size of the buffer
11341    
11342    \(fn)" t nil)
11343    
11344  (autoload (quote ibuffer-invert-sorting) "ibuf-ext" "\  (autoload (quote ibuffer-invert-sorting) "ibuf-ext" "\
11345  Toggle whether or not sorting is in reverse order." t nil)  Toggle whether or not sorting is in reverse order.
11346    
11347    \(fn)" t nil)
11348   (autoload 'ibuffer-do-sort-by-major-mode "ibuf-ext.el")   (autoload 'ibuffer-do-sort-by-major-mode "ibuf-ext.el")
11349   (autoload 'ibuffer-do-sort-by-mode-name "ibuf-ext.el")   (autoload 'ibuffer-do-sort-by-mode-name "ibuf-ext.el")
11350   (autoload 'ibuffer-do-sort-by-alphabetic "ibuf-ext.el")   (autoload 'ibuffer-do-sort-by-alphabetic "ibuf-ext.el")
11351   (autoload 'ibuffer-do-sort-by-size "ibuf-ext.el")   (autoload 'ibuffer-do-sort-by-size "ibuf-ext.el")
11352    
11353  (autoload (quote ibuffer-bs-show) "ibuf-ext" "\  (autoload (quote ibuffer-bs-show) "ibuf-ext" "\
11354  Emulate `bs-show' from the bs.el package." t nil)  Emulate `bs-show' from the bs.el package.
11355    
11356    \(fn)" t nil)
11357    
11358  (autoload (quote ibuffer-add-to-tmp-hide) "ibuf-ext" "\  (autoload (quote ibuffer-add-to-tmp-hide) "ibuf-ext" "\
11359  Add REGEXP to `ibuffer-tmp-hide-regexps'.  Add REGEXP to `ibuffer-tmp-hide-regexps'.
11360  This means that buffers whose name matches REGEXP will not be shown  This means that buffers whose name matches REGEXP will not be shown
11361  for this ibuffer session." t nil)  for this ibuffer session.
11362    
11363    \(fn REGEXP)" t nil)
11364    
11365  (autoload (quote ibuffer-add-to-tmp-show) "ibuf-ext" "\  (autoload (quote ibuffer-add-to-tmp-show) "ibuf-ext" "\
11366  Add REGEXP to `ibuffer-tmp-show-regexps'.  Add REGEXP to `ibuffer-tmp-show-regexps'.
11367  This means that buffers whose name matches REGEXP will always be shown  This means that buffers whose name matches REGEXP will always be shown
11368  for this ibuffer session." t nil)  for this ibuffer session.
11369    
11370    \(fn REGEXP)" t nil)
11371    
11372  (autoload (quote ibuffer-forward-next-marked) "ibuf-ext" "\  (autoload (quote ibuffer-forward-next-marked) "ibuf-ext" "\
11373  Move forward by COUNT marked buffers (default 1).  Move forward by COUNT marked buffers (default 1).
# Line 9416  If MARK is non-nil, it should be a chara Line 11376  If MARK is non-nil, it should be a chara
11376  to move by.  The default is `ibuffer-marked-char'.  to move by.  The default is `ibuffer-marked-char'.
11377    
11378  If DIRECTION is non-nil, it should be an integer; negative integers  If DIRECTION is non-nil, it should be an integer; negative integers
11379  mean move backwards, non-negative integers mean move forwards." t nil)  mean move backwards, non-negative integers mean move forwards.
11380    
11381    \(fn &optional COUNT MARK DIRECTION)" t nil)
11382    
11383  (autoload (quote ibuffer-backwards-next-marked) "ibuf-ext" "\  (autoload (quote ibuffer-backwards-next-marked) "ibuf-ext" "\
11384  Move backwards by COUNT marked buffers (default 1).  Move backwards by COUNT marked buffers (default 1).
11385    
11386  If MARK is non-nil, it should be a character denoting the type of mark  If MARK is non-nil, it should be a character denoting the type of mark
11387  to move by.  The default is `ibuffer-marked-char'." t nil)  to move by.  The default is `ibuffer-marked-char'.
11388    
11389    \(fn &optional COUNT MARK)" t nil)
11390    
11391  (autoload (quote ibuffer-do-kill-lines) "ibuf-ext" "\  (autoload (quote ibuffer-do-kill-lines) "ibuf-ext" "\
11392  Hide all of the currently marked lines." t nil)  Hide all of the currently marked lines.
11393    
11394    \(fn)" t nil)
11395    
11396  (autoload (quote ibuffer-jump-to-buffer) "ibuf-ext" "\  (autoload (quote ibuffer-jump-to-buffer) "ibuf-ext" "\
11397  Move point to the buffer whose name is NAME." t nil)  Move point to the buffer whose name is NAME.
11398    
11399    \(fn NAME)" t nil)
11400    
11401  (autoload (quote ibuffer-diff-with-file) "ibuf-ext" "\  (autoload (quote ibuffer-diff-with-file) "ibuf-ext" "\
11402  View the differences between this buffer and its associated file.  View the differences between this buffer and its associated file.
11403  This requires the external program \"diff\" to be in your `exec-path'." t nil)  This requires the external program \"diff\" to be in your `exec-path'.
11404    
11405    \(fn)" t nil)
11406    
11407  (autoload (quote ibuffer-copy-filename-as-kill) "ibuf-ext" "\  (autoload (quote ibuffer-copy-filename-as-kill) "ibuf-ext" "\
11408  Copy filenames of marked buffers into the kill ring.  Copy filenames of marked buffers into the kill ring.
11409    
11410  The names are separated by a space.  The names are separated by a space.
11411  If a buffer has no filename, it is ignored.  If a buffer has no filename, it is ignored.
 With a zero prefix arg, use the complete pathname of each marked file.  
11412    
11413  You can then feed the file name(s) to other commands with C-y.  With no prefix arg, use the filename sans its directory of each marked file.
11414    With a zero prefix arg, use the complete filename of each marked file.
11415    With \\[universal-argument], use the filename of each marked file relative
11416    to `ibuffer-default-directory' iff non-nil, otherwise `default-directory'.
11417    
11418    You can then feed the file name(s) to other commands with \\[yank].
11419    
11420   [ This docstring shamelessly stolen from the  \(fn &optional ARG)" t nil)
  `dired-copy-filename-as-kill' in \"dired-x\". ]" t nil)  
11421    
11422  (autoload (quote ibuffer-mark-by-name-regexp) "ibuf-ext" "\  (autoload (quote ibuffer-mark-by-name-regexp) "ibuf-ext" "\
11423  Mark all buffers whose name matches REGEXP." t nil)  Mark all buffers whose name matches REGEXP.
11424    
11425    \(fn REGEXP)" t nil)
11426    
11427  (autoload (quote ibuffer-mark-by-mode-regexp) "ibuf-ext" "\  (autoload (quote ibuffer-mark-by-mode-regexp) "ibuf-ext" "\
11428  Mark all buffers whose major mode matches REGEXP." t nil)  Mark all buffers whose major mode matches REGEXP.
11429    
11430    \(fn REGEXP)" t nil)
11431    
11432  (autoload (quote ibuffer-mark-by-file-name-regexp) "ibuf-ext" "\  (autoload (quote ibuffer-mark-by-file-name-regexp) "ibuf-ext" "\
11433  Mark all buffers whose file name matches REGEXP." t nil)  Mark all buffers whose file name matches REGEXP.
11434    
11435    \(fn REGEXP)" t nil)
11436    
11437  (autoload (quote ibuffer-mark-by-mode) "ibuf-ext" "\  (autoload (quote ibuffer-mark-by-mode) "ibuf-ext" "\
11438  Mark all buffers whose major mode equals MODE." t nil)  Mark all buffers whose major mode equals MODE.
11439    
11440    \(fn MODE)" t nil)
11441    
11442  (autoload (quote ibuffer-mark-modified-buffers) "ibuf-ext" "\  (autoload (quote ibuffer-mark-modified-buffers) "ibuf-ext" "\
11443  Mark all modified buffers." t nil)  Mark all modified buffers.
11444    
11445    \(fn)" t nil)
11446    
11447  (autoload (quote ibuffer-mark-unsaved-buffers) "ibuf-ext" "\  (autoload (quote ibuffer-mark-unsaved-buffers) "ibuf-ext" "\
11448  Mark all modified buffers that have an associated file." t nil)  Mark all modified buffers that have an associated file.
11449    
11450    \(fn)" t nil)
11451    
11452  (autoload (quote ibuffer-mark-dissociated-buffers) "ibuf-ext" "\  (autoload (quote ibuffer-mark-dissociated-buffers) "ibuf-ext" "\
11453  Mark all buffers whose associated file does not exist." t nil)  Mark all buffers whose associated file does not exist.
11454    
11455    \(fn)" t nil)
11456    
11457  (autoload (quote ibuffer-mark-help-buffers) "ibuf-ext" "\  (autoload (quote ibuffer-mark-help-buffers) "ibuf-ext" "\
11458  Mark buffers like *Help*, *Apropos*, *Info*." t nil)  Mark buffers like *Help*, *Apropos*, *Info*.
11459    
11460    \(fn)" t nil)
11461    
11462  (autoload (quote ibuffer-mark-old-buffers) "ibuf-ext" "\  (autoload (quote ibuffer-mark-old-buffers) "ibuf-ext" "\
11463  Mark buffers which have not been viewed in `ibuffer-old-time' days." t nil)  Mark buffers which have not been viewed in `ibuffer-old-time' days.
11464    
11465    \(fn)" t nil)
11466    
11467  (autoload (quote ibuffer-mark-special-buffers) "ibuf-ext" "\  (autoload (quote ibuffer-mark-special-buffers) "ibuf-ext" "\
11468  Mark all buffers whose name begins and ends with '*'." t nil)  Mark all buffers whose name begins and ends with '*'.
11469    
11470    \(fn)" t nil)
11471    
11472  (autoload (quote ibuffer-mark-read-only-buffers) "ibuf-ext" "\  (autoload (quote ibuffer-mark-read-only-buffers) "ibuf-ext" "\
11473  Mark all read-only buffers." t nil)  Mark all read-only buffers.
11474    
11475    \(fn)" t nil)
11476    
11477  (autoload (quote ibuffer-mark-dired-buffers) "ibuf-ext" "\  (autoload (quote ibuffer-mark-dired-buffers) "ibuf-ext" "\
11478  Mark all `dired' buffers." t nil)  Mark all `dired' buffers.
11479    
11480    \(fn)" t nil)
11481    
11482  (autoload (quote ibuffer-do-occur) "ibuf-ext" "\  (autoload (quote ibuffer-do-occur) "ibuf-ext" "\
11483  View lines which match REGEXP in all marked buffers.  View lines which match REGEXP in all marked buffers.
11484  Optional argument NLINES says how many lines of context to display: it  Optional argument NLINES says how many lines of context to display: it
11485  defaults to one." t nil)  defaults to one.
11486    
11487    \(fn REGEXP &optional NLINES)" t nil)
11488    
11489  ;;;***  ;;;***
11490    
11491  ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter  ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
11492  ;;;;;;  define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15619  ;;;;;;  define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15935
11493  ;;;;;;  64084))  ;;;;;;  41771))
11494  ;;; Generated autoloads from ibuf-macs.el  ;;; Generated autoloads from ibuf-macs.el
11495    
11496  (autoload (quote define-ibuffer-column) "ibuf-macs" "\  (autoload (quote define-ibuffer-column) "ibuf-macs" "\
# Line 9511  Note that this macro expands into a `def Line 11511  Note that this macro expands into a `def
11511  ibuffer-make-column-NAME.  If INLINE is non-nil, then the form will be  ibuffer-make-column-NAME.  If INLINE is non-nil, then the form will be
11512  inlined into the compiled format versions.  This means that if you  inlined into the compiled format versions.  This means that if you
11513  change its definition, you should explicitly call  change its definition, you should explicitly call
11514  `ibuffer-recompile-formats'." nil (quote macro))  `ibuffer-recompile-formats'.
11515    
11516    \(fn SYMBOL (&KEY name inline props summarizer) &rest BODY)" nil (quote macro))
11517    
11518  (autoload (quote define-ibuffer-sorter) "ibuf-macs" "\  (autoload (quote define-ibuffer-sorter) "ibuf-macs" "\
11519  Define a method of sorting named NAME.  Define a method of sorting named NAME.
# Line 9521  DESCRIPTION is a short string describing Line 11523  DESCRIPTION is a short string describing
11523    
11524  For sorting, the forms in BODY will be evaluated with `a' bound to one  For sorting, the forms in BODY will be evaluated with `a' bound to one
11525  buffer object, and `b' bound to another.  BODY should return a non-nil  buffer object, and `b' bound to another.  BODY should return a non-nil
11526  value if and only if `a' is \"less than\" `b'." nil (quote macro))  value if and only if `a' is \"less than\" `b'.
11527    
11528    \(fn NAME DOCUMENTATION (&KEY description) &rest BODY)" nil (quote macro))
11529    
11530  (autoload (quote define-ibuffer-op) "ibuf-macs" "\  (autoload (quote define-ibuffer-op) "ibuf-macs" "\
11531  Generate a function which operates on a buffer.  Generate a function which operates on a buffer.
# Line 9552  ACTIVE-OPSTRING is a string which will b Line 11556  ACTIVE-OPSTRING is a string which will b
11556  confirmation message, in the form:  confirmation message, in the form:
11557   \"Really ACTIVE-OPSTRING x buffers?\"   \"Really ACTIVE-OPSTRING x buffers?\"
11558  COMPLEX means this function is special; see the source code of this  COMPLEX means this function is special; see the source code of this
11559  macro for exactly what it does." nil (quote macro))  macro for exactly what it does.
11560    
11561    \(fn OP ARGS DOCUMENTATION (&KEY interactive mark modifier-p dangerous (opstring operated on) (active-opstring Operate on) complex) &rest BODY)" nil (quote macro))
11562    
11563  (autoload (quote define-ibuffer-filter) "ibuf-macs" "\  (autoload (quote define-ibuffer-filter) "ibuf-macs" "\
11564  Define a filter named NAME.  Define a filter named NAME.
# Line 9563  DESCRIPTION is a short string describing Line 11569  DESCRIPTION is a short string describing
11569  BODY should contain forms which will be evaluated to test whether or  BODY should contain forms which will be evaluated to test whether or
11570  not a particular buffer should be displayed or not.  The forms in BODY  not a particular buffer should be displayed or not.  The forms in BODY
11571  will be evaluated with BUF bound to the buffer object, and QUALIFIER  will be evaluated with BUF bound to the buffer object, and QUALIFIER
11572  bound to the current value of the filter." nil (quote macro))  bound to the current value of the filter.
11573    
11574    \(fn NAME DOCUMENTATION (&KEY reader description) &rest BODY)" nil (quote macro))
11575    
11576  ;;;***  ;;;***
11577    
11578  ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)  ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
11579  ;;;;;;  "ibuffer" "ibuffer.el" (15619 64085))  ;;;;;;  "ibuffer" "ibuffer.el" (15935 41784))
11580  ;;; Generated autoloads from ibuffer.el  ;;; Generated autoloads from ibuffer.el
11581    
11582  (autoload (quote ibuffer-list-buffers) "ibuffer" "\  (autoload (quote ibuffer-list-buffers) "ibuffer" "\
11583  Display a list of buffers, in another window.  Display a list of buffers, in another window.
11584  If optional argument FILES-ONLY is non-nil, then add a filter for  If optional argument FILES-ONLY is non-nil, then add a filter for
11585  buffers which are visiting a file." t nil)  buffers which are visiting a file.
11586    
11587    \(fn &optional FILES-ONLY)" t nil)
11588    
11589  (autoload (quote ibuffer-other-window) "ibuffer" "\  (autoload (quote ibuffer-other-window) "ibuffer" "\
11590  Like `ibuffer', but displayed in another window by default.  Like `ibuffer', but displayed in another window by default.
11591  If optional argument FILES-ONLY is non-nil, then add a filter for  If optional argument FILES-ONLY is non-nil, then add a filter for
11592  buffers which are visiting a file." t nil)  buffers which are visiting a file.
11593    
11594    \(fn &optional FILES-ONLY)" t nil)
11595    
11596  (autoload (quote ibuffer) "ibuffer" "\  (autoload (quote ibuffer) "ibuffer" "\
11597  Begin using `ibuffer' to edit a list of buffers.  Begin using `ibuffer' to edit a list of buffers.
# Line 9597  Optional argument FILTER-GROUPS is an in Line 11609  Optional argument FILTER-GROUPS is an in
11609  groups to use; see `ibuffer-filter-groups'.  groups to use; see `ibuffer-filter-groups'.
11610  Optional argument FORMATS is the value to use for `ibuffer-formats'.  Optional argument FORMATS is the value to use for `ibuffer-formats'.
11611  If specified, then the variable `ibuffer-formats' will have that value  If specified, then the variable `ibuffer-formats' will have that value
11612  locally in this buffer." t nil)  locally in this buffer.
11613    
11614    \(fn &optional OTHER-WINDOW-P NAME QUALIFIERS NOSELECT SHRINK FILTER-GROUPS FORMATS)" t nil)
11615    
11616  ;;;***  ;;;***
11617    
11618  ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"  ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"
11619  ;;;;;;  "icomplete.el" (15484 11830))  ;;;;;;  "icomplete.el" (15935 41799))
11620  ;;; Generated autoloads from icomplete.el  ;;; Generated autoloads from icomplete.el
11621    
11622  (autoload (quote icomplete-mode) "icomplete" "\  (autoload (quote icomplete-mode) "icomplete" "\
11623  Toggle incremental minibuffer completion for this Emacs session.  Toggle incremental minibuffer completion for this Emacs session.
11624  With a numeric argument, turn Icomplete mode on iff ARG is positive." t nil)  With a numeric argument, turn Icomplete mode on iff ARG is positive.
11625    
11626    \(fn &optional ARG)" t nil)
11627    
11628  (autoload (quote icomplete-minibuffer-setup) "icomplete" "\  (autoload (quote icomplete-minibuffer-setup) "icomplete" "\
11629  Run in minibuffer on activation to establish incremental completion.  Run in minibuffer on activation to establish incremental completion.
11630  Usually run by inclusion in `minibuffer-setup-hook'." nil nil)  Usually run by inclusion in `minibuffer-setup-hook'.
11631    
11632    \(fn)" nil nil)
11633    
11634  ;;;***  ;;;***
11635    
11636  ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (14854 2373))  ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (15935 48915))
11637  ;;; Generated autoloads from progmodes/icon.el  ;;; Generated autoloads from progmodes/icon.el
11638    
11639  (autoload (quote icon-mode) "icon" "\  (autoload (quote icon-mode) "icon" "\
# Line 9649  Variables controlling indentation style: Line 11667  Variables controlling indentation style:
11667      this far to the right of the start of its line.      this far to the right of the start of its line.
11668    
11669  Turning on Icon mode calls the value of the variable `icon-mode-hook'  Turning on Icon mode calls the value of the variable `icon-mode-hook'
11670  with no args, if that value is non-nil." t nil)  with no args, if that value is non-nil.
11671    
11672    \(fn)" t nil)
11673    
11674  ;;;***  ;;;***
11675    
11676  ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"  ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
11677  ;;;;;;  (15588 20068))  ;;;;;;  (15790 55821))
11678  ;;; Generated autoloads from progmodes/idlw-shell.el  ;;; Generated autoloads from progmodes/idlw-shell.el
11679    
11680  (autoload (quote idlwave-shell) "idlw-shell" "\  (autoload (quote idlwave-shell) "idlw-shell" "\
# Line 9666  When called with a prefix ARG, or when ` Line 11686  When called with a prefix ARG, or when `
11686  is non-nil, the shell buffer and the source buffers will be in  is non-nil, the shell buffer and the source buffers will be in
11687  separate frames.  separate frames.
11688    
11689  The command to run comes from variable `idlwave-shell-explicit-file-name'.  The command to run comes from variable `idlwave-shell-explicit-file-name',
11690    with options taken from `idlwave-shell-command-line-options'.
11691    
11692  The buffer is put in `idlwave-shell-mode', providing commands for sending  The buffer is put in `idlwave-shell-mode', providing commands for sending
11693  input and controlling the IDL job.  See help on `idlwave-shell-mode'.  input and controlling the IDL job.  See help on `idlwave-shell-mode'.
11694  See also the variable `idlwave-shell-prompt-pattern'.  See also the variable `idlwave-shell-prompt-pattern'.
11695    
11696  \(Type \\[describe-mode] in the shell buffer for a list of commands.)" t nil)  \(Type \\[describe-mode] in the shell buffer for a list of commands.)
11697    
11698    \(fn &optional ARG QUICK)" t nil)
11699    
11700  ;;;***  ;;;***
11701    
11702  ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"  ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
11703  ;;;;;;  (15588 20068))  ;;;;;;  (15791 49779))
11704  ;;; Generated autoloads from progmodes/idlwave.el  ;;; Generated autoloads from progmodes/idlwave.el
11705    
11706  (autoload (quote idlwave-mode) "idlwave" "\  (autoload (quote idlwave-mode) "idlwave" "\
# Line 9690  The main features of this mode are Line 11713  The main features of this mode are
11713     Like other Emacs programming modes, C-j inserts a newline and indents.     Like other Emacs programming modes, C-j inserts a newline and indents.
11714     TAB is used for explicit indentation of the current line.     TAB is used for explicit indentation of the current line.
11715    
11716     To start a continuation line, use \\[idlwave-split-line].  This function can also     To start a continuation line, use \\[idlwave-split-line].  This
11717     be used in the middle of a line to split the line at that point.     function can also be used in the middle of a line to split the line
11718     When used inside a long constant string, the string is split at     at that point.  When used inside a long constant string, the string
11719     that point with the `+' concatenation operator.     is split at that point with the `+' concatenation operator.
11720    
11721     Comments are indented as follows:     Comments are indented as follows:
11722    
# Line 9703  The main features of this mode are Line 11726  The main features of this mode are
11726    
11727     The indentation of comments starting in column 0 is never changed.     The indentation of comments starting in column 0 is never changed.
11728    
11729     Use \\[idlwave-fill-paragraph] to refill a paragraph inside a comment.  The indentation     Use \\[idlwave-fill-paragraph] to refill a paragraph inside a
11730     of the second line of the paragraph relative to the first will be     comment.  The indentation of the second line of the paragraph
11731     retained.  Use \\[idlwave-auto-fill-mode] to toggle auto-fill mode for these comments.     relative to the first will be retained.  Use
11732     When the variable `idlwave-fill-comment-line-only' is nil, code     \\[idlwave-auto-fill-mode] to toggle auto-fill mode for these
11733     can also be auto-filled and auto-indented (not recommended).     comments.  When the variable `idlwave-fill-comment-line-only' is
11734       nil, code can also be auto-filled and auto-indented (not
11735       recommended).
11736    
11737     To convert pre-existing IDL code to your formatting style, mark the     To convert pre-existing IDL code to your formatting style, mark the
11738     entire buffer with \\[mark-whole-buffer] and execute \\[idlwave-expand-region-abbrevs].     entire buffer with \\[mark-whole-buffer] and execute
11739     Then mark the entire buffer again followed by \\[indent-region] (`indent-region').     \\[idlwave-expand-region-abbrevs].  Then mark the entire buffer
11740       again followed by \\[indent-region] (`indent-region').
11741    
11742  2. Routine Info  2. Routine Info
11743     ------------     ------------
11744     IDLWAVE displays information about the calling sequence and the accepted     IDLWAVE displays information about the calling sequence and the
11745     keyword parameters of a procedure or function with \\[idlwave-routine-info].     accepted keyword parameters of a procedure or function with
11746     \\[idlwave-find-module] jumps to the source file of a module.     \\[idlwave-routine-info].  \\[idlwave-find-module] jumps to the
11747     These commands know about system routines, all routines in idlwave-mode     source file of a module.  These commands know about system
11748     buffers and (when the idlwave-shell is active) about all modules     routines, all routines in idlwave-mode buffers and (when the
11749     currently compiled under this shell.  Use \\[idlwave-update-routine-info] to update this     idlwave-shell is active) about all modules currently compiled under
11750       this shell.  Use \\[idlwave-update-routine-info] to update this
11751     information, which is also used for completion (see item 4).     information, which is also used for completion (see item 4).
11752    
11753  3. Online IDL Help  3. Online IDL Help
# Line 9754  The main features of this mode are Line 11781  The main features of this mode are
11781     \\i         IF statement template     \\i         IF statement template
11782     \\elif      IF-ELSE statement template     \\elif      IF-ELSE statement template
11783     \\b         BEGIN     \\b         BEGIN
11784      
11785     For a full list, use \\[idlwave-list-abbrevs].  Some templates also have     For a full list, use \\[idlwave-list-abbrevs].  Some templates also have
11786     direct keybindings - see the list of keybindings below.     direct keybindings - see the list of keybindings below.
11787    
# Line 9779  The main features of this mode are Line 11806  The main features of this mode are
11806    
11807  9. Documentation and Customization  9. Documentation and Customization
11808     -------------------------------     -------------------------------
11809     Info documentation for this package is available.  Use \\[idlwave-info]     Info documentation for this package is available.  Use
11810     to display (complain to your sysadmin if that does not work).     \\[idlwave-info] to display (complain to your sysadmin if that does
11811     For Postscript and HTML versions of the documentation, check IDLWAVE's     not work).  For Postscript, PDF, and HTML versions of the
11812     homepage at `http://www.strw.leidenuniv.nl/~dominik/Tools/idlwave'.     documentation, check IDLWAVE's homepage at `http://idlwave.org'.
11813     IDLWAVE has customize support - see the group `idlwave'.     IDLWAVE has customize support - see the group `idlwave'.
11814    
11815  10.Keybindings  10.Keybindings
# Line 9791  The main features of this mode are Line 11818  The main features of this mode are
11818     If some of the key bindings below show with ??, use \\[describe-key]     If some of the key bindings below show with ??, use \\[describe-key]
11819     followed by the key sequence to see what the key sequence does.     followed by the key sequence to see what the key sequence does.
11820    
11821  \\{idlwave-mode-map}" t nil)  \\{idlwave-mode-map}
11822    
11823    \(fn)" t nil)
11824    
11825  ;;;***  ;;;***
11826    
11827  ;;;### (autoloads (ielm) "ielm" "ielm.el" (15482 55795))  ;;;### (autoloads (ido-read-directory-name ido-read-file-name ido-dired
11828    ;;;;;;  ido-insert-file ido-write-file ido-find-file-other-frame
11829    ;;;;;;  ido-display-file ido-find-file-read-only-other-frame ido-find-file-read-only-other-window
11830    ;;;;;;  ido-find-file-read-only ido-find-alternate-file ido-find-file-other-window
11831    ;;;;;;  ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame
11832    ;;;;;;  ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
11833    ;;;;;;  ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido"
11834    ;;;;;;  "ido.el" (15935 41813))
11835    ;;; Generated autoloads from ido.el
11836    
11837    (defvar ido-mode nil "\
11838    Determines for which functional group (buffer and files) ido behavior
11839    should be enabled. The following values are possible:
11840    - `buffer': Turn only on ido buffer behavior (switching, killing,
11841      displaying...)
11842    - `file': Turn only on ido file behavior (finding, writing, inserting...)
11843    - `both': Turn on ido buffer and file behavior.
11844    - `nil': Turn off any ido switching.
11845    
11846    Setting this variable directly does not take effect;
11847    use either \\[customize] or the function `ido-mode'.")
11848    
11849    (custom-autoload (quote ido-mode) "ido")
11850    
11851    (autoload (quote ido-mode) "ido" "\
11852    Toggle ido speed-ups on or off.
11853    With ARG, turn ido speed-up on if arg is positive, off otherwise.
11854    If second argument NOBIND is non-nil, no keys are rebound; otherwise,
11855    turning on ido-mode will modify the default keybindings for the
11856    find-file and switch-to-buffer families of commands to the ido
11857    versions of these functions.
11858    However, if second arg equals 'files, bind only for files, or if it
11859    equals 'buffers, bind only for buffers.
11860    This function also adds a hook to the minibuffer.
11861    
11862    \(fn &optional ARG NOBIND)" t nil)
11863    
11864    (autoload (quote ido-read-buffer) "ido" "\
11865    Replacement for the built-in `read-buffer'.
11866    Return the name of a buffer selected.
11867    PROMPT is the prompt to give to the user.  DEFAULT if given is the default
11868    buffer to be selected, which will go to the front of the list.
11869    If REQUIRE-MATCH is non-nil, an existing-buffer must be selected.
11870    If INITIAL is non-nil, it specifies the initial input string.
11871    
11872    \(fn PROMPT &optional DEFAULT REQUIRE-MATCH INITIAL)" nil nil)
11873    
11874    (autoload (quote ido-switch-buffer) "ido" "\
11875    Switch to another buffer.
11876    The buffer is displayed according to `ido-default-buffer-method' -- the
11877    default is to show it in the same window, unless it is already visible
11878    in another frame.
11879    
11880    As you type in a string, all of the buffers matching the string are
11881    displayed if substring-matching is used (default). Look at
11882    `ido-enable-prefix' and `ido-toggle-prefix'. When you have found the
11883    buffer you want, it can then be selected. As you type, most keys have their
11884    normal keybindings, except for the following: \\<ido-mode-map>
11885    
11886    RET Select the buffer at the front of the list of matches.  If the
11887    list is empty, possibly prompt to create new buffer.
11888    
11889    \\[ido-select-text] Select the current prompt as the buffer.
11890    If no buffer is found, prompt for a new one.
11891    
11892    \\[ido-next-match] Put the first element at the end of the list.
11893    \\[ido-prev-match] Put the last element at the start of the list.
11894    \\[ido-complete] Complete a common suffix to the current string that
11895    matches all buffers.  If there is only one match, select that buffer.
11896    If there is no common suffix, show a list of all matching buffers
11897    in a separate window.
11898    \\[ido-edit-input] Edit input string.
11899    \\[ido-fallback-command] Fallback to non-ido version of current command.
11900    \\[ido-toggle-regexp] Toggle regexp searching.
11901    \\[ido-toggle-prefix] Toggle between substring and prefix matching.
11902    \\[ido-toggle-case] Toggle case-sensitive searching of buffer names.
11903    \\[ido-completion-help] Show list of matching buffers in separate window.
11904    \\[ido-enter-find-file] Drop into ido-find-file.
11905    \\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
11906    \\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'.
11907    
11908    \(fn)" t nil)
11909    
11910    (autoload (quote ido-switch-buffer-other-window) "ido" "\
11911    Switch to another buffer and show it in another window.
11912    The buffer name is selected interactively by typing a substring.
11913    For details of keybindings, do `\\[describe-function] ido'.
11914    
11915    \(fn)" t nil)
11916    
11917    (autoload (quote ido-display-buffer) "ido" "\
11918    Display a buffer in another window but don't select it.
11919    The buffer name is selected interactively by typing a substring.
11920    For details of keybindings, do `\\[describe-function] ido'.
11921    
11922    \(fn)" t nil)
11923    
11924    (autoload (quote ido-kill-buffer) "ido" "\
11925    Kill a buffer.
11926    The buffer name is selected interactively by typing a substring.
11927    For details of keybindings, do `\\[describe-function] ido'.
11928    
11929    \(fn)" t nil)
11930    
11931    (autoload (quote ido-insert-buffer) "ido" "\
11932    Insert contents of a buffer in current buffer after point.
11933    The buffer name is selected interactively by typing a substring.
11934    For details of keybindings, do `\\[describe-function] ido'.
11935    
11936    \(fn)" t nil)
11937    
11938    (autoload (quote ido-switch-buffer-other-frame) "ido" "\
11939    Switch to another buffer and show it in another frame.
11940    The buffer name is selected interactively by typing a substring.
11941    For details of keybindings, do `\\[describe-function] ido'.
11942    
11943    \(fn)" t nil)
11944    
11945    (autoload (quote ido-find-file-in-dir) "ido" "\
11946    Switch to another file starting from DIR.
11947    
11948    \(fn DIR)" t nil)
11949    
11950    (autoload (quote ido-find-file) "ido" "\
11951    Edit file with name obtained via minibuffer.
11952    The file is displayed according to `ido-default-file-method' -- the
11953    default is to show it in the same window, unless it is already
11954    visible in another frame.
11955    
11956    The file name is selected interactively by typing a substring. As you type
11957    in a string, all of the filenames matching the string are displayed if
11958    substring-matching is used (default). Look at `ido-enable-prefix' and
11959    `ido-toggle-prefix'. When you have found the filename you want, it can
11960    then be selected. As you type, most keys have their normal keybindings,
11961    except for the following: \\<ido-mode-map>
11962    
11963    RET Select the file at the front of the list of matches.  If the
11964    list is empty, possibly prompt to create new file.
11965    
11966    \\[ido-select-text] Select the current prompt as the buffer or file.
11967    If no buffer or file is found, prompt for a new one.
11968    
11969    \\[ido-next-match] Put the first element at the end of the list.
11970    \\[ido-prev-match] Put the last element at the start of the list.
11971    \\[ido-complete] Complete a common suffix to the current string that
11972    matches all files.  If there is only one match, select that file.
11973    If there is no common suffix, show a list of all matching files
11974    in a separate window.
11975    \\[ido-edit-input] Edit input string (including directory).
11976    \\[ido-prev-work-directory] or \\[ido-next-work-directory] go to previous/next directory in work directory history.
11977    \\[ido-merge-work-directories] search for file in the work directory history.
11978    \\[ido-forget-work-directory] removes current directory from the work directory history.
11979    \\[ido-prev-work-file] or \\[ido-next-work-file] cycle through the work file history.
11980    \\[ido-wide-find-file] and \\[ido-wide-find-dir] prompts and uses find to locate files or directories.
11981    \\[ido-make-directory] prompts for a directory to create in current directory.
11982    \\[ido-fallback-command] Fallback to non-ido version of current command.
11983    \\[ido-toggle-regexp] Toggle regexp searching.
11984    \\[ido-toggle-prefix] Toggle between substring and prefix matching.
11985    \\[ido-toggle-case] Toggle case-sensitive searching of file names.
11986    \\[ido-toggle-vc] Toggle version control for this file.
11987    \\[ido-toggle-literal] Toggle literal reading of this file.
11988    \\[ido-completion-help] Show list of matching files in separate window.
11989    \\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'.
11990    
11991    \(fn)" t nil)
11992    
11993    (autoload (quote ido-find-file-other-window) "ido" "\
11994    Switch to another file and show it in another window.
11995    The file name is selected interactively by typing a substring.
11996    For details of keybindings, do `\\[describe-function] ido-find-file'.
11997    
11998    \(fn)" t nil)
11999    
12000    (autoload (quote ido-find-alternate-file) "ido" "\
12001    Switch to another file and show it in another window.
12002    The file name is selected interactively by typing a substring.
12003    For details of keybindings, do `\\[describe-function] ido-find-file'.
12004    
12005    \(fn)" t nil)
12006    
12007    (autoload (quote ido-find-file-read-only) "ido" "\
12008    Edit file read-only with name obtained via minibuffer.
12009    The file name is selected interactively by typing a substring.
12010    For details of keybindings, do `\\[describe-function] ido-find-file'.
12011    
12012    \(fn)" t nil)
12013    
12014    (autoload (quote ido-find-file-read-only-other-window) "ido" "\
12015    Edit file read-only in other window with name obtained via minibuffer.
12016    The file name is selected interactively by typing a substring.
12017    For details of keybindings, do `\\[describe-function] ido-find-file'.
12018    
12019    \(fn)" t nil)
12020    
12021    (autoload (quote ido-find-file-read-only-other-frame) "ido" "\
12022    Edit file read-only in other frame with name obtained via minibuffer.
12023    The file name is selected interactively by typing a substring.
12024    For details of keybindings, do `\\[describe-function] ido-find-file'.
12025    
12026    \(fn)" t nil)
12027    
12028    (autoload (quote ido-display-file) "ido" "\
12029    Display a file in another window but don't select it.
12030    The file name is selected interactively by typing a substring.
12031    For details of keybindings, do `\\[describe-function] ido-find-file'.
12032    
12033    \(fn)" t nil)
12034    
12035    (autoload (quote ido-find-file-other-frame) "ido" "\
12036    Switch to another file and show it in another frame.
12037    The file name is selected interactively by typing a substring.
12038    For details of keybindings, do `\\[describe-function] ido-find-file'.
12039    
12040    \(fn)" t nil)
12041    
12042    (autoload (quote ido-write-file) "ido" "\
12043    Write current buffer to a file.
12044    The file name is selected interactively by typing a substring.
12045    For details of keybindings, do `\\[describe-function] ido-find-file'.
12046    
12047    \(fn)" t nil)
12048    
12049    (autoload (quote ido-insert-file) "ido" "\
12050    Insert contents of file in current buffer.
12051    The file name is selected interactively by typing a substring.
12052    For details of keybindings, do `\\[describe-function] ido-find-file'.
12053    
12054    \(fn)" t nil)
12055    
12056    (autoload (quote ido-dired) "ido" "\
12057    Call dired the ido way.
12058    The directory is selected interactively by typing a substring.
12059    For details of keybindings, do `\\[describe-function] ido-find-file'.
12060    
12061    \(fn)" t nil)
12062    
12063    (autoload (quote ido-read-file-name) "ido" "\
12064    Read file name, prompting with PROMPT and completing in directory DIR.
12065    See `read-file-name' for additional parameters.
12066    
12067    \(fn PROMPT &optional DIR DEFAULT-FILENAME MUSTMATCH INITIAL PREDICATE)" nil nil)
12068    
12069    (autoload (quote ido-read-directory-name) "ido" "\
12070    Read directory name, prompting with PROMPT and completing in directory DIR.
12071    See `read-file-name' for additional parameters.
12072    
12073    \(fn PROMPT &optional DIR DEFAULT-DIRNAME MUSTMATCH INITIAL)" nil nil)
12074    
12075    ;;;***
12076    
12077    ;;;### (autoloads (ielm) "ielm" "ielm.el" (15935 41827))
12078  ;;; Generated autoloads from ielm.el  ;;; Generated autoloads from ielm.el
12079   (add-hook 'same-window-buffer-names "*ielm*")   (add-hook 'same-window-buffer-names "*ielm*")
12080    
12081  (autoload (quote ielm) "ielm" "\  (autoload (quote ielm) "ielm" "\
12082  Interactively evaluate Emacs Lisp expressions.  Interactively evaluate Emacs Lisp expressions.
12083  Switches to the buffer `*ielm*', or creates it if it does not exist." t nil)  Switches to the buffer `*ielm*', or creates it if it does not exist.
12084    
12085    \(fn)" t nil)
12086    
12087  ;;;***  ;;;***
12088    
12089  ;;;### (autoloads (defimage find-image remove-images insert-image  ;;;### (autoloads (defimage find-image remove-images insert-image
12090  ;;;;;;  put-image create-image image-type-available-p image-type-from-file-header  ;;;;;;  put-image create-image image-type-available-p image-type-from-file-header
12091  ;;;;;;  image-type-from-data) "image" "image.el" (15501 19354))  ;;;;;;  image-type-from-data) "image" "image.el" (15935 41897))
12092  ;;; Generated autoloads from image.el  ;;; Generated autoloads from image.el
12093    
12094  (autoload (quote image-type-from-data) "image" "\  (autoload (quote image-type-from-data) "image" "\
12095  Determine the image type from image data DATA.  Determine the image type from image data DATA.
12096  Value is a symbol specifying the image type or nil if type cannot  Value is a symbol specifying the image type or nil if type cannot
12097  be determined." nil nil)  be determined.
12098    
12099    \(fn DATA)" nil nil)
12100    
12101  (autoload (quote image-type-from-file-header) "image" "\  (autoload (quote image-type-from-file-header) "image" "\
12102  Determine the type of image file FILE from its first few bytes.  Determine the type of image file FILE from its first few bytes.
12103  Value is a symbol specifying the image type, or nil if type cannot  Value is a symbol specifying the image type, or nil if type cannot
12104  be determined." nil nil)  be determined.
12105    
12106    \(fn FILE)" nil nil)
12107    
12108  (autoload (quote image-type-available-p) "image" "\  (autoload (quote image-type-available-p) "image" "\
12109  Value is non-nil if image type TYPE is available.  Value is non-nil if image type TYPE is available.
12110  Image types are symbols like `xbm' or `jpeg'." nil nil)  Image types are symbols like `xbm' or `jpeg'.
12111    
12112    \(fn TYPE)" nil nil)
12113    
12114  (autoload (quote create-image) "image" "\  (autoload (quote create-image) "image" "\
12115  Create an image.  Create an image.
# Line 9834  use its file extension as image type. Line 12121  use its file extension as image type.
12121  Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.  Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
12122  Optional PROPS are additional image attributes to assign to the image,  Optional PROPS are additional image attributes to assign to the image,
12123  like, e.g. `:mask MASK'.  like, e.g. `:mask MASK'.
12124  Value is the image created, or nil if images of type TYPE are not supported." nil nil)  Value is the image created, or nil if images of type TYPE are not supported.
12125    
12126    \(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil)
12127    
12128  (autoload (quote put-image) "image" "\  (autoload (quote put-image) "image" "\
12129  Put image IMAGE in front of POS in the current buffer.  Put image IMAGE in front of POS in the current buffer.
# Line 9846  POS may be an integer or marker. Line 12135  POS may be an integer or marker.
12135  AREA is where to display the image.  AREA nil or omitted means  AREA is where to display the image.  AREA nil or omitted means
12136  display it in the text area, a value of `left-margin' means  display it in the text area, a value of `left-margin' means
12137  display it in the left marginal area, a value of `right-margin'  display it in the left marginal area, a value of `right-margin'
12138  means display it in the right marginal area." nil nil)  means display it in the right marginal area.
12139    
12140    \(fn IMAGE POS &optional STRING AREA)" nil nil)
12141    
12142  (autoload (quote insert-image) "image" "\  (autoload (quote insert-image) "image" "\
12143  Insert IMAGE into current buffer at point.  Insert IMAGE into current buffer at point.
# Line 9856  defaulted if you omit it. Line 12147  defaulted if you omit it.
12147  AREA is where to display the image.  AREA nil or omitted means  AREA is where to display the image.  AREA nil or omitted means
12148  display it in the text area, a value of `left-margin' means  display it in the text area, a value of `left-margin' means
12149  display it in the left marginal area, a value of `right-margin'  display it in the left marginal area, a value of `right-margin'
12150  means display it in the right marginal area." nil nil)  means display it in the right marginal area.
12151    
12152    \(fn IMAGE &optional STRING AREA)" nil nil)
12153    
12154  (autoload (quote remove-images) "image" "\  (autoload (quote remove-images) "image" "\
12155  Remove images between START and END in BUFFER.  Remove images between START and END in BUFFER.
12156  Remove only images that were put in BUFFER with calls to `put-image'.  Remove only images that were put in BUFFER with calls to `put-image'.
12157  BUFFER nil or omitted means use the current buffer." nil nil)  BUFFER nil or omitted means use the current buffer.
12158    
12159    \(fn START END &optional BUFFER)" nil nil)
12160    
12161  (autoload (quote find-image) "image" "\  (autoload (quote find-image) "image" "\
12162  Find an image, choosing one of a list of image specifications.  Find an image, choosing one of a list of image specifications.
# Line 9878  is supported, and FILE exists, is used t Line 12173  is supported, and FILE exists, is used t
12173  specification to be returned.  Return nil if no specification is  specification to be returned.  Return nil if no specification is
12174  satisfied.  satisfied.
12175    
12176  The image is looked for first on `load-path' and then in `data-directory'." nil nil)  The image is looked for first on `load-path' and then in `data-directory'.
12177    
12178    \(fn SPECS)" nil nil)
12179    
12180  (autoload (quote defimage) "image" "\  (autoload (quote defimage) "image" "\
12181  Define SYMBOL as an image.  Define SYMBOL as an image.
# Line 9898  define SYMBOL. Line 12195  define SYMBOL.
12195  Example:  Example:
12196    
12197     (defimage test-image ((:type xpm :file \"~/test1.xpm\")     (defimage test-image ((:type xpm :file \"~/test1.xpm\")
12198                           (:type xbm :file \"~/test1.xbm\")))" nil (quote macro))                           (:type xbm :file \"~/test1.xbm\")))
12199    
12200    \(fn SYMBOL SPECS &optional DOC)" nil (quote macro))
12201    
12202  ;;;***  ;;;***
12203    
12204  ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp  ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
12205  ;;;;;;  image-file-name-regexps image-file-name-extensions) "image-file"  ;;;;;;  image-file-name-regexps image-file-name-extensions) "image-file"
12206  ;;;;;;  "image-file.el" (15417 7401))  ;;;;;;  "image-file.el" (15786 7485))
12207  ;;; Generated autoloads from image-file.el  ;;; Generated autoloads from image-file.el
12208    
12209  (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\  (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
# Line 9917  setting this variable directly does not Line 12216  setting this variable directly does not
12216  `auto-image-file-mode' is re-enabled; this happens automatically when  `auto-image-file-mode' is re-enabled; this happens automatically when
12217  the variable is set using \\[customize].")  the variable is set using \\[customize].")
12218    
12219    (custom-autoload (quote image-file-name-extensions) "image-file")
12220    
12221  (defvar image-file-name-regexps nil "\  (defvar image-file-name-regexps nil "\
12222  *List of regexps matching image-file filenames.  *List of regexps matching image-file filenames.
12223  Filenames matching one of these regexps are considered image files,  Filenames matching one of these regexps are considered image files,
# Line 9927  enabled, setting this variable directly Line 12228  enabled, setting this variable directly
12228  `auto-image-file-mode' is re-enabled; this happens automatically when  `auto-image-file-mode' is re-enabled; this happens automatically when
12229  the variable is set using \\[customize].")  the variable is set using \\[customize].")
12230    
12231    (custom-autoload (quote image-file-name-regexps) "image-file")
12232    
12233  (autoload (quote image-file-name-regexp) "image-file" "\  (autoload (quote image-file-name-regexp) "image-file" "\
12234  Return a regular expression matching image-file filenames." nil nil)  Return a regular expression matching image-file filenames.
12235    
12236    \(fn)" nil nil)
12237    
12238  (autoload (quote insert-image-file) "image-file" "\  (autoload (quote insert-image-file) "image-file" "\
12239  Insert the image file FILE into the current buffer.  Insert the image file FILE into the current buffer.
12240  Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for  Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for
12241  the command `insert-file-contents'." nil nil)  the command `insert-file-contents'.
12242    
12243    \(fn FILE &optional VISIT BEG END REPLACE)" nil nil)
12244    
12245  (defvar auto-image-file-mode nil "\  (defvar auto-image-file-mode nil "\
12246  Non-nil if Auto-Image-File mode is enabled.  Non-nil if Auto-Image-File mode is enabled.
# Line 9941  See the command `auto-image-file-mode' f Line 12248  See the command `auto-image-file-mode' f
12248  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
12249  use either \\[customize] or the function `auto-image-file-mode'.")  use either \\[customize] or the function `auto-image-file-mode'.")
12250    
12251  (custom-add-to-group (quote image) (quote auto-image-file-mode) (quote custom-variable))  (custom-autoload (quote auto-image-file-mode) "image-file")
   
 (custom-add-load (quote auto-image-file-mode) (quote image-file))  
12252    
12253  (autoload (quote auto-image-file-mode) "image-file" "\  (autoload (quote auto-image-file-mode) "image-file" "\
12254  Toggle visiting of image files as images.  Toggle visiting of image files as images.
# Line 9952  Returns non-nil if the new state is enab Line 12257  Returns non-nil if the new state is enab
12257    
12258  Image files are those whose name has an extension in  Image files are those whose name has an extension in
12259  `image-file-name-extensions', or matches a regexp in  `image-file-name-extensions', or matches a regexp in
12260  `image-file-name-regexps'." t nil)  `image-file-name-regexps'.
12261    
12262    \(fn &optional ARG)" t nil)
12263    
12264  ;;;***  ;;;***
12265    
12266  ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar  ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
12267  ;;;;;;  imenu-sort-function) "imenu" "imenu.el" (15510 36440))  ;;;;;;  imenu-sort-function) "imenu" "imenu.el" (15714 42969))
12268  ;;; Generated autoloads from imenu.el  ;;; Generated autoloads from imenu.el
12269    
12270  (defvar imenu-sort-function nil "\  (defvar imenu-sort-function nil "\
# Line 9975  The function should take two arguments a Line 12282  The function should take two arguments a
12282  element should come before the second.  The arguments are cons cells;  element should come before the second.  The arguments are cons cells;
12283  \(NAME . POSITION).  Look at `imenu--sort-by-name' for an example.")  \(NAME . POSITION).  Look at `imenu--sort-by-name' for an example.")
12284    
12285    (custom-autoload (quote imenu-sort-function) "imenu")
12286    
12287  (defvar imenu-generic-expression nil "\  (defvar imenu-generic-expression nil "\
12288  The regex pattern to use for creating a buffer index.  The regex pattern to use for creating a buffer index.
12289    
# Line 10086  The function in this variable is called Line 12395  The function in this variable is called
12395  (autoload (quote imenu-add-to-menubar) "imenu" "\  (autoload (quote imenu-add-to-menubar) "imenu" "\
12396  Add an `imenu' entry to the menu bar for the current buffer.  Add an `imenu' entry to the menu bar for the current buffer.
12397  NAME is a string used to name the menu bar item.  NAME is a string used to name the menu bar item.
12398  See the command `imenu' for more information." t nil)  See the command `imenu' for more information.
12399    
12400    \(fn NAME)" t nil)
12401    
12402  (autoload (quote imenu-add-menubar-index) "imenu" "\  (autoload (quote imenu-add-menubar-index) "imenu" "\
12403  Add an Imenu \"Index\" entry on the menu bar for the current buffer.  Add an Imenu \"Index\" entry on the menu bar for the current buffer.
12404    
12405  A trivial interface to `imenu-add-to-menubar' suitable for use in a hook." t nil)  A trivial interface to `imenu-add-to-menubar' suitable for use in a hook.
12406    
12407    \(fn)" t nil)
12408    
12409  (autoload (quote imenu) "imenu" "\  (autoload (quote imenu) "imenu" "\
12410  Jump to a place in the buffer chosen using a buffer menu or mouse menu.  Jump to a place in the buffer chosen using a buffer menu or mouse menu.
12411  INDEX-ITEM specifies the position.  See `imenu-choose-buffer-index'  INDEX-ITEM specifies the position.  See `imenu-choose-buffer-index'
12412  for more information." t nil)  for more information.
12413    
12414    \(fn INDEX-ITEM)" t nil)
12415    
12416  ;;;***  ;;;***
12417    
12418  ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion  ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion
12419  ;;;;;;  in-is13194-post-read-conversion indian-compose-string indian-compose-region)  ;;;;;;  in-is13194-post-read-conversion indian-compose-string indian-compose-region)
12420  ;;;;;;  "ind-util" "language/ind-util.el" (15390 23523))  ;;;;;;  "ind-util" "language/ind-util.el" (15935 48150))
12421  ;;; Generated autoloads from language/ind-util.el  ;;; Generated autoloads from language/ind-util.el
12422    
12423  (autoload (quote indian-compose-region) "ind-util" "\  (autoload (quote indian-compose-region) "ind-util" "\
12424  Compose the region according to `composition-function-table'. " t nil)  Compose the region according to `composition-function-table'.
12425    
12426    \(fn FROM TO)" t nil)
12427    
12428  (autoload (quote indian-compose-string) "ind-util" nil nil nil)  (autoload (quote indian-compose-string) "ind-util" "\
12429    Not documented
12430    
12431  (autoload (quote in-is13194-post-read-conversion) "ind-util" nil nil nil)  \(fn STRING)" nil nil)
12432    
12433  (autoload (quote in-is13194-pre-write-conversion) "ind-util" nil nil nil)  (autoload (quote in-is13194-post-read-conversion) "ind-util" "\
12434    Not documented
12435    
12436    \(fn LEN)" nil nil)
12437    
12438    (autoload (quote in-is13194-pre-write-conversion) "ind-util" "\
12439    Not documented
12440    
12441    \(fn FROM TO)" nil nil)
12442    
12443  (autoload (quote indian-glyph-char) "ind-util" "\  (autoload (quote indian-glyph-char) "ind-util" "\
12444  Return character of charset `indian-glyph' made from glyph index INDEX.  Return character of charset `indian-glyph' made from glyph index INDEX.
12445  The variable `indian-default-script' specifies the script of the glyph.  The variable `indian-default-script' specifies the script of the glyph.
12446  Optional argument SCRIPT, if non-nil, overrides `indian-default-script'.  Optional argument SCRIPT, if non-nil, overrides `indian-default-script'.
12447  See also the function `indian-char-glyph'." nil nil)  See also the function `indian-char-glyph'.
12448    
12449    \(fn INDEX &optional SCRIPT)" nil nil)
12450    
12451  (autoload (quote indian-char-glyph) "ind-util" "\  (autoload (quote indian-char-glyph) "ind-util" "\
12452  Return information about the glyph code for CHAR of `indian-glyph' charset.  Return information about the glyph code for CHAR of `indian-glyph' charset.
12453  The value is (INDEX . SCRIPT), where INDEX is the glyph index  The value is (INDEX . SCRIPT), where INDEX is the glyph index
12454  in the font that Indian script name SCRIPT specifies.  in the font that Indian script name SCRIPT specifies.
12455  See also the function `indian-glyph-char'." nil nil)  See also the function `indian-glyph-char'.
12456    
12457    \(fn CHAR)" nil nil)
12458    
12459  ;;;***  ;;;***
12460    
12461  ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el"  ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el"
12462  ;;;;;;  (15394 38677))  ;;;;;;  (15650 57540))
12463  ;;; Generated autoloads from progmodes/inf-lisp.el  ;;; Generated autoloads from progmodes/inf-lisp.el
12464    
12465  (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\  (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
# Line 10176  to that buffer. Line 12506  to that buffer.
12506  With argument, allows you to edit the command line (default is value  With argument, allows you to edit the command line (default is value
12507  of `inferior-lisp-program').  Runs the hooks from  of `inferior-lisp-program').  Runs the hooks from
12508  `inferior-lisp-mode-hook' (after the `comint-mode-hook' is run).  `inferior-lisp-mode-hook' (after the `comint-mode-hook' is run).
12509  \(Type \\[describe-mode] in the process buffer for a list of commands.)" t nil)  \(Type \\[describe-mode] in the process buffer for a list of commands.)
12510    
12511    \(fn CMD)" t nil)
12512   (add-hook 'same-window-buffer-names "*inferior-lisp*")   (add-hook 'same-window-buffer-names "*inferior-lisp*")
12513    
12514  (defalias (quote run-lisp) (quote inferior-lisp))  (defalias (quote run-lisp) (quote inferior-lisp))
# Line 10185  of `inferior-lisp-program').  Runs the h Line 12517  of `inferior-lisp-program').  Runs the h
12517    
12518  ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node  ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
12519  ;;;;;;  Info-goto-emacs-command-node Info-directory info-standalone  ;;;;;;  Info-goto-emacs-command-node Info-directory info-standalone
12520  ;;;;;;  info info-other-window) "info" "info.el" (15619 64085))  ;;;;;;  info-emacs-manual info info-other-window) "info" "info.el"
12521    ;;;;;;  (15926 29380))
12522  ;;; Generated autoloads from info.el  ;;; Generated autoloads from info.el
12523    
12524  (autoload (quote info-other-window) "info" "\  (autoload (quote info-other-window) "info" "\
12525  Like `info' but show the Info buffer in another window." t nil)  Like `info' but show the Info buffer in another window.
12526    
12527    \(fn &optional FILE)" t nil)
12528   (add-hook 'same-window-buffer-names "*info*")   (add-hook 'same-window-buffer-names "*info*")
12529    
12530  (autoload (quote info) "info" "\  (autoload (quote info) "info" "\
# Line 10204  to read a file name from the minibuffer. Line 12539  to read a file name from the minibuffer.
12539    
12540  The search path for Info files is in the variable `Info-directory-list'.  The search path for Info files is in the variable `Info-directory-list'.
12541  The top-level Info directory is made by combining all the files named `dir'  The top-level Info directory is made by combining all the files named `dir'
12542  in all the directories in that path." t nil)  in all the directories in that path.
12543    
12544    \(fn &optional FILE)" t nil)
12545    
12546    (autoload (quote info-emacs-manual) "info" "\
12547    Display the Emacs manual in Info mode.
12548    
12549    \(fn)" t nil)
12550    
12551  (autoload (quote info-standalone) "info" "\  (autoload (quote info-standalone) "info" "\
12552  Run Emacs as a standalone Info reader.  Run Emacs as a standalone Info reader.
12553  Usage:  emacs -f info-standalone [filename]  Usage:  emacs -f info-standalone [filename]
12554  In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself." nil nil)  In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself.
12555    
12556    \(fn)" nil nil)
12557    
12558  (autoload (quote Info-directory) "info" "\  (autoload (quote Info-directory) "info" "\
12559  Go to the Info directory node." t nil)  Go to the Info directory node.
12560    
12561    \(fn)" t nil)
12562    
12563  (autoload (quote Info-goto-emacs-command-node) "info" "\  (autoload (quote Info-goto-emacs-command-node) "info" "\
12564  Go to the Info node in the Emacs manual for command COMMAND.  Go to the Info node in the Emacs manual for command COMMAND.
12565  The command is found by looking up in Emacs manual's indices  The command is found by looking up in Emacs manual's indices
12566  or in another manual found via COMMAND's `info-file' property or  or in another manual found via COMMAND's `info-file' property or
12567  the variable `Info-file-list-for-emacs'." t nil)  the variable `Info-file-list-for-emacs'.
12568    
12569    \(fn COMMAND)" t nil)
12570    
12571  (autoload (quote Info-goto-emacs-key-command-node) "info" "\  (autoload (quote Info-goto-emacs-key-command-node) "info" "\
12572  Go to the node in the Emacs manual which describes the command bound to KEY.  Go to the node in the Emacs manual which describes the command bound to KEY.
# Line 10226  KEY is a string. Line 12574  KEY is a string.
12574  Interactively, if the binding is `execute-extended-command', a command is read.  Interactively, if the binding is `execute-extended-command', a command is read.
12575  The command is found by looking up in Emacs manual's indices  The command is found by looking up in Emacs manual's indices
12576  or in another manual found via COMMAND's `info-file' property or  or in another manual found via COMMAND's `info-file' property or
12577  the variable `Info-file-list-for-emacs'." t nil)  the variable `Info-file-list-for-emacs'.
12578    
12579    \(fn KEY)" t nil)
12580    
12581  (autoload (quote Info-speedbar-browser) "info" "\  (autoload (quote Info-speedbar-browser) "info" "\
12582  Initialize speedbar to display an info node browser.  Initialize speedbar to display an info node browser.
12583  This will add a speedbar major display mode." t nil)  This will add a speedbar major display mode.
12584    
12585    \(fn)" t nil)
12586    
12587  ;;;***  ;;;***
12588    
12589  ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file  ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
12590  ;;;;;;  info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"  ;;;;;;  info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
12591  ;;;;;;  (15444 42462))  ;;;;;;  (15886 6040))
12592  ;;; Generated autoloads from info-look.el  ;;; Generated autoloads from info-look.el
12593    
12594  (autoload (quote info-lookup-reset) "info-look" "\  (autoload (quote info-lookup-reset) "info-look" "\
12595  Throw away all cached data.  Throw away all cached data.
12596  This command is useful if the user wants to start at the beginning without  This command is useful if the user wants to start at the beginning without
12597  quitting Emacs, for example, after some Info documents were updated on the  quitting Emacs, for example, after some Info documents were updated on the
12598  system." t nil)  system.
12599    
12600    \(fn)" t nil)
12601    
12602  (autoload (quote info-lookup-symbol) "info-look" "\  (autoload (quote info-lookup-symbol) "info-look" "\
12603  Display the definition of SYMBOL, as found in the relevant manual.  Display the definition of SYMBOL, as found in the relevant manual.
# Line 10252  In the minibuffer, use M-n to yank the d Line 12606  In the minibuffer, use M-n to yank the d
12606  into the minibuffer so you can edit it.  into the minibuffer so you can edit it.
12607  The default symbol is the one found at point.  The default symbol is the one found at point.
12608    
12609  With prefix arg a query for the symbol help mode is offered." t nil)  With prefix arg a query for the symbol help mode is offered.
12610    
12611    \(fn SYMBOL &optional MODE)" t nil)
12612    
12613  (autoload (quote info-lookup-file) "info-look" "\  (autoload (quote info-lookup-file) "info-look" "\
12614  Display the documentation of a file.  Display the documentation of a file.
# Line 10261  In the minibuffer, use M-n to yank the d Line 12617  In the minibuffer, use M-n to yank the d
12617  into the minibuffer so you can edit it.  into the minibuffer so you can edit it.
12618  The default file name is the one found at point.  The default file name is the one found at point.
12619    
12620  With prefix arg a query for the file help mode is offered." t nil)  With prefix arg a query for the file help mode is offered.
12621    
12622    \(fn FILE &optional MODE)" t nil)
12623    
12624  (autoload (quote info-complete-symbol) "info-look" "\  (autoload (quote info-complete-symbol) "info-look" "\
12625  Perform completion on symbol preceding point." t nil)  Perform completion on symbol preceding point.
12626    
12627    \(fn &optional MODE)" t nil)
12628    
12629  (autoload (quote info-complete-file) "info-look" "\  (autoload (quote info-complete-file) "info-look" "\
12630  Perform completion on file preceding point." t nil)  Perform completion on file preceding point.
12631    
12632    \(fn &optional MODE)" t nil)
12633    
12634  ;;;***  ;;;***
12635    
12636  ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)  ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
12637  ;;;;;;  "informat" "informat.el" (15186 14363))  ;;;;;;  "informat" "informat.el" (15935 42088))
12638  ;;; Generated autoloads from informat.el  ;;; Generated autoloads from informat.el
12639    
12640  (autoload (quote Info-tagify) "informat" "\  (autoload (quote Info-tagify) "informat" "\
12641  Create or update Info file tag table in current buffer or in a region." t nil)  Create or update Info file tag table in current buffer or in a region.
12642    
12643    \(fn &optional INPUT-BUFFER-NAME)" t nil)
12644    
12645  (autoload (quote Info-split) "informat" "\  (autoload (quote Info-split) "informat" "\
12646  Split an info file into an indirect file plus bounded-size subfiles.  Split an info file into an indirect file plus bounded-size subfiles.
# Line 10289  should be saved in place of the original Line 12653  should be saved in place of the original
12653  The subfiles are written in the same directory the original file is  The subfiles are written in the same directory the original file is
12654  in, with names generated by appending `-' and a number to the original  in, with names generated by appending `-' and a number to the original
12655  file name.  The indirect file still functions as an Info file, but it  file name.  The indirect file still functions as an Info file, but it
12656  contains just the tag table and a directory of subfiles." t nil)  contains just the tag table and a directory of subfiles.
12657    
12658    \(fn)" t nil)
12659    
12660  (autoload (quote Info-validate) "informat" "\  (autoload (quote Info-validate) "informat" "\
12661  Check current buffer for validity as an Info file.  Check current buffer for validity as an Info file.
12662  Check that every node pointer points to an existing node." t nil)  Check that every node pointer points to an existing node.
12663    
12664    \(fn)" t nil)
12665    
12666  (autoload (quote batch-info-validate) "informat" "\  (autoload (quote batch-info-validate) "informat" "\
12667  Runs `Info-validate' on the files remaining on the command line.  Runs `Info-validate' on the files remaining on the command line.
12668  Must be used only with -batch, and kills Emacs on completion.  Must be used only with -batch, and kills Emacs on completion.
12669  Each file will be processed even if an error occurred previously.  Each file will be processed even if an error occurred previously.
12670  For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" nil nil)  For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
12671    
12672    \(fn)" nil nil)
12673    
12674  ;;;***  ;;;***
12675    
12676  ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method  ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
12677  ;;;;;;  isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"  ;;;;;;  isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
12678  ;;;;;;  (15252 8314))  ;;;;;;  (15251 19613))
12679  ;;; Generated autoloads from international/isearch-x.el  ;;; Generated autoloads from international/isearch-x.el
12680    
12681  (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\  (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
12682  Select an input method and turn it on in interactive search." t nil)  Select an input method and turn it on in interactive search.
12683    
12684    \(fn)" t nil)
12685    
12686  (autoload (quote isearch-toggle-input-method) "isearch-x" "\  (autoload (quote isearch-toggle-input-method) "isearch-x" "\
12687  Toggle input method in interactive search." t nil)  Toggle input method in interactive search.
12688    
12689  (autoload (quote isearch-process-search-multibyte-characters) "isearch-x" nil nil nil)  \(fn)" t nil)
12690    
12691    (autoload (quote isearch-process-search-multibyte-characters) "isearch-x" "\
12692    Not documented
12693    
12694    \(fn LAST-CHAR)" nil nil)
12695    
12696  ;;;***  ;;;***
12697    
12698  ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el"  ;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el"
12699  ;;;;;;  (15538 21134))  ;;;;;;  (15935 48018))
12700  ;;; Generated autoloads from international/iso-acc.el  ;;; Generated autoloads from international/iso-acc.el
12701    
12702  (autoload (quote iso-accents-mode) "iso-acc" "\  (autoload (quote iso-accents-mode) "iso-acc" "\
# Line 10342  Special combinations: ~c gives a c with Line 12719  Special combinations: ~c gives a c with
12719  ~! gives an inverted exclamation mark.  ~! gives an inverted exclamation mark.
12720  ~? gives an inverted question mark.  ~? gives an inverted question mark.
12721    
12722  With an argument, a positive argument enables ISO Accents mode,  With an argument, a positive argument enables ISO Accents mode,
12723  and a negative argument disables it." t nil)  and a negative argument disables it.
12724    
12725    \(fn &optional ARG)" t nil)
12726    
12727  ;;;***  ;;;***
12728    
12729  ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only  ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
12730  ;;;;;;  iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso  ;;;;;;  iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
12731  ;;;;;;  iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"  ;;;;;;  iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
12732  ;;;;;;  "international/iso-cvt.el" (15187 36240))  ;;;;;;  "international/iso-cvt.el" (15935 48018))
12733  ;;; Generated autoloads from international/iso-cvt.el  ;;; Generated autoloads from international/iso-cvt.el
12734    
12735  (autoload (quote iso-spanish) "iso-cvt" "\  (autoload (quote iso-spanish) "iso-cvt" "\
12736  Translate net conventions for Spanish to ISO 8859-1.  Translate net conventions for Spanish to ISO 8859-1.
12737  The region between FROM and TO is translated using the table TRANS-TAB.  The region between FROM and TO is translated using the table TRANS-TAB.
12738  Optional arg BUFFER is ignored (for use in `format-alist')." t nil)  Optional arg BUFFER is ignored (for use in `format-alist').
12739    
12740    \(fn FROM TO &optional BUFFER)" t nil)
12741    
12742  (autoload (quote iso-german) "iso-cvt" "\  (autoload (quote iso-german) "iso-cvt" "\
12743  Translate net conventions for German to ISO 8859-1.  Translate net conventions for German to ISO 8859-1.
12744  The region between FROM and TO is translated using the table TRANS-TAB.  The region between FROM and TO is translated using the table TRANS-TAB.
12745  Optional arg BUFFER is ignored (for use in `format-alist')." t nil)  Optional arg BUFFER is ignored (for use in `format-alist').
12746    
12747    \(fn FROM TO &optional BUFFER)" t nil)
12748    
12749  (autoload (quote iso-iso2tex) "iso-cvt" "\  (autoload (quote iso-iso2tex) "iso-cvt" "\
12750  Translate ISO 8859-1 characters to TeX sequences.  Translate ISO 8859-1 characters to TeX sequences.
12751  The region between FROM and TO is translated using the table TRANS-TAB.  The region between FROM and TO is translated using the table TRANS-TAB.
12752  Optional arg BUFFER is ignored (for use in `format-alist')." t nil)  Optional arg BUFFER is ignored (for use in `format-alist').
12753    
12754    \(fn FROM TO &optional BUFFER)" t nil)
12755    
12756  (autoload (quote iso-tex2iso) "iso-cvt" "\  (autoload (quote iso-tex2iso) "iso-cvt" "\
12757  Translate TeX sequences to ISO 8859-1 characters.  Translate TeX sequences to ISO 8859-1 characters.
12758  The region between FROM and TO is translated using the table TRANS-TAB.  The region between FROM and TO is translated using the table TRANS-TAB.
12759  Optional arg BUFFER is ignored (for use in `format-alist')." t nil)  Optional arg BUFFER is ignored (for use in `format-alist').
12760    
12761    \(fn FROM TO &optional BUFFER)" t nil)
12762    
12763  (autoload (quote iso-gtex2iso) "iso-cvt" "\  (autoload (quote iso-gtex2iso) "iso-cvt" "\
12764  Translate German TeX sequences to ISO 8859-1 characters.  Translate German TeX sequences to ISO 8859-1 characters.
12765  The region between FROM and TO is translated using the table TRANS-TAB.  The region between FROM and TO is translated using the table TRANS-TAB.
12766  Optional arg BUFFER is ignored (for use in `format-alist')." t nil)  Optional arg BUFFER is ignored (for use in `format-alist').
12767    
12768    \(fn FROM TO &optional BUFFER)" t nil)
12769    
12770  (autoload (quote iso-iso2gtex) "iso-cvt" "\  (autoload (quote iso-iso2gtex) "iso-cvt" "\
12771  Translate ISO 8859-1 characters to German TeX sequences.  Translate ISO 8859-1 characters to German TeX sequences.
12772  The region between FROM and TO is translated using the table TRANS-TAB.  The region between FROM and TO is translated using the table TRANS-TAB.
12773  Optional arg BUFFER is ignored (for use in `format-alist')." t nil)  Optional arg BUFFER is ignored (for use in `format-alist').
12774    
12775    \(fn FROM TO &optional BUFFER)" t nil)
12776    
12777  (autoload (quote iso-iso2duden) "iso-cvt" "\  (autoload (quote iso-iso2duden) "iso-cvt" "\
12778  Translate ISO 8859-1 characters to German TeX sequences.  Translate ISO 8859-1 characters to German TeX sequences.
12779  The region between FROM and TO is translated using the table TRANS-TAB.  The region between FROM and TO is translated using the table TRANS-TAB.
12780  Optional arg BUFFER is ignored (for use in `format-alist')." t nil)  Optional arg BUFFER is ignored (for use in `format-alist').
12781    
12782    \(fn FROM TO &optional BUFFER)" t nil)
12783    
12784  (autoload (quote iso-iso2sgml) "iso-cvt" "\  (autoload (quote iso-iso2sgml) "iso-cvt" "\
12785  Translate ISO 8859-1 characters in the region to SGML entities.  Translate ISO 8859-1 characters in the region to SGML entities.
12786  The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".  The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
12787  Optional arg BUFFER is ignored (for use in `format-alist')." t nil)  Optional arg BUFFER is ignored (for use in `format-alist').
12788    
12789    \(fn FROM TO &optional BUFFER)" t nil)
12790    
12791  (autoload (quote iso-sgml2iso) "iso-cvt" "\  (autoload (quote iso-sgml2iso) "iso-cvt" "\
12792  Translate SGML entities in the region to ISO 8859-1 characters.  Translate SGML entities in the region to ISO 8859-1 characters.
12793  The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".  The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
12794  Optional arg BUFFER is ignored (for use in `format-alist')." t nil)  Optional arg BUFFER is ignored (for use in `format-alist').
12795    
12796    \(fn FROM TO &optional BUFFER)" t nil)
12797    
12798  (autoload (quote iso-cvt-read-only) "iso-cvt" "\  (autoload (quote iso-cvt-read-only) "iso-cvt" "\
12799  Warn that format is read-only." t nil)  Warn that format is read-only.
12800    
12801    \(fn)" t nil)
12802    
12803  (autoload (quote iso-cvt-write-only) "iso-cvt" "\  (autoload (quote iso-cvt-write-only) "iso-cvt" "\
12804  Warn that format is write-only." t nil)  Warn that format is write-only.
12805    
12806    \(fn)" t nil)
12807    
12808  (autoload (quote iso-cvt-define-menu) "iso-cvt" "\  (autoload (quote iso-cvt-define-menu) "iso-cvt" "\
12809  Add submenus to the Files menu, to convert to and from various formats." t nil)  Add submenus to the Files menu, to convert to and from various formats.
12810    
12811    \(fn)" t nil)
12812    
12813  ;;;***  ;;;***
12814    
12815  ;;;### (autoloads nil "iso-transl" "international/iso-transl.el"  ;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
12816  ;;;;;;  (15417 7424))  ;;;;;;  (15935 48018))
12817  ;;; Generated autoloads from international/iso-transl.el  ;;; Generated autoloads from international/iso-transl.el
12818   (or key-translation-map (setq key-translation-map (make-sparse-keymap)))   (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
12819   (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)   (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
# Line 10423  Add submenus to the Files menu, to conve Line 12826  Add submenus to the Files menu, to conve
12826  ;;;;;;  ispell-region ispell-change-dictionary ispell-kill-ispell  ;;;;;;  ispell-region ispell-change-dictionary ispell-kill-ispell
12827  ;;;;;;  ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist  ;;;;;;  ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist
12828  ;;;;;;  ispell-local-dictionary-alist ispell-personal-dictionary)  ;;;;;;  ispell-local-dictionary-alist ispell-personal-dictionary)
12829  ;;;;;;  "ispell" "textmodes/ispell.el" (15610 48543))  ;;;;;;  "ispell" "textmodes/ispell.el" (15935 49284))
12830  ;;; Generated autoloads from textmodes/ispell.el  ;;; Generated autoloads from textmodes/ispell.el
12831    
12832  (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\  (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\
# Line 10434  Non nil if using XEmacs.") Line 12837  Non nil if using XEmacs.")
12837  If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,  If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,
12838  where DICTNAME is the name of your default dictionary.")  where DICTNAME is the name of your default dictionary.")
12839    
12840    (custom-autoload (quote ispell-personal-dictionary) "ispell")
12841    
12842  (defvar ispell-local-dictionary-alist nil "\  (defvar ispell-local-dictionary-alist nil "\
12843  *Contains local or customized dictionary definitions.  *Contains local or customized dictionary definitions.
12844  See `ispell-dictionary-alist'.")  See `ispell-dictionary-alist'.")
12845    
12846    (custom-autoload (quote ispell-local-dictionary-alist) "ispell")
12847    
12848  (setq ispell-dictionary-alist-1 (quote ((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasileiro" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil ("-d" "brasileiro") nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1))))  (setq ispell-dictionary-alist-1 (quote ((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasileiro" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil ("-d" "brasileiro") nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1))))
12849    
12850  (setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B" "-d" "czech") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1))))  (setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B" "-d" "czech") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1))))
# Line 10498  Note that the CASECHARS and OTHERCHARS s Line 12905  Note that the CASECHARS and OTHERCHARS s
12905  contain the same character set as casechars and otherchars in the  contain the same character set as casechars and otherchars in the
12906  LANGUAGE.aff file (e.g., english.aff).")  LANGUAGE.aff file (e.g., english.aff).")
12907    
12908    (custom-autoload (quote ispell-dictionary-alist) "ispell")
12909    
12910  (defvar ispell-menu-map nil "\  (defvar ispell-menu-map nil "\
12911  Key map for ispell menu.")  Key map for ispell menu.")
12912    
# Line 10508  and added as a submenu of the \"Edit\" m Line 12917  and added as a submenu of the \"Edit\" m
12917    
12918  (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not xemacsp) (quote reload)))  (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not xemacsp) (quote reload)))
12919    
12920  (if ispell-menu-map-needed (let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist))) (dir (if (boundp (quote ispell-library-directory)) ispell-library-directory)) name load-dict) (setq ispell-menu-map (make-sparse-keymap "Spell")) (while dicts (setq name (car (car dicts)) load-dict (car (cdr (member "-d" (nth 5 (car dicts))))) dicts (cdr dicts)) (cond ((not (stringp name)) (define-key ispell-menu-map [default] (quote ("Select Default Dict" "Dictionary for which Ispell was configured" lambda nil (interactive) (ispell-change-dictionary "default"))))) ((or (not dir) (file-exists-p (concat dir "/" name ".hash")) (file-exists-p (concat dir "/" name ".has")) (and load-dict (or (file-exists-p (concat dir "/" load-dict ".hash")) (file-exists-p (concat dir "/" load-dict ".has"))))) (define-key ispell-menu-map (vector (intern name)) (cons (concat "Select " (capitalize name) " Dict") (\` (lambda nil (interactive) (ispell-change-dictionary (\, name)))))))))))  (if ispell-menu-map-needed (let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist))) (dir (if (boundp (quote ispell-library-directory)) ispell-library-directory)) (dict-map (make-sparse-keymap "Dictionaries")) name load-dict) (setq ispell-menu-map (make-sparse-keymap "Spell")) (dolist (dict dicts) (setq name (car dict) load-dict (car (cdr (member "-d" (nth 5 dict))))) (unless (stringp name) (define-key ispell-menu-map [default] (quote ("Select Default Dict" "Dictionary for which Ispell was configured" lambda nil (interactive) (ispell-change-dictionary "default")))))) (fset (quote ispell-dict-map) dict-map) (define-key ispell-menu-map [dictionaries] (\` (menu-item "Select Dict" ispell-dict-map))) (dolist (dict dicts) (setq name (car dict) load-dict (car (cdr (member "-d" (nth 5 dict))))) (cond ((not (stringp name))) ((or (not dir) (file-exists-p (concat dir "/" name ".hash")) (file-exists-p (concat dir "/" name ".has")) (and load-dict (or (file-exists-p (concat dir "/" load-dict ".hash")) (file-exists-p (concat dir "/" load-dict ".has"))))) (define-key dict-map (vector (intern name)) (cons (concat "Select " (capitalize name) " Dict") (\` (lambda nil (interactive) (ispell-change-dictionary (\, name)))))))))))
12921    
12922  (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] (quote (menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp (quote ispell-process)) ispell-process (eq (ispell-process-status) (quote run))) :help "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] (quote (menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] (quote (menu-item "Customize..." (lambda nil (interactive) (customize-group (quote ispell))) :help "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] (quote (menu-item "Help" (lambda nil (interactive) (describe-function (quote ispell-help))) :help "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] (quote (menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle . flyspell-mode)))) (define-key ispell-menu-map [ispell-complete-word] (quote (menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote (menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor")))))  (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] (quote (menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp (quote ispell-process)) ispell-process (eq (ispell-process-status) (quote run))) :help "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] (quote (menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] (quote (menu-item "Customize..." (lambda nil (interactive) (customize-group (quote ispell))) :help "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] (quote (menu-item "Help" (lambda nil (interactive) (describe-function (quote ispell-help))) :help "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] (quote (menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle . flyspell-mode)))) (define-key ispell-menu-map [ispell-complete-word] (quote (menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote (menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor")))))
12923    
# Line 10559  nil           word is correct or spellin Line 12968  nil           word is correct or spellin
12968  0             word is inserted into buffer-local definitions.  0             word is inserted into buffer-local definitions.
12969  \"word\"        word corrected from word list.  \"word\"        word corrected from word list.
12970  \(\"word\" arg)  word is hand entered.  \(\"word\" arg)  word is hand entered.
12971  quit          spell session exited." t nil)  quit          spell session exited.
12972    
12973    \(fn &optional FOLLOWING QUIETLY CONTINUE)" t nil)
12974    
12975  (autoload (quote ispell-pdict-save) "ispell" "\  (autoload (quote ispell-pdict-save) "ispell" "\
12976  Check to see if the personal dictionary has been modified.  Check to see if the personal dictionary has been modified.
12977  If so, ask if it needs to be saved." t nil)  If so, ask if it needs to be saved.
12978    
12979    \(fn &optional NO-QUERY FORCE-SAVE)" t nil)
12980    
12981  (autoload (quote ispell-help) "ispell" "\  (autoload (quote ispell-help) "ispell" "\
12982  Display a list of the options available when a misspelling is encountered.  Display a list of the options available when a misspelling is encountered.
# Line 10587  SPC:   Accept word this time. Line 13000  SPC:   Accept word this time.
13000  `m':   Place typed-in value in personal dictionary, then recheck current word.  `m':   Place typed-in value in personal dictionary, then recheck current word.
13001  `C-l':  redraws screen  `C-l':  redraws screen
13002  `C-r':  recursive edit  `C-r':  recursive edit
13003  `C-z':  suspend emacs or iconify frame" nil nil)  `C-z':  suspend emacs or iconify frame
13004    
13005    \(fn)" nil nil)
13006    
13007  (autoload (quote ispell-kill-ispell) "ispell" "\  (autoload (quote ispell-kill-ispell) "ispell" "\
13008  Kill current Ispell process (so that you may start a fresh one).  Kill current Ispell process (so that you may start a fresh one).
13009  With NO-ERROR, just return non-nil if there was no Ispell running." t nil)  With NO-ERROR, just return non-nil if there was no Ispell running.
13010    
13011    \(fn &optional NO-ERROR)" t nil)
13012    
13013  (autoload (quote ispell-change-dictionary) "ispell" "\  (autoload (quote ispell-change-dictionary) "ispell" "\
13014  Change `ispell-dictionary' (q.v.) to DICT and kill old Ispell process.  Change `ispell-dictionary' (q.v.) to DICT and kill old Ispell process.
# Line 10599  A new one will be started as soon as nec Line 13016  A new one will be started as soon as nec
13016    
13017  By just answering RET you can find out what the current dictionary is.  By just answering RET you can find out what the current dictionary is.
13018    
13019  With prefix argument, set the default dictionary." t nil)  With prefix argument, set the default dictionary.
13020    
13021    \(fn DICT &optional ARG)" t nil)
13022    
13023  (autoload (quote ispell-region) "ispell" "\  (autoload (quote ispell-region) "ispell" "\
13024  Interactively check a region for spelling errors.  Interactively check a region for spelling errors.
13025  Return nil if spell session is quit,  Return nil if spell session is quit,
13026   otherwise returns shift offset amount for last line processed." t nil)   otherwise returns shift offset amount for last line processed.
13027    
13028    \(fn REG-START REG-END &optional RECHECKP SHIFT)" t nil)
13029    
13030  (autoload (quote ispell-comments-and-strings) "ispell" "\  (autoload (quote ispell-comments-and-strings) "ispell" "\
13031  Check comments and strings in the current buffer for spelling errors." t nil)  Check comments and strings in the current buffer for spelling errors.
13032    
13033    \(fn)" t nil)
13034    
13035  (autoload (quote ispell-buffer) "ispell" "\  (autoload (quote ispell-buffer) "ispell" "\
13036  Check the current buffer for spelling errors interactively." t nil)  Check the current buffer for spelling errors interactively.
13037    
13038    \(fn)" t nil)
13039    
13040  (autoload (quote ispell-continue) "ispell" "\  (autoload (quote ispell-continue) "ispell" "\
13041  Continue a halted spelling session beginning with the current word." t nil)  Continue a halted spelling session beginning with the current word.
13042    
13043    \(fn)" t nil)
13044    
13045  (autoload (quote ispell-complete-word) "ispell" "\  (autoload (quote ispell-complete-word) "ispell" "\
13046  Try to complete the word before or under point (see `lookup-words').  Try to complete the word before or under point (see `lookup-words').
13047  If optional INTERIOR-FRAG is non-nil then the word may be a character  If optional INTERIOR-FRAG is non-nil then the word may be a character
13048  sequence inside of a word.  sequence inside of a word.
13049    
13050  Standard ispell choices are then available." t nil)  Standard ispell choices are then available.
13051    
13052    \(fn &optional INTERIOR-FRAG)" t nil)
13053    
13054  (autoload (quote ispell-complete-word-interior-frag) "ispell" "\  (autoload (quote ispell-complete-word-interior-frag) "ispell" "\
13055  Completes word matching character sequence inside a word." t nil)  Completes word matching character sequence inside a word.
13056    
13057    \(fn)" t nil)
13058    
13059  (autoload (quote ispell) "ispell" "\  (autoload (quote ispell) "ispell" "\
13060  Interactively check a region or buffer for spelling errors.  Interactively check a region or buffer for spelling errors.
# Line 10633  that region.  Otherwise spell-check the Line 13064  that region.  Otherwise spell-check the
13064  Ispell dictionaries are not distributed with Emacs.  If you are  Ispell dictionaries are not distributed with Emacs.  If you are
13065  looking for a dictionary, please see the distribution of the GNU ispell  looking for a dictionary, please see the distribution of the GNU ispell
13066  program, or do an Internet search; there are various dictionaries  program, or do an Internet search; there are various dictionaries
13067  available on the net." t nil)  available on the net.
13068    
13069    \(fn)" t nil)
13070    
13071  (autoload (quote ispell-minor-mode) "ispell" "\  (autoload (quote ispell-minor-mode) "ispell" "\
13072  Toggle Ispell minor mode.  Toggle Ispell minor mode.
# Line 10643  In Ispell minor mode, pressing SPC or RE Line 13076  In Ispell minor mode, pressing SPC or RE
13076  warns you if the previous word is incorrectly spelled.  warns you if the previous word is incorrectly spelled.
13077    
13078  All the buffer-local variables and dictionaries are ignored -- to read  All the buffer-local variables and dictionaries are ignored -- to read
13079  them into the running ispell process, type \\[ispell-word] SPC." t nil)  them into the running ispell process, type \\[ispell-word] SPC.
13080    
13081    \(fn &optional ARG)" t nil)
13082    
13083  (autoload (quote ispell-message) "ispell" "\  (autoload (quote ispell-message) "ispell" "\
13084  Check the spelling of a mail message or news post.  Check the spelling of a mail message or news post.
# Line 10663  in your .emacs file: Line 13098  in your .emacs file:
13098    
13099  You can bind this to the key C-c i in GNUS or mail by adding to  You can bind this to the key C-c i in GNUS or mail by adding to
13100  `news-reply-mode-hook' or `mail-mode-hook' the following lambda expression:  `news-reply-mode-hook' or `mail-mode-hook' the following lambda expression:
13101     (function (lambda () (local-set-key \"\\C-ci\" 'ispell-message)))" t nil)     (function (lambda () (local-set-key \"\\C-ci\" 'ispell-message)))
13102    
13103    \(fn)" t nil)
13104    
13105  ;;;***  ;;;***
13106    
13107  ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer  ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer
13108  ;;;;;;  iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings  ;;;;;;  iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings
13109  ;;;;;;  iswitchb-read-buffer) "iswitchb" "iswitchb.el" (15546 9132))  ;;;;;;  iswitchb-read-buffer) "iswitchb" "iswitchb.el" (15935 42109))
13110  ;;; Generated autoloads from iswitchb.el  ;;; Generated autoloads from iswitchb.el
13111    
13112  (autoload (quote iswitchb-read-buffer) "iswitchb" "\  (autoload (quote iswitchb-read-buffer) "iswitchb" "\
# Line 10677  Replacement for the built-in `read-buffe Line 13114  Replacement for the built-in `read-buffe
13114  Return the name of a buffer selected.  Return the name of a buffer selected.
13115  PROMPT is the prompt to give to the user.  DEFAULT if given is the default  PROMPT is the prompt to give to the user.  DEFAULT if given is the default
13116  buffer to be selected, which will go to the front of the list.  buffer to be selected, which will go to the front of the list.
13117  If REQUIRE-MATCH is non-nil, an existing-buffer must be selected." nil nil)  If REQUIRE-MATCH is non-nil, an existing-buffer must be selected.
13118    
13119    \(fn PROMPT &optional DEFAULT REQUIRE-MATCH)" nil nil)
13120    
13121  (autoload (quote iswitchb-default-keybindings) "iswitchb" "\  (autoload (quote iswitchb-default-keybindings) "iswitchb" "\
13122  Set up default keybindings for `iswitchb-buffer'.  Set up default keybindings for `iswitchb-buffer'.
13123  Call this function to override the normal bindings.  This function also  Call this function to override the normal bindings.  This function also
13124  adds a hook to the minibuffer.  adds a hook to the minibuffer.
13125    
13126  Obsolescent.  Use `iswitchb-mode'." t nil)  Obsolescent.  Use `iswitchb-mode'.
13127    
13128    \(fn)" t nil)
13129    
13130  (autoload (quote iswitchb-buffer) "iswitchb" "\  (autoload (quote iswitchb-buffer) "iswitchb" "\
13131  Switch to another buffer.  Switch to another buffer.
# Line 10693  The buffer name is selected interactivel Line 13134  The buffer name is selected interactivel
13134  buffer is displayed according to `iswitchb-default-method' -- the  buffer is displayed according to `iswitchb-default-method' -- the
13135  default is to show it in the same window, unless it is already visible  default is to show it in the same window, unless it is already visible
13136  in another frame.  in another frame.
13137  For details of keybindings, do `\\[describe-function] iswitchb'." t nil)  For details of keybindings, do `\\[describe-function] iswitchb'.
13138    
13139    \(fn)" t nil)
13140    
13141  (autoload (quote iswitchb-buffer-other-window) "iswitchb" "\  (autoload (quote iswitchb-buffer-other-window) "iswitchb" "\
13142  Switch to another buffer and show it in another window.  Switch to another buffer and show it in another window.
13143  The buffer name is selected interactively by typing a substring.  The buffer name is selected interactively by typing a substring.
13144  For details of keybindings, do `\\[describe-function] iswitchb'." t nil)  For details of keybindings, do `\\[describe-function] iswitchb'.
13145    
13146    \(fn)" t nil)
13147    
13148  (autoload (quote iswitchb-display-buffer) "iswitchb" "\  (autoload (quote iswitchb-display-buffer) "iswitchb" "\
13149  Display a buffer in another window but don't select it.  Display a buffer in another window but don't select it.
13150  The buffer name is selected interactively by typing a substring.  The buffer name is selected interactively by typing a substring.
13151  For details of keybindings, do `\\[describe-function] iswitchb'." t nil)  For details of keybindings, do `\\[describe-function] iswitchb'.
13152    
13153    \(fn)" t nil)
13154    
13155  (autoload (quote iswitchb-buffer-other-frame) "iswitchb" "\  (autoload (quote iswitchb-buffer-other-frame) "iswitchb" "\
13156  Switch to another buffer and show it in another frame.  Switch to another buffer and show it in another frame.
13157  The buffer name is selected interactively by typing a substring.  The buffer name is selected interactively by typing a substring.
13158  For details of keybindings, do `\\[describe-function] iswitchb'." t nil)  For details of keybindings, do `\\[describe-function] iswitchb'.
13159    
13160    \(fn)" t nil)
13161    
13162  (defvar iswitchb-mode nil "\  (defvar iswitchb-mode nil "\
13163  Non-nil if Iswitchb mode is enabled.  Non-nil if Iswitchb mode is enabled.
# Line 10716  See the command `iswitchb-mode' for a de Line 13165  See the command `iswitchb-mode' for a de
13165  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
13166  use either \\[customize] or the function `iswitchb-mode'.")  use either \\[customize] or the function `iswitchb-mode'.")
13167    
13168  (custom-add-to-group (quote iswitchb) (quote iswitchb-mode) (quote custom-variable))  (custom-autoload (quote iswitchb-mode) "iswitchb")
   
 (custom-add-load (quote iswitchb-mode) (quote iswitchb))  
13169    
13170  (autoload (quote iswitchb-mode) "iswitchb" "\  (autoload (quote iswitchb-mode) "iswitchb" "\
13171  Toggle Iswitchb global minor mode.  Toggle Iswitchb global minor mode.
13172  With arg, turn Iswitchb mode on if and only iff ARG is positive.  With arg, turn Iswitchb mode on if and only iff ARG is positive.
13173  This mode enables switching between buffers using substrings.  See  This mode enables switching between buffers using substrings.  See
13174  `iswitchb' for details." t nil)  `iswitchb' for details.
13175    
13176    \(fn &optional ARG)" t nil)
13177    
13178  ;;;***  ;;;***
13179    
13180  ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region  ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
13181  ;;;;;;  japanese-hiragana-region japanese-katakana-region japanese-zenkaku  ;;;;;;  japanese-hiragana-region japanese-katakana-region japanese-zenkaku
13182  ;;;;;;  japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)  ;;;;;;  japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
13183  ;;;;;;  "japan-util" "language/japan-util.el" (15186 14372))  ;;;;;;  "japan-util" "language/japan-util.el" (15935 48150))
13184  ;;; Generated autoloads from language/japan-util.el  ;;; Generated autoloads from language/japan-util.el
13185    
13186  (autoload (quote setup-japanese-environment-internal) "japan-util" nil nil nil)  (autoload (quote setup-japanese-environment-internal) "japan-util" "\
13187    Not documented
13188    
13189    \(fn)" nil nil)
13190    
13191  (autoload (quote japanese-katakana) "japan-util" "\  (autoload (quote japanese-katakana) "japan-util" "\
13192  Convert argument to Katakana and return that.  Convert argument to Katakana and return that.
# Line 10743  The argument object is not altered--the Line 13195  The argument object is not altered--the
13195  Optional argument HANKAKU t means to convert to `hankaku' Katakana  Optional argument HANKAKU t means to convert to `hankaku' Katakana
13196   (`japanese-jisx0201-kana'), in which case return value   (`japanese-jisx0201-kana'), in which case return value
13197   may be a string even if OBJ is a character if two Katakanas are   may be a string even if OBJ is a character if two Katakanas are
13198   necessary to represent OBJ." nil nil)   necessary to represent OBJ.
13199    
13200    \(fn OBJ &optional HANKAKU)" nil nil)
13201    
13202  (autoload (quote japanese-hiragana) "japan-util" "\  (autoload (quote japanese-hiragana) "japan-util" "\
13203  Convert argument to Hiragana and return that.  Convert argument to Hiragana and return that.
13204  The argument may be a character or string.  The result has the same type.  The argument may be a character or string.  The result has the same type.
13205  The argument object is not altered--the value is a copy." nil nil)  The argument object is not altered--the value is a copy.
13206    
13207    \(fn OBJ)" nil nil)
13208    
13209  (autoload (quote japanese-hankaku) "japan-util" "\  (autoload (quote japanese-hankaku) "japan-util" "\
13210  Convert argument to `hankaku' and return that.  Convert argument to `hankaku' and return that.
13211  The argument may be a character or string.  The result has the same type.  The argument may be a character or string.  The result has the same type.
13212  The argument object is not altered--the value is a copy.  The argument object is not altered--the value is a copy.
13213  Optional argument ASCII-ONLY non-nil means to return only ASCII character." nil nil)  Optional argument ASCII-ONLY non-nil means to return only ASCII character.
13214    
13215    \(fn OBJ &optional ASCII-ONLY)" nil nil)
13216    
13217  (autoload (quote japanese-zenkaku) "japan-util" "\  (autoload (quote japanese-zenkaku) "japan-util" "\
13218  Convert argument to `zenkaku' and return that.  Convert argument to `zenkaku' and return that.
13219  The argument may be a character or string.  The result has the same type.  The argument may be a character or string.  The result has the same type.
13220  The argument object is not altered--the value is a copy." nil nil)  The argument object is not altered--the value is a copy.
13221    
13222    \(fn OBJ)" nil nil)
13223    
13224  (autoload (quote japanese-katakana-region) "japan-util" "\  (autoload (quote japanese-katakana-region) "japan-util" "\
13225  Convert Japanese `hiragana' chars in the region to `katakana' chars.  Convert Japanese `hiragana' chars in the region to `katakana' chars.
13226  Optional argument HANKAKU t means to convert to `hankaku katakana' character  Optional argument HANKAKU t means to convert to `hankaku katakana' character
13227  of which charset is `japanese-jisx0201-kana'." t nil)  of which charset is `japanese-jisx0201-kana'.
13228    
13229    \(fn FROM TO &optional HANKAKU)" t nil)
13230    
13231  (autoload (quote japanese-hiragana-region) "japan-util" "\  (autoload (quote japanese-hiragana-region) "japan-util" "\
13232  Convert Japanese `katakana' chars in the region to `hiragana' chars." t nil)  Convert Japanese `katakana' chars in the region to `hiragana' chars.
13233    
13234    \(fn FROM TO)" t nil)
13235    
13236  (autoload (quote japanese-hankaku-region) "japan-util" "\  (autoload (quote japanese-hankaku-region) "japan-util" "\
13237  Convert Japanese `zenkaku' chars in the region to `hankaku' chars.  Convert Japanese `zenkaku' chars in the region to `hankaku' chars.
13238  `Zenkaku' chars belong to `japanese-jisx0208'  `Zenkaku' chars belong to `japanese-jisx0208'
13239  `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.  `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
13240  Optional argument ASCII-ONLY non-nil means to convert only to ASCII char." t nil)  Optional argument ASCII-ONLY non-nil means to convert only to ASCII char.
13241    
13242    \(fn FROM TO &optional ASCII-ONLY)" t nil)
13243    
13244  (autoload (quote japanese-zenkaku-region) "japan-util" "\  (autoload (quote japanese-zenkaku-region) "japan-util" "\
13245  Convert hankaku' chars in the region to Japanese `zenkaku' chars.  Convert hankaku' chars in the region to Japanese `zenkaku' chars.
13246  `Zenkaku' chars belong to `japanese-jisx0208'  `Zenkaku' chars belong to `japanese-jisx0208'
13247  `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.  `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
13248  Optional argument KATAKANA-ONLY non-nil means to convert only KATAKANA char." t nil)  Optional argument KATAKANA-ONLY non-nil means to convert only KATAKANA char.
13249    
13250    \(fn FROM TO &optional KATAKANA-ONLY)" t nil)
13251    
13252  (autoload (quote read-hiragana-string) "japan-util" "\  (autoload (quote read-hiragana-string) "japan-util" "\
13253  Read a Hiragana string from the minibuffer, prompting with string PROMPT.  Read a Hiragana string from the minibuffer, prompting with string PROMPT.
13254  If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil nil)  If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
13255    
13256    \(fn PROMPT &optional INITIAL-INPUT)" nil nil)
13257    
13258  ;;;***  ;;;***
13259    
13260  ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15391  ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15935
13261  ;;;;;;  60517))  ;;;;;;  42156))
13262  ;;; Generated autoloads from jit-lock.el  ;;; Generated autoloads from jit-lock.el
13263    
13264  (autoload (quote jit-lock-register) "jit-lock" "\  (autoload (quote jit-lock-register) "jit-lock" "\
13265  Register FUN as a fontification function to be called in this buffer.  Register FUN as a fontification function to be called in this buffer.
13266  FUN will be called with two arguments START and END indicating the region  FUN will be called with two arguments START and END indicating the region
13267  that needs to be (re)fontified.  that needs to be (re)fontified.
13268  If non-nil, CONTEXTUAL means that a contextual fontification would be useful." nil nil)  If non-nil, CONTEXTUAL means that a contextual fontification would be useful.
13269    
13270    \(fn FUN &optional CONTEXTUAL)" nil nil)
13271    
13272  ;;;***  ;;;***
13273    
13274  ;;;### (autoloads (with-auto-compression-mode auto-compression-mode)  ;;;### (autoloads (with-auto-compression-mode auto-compression-mode)
13275  ;;;;;;  "jka-compr" "jka-compr.el" (15619 64085))  ;;;;;;  "jka-compr" "jka-compr.el" (15935 42140))
13276  ;;; Generated autoloads from jka-compr.el  ;;; Generated autoloads from jka-compr.el
13277    
13278  (defvar auto-compression-mode nil "\  (defvar auto-compression-mode nil "\
# Line 10809  See the command `auto-compression-mode' Line 13281  See the command `auto-compression-mode'
13281  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
13282  use either \\[customize] or the function `auto-compression-mode'.")  use either \\[customize] or the function `auto-compression-mode'.")
13283    
13284  (custom-add-to-group (quote jka-compr) (quote auto-compression-mode) (quote custom-variable))  (custom-autoload (quote auto-compression-mode) "jka-compr")
   
 (custom-add-load (quote auto-compression-mode) (quote jka-compr))  
13285    
13286  (autoload (quote auto-compression-mode) "jka-compr" "\  (autoload (quote auto-compression-mode) "jka-compr" "\
13287  Toggle automatic file compression and uncompression.  Toggle automatic file compression and uncompression.
13288  With prefix argument ARG, turn auto compression on if positive, else off.  With prefix argument ARG, turn auto compression on if positive, else off.
13289  Returns the new status of auto compression (non-nil means on)." t nil)  Returns the new status of auto compression (non-nil means on).
13290    
13291    \(fn &optional ARG)" t nil)
13292    
13293  (autoload (quote with-auto-compression-mode) "jka-compr" "\  (autoload (quote with-auto-compression-mode) "jka-compr" "\
13294  Evalute BODY with automatic file compression and uncompression enabled." nil (quote macro))  Evalute BODY with automatic file compression and uncompression enabled.
13295    
13296    \(fn &rest BODY)" nil (quote macro))
13297    
13298  ;;;***  ;;;***
13299    
13300  ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup  ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
13301  ;;;;;;  keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"  ;;;;;;  keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
13302  ;;;;;;  (15586 46350))  ;;;;;;  (15935 47202))
13303  ;;; Generated autoloads from emulation/keypad.el  ;;; Generated autoloads from emulation/keypad.el
13304    
13305  (defvar keypad-setup nil "\  (defvar keypad-setup nil "\
# Line 10833  Specifies the keypad setup for unshifted Line 13307  Specifies the keypad setup for unshifted
13307  When selecting the plain numeric keypad setup, the character returned by the  When selecting the plain numeric keypad setup, the character returned by the
13308  decimal key must be specified.")  decimal key must be specified.")
13309    
13310    (custom-autoload (quote keypad-setup) "keypad")
13311    
13312  (defvar keypad-numlock-setup nil "\  (defvar keypad-numlock-setup nil "\
13313  Specifies the keypad setup for unshifted keypad keys when NumLock is on.  Specifies the keypad setup for unshifted keypad keys when NumLock is on.
13314  When selecting the plain numeric keypad setup, the character returned by the  When selecting the plain numeric keypad setup, the character returned by the
13315  decimal key must be specified.")  decimal key must be specified.")
13316    
13317    (custom-autoload (quote keypad-numlock-setup) "keypad")
13318    
13319  (defvar keypad-shifted-setup nil "\  (defvar keypad-shifted-setup nil "\
13320  Specifies the keypad setup for shifted keypad keys when NumLock is off.  Specifies the keypad setup for shifted keypad keys when NumLock is off.
13321  When selecting the plain numeric keypad setup, the character returned by the  When selecting the plain numeric keypad setup, the character returned by the
13322  decimal key must be specified.")  decimal key must be specified.")
13323    
13324    (custom-autoload (quote keypad-shifted-setup) "keypad")
13325    
13326  (defvar keypad-numlock-shifted-setup nil "\  (defvar keypad-numlock-shifted-setup nil "\
13327  Specifies the keypad setup for shifted keypad keys when NumLock is off.  Specifies the keypad setup for shifted keypad keys when NumLock is off.
13328  When selecting the plain numeric keypad setup, the character returned by the  When selecting the plain numeric keypad setup, the character returned by the
13329  decimal key must be specified.")  decimal key must be specified.")
13330    
13331    (custom-autoload (quote keypad-numlock-shifted-setup) "keypad")
13332    
13333  (autoload (quote keypad-setup) "keypad" "\  (autoload (quote keypad-setup) "keypad" "\
13334  Set keypad bindings in function-key-map according to SETUP.  Set keypad bindings in function-key-map according to SETUP.
13335  If optional second argument NUMLOCK is non-nil, the NumLock On bindings  If optional second argument NUMLOCK is non-nil, the NumLock On bindings
# Line 10861  keys are bound. Line 13343  keys are bound.
13343   'S-cursor Bind shifted keypad keys to the shifted cursor movement keys.   'S-cursor Bind shifted keypad keys to the shifted cursor movement keys.
13344   'cursor   Bind keypad keys to the cursor movement keys.   'cursor   Bind keypad keys to the cursor movement keys.
13345   'numeric  Plain numeric keypad, i.e. 0 .. 9 and .  (or DECIMAL arg)   'numeric  Plain numeric keypad, i.e. 0 .. 9 and .  (or DECIMAL arg)
13346   'none     Removes all bindings for keypad keys in function-key-map.   'none     Removes all bindings for keypad keys in function-key-map;
13347               this enables any user-defined bindings for the keypad keys
13348               in the global and local keymaps.
13349    
13350  If SETUP is 'numeric and the optional fourth argument DECIMAL is non-nil,  If SETUP is 'numeric and the optional fourth argument DECIMAL is non-nil,
13351  the decimal key on the keypad is mapped to DECIMAL instead of `.'" nil nil)  the decimal key on the keypad is mapped to DECIMAL instead of `.'
13352    
13353    \(fn SETUP &optional NUMLOCK SHIFT DECIMAL)" nil nil)
13354    
13355  ;;;***  ;;;***
13356    
13357  ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"  ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
13358  ;;;;;;  (15186 14372))  ;;;;;;  (15935 48018))
13359  ;;; Generated autoloads from international/kinsoku.el  ;;; Generated autoloads from international/kinsoku.el
13360    
13361  (autoload (quote kinsoku) "kinsoku" "\  (autoload (quote kinsoku) "kinsoku" "\
# Line 10884  shorter. Line 13370  shorter.
13370    
13371  `Kinsoku' is a Japanese word which originally means ordering to stay  `Kinsoku' is a Japanese word which originally means ordering to stay
13372  in one place, and is used for the text processing described above in  in one place, and is used for the text processing described above in
13373  the context of text formatting." nil nil)  the context of text formatting.
13374    
13375    \(fn LINEBEG)" nil nil)
13376    
13377  ;;;***  ;;;***
13378    
13379  ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (15186  ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (15935
13380  ;;;;;;  14372))  ;;;;;;  48018))
13381  ;;; Generated autoloads from international/kkc.el  ;;; Generated autoloads from international/kkc.el
13382    
13383  (defvar kkc-after-update-conversion-functions nil "\  (defvar kkc-after-update-conversion-functions nil "\
# Line 10905  Users can select a desirable conversion Line 13393  Users can select a desirable conversion
13393  When called from a program, expects two arguments,  When called from a program, expects two arguments,
13394  positions FROM and TO (integers or markers) specifying the target region.  positions FROM and TO (integers or markers) specifying the target region.
13395  When it returns, the point is at the tail of the selected conversion,  When it returns, the point is at the tail of the selected conversion,
13396  and the return value is the length of the conversion." t nil)  and the return value is the length of the conversion.
13397    
13398    \(fn FROM TO)" t nil)
13399    
13400    ;;;***
13401    
13402    ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
13403    ;;;;;;  kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
13404    ;;;;;;  kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
13405    ;;;;;;  "kmacro.el" (15935 42195))
13406    ;;; Generated autoloads from kmacro.el
13407     (global-set-key "\C-x(" 'kmacro-start-macro)
13408     (global-set-key "\C-x)" 'kmacro-end-macro)
13409     (global-set-key "\C-xe" 'kmacro-end-and-call-macro)
13410     (global-set-key [f3] 'kmacro-start-macro-or-insert-counter)
13411     (global-set-key [f4] 'kmacro-end-or-call-macro)
13412     (global-set-key "\C-x\C-k" 'kmacro-keymap)
13413     (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap)
13414    
13415    (autoload (quote kmacro-start-macro) "kmacro" "\
13416    Record subsequent keyboard input, defining a keyboard macro.
13417    The commands are recorded even as they are executed.
13418    Use \\[kmacro-end-macro] to finish recording and make the macro available.
13419    Use \\[kmacro-end-and-call-macro] to execute the macro.
13420    Use \\[name-last-kbd-macro] to give it a permanent name.
13421    Non-nil arg (prefix arg) means append to last macro defined;
13422    
13423    With \\[universal-argument] prefix, append to last keyboard macro
13424    defined.  Depending on `kmacro-execute-before-append', this may begin
13425    by re-executing the last macro as if you typed it again.
13426    
13427    Otherwise, it sets `kmacro-counter' to ARG or 0 if missing before
13428    defining the macro.
13429    
13430    Use \\[kmacro-insert-counter] to insert (and increment) the macro counter.
13431    The counter value can be set or modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
13432    The format of the counter can be modified via \\[kmacro-set-format].
13433    
13434    \(fn ARG)" t nil)
13435    
13436    (autoload (quote kmacro-end-macro) "kmacro" "\
13437    Finish defining a keyboard macro.
13438    The definition was started by \\[kmacro-start-macro].
13439    The macro is now available for use via \\[kmacro-call-macro],
13440    or it can be given a name with \\[name-last-kbd-macro] and then invoked
13441    under that name.
13442    
13443    With numeric arg, repeat macro now that many times,
13444    counting the definition just completed as the first repetition.
13445    An argument of zero means repeat until error.
13446    
13447    \(fn ARG)" t nil)
13448    
13449    (autoload (quote kmacro-call-macro) "kmacro" "\
13450    Call the last keyboard macro that you defined with \\[kmacro-start-macro].
13451    A prefix argument serves as a repeat count.  Zero means repeat until error.
13452    
13453    When you call the macro, you can call the macro again by repeating
13454    just the last key in the key sequence that you used to call this
13455    command.  See `kmacro-call-repeat-key' and `kmacro-call-repeat-with-arg'
13456    for details on how to adjust or disable this behaviour.
13457    
13458    To make a macro permanent so you can call it even after defining
13459    others, use M-x name-last-kbd-macro.
13460    
13461    \(fn ARG &optional NO-REPEAT END-MACRO)" t nil)
13462    
13463    (autoload (quote kmacro-start-macro-or-insert-counter) "kmacro" "\
13464    Record subsequent keyboard input, defining a keyboard macro.
13465    The commands are recorded even as they are executed.
13466    
13467    Sets the `kmacro-counter' to ARG (or 0 if no prefix arg) before defining the
13468    macro.
13469    
13470    With \\[universal-argument], appends to current keyboard macro (keeping
13471    the current value of `kmacro-counter').
13472    
13473    When defining/executing macro, inserts macro counter and increments
13474    the counter with ARG or 1 if missing.  With \\[universal-argument],
13475    inserts previous kmacro-counter (but do not modify counter).
13476    
13477    The macro counter can be modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
13478    The format of the counter can be modified via \\[kmacro-set-format].
13479    
13480    \(fn ARG)" t nil)
13481    
13482    (autoload (quote kmacro-end-or-call-macro) "kmacro" "\
13483    End kbd macro if currently being defined; else call last kbd macro.
13484    With numeric prefix ARG, repeat macro that many times.
13485    With \\[universal-argument], call second macro in macro ring.
13486    
13487    \(fn ARG &optional NO-REPEAT)" t nil)
13488    
13489    (autoload (quote kmacro-end-and-call-macro) "kmacro" "\
13490    Call last keyboard macro, ending it first if currently being defined.
13491    With numeric prefix ARG, repeat macro that many times.
13492    
13493    \(fn ARG &optional NO-REPEAT)" t nil)
13494    
13495    (autoload (quote kmacro-end-call-mouse) "kmacro" "\
13496    Move point to the position clicked with the mouse and call last kbd macro.
13497    If kbd macro currently being defined end it before activating it.
13498    
13499    \(fn EVENT)" t nil)
13500    
13501  ;;;***  ;;;***
13502    
13503  ;;;### (autoloads (setup-korean-environment-internal) "korea-util"  ;;;### (autoloads (setup-korean-environment-internal) "korea-util"
13504  ;;;;;;  "language/korea-util.el" (15186 14372))  ;;;;;;  "language/korea-util.el" (15185 62673))
13505  ;;; Generated autoloads from language/korea-util.el  ;;; Generated autoloads from language/korea-util.el
13506    
13507  (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\  (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
13508  *The kind of Korean keyboard for Korean input method.  *The kind of Korean keyboard for Korean input method.
13509  \"\" for 2, \"3\" for 3.")  \"\" for 2, \"3\" for 3.")
13510    
13511  (autoload (quote setup-korean-environment-internal) "korea-util" nil nil nil)  (autoload (quote setup-korean-environment-internal) "korea-util" "\
13512    Not documented
13513    
13514    \(fn)" nil nil)
13515    
13516  ;;;***  ;;;***
13517    
13518  ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"  ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
13519  ;;;;;;  (15354 63506))  ;;;;;;  (15905 54531))
13520  ;;; Generated autoloads from play/landmark.el  ;;; Generated autoloads from play/landmark.el
13521    
13522  (defalias (quote landmark-repeat) (quote lm-test-run))  (defalias (quote landmark-repeat) (quote lm-test-run))
13523    
13524  (autoload (quote lm-test-run) "landmark" "\  (autoload (quote lm-test-run) "landmark" "\
13525  Run 100 Lm games, each time saving the weights from the previous game." t nil)  Run 100 Lm games, each time saving the weights from the previous game.
13526    
13527    \(fn)" t nil)
13528    
13529  (defalias (quote landmark) (quote lm))  (defalias (quote landmark) (quote lm))
13530    
# Line 10946  none / 1   | yes                   | no Line 13542  none / 1   | yes                   | no
13542    
13543  You start by moving to a square and typing \\[lm-start-robot],  You start by moving to a square and typing \\[lm-start-robot],
13544  if you did not use a prefix arg to ask for automatic start.  if you did not use a prefix arg to ask for automatic start.
13545  Use \\[describe-mode] for more info." t nil)  Use \\[describe-mode] for more info.
13546    
13547    \(fn PARG)" t nil)
13548    
13549  ;;;***  ;;;***
13550    
13551  ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion  ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion
13552  ;;;;;;  lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao  ;;;;;;  lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao
13553  ;;;;;;  lao-compose-string) "lao-util" "language/lao-util.el" (15391  ;;;;;;  lao-compose-string) "lao-util" "language/lao-util.el" (15935
13554  ;;;;;;  60703))  ;;;;;;  48150))
13555  ;;; Generated autoloads from language/lao-util.el  ;;; Generated autoloads from language/lao-util.el
13556    
13557  (autoload (quote lao-compose-string) "lao-util" nil nil nil)  (autoload (quote lao-compose-string) "lao-util" "\
13558    Not documented
13559    
13560    \(fn STR)" nil nil)
13561    
13562  (autoload (quote lao-transcribe-single-roman-syllable-to-lao) "lao-util" "\  (autoload (quote lao-transcribe-single-roman-syllable-to-lao) "lao-util" "\
13563  Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string.  Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string.
# Line 10966  START and END are the beggining and end Line 13567  START and END are the beggining and end
13567  LAO-STRING is the Lao character transcription of it.  LAO-STRING is the Lao character transcription of it.
13568    
13569  Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao  Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao
13570  syllable.  In that case, FROM and TO are indexes to STR." nil nil)  syllable.  In that case, FROM and TO are indexes to STR.
13571    
13572    \(fn FROM TO &optional STR)" nil nil)
13573    
13574  (autoload (quote lao-transcribe-roman-to-lao-string) "lao-util" "\  (autoload (quote lao-transcribe-roman-to-lao-string) "lao-util" "\
13575  Transcribe Romanized Lao string STR to Lao character string." nil nil)  Transcribe Romanized Lao string STR to Lao character string.
13576    
13577    \(fn STR)" nil nil)
13578    
13579    (autoload (quote lao-post-read-conversion) "lao-util" "\
13580    Not documented
13581    
13582  (autoload (quote lao-post-read-conversion) "lao-util" nil nil nil)  \(fn LEN)" nil nil)
13583    
13584  (autoload (quote lao-composition-function) "lao-util" "\  (autoload (quote lao-composition-function) "lao-util" "\
13585  Compose Lao text in the region FROM and TO.  Compose Lao text in the region FROM and TO.
# Line 10979  The text matches the regular expression Line 13587  The text matches the regular expression
13587  Optional 4th argument STRING, if non-nil, is a string containing text  Optional 4th argument STRING, if non-nil, is a string containing text
13588  to compose.  to compose.
13589    
13590  The return value is number of composed characters." nil nil)  The return value is number of composed characters.
13591    
13592  (autoload (quote lao-compose-region) "lao-util" nil t nil)  \(fn FROM TO PATTERN &optional STRING)" nil nil)
13593    
13594    (autoload (quote lao-compose-region) "lao-util" "\
13595    Not documented
13596    
13597    \(fn FROM TO)" t nil)
13598    
13599  ;;;***  ;;;***
13600    
13601  ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)  ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
13602  ;;;;;;  "latin1-disp" "international/latin1-disp.el" (15391 60562))  ;;;;;;  "latin1-disp" "international/latin1-disp.el" (15935 48018))
13603  ;;; Generated autoloads from international/latin1-disp.el  ;;; Generated autoloads from international/latin1-disp.el
13604    
13605  (defvar latin1-display nil "\  (defvar latin1-display nil "\
# Line 11004  charsets if you don't have a Unicode fon Line 13617  charsets if you don't have a Unicode fon
13617  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
13618  use either M-x customize of the function `latin1-display'.")  use either M-x customize of the function `latin1-display'.")
13619    
13620  (custom-add-to-group (quote latin1-display) (quote latin1-display) (quote custom-variable))  (custom-autoload (quote latin1-display) "latin1-disp")
   
 (custom-add-load (quote latin1-display) (quote latin1-disp))  
13621    
13622  (autoload (quote latin1-display) "latin1-disp" "\  (autoload (quote latin1-display) "latin1-disp" "\
13623  Set up Latin-1/ASCII display for the arguments character SETS.  Set up Latin-1/ASCII display for the arguments character SETS.
# Line 11015  must be in `latin1-display-sets'.  With Line 13626  must be in `latin1-display-sets'.  With
13626  display for all of `latin1-display-sets'. See also  display for all of `latin1-display-sets'. See also
13627  `latin1-display-setup'.  As well as iso-8859 characters, this treats  `latin1-display-setup'.  As well as iso-8859 characters, this treats
13628  some characters in the `mule-unicode-...' charsets if you don't have  some characters in the `mule-unicode-...' charsets if you don't have
13629  a Unicode font with which to display them." nil nil)  a Unicode font with which to display them.
13630    
13631    \(fn &rest SETS)" nil nil)
13632    
13633  (defvar latin1-display-ucs-per-lynx nil "\  (defvar latin1-display-ucs-per-lynx nil "\
13634  Set up Latin-1/ASCII display for Unicode characters.  Set up Latin-1/ASCII display for Unicode characters.
# Line 11025  changed if the display can render Unicod Line 13638  changed if the display can render Unicod
13638  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
13639  use either M-x customize of the function `latin1-display'.")  use either M-x customize of the function `latin1-display'.")
13640    
13641  (custom-add-to-group (quote latin1-display) (quote latin1-display-ucs-per-lynx) (quote custom-variable))  (custom-autoload (quote latin1-display-ucs-per-lynx) "latin1-disp")
   
 (custom-add-load (quote latin1-display-ucs-per-lynx) (quote latin1-disp))  
13642    
13643  ;;;***  ;;;***
13644    
13645  ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"  ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
13646  ;;;;;;  "lazy-lock.el" (15510 36441))  ;;;;;;  "lazy-lock.el" (15935 42241))
13647  ;;; Generated autoloads from lazy-lock.el  ;;; Generated autoloads from lazy-lock.el
13648    
13649  (autoload (quote lazy-lock-mode) "lazy-lock" "\  (autoload (quote lazy-lock-mode) "lazy-lock" "\
# Line 11088  Stealth fontification only occurs while Line 13699  Stealth fontification only occurs while
13699  If the system load rises above `lazy-lock-stealth-load' percent, stealth  If the system load rises above `lazy-lock-stealth-load' percent, stealth
13700  fontification is suspended.  Stealth fontification intensity is controlled via  fontification is suspended.  Stealth fontification intensity is controlled via
13701  the variable `lazy-lock-stealth-nice' and `lazy-lock-stealth-lines', and  the variable `lazy-lock-stealth-nice' and `lazy-lock-stealth-lines', and
13702  verbosity is controlled via the variable `lazy-lock-stealth-verbose'." t nil)  verbosity is controlled via the variable `lazy-lock-stealth-verbose'.
13703    
13704    \(fn &optional ARG)" t nil)
13705    
13706  (autoload (quote turn-on-lazy-lock) "lazy-lock" "\  (autoload (quote turn-on-lazy-lock) "lazy-lock" "\
13707  Unconditionally turn on Lazy Lock mode." nil nil)  Unconditionally turn on Lazy Lock mode.
13708    
13709    \(fn)" nil nil)
13710    
13711  ;;;***  ;;;***
13712    
13713  ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"  ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
13714  ;;;;;;  (15186 14363))  ;;;;;;  (15185 49574))
13715  ;;; Generated autoloads from ledit.el  ;;; Generated autoloads from ledit.el
13716    
13717  (defconst ledit-save-files t "\  (defconst ledit-save-files t "\
# Line 11119  Like Lisp mode, plus these special comma Line 13734  Like Lisp mode, plus these special comma
13734             and transmit saved text.             and transmit saved text.
13735  \\{ledit-mode-map}  \\{ledit-mode-map}
13736  To make Lisp mode automatically change to Ledit mode,  To make Lisp mode automatically change to Ledit mode,
13737  do (setq lisp-mode-hook 'ledit-from-lisp-mode)" t nil)  do (setq lisp-mode-hook 'ledit-from-lisp-mode)
13738    
13739    \(fn)" t nil)
13740    
13741  (autoload (quote ledit-from-lisp-mode) "ledit" nil nil nil)  (autoload (quote ledit-from-lisp-mode) "ledit" "\
13742    Not documented
13743    
13744    \(fn)" nil nil)
13745    
13746  ;;;***  ;;;***
13747    
13748  ;;;### (autoloads (life) "life" "play/life.el" (15021 28738))  ;;;### (autoloads (life) "life" "play/life.el" (15935 48681))
13749  ;;; Generated autoloads from play/life.el  ;;; Generated autoloads from play/life.el
13750    
13751  (autoload (quote life) "life" "\  (autoload (quote life) "life" "\
13752  Run Conway's Life simulation.  Run Conway's Life simulation.
13753  The starting pattern is randomly selected.  Prefix arg (optional first  The starting pattern is randomly selected.  Prefix arg (optional first
13754  arg non-nil from a program) is the number of seconds to sleep between  arg non-nil from a program) is the number of seconds to sleep between
13755  generations (this defaults to 1)." t nil)  generations (this defaults to 1).
13756    
13757    \(fn &optional SLEEPTIME)" t nil)
13758    
13759  ;;;***  ;;;***
13760    
13761  ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (14847  ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (15766
13762  ;;;;;;  25580))  ;;;;;;  29876))
13763  ;;; Generated autoloads from loadhist.el  ;;; Generated autoloads from loadhist.el
13764    
13765  (autoload (quote unload-feature) "loadhist" "\  (autoload (quote unload-feature) "loadhist" "\
13766  Unload the library that provided FEATURE, restoring all its autoloads.  Unload the library that provided FEATURE, restoring all its autoloads.
13767  If the feature is required by any other loaded code, and prefix arg FORCE  If the feature is required by any other loaded code, and prefix arg FORCE
13768  is nil, raise an error." t nil)  is nil, raise an error.
13769    
13770    \(fn FEATURE &optional FORCE)" t nil)
13771    
13772  ;;;***  ;;;***
13773    
13774  ;;;### (autoloads (locate-with-filter locate) "locate" "locate.el"  ;;;### (autoloads (locate-with-filter locate) "locate" "locate.el"
13775  ;;;;;;  (15417 7408))  ;;;;;;  (15935 42259))
13776  ;;; Generated autoloads from locate.el  ;;; Generated autoloads from locate.el
13777    
13778  (autoload (quote locate) "locate" "\  (autoload (quote locate) "locate" "\
13779  Run the program `locate', putting results in `*Locate*' buffer.  Run the program `locate', putting results in `*Locate*' buffer.
13780  With prefix arg, prompt for the locate command to run." t nil)  With prefix arg, prompt for the locate command to run.
13781    
13782    \(fn SEARCH-STRING &optional FILTER)" t nil)
13783    
13784  (autoload (quote locate-with-filter) "locate" "\  (autoload (quote locate-with-filter) "locate" "\
13785  Run the locate command with a filter.  Run the locate command with a filter.
13786    
13787  The filter is a regular expression. Only results matching the filter are  The filter is a regular expression. Only results matching the filter are
13788  shown; this is often useful to constrain a big search." t nil)  shown; this is often useful to constrain a big search.
13789    
13790    \(fn SEARCH-STRING FILTER)" t nil)
13791    
13792  ;;;***  ;;;***
13793    
13794  ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15326 27818))  ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15935 42292))
13795  ;;; Generated autoloads from log-edit.el  ;;; Generated autoloads from log-edit.el
13796    
13797  (autoload (quote log-edit) "log-edit" "\  (autoload (quote log-edit) "log-edit" "\
# Line 11178  LISTFUN if non-nil is a function of no a Line 13806  LISTFUN if non-nil is a function of no a
13806    that are concerned by the current operation (using relative names).    that are concerned by the current operation (using relative names).
13807  If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the  If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
13808    log message and go back to the current buffer when done.  Otherwise, it    log message and go back to the current buffer when done.  Otherwise, it
13809    uses the current buffer." nil nil)    uses the current buffer.
13810    
13811    \(fn CALLBACK &optional SETUP LISTFUN BUFFER &rest IGNORE)" nil nil)
13812    
13813  ;;;***  ;;;***
13814    
13815  ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (15417  ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (15935
13816  ;;;;;;  7408))  ;;;;;;  42309))
13817  ;;; Generated autoloads from log-view.el  ;;; Generated autoloads from log-view.el
13818    
13819  (autoload (quote log-view-mode) "log-view" "\  (autoload (quote log-view-mode) "log-view" "\
# Line 11192  Major mode for browsing CVS log output." Line 13822  Major mode for browsing CVS log output."
13822  ;;;***  ;;;***
13823    
13824  ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer  ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
13825  ;;;;;;  lpr-command lpr-switches printer-name) "lpr" "lpr.el" (15595  ;;;;;;  lpr-command lpr-switches printer-name) "lpr" "lpr.el" (15935
13826  ;;;;;;  21690))  ;;;;;;  42324))
13827  ;;; Generated autoloads from lpr.el  ;;; Generated autoloads from lpr.el
13828    
13829  (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt))))  (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt))))
# Line 11215  printers, or \"COM1\" to \"COM4\" or \"A Line 13845  printers, or \"COM1\" to \"COM4\" or \"A
13845  it to the name of a file, in which case the output gets appended to that  it to the name of a file, in which case the output gets appended to that
13846  file.  If you want to discard the printed output, set this to \"NUL\".")  file.  If you want to discard the printed output, set this to \"NUL\".")
13847    
13848    (custom-autoload (quote printer-name) "lpr")
13849    
13850  (defvar lpr-switches nil "\  (defvar lpr-switches nil "\
13851  *List of strings to pass as extra options for the printer program.  *List of strings to pass as extra options for the printer program.
13852  It is recommended to set `printer-name' instead of including an explicit  It is recommended to set `printer-name' instead of including an explicit
13853  switch on this list.  switch on this list.
13854  See `lpr-command'.")  See `lpr-command'.")
13855    
13856    (custom-autoload (quote lpr-switches) "lpr")
13857    
13858  (defvar lpr-command (cond (lpr-windows-system "") (lpr-lp-system "lp") (t "lpr")) "\  (defvar lpr-command (cond (lpr-windows-system "") (lpr-lp-system "lp") (t "lpr")) "\
13859  *Name of program for printing a file.  *Name of program for printing a file.
13860    
# Line 11232  Windows NT and Novell Netware respective Line 13866  Windows NT and Novell Netware respective
13866  treated like `lpr' except that an explicit filename is given as the last  treated like `lpr' except that an explicit filename is given as the last
13867  argument.")  argument.")
13868    
13869    (custom-autoload (quote lpr-command) "lpr")
13870    
13871  (autoload (quote lpr-buffer) "lpr" "\  (autoload (quote lpr-buffer) "lpr" "\
13872  Print buffer contents without pagination or page headers.  Print buffer contents without pagination or page headers.
13873  See the variables `lpr-switches' and `lpr-command'  See the variables `lpr-switches' and `lpr-command'
13874  for customization of the printer command." t nil)  for customization of the printer command.
13875    
13876    \(fn)" t nil)
13877    
13878  (autoload (quote print-buffer) "lpr" "\  (autoload (quote print-buffer) "lpr" "\
13879  Paginate and print buffer contents.  Paginate and print buffer contents.
# Line 11247  If it is nil (the default), we run the ` Line 13885  If it is nil (the default), we run the `
13885    
13886  Otherwise, the switches in `lpr-headers-switches' are used  Otherwise, the switches in `lpr-headers-switches' are used
13887  in the print command itself; we expect them to request pagination.  in the print command itself; we expect them to request pagination.
13888    
13889  See the variables `lpr-switches' and `lpr-command'  See the variables `lpr-switches' and `lpr-command'
13890  for further customization of the printer command." t nil)  for further customization of the printer command.
13891    
13892    \(fn)" t nil)
13893    
13894  (autoload (quote lpr-region) "lpr" "\  (autoload (quote lpr-region) "lpr" "\
13895  Print region contents without pagination or page headers.  Print region contents without pagination or page headers.
13896  See the variables `lpr-switches' and `lpr-command'  See the variables `lpr-switches' and `lpr-command'
13897  for customization of the printer command." t nil)  for customization of the printer command.
13898    
13899    \(fn START END)" t nil)
13900    
13901  (autoload (quote print-region) "lpr" "\  (autoload (quote print-region) "lpr" "\
13902  Paginate and print the region contents.  Paginate and print the region contents.
# Line 11266  If it is nil (the default), we run the ` Line 13908  If it is nil (the default), we run the `
13908    
13909  Otherwise, the switches in `lpr-headers-switches' are used  Otherwise, the switches in `lpr-headers-switches' are used
13910  in the print command itself; we expect them to request pagination.  in the print command itself; we expect them to request pagination.
13911    
13912  See the variables `lpr-switches' and `lpr-command'  See the variables `lpr-switches' and `lpr-command'
13913  for further customization of the printer command." t nil)  for further customization of the printer command.
13914    
13915    \(fn START END)" t nil)
13916    
13917  ;;;***  ;;;***
13918    
13919  ;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (15417 7408))  ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
13920    ;;;;;;  (15915 36047))
13921  ;;; Generated autoloads from ls-lisp.el  ;;; Generated autoloads from ls-lisp.el
13922    
13923  (defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired))  (defvar ls-lisp-support-shell-wildcards t "\
13924    *Non-nil means ls-lisp treats file patterns as shell wildcards.
13925    Otherwise they are treated as Emacs regexps (for backward compatibility).")
13926    
13927    (custom-autoload (quote ls-lisp-support-shell-wildcards) "ls-lisp")
13928    
13929  ;;;***  ;;;***
13930    
13931  ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (15187  ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (15935
13932  ;;;;;;  36239))  ;;;;;;  46813))
13933  ;;; Generated autoloads from calendar/lunar.el  ;;; Generated autoloads from calendar/lunar.el
13934    
13935  (autoload (quote phases-of-moon) "lunar" "\  (autoload (quote phases-of-moon) "lunar" "\
13936  Display the quarters of the moon for last month, this month, and next month.  Display the quarters of the moon for last month, this month, and next month.
13937  If called with an optional prefix argument, prompts for month and year.  If called with an optional prefix argument, prompts for month and year.
13938    
13939  This function is suitable for execution in a .emacs file." t nil)  This function is suitable for execution in a .emacs file.
13940    
13941    \(fn &optional ARG)" t nil)
13942    
13943  ;;;***  ;;;***
13944    
13945  ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (15187  ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (15935
13946  ;;;;;;  36244))  ;;;;;;  48915))
13947  ;;; Generated autoloads from progmodes/m4-mode.el  ;;; Generated autoloads from progmodes/m4-mode.el
13948    
13949  (autoload (quote m4-mode) "m4-mode" "\  (autoload (quote m4-mode) "m4-mode" "\
13950  A major mode to edit m4 macro files.  A major mode to edit m4 macro files.
13951  \\{m4-mode-map}  \\{m4-mode-map}
13952  " t nil)  
13953    \(fn)" t nil)
13954    
13955  ;;;***  ;;;***
13956    
13957  ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro  ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
13958  ;;;;;;  name-last-kbd-macro) "macros" "macros.el" (15186 14364))  ;;;;;;  name-last-kbd-macro) "macros" "macros.el" (15935 42395))
13959  ;;; Generated autoloads from macros.el  ;;; Generated autoloads from macros.el
13960    
13961  (autoload (quote name-last-kbd-macro) "macros" "\  (autoload (quote name-last-kbd-macro) "macros" "\
13962  Assign a name to the last keyboard macro defined.  Assign a name to the last keyboard macro defined.
13963  Argument SYMBOL is the name to define.  Argument SYMBOL is the name to define.
13964  The symbol's function definition becomes the keyboard macro string.  The symbol's function definition becomes the keyboard macro string.
13965  Such a \"function\" cannot be called from Lisp, but it is a valid editor command." t nil)  Such a \"function\" cannot be called from Lisp, but it is a valid editor command.
13966    
13967    \(fn SYMBOL)" t nil)
13968    
13969  (autoload (quote insert-kbd-macro) "macros" "\  (autoload (quote insert-kbd-macro) "macros" "\
13970  Insert in buffer the definition of kbd macro NAME, as Lisp code.  Insert in buffer the definition of kbd macro NAME, as Lisp code.
# Line 11324  are recorded since executing this Lisp c Line 13978  are recorded since executing this Lisp c
13978  bindings.  bindings.
13979    
13980  To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',  To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
13981  use this command, and then save the file." t nil)  use this command, and then save the file.
13982    
13983    \(fn MACRONAME &optional KEYS)" t nil)
13984    
13985  (autoload (quote kbd-macro-query) "macros" "\  (autoload (quote kbd-macro-query) "macros" "\
13986  Query user during kbd macro execution.  Query user during kbd macro execution.
# Line 11337  Your options are: \\<query-replace-map> Line 13993  Your options are: \\<query-replace-map>
13993  \\[skip]        Skip the rest of this iteration, and start the next.  \\[skip]        Skip the rest of this iteration, and start the next.
13994  \\[exit]        Stop the macro entirely right now.  \\[exit]        Stop the macro entirely right now.
13995  \\[recenter]    Redisplay the screen, then ask again.  \\[recenter]    Redisplay the screen, then ask again.
13996  \\[edit]        Enter recursive edit; ask again when you exit from that." t nil)  \\[edit]        Enter recursive edit; ask again when you exit from that.
13997    
13998    \(fn FLAG)" t nil)
13999    
14000  (autoload (quote apply-macro-to-region-lines) "macros" "\  (autoload (quote apply-macro-to-region-lines) "macros" "\
14001  For each complete line between point and mark, move to the beginning  For each complete line between point and mark, move to the beginning
# Line 11360  and mark at opposite ends of the quoted Line 14018  and mark at opposite ends of the quoted
14018  Suppose you wanted to build a keyword table in C where each entry  Suppose you wanted to build a keyword table in C where each entry
14019  looked like this:  looked like this:
14020    
14021      { \"foo\", foo_data, foo_function },      { \"foo\", foo_data, foo_function },
14022      { \"bar\", bar_data, bar_function },      { \"bar\", bar_data, bar_function },
14023      { \"baz\", baz_data, baz_function },      { \"baz\", baz_data, baz_function },
14024    
# Line 11378  and write a macro to massage a word into Line 14036  and write a macro to massage a word into
14036    
14037  and then select the region of un-tablified names and use  and then select the region of un-tablified names and use
14038  `\\[apply-macro-to-region-lines]' to build the table from the names.  `\\[apply-macro-to-region-lines]' to build the table from the names.
14039  " t nil)  
14040    \(fn TOP BOTTOM &optional MACRO)" t nil)
14041   (define-key ctl-x-map "q" 'kbd-macro-query)   (define-key ctl-x-map "q" 'kbd-macro-query)
14042    
14043  ;;;***  ;;;***
14044    
14045  ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"  ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
14046  ;;;;;;  "mail/mail-extr.el" (15353 43827))  ;;;;;;  "mail/mail-extr.el" (15791 51943))
14047  ;;; Generated autoloads from mail/mail-extr.el  ;;; Generated autoloads from mail/mail-extr.el
14048    
14049  (autoload (quote mail-extract-address-components) "mail-extr" "\  (autoload (quote mail-extract-address-components) "mail-extr" "\
14050  Given an RFC-822 address ADDRESS, extract full name and canonical address.  Given an RFC-822 address ADDRESS, extract full name and canonical address.
14051  Returns a list of the form (FULL-NAME CANONICAL-ADDRESS).  Returns a list of the form (FULL-NAME CANONICAL-ADDRESS).
14052  If no name can be extracted, FULL-NAME will be nil.  If no name can be extracted, FULL-NAME will be nil.  Also see
14053    `mail-extr-ignore-single-names'.
14054    
14055  If the optional argument ALL is non-nil, then ADDRESS can contain zero  If the optional argument ALL is non-nil, then ADDRESS can contain zero
14056  or more recipients, separated by commas, and we return a list of  or more recipients, separated by commas, and we return a list of
# Line 11399  each recipient.  If ALL is nil, then if Line 14059  each recipient.  If ALL is nil, then if
14059  one recipients, all but the first is ignored.  one recipients, all but the first is ignored.
14060    
14061  ADDRESS may be a string or a buffer.  If it is a buffer, the visible  ADDRESS may be a string or a buffer.  If it is a buffer, the visible
14062   (narrowed) portion of the buffer will be interpreted as the address.  \(narrowed) portion of the buffer will be interpreted as the address.
14063   (This feature exists so that the clever caller might be able to avoid  \(This feature exists so that the clever caller might be able to avoid
14064   consing a string.)" nil nil)  consing a string.)
14065    
14066    \(fn ADDRESS &optional ALL)" nil nil)
14067    
14068  (autoload (quote what-domain) "mail-extr" "\  (autoload (quote what-domain) "mail-extr" "\
14069  Convert mail domain DOMAIN to the country it corresponds to." t nil)  Convert mail domain DOMAIN to the country it corresponds to.
14070    
14071    \(fn DOMAIN)" t nil)
14072    
14073  ;;;***  ;;;***
14074    
14075  ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history  ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
14076  ;;;;;;  mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"  ;;;;;;  mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
14077  ;;;;;;  (15187 36241))  ;;;;;;  (15935 48280))
14078  ;;; Generated autoloads from mail/mail-hist.el  ;;; Generated autoloads from mail/mail-hist.el
14079    
14080  (autoload (quote mail-hist-define-keys) "mail-hist" "\  (autoload (quote mail-hist-define-keys) "mail-hist" "\
14081  Define keys for accessing mail header history.  For use in hooks." nil nil)  Define keys for accessing mail header history.  For use in hooks.
14082    
14083    \(fn)" nil nil)
14084    
14085    (autoload (quote mail-hist-enable) "mail-hist" "\
14086    Not documented
14087    
14088  (autoload (quote mail-hist-enable) "mail-hist" nil nil nil)  \(fn)" nil nil)
14089    
14090  (defvar mail-hist-keep-history t "\  (defvar mail-hist-keep-history t "\
14091  *Non-nil means keep a history for headers and text of outgoing mail.")  *Non-nil means keep a history for headers and text of outgoing mail.")
14092    
14093    (custom-autoload (quote mail-hist-keep-history) "mail-hist")
14094    
14095  (autoload (quote mail-hist-put-headers-into-history) "mail-hist" "\  (autoload (quote mail-hist-put-headers-into-history) "mail-hist" "\
14096  Put headers and contents of this message into mail header history.  Put headers and contents of this message into mail header history.
14097  Each header has its own independent history, as does the body of the  Each header has its own independent history, as does the body of the
14098  message.  message.
14099    
14100  This function normally would be called when the message is sent." nil nil)  This function normally would be called when the message is sent.
14101    
14102    \(fn)" nil nil)
14103    
14104  ;;;***  ;;;***
14105    
14106  ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region  ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
14107  ;;;;;;  mail-unquote-printable mail-quote-printable mail-file-babyl-p  ;;;;;;  mail-unquote-printable mail-quote-printable mail-file-babyl-p
14108  ;;;;;;  mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (15514  ;;;;;;  mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (15935
14109  ;;;;;;  33253))  ;;;;;;  48280))
14110  ;;; Generated autoloads from mail/mail-utils.el  ;;; Generated autoloads from mail/mail-utils.el
14111    
14112  (defvar mail-use-rfc822 nil "\  (defvar mail-use-rfc822 nil "\
# Line 11441  This function normally would be called w Line 14114  This function normally would be called w
14114  Otherwise, (the default) use a smaller, somewhat faster, and  Otherwise, (the default) use a smaller, somewhat faster, and
14115  often correct parser.")  often correct parser.")
14116    
14117  (autoload (quote mail-file-babyl-p) "mail-utils" nil nil nil)  (custom-autoload (quote mail-use-rfc822) "mail-utils")
14118    
14119    (autoload (quote mail-file-babyl-p) "mail-utils" "\
14120    Not documented
14121    
14122    \(fn FILE)" nil nil)
14123    
14124  (autoload (quote mail-quote-printable) "mail-utils" "\  (autoload (quote mail-quote-printable) "mail-utils" "\
14125  Convert a string to the \"quoted printable\" Q encoding.  Convert a string to the \"quoted printable\" Q encoding.
14126  If the optional argument WRAPPER is non-nil,  If the optional argument WRAPPER is non-nil,
14127  we add the wrapper characters =?ISO-8859-1?Q?....?=." nil nil)  we add the wrapper characters =?ISO-8859-1?Q?....?=.
14128    
14129    \(fn STRING &optional WRAPPER)" nil nil)
14130    
14131  (autoload (quote mail-unquote-printable) "mail-utils" "\  (autoload (quote mail-unquote-printable) "mail-utils" "\
14132  Undo the \"quoted printable\" encoding.  Undo the \"quoted printable\" encoding.
14133  If the optional argument WRAPPER is non-nil,  If the optional argument WRAPPER is non-nil,
14134  we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=." nil nil)  we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=.
14135    
14136    \(fn STRING &optional WRAPPER)" nil nil)
14137    
14138  (autoload (quote mail-unquote-printable-region) "mail-utils" "\  (autoload (quote mail-unquote-printable-region) "mail-utils" "\
14139  Undo the \"quoted printable\" encoding in buffer from BEG to END.  Undo the \"quoted printable\" encoding in buffer from BEG to END.
14140  If the optional argument WRAPPER is non-nil,  If the optional argument WRAPPER is non-nil,
14141  we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=." t nil)  we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=.
14142    
14143    \(fn BEG END &optional WRAPPER)" t nil)
14144    
14145  (autoload (quote mail-fetch-field) "mail-utils" "\  (autoload (quote mail-fetch-field) "mail-utils" "\
14146  Return the value of the header field whose type is FIELD-NAME.  Return the value of the header field whose type is FIELD-NAME.
14147  The buffer is expected to be narrowed to just the header of the message.  The buffer is expected to be narrowed to just the header of the message.
14148  If second arg LAST is non-nil, use the last field of type FIELD-NAME.  If second arg LAST is non-nil, use the last field of type FIELD-NAME.
14149  If third arg ALL is non-nil, concatenate all such fields with commas between.  If third arg ALL is non-nil, concatenate all such fields with commas between.
14150  If 4th arg LIST is non-nil, return a list of all such fields." nil nil)  If 4th arg LIST is non-nil, return a list of all such fields.
14151    
14152    \(fn FIELD-NAME &optional LAST ALL LIST)" nil nil)
14153    
14154  ;;;***  ;;;***
14155    
14156  ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)  ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
14157  ;;;;;;  "mailabbrev" "mail/mailabbrev.el" (15552 23097))  ;;;;;;  "mailabbrev" "mail/mailabbrev.el" (15905 54449))
14158  ;;; Generated autoloads from mail/mailabbrev.el  ;;; Generated autoloads from mail/mailabbrev.el
14159    
14160  (autoload (quote mail-abbrevs-setup) "mailabbrev" "\  (autoload (quote mail-abbrevs-setup) "mailabbrev" "\
14161  Initialize use of the `mailabbrev' package." nil nil)  Initialize use of the `mailabbrev' package.
14162    
14163    \(fn)" nil nil)
14164    
14165  (autoload (quote build-mail-abbrevs) "mailabbrev" "\  (autoload (quote build-mail-abbrevs) "mailabbrev" "\
14166  Read mail aliases from personal mail alias file and set `mail-abbrevs'.  Read mail aliases from personal mail alias file and set `mail-abbrevs'.
14167  By default this is the file specified by `mail-personal-alias-file'." nil nil)  By default this is the file specified by `mail-personal-alias-file'.
14168    
14169    \(fn &optional FILE RECURSIVEP)" nil nil)
14170    
14171  (autoload (quote define-mail-abbrev) "mailabbrev" "\  (autoload (quote define-mail-abbrev) "mailabbrev" "\
14172  Define NAME as a mail alias abbrev that translates to DEFINITION.  Define NAME as a mail alias abbrev that translates to DEFINITION.
14173  If DEFINITION contains multiple addresses, separate them with commas." t nil)  If DEFINITION contains multiple addresses, separate them with commas.
14174    
14175    \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
14176    
14177  ;;;***  ;;;***
14178    
14179  ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases  ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
14180  ;;;;;;  mail-complete-style) "mailalias" "mail/mailalias.el" (15306  ;;;;;;  mail-complete-style) "mailalias" "mail/mailalias.el" (15935
14181  ;;;;;;  12056))  ;;;;;;  48280))
14182  ;;; Generated autoloads from mail/mailalias.el  ;;; Generated autoloads from mail/mailalias.el
14183    
14184  (defvar mail-complete-style (quote angles) "\  (defvar mail-complete-style (quote angles) "\
# Line 11498  If `parens', they look like: Line 14190  If `parens', they look like:
14190  If `angles', they look like:  If `angles', they look like:
14191          Elvis Parsley <king@grassland.com>")          Elvis Parsley <king@grassland.com>")
14192    
14193    (custom-autoload (quote mail-complete-style) "mailalias")
14194    
14195  (autoload (quote expand-mail-aliases) "mailalias" "\  (autoload (quote expand-mail-aliases) "mailalias" "\
14196  Expand all mail aliases in suitable header fields found between BEG and END.  Expand all mail aliases in suitable header fields found between BEG and END.
14197  If interactive, expand in header fields.  If interactive, expand in header fields.
# Line 11505  Suitable header fields are `To', `From', Line 14199  Suitable header fields are `To', `From',
14199  their `Resent-' variants.  their `Resent-' variants.
14200    
14201  Optional second arg EXCLUDE may be a regular expression defining text to be  Optional second arg EXCLUDE may be a regular expression defining text to be
14202  removed from alias expansions." t nil)  removed from alias expansions.
14203    
14204    \(fn BEG END &optional EXCLUDE)" t nil)
14205    
14206  (autoload (quote define-mail-alias) "mailalias" "\  (autoload (quote define-mail-alias) "mailalias" "\
14207  Define NAME as a mail alias that translates to DEFINITION.  Define NAME as a mail alias that translates to DEFINITION.
14208  This means that sending a message to NAME will actually send to DEFINITION.  This means that sending a message to NAME will actually send to DEFINITION.
14209    
14210  Normally, the addresses in DEFINITION must be separated by commas.  Normally, the addresses in DEFINITION must be separated by commas.
14211  If FROM-MAILRC-FILE is non-nil, then addresses in DEFINITION  If FROM-MAILRC-FILE is non-nil, then addresses in DEFINITION
14212  can be separated by spaces; an address can contain spaces  can be separated by spaces; an address can contain spaces
14213  if it is quoted with double-quotes." t nil)  if it is quoted with double-quotes.
14214    
14215    \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
14216    
14217  (autoload (quote mail-complete) "mailalias" "\  (autoload (quote mail-complete) "mailalias" "\
14218  Perform completion on header field or word preceding point.  Perform completion on header field or word preceding point.
14219  Completable headers are according to `mail-complete-alist'.  If none matches  Completable headers are according to `mail-complete-alist'.  If none matches
14220  current header, calls `mail-complete-function' and passes prefix arg if any." t nil)  current header, calls `mail-complete-function' and passes prefix arg if any.
14221    
14222    \(fn ARG)" t nil)
14223    
14224  ;;;***  ;;;***
14225    
14226  ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"  ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"
14227  ;;;;;;  (15391 60717))  ;;;;;;  (15935 48915))
14228  ;;; Generated autoloads from progmodes/make-mode.el  ;;; Generated autoloads from progmodes/make-mode.el
14229    
14230  (autoload (quote makefile-mode) "make-mode" "\  (autoload (quote makefile-mode) "make-mode" "\
# Line 11583  Makefile mode can be configured by modif Line 14283  Makefile mode can be configured by modif
14283     (i.e. it calls `makefile-pickup-filenames-as-targets'), otherwise     (i.e. it calls `makefile-pickup-filenames-as-targets'), otherwise
14284     filenames are omitted.     filenames are omitted.
14285    
14286  `makefile-cleanup-continuations-p':  `makefile-cleanup-continuations':
14287     If this variable is set to a non-nil value then Makefile mode     If this variable is set to a non-nil value then Makefile mode
14288     will assure that no line in the file ends with a backslash     will assure that no line in the file ends with a backslash
14289     (the continuation character) followed by any whitespace.     (the continuation character) followed by any whitespace.
# Line 11599  Makefile mode can be configured by modif Line 14299  Makefile mode can be configured by modif
14299  `makefile-special-targets-list':  `makefile-special-targets-list':
14300     List of special targets. You will be offered to complete     List of special targets. You will be offered to complete
14301     on one of those in the minibuffer whenever you enter a `.'.     on one of those in the minibuffer whenever you enter a `.'.
14302     at the beginning of a line in Makefile mode." t nil)     at the beginning of a line in Makefile mode.
14303    
14304    \(fn)" t nil)
14305    
14306  ;;;***  ;;;***
14307    
# Line 11609  Makefile mode can be configured by modif Line 14311  Makefile mode can be configured by modif
14311    
14312  (autoload (quote make-command-summary) "makesum" "\  (autoload (quote make-command-summary) "makesum" "\
14313  Make a summary of current key bindings in the buffer *Summary*.  Make a summary of current key bindings in the buffer *Summary*.
14314  Previous contents of that buffer are killed first." t nil)  Previous contents of that buffer are killed first.
14315    
14316    \(fn)" t nil)
14317    
14318  ;;;***  ;;;***
14319    
14320  ;;;### (autoloads (man-follow man) "man" "man.el" (15427 61506))  ;;;### (autoloads (man-follow man) "man" "man.el" (15935 42428))
14321  ;;; Generated autoloads from man.el  ;;; Generated autoloads from man.el
14322    
14323  (defalias (quote manual-entry) (quote man))  (defalias (quote manual-entry) (quote man))
# Line 11629  If a buffer already exists for this man Line 14333  If a buffer already exists for this man
14333  To specify a man page from a certain section, type SUBJECT(SECTION) or  To specify a man page from a certain section, type SUBJECT(SECTION) or
14334  SECTION SUBJECT when prompted for a manual entry.  To see manpages from  SECTION SUBJECT when prompted for a manual entry.  To see manpages from
14335  all sections related to a subject, put something appropriate into the  all sections related to a subject, put something appropriate into the
14336  `Man-switches' variable, which see." t nil)  `Man-switches' variable, which see.
14337    
14338    \(fn MAN-ARGS)" t nil)
14339    
14340  (autoload (quote man-follow) "man" "\  (autoload (quote man-follow) "man" "\
14341  Get a Un*x manual page of the item under point and put it in a buffer." t nil)  Get a Un*x manual page of the item under point and put it in a buffer.
14342    
14343    \(fn MAN-ARGS)" t nil)
14344    
14345  ;;;***  ;;;***
14346    
14347  ;;;### (autoloads (master-mode) "master" "master.el" (15417 7408))  ;;;### (autoloads (master-mode) "master" "master.el" (15935 42463))
14348  ;;; Generated autoloads from master.el  ;;; Generated autoloads from master.el
14349    
14350  (autoload (quote master-mode) "master" "\  (autoload (quote master-mode) "master" "\
# Line 11652  following commands: Line 14360  following commands:
14360    
14361  The slave buffer is stored in the buffer-local variable `master-of'.  The slave buffer is stored in the buffer-local variable `master-of'.
14362  You can set this variable using `master-set-slave'.  You can show  You can set this variable using `master-set-slave'.  You can show
14363  yourself the value of `master-of' by calling `master-show-slave'." t nil)  yourself the value of `master-of' by calling `master-show-slave'.
14364    
14365    \(fn &optional ARG)" t nil)
14366    
14367  ;;;***  ;;;***
14368    
# Line 11665  yourself the value of `master-of' by cal Line 14375  yourself the value of `master-of' by cal
14375  ;;;;;;  message-signature message-indent-citation-function message-cite-function  ;;;;;;  message-signature message-indent-citation-function message-cite-function
14376  ;;;;;;  message-yank-prefix message-citation-line-function message-send-mail-function  ;;;;;;  message-yank-prefix message-citation-line-function message-send-mail-function
14377  ;;;;;;  message-user-organization-file message-signature-separator  ;;;;;;  message-user-organization-file message-signature-separator
14378  ;;;;;;  message-from-style) "message" "gnus/message.el" (15533 28774))  ;;;;;;  message-from-style) "message" "gnus/message.el" (15935 47838))
14379  ;;; Generated autoloads from gnus/message.el  ;;; Generated autoloads from gnus/message.el
14380    
14381  (defvar message-from-style (quote default) "\  (defvar message-from-style (quote default) "\
# Line 11681  If `angles', they look like: Line 14391  If `angles', they look like:
14391  Otherwise, most addresses look like `angles', but they look like  Otherwise, most addresses look like `angles', but they look like
14392  `parens' if `angles' would need quoting and `parens' would not.")  `parens' if `angles' would need quoting and `parens' would not.")
14393    
14394    (custom-autoload (quote message-from-style) "message")
14395    
14396  (defvar message-signature-separator "^-- *$" "\  (defvar message-signature-separator "^-- *$" "\
14397  Regexp matching the signature separator.")  Regexp matching the signature separator.")
14398    
14399    (custom-autoload (quote message-signature-separator) "message")
14400    
14401  (defvar message-user-organization-file "/usr/lib/news/organization" "\  (defvar message-user-organization-file "/usr/lib/news/organization" "\
14402  *Local news organization file.")  *Local news organization file.")
14403    
14404    (custom-autoload (quote message-user-organization-file) "message")
14405    
14406  (defvar message-send-mail-function (quote message-send-mail-with-sendmail) "\  (defvar message-send-mail-function (quote message-send-mail-with-sendmail) "\
14407  Function to call to send the current buffer as mail.  Function to call to send the current buffer as mail.
14408  The headers should be delimited by a line whose contents match the  The headers should be delimited by a line whose contents match the
# Line 11698  Valid values include `message-send-mail- Line 14414  Valid values include `message-send-mail-
14414    
14415  See also `send-mail-function'.")  See also `send-mail-function'.")
14416    
14417    (custom-autoload (quote message-send-mail-function) "message")
14418    
14419  (defvar message-citation-line-function (quote message-insert-citation-line) "\  (defvar message-citation-line-function (quote message-insert-citation-line) "\
14420  *Function called to insert the \"Whomever writes:\" line.")  *Function called to insert the \"Whomever writes:\" line.")
14421    
14422    (custom-autoload (quote message-citation-line-function) "message")
14423    
14424  (defvar message-yank-prefix "> " "\  (defvar message-yank-prefix "> " "\
14425  *Prefix inserted on the lines of yanked messages.")  *Prefix inserted on the lines of yanked messages.")
14426    
14427    (custom-autoload (quote message-yank-prefix) "message")
14428    
14429  (defvar message-cite-function (quote message-cite-original) "\  (defvar message-cite-function (quote message-cite-original) "\
14430  *Function for citing an original message.  *Function for citing an original message.
14431  Predefined functions include `message-cite-original' and  Predefined functions include `message-cite-original' and
14432  `message-cite-original-without-signature'.  `message-cite-original-without-signature'.
14433  Note that `message-cite-original' uses `mail-citation-hook' if that is non-nil.")  Note that `message-cite-original' uses `mail-citation-hook' if that is non-nil.")
14434    
14435    (custom-autoload (quote message-cite-function) "message")
14436    
14437  (defvar message-indent-citation-function (quote message-indent-citation) "\  (defvar message-indent-citation-function (quote message-indent-citation) "\
14438  *Function for modifying a citation just inserted in the mail buffer.  *Function for modifying a citation just inserted in the mail buffer.
14439  This can also be a list of functions.  Each function can find the  This can also be a list of functions.  Each function can find the
14440  citation between (point) and (mark t).  And each function should leave  citation between (point) and (mark t).  And each function should leave
14441  point and mark around the citation text as modified.")  point and mark around the citation text as modified.")
14442    
14443    (custom-autoload (quote message-indent-citation-function) "message")
14444    
14445  (defvar message-signature t "\  (defvar message-signature t "\
14446  *String to be inserted at the end of the message buffer.  *String to be inserted at the end of the message buffer.
14447  If t, the `message-signature-file' file will be inserted instead.  If t, the `message-signature-file' file will be inserted instead.
14448  If a function, the result from the function will be used instead.  If a function, the result from the function will be used instead.
14449  If a form, the result from the form will be used instead.")  If a form, the result from the form will be used instead.")
14450    
14451    (custom-autoload (quote message-signature) "message")
14452    
14453  (defvar message-signature-file "~/.signature" "\  (defvar message-signature-file "~/.signature" "\
14454  *Name of file containing the text inserted at end of message buffer.  *Name of file containing the text inserted at end of message buffer.
14455  Ignored if the named file doesn't exist.  Ignored if the named file doesn't exist.
14456  If nil, don't insert a signature.")  If nil, don't insert a signature.")
14457    
14458    (custom-autoload (quote message-signature-file) "message")
14459    
14460  (define-mail-user-agent (quote message-user-agent) (quote message-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook))  (define-mail-user-agent (quote message-user-agent) (quote message-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook))
14461    
14462  (autoload (quote message-mode) "message" "\  (autoload (quote message-mode) "message" "\
# Line 11753  C-c C-v  `message-delete-not-region' (re Line 14483  C-c C-v  `message-delete-not-region' (re
14483  C-c C-z  `message-kill-to-signature' (kill the text up to the signature).  C-c C-z  `message-kill-to-signature' (kill the text up to the signature).
14484  C-c C-r  `message-caesar-buffer-body' (rot13 the message body).  C-c C-r  `message-caesar-buffer-body' (rot13 the message body).
14485  C-c C-a  `mml-attach-file' (attach a file as MIME).  C-c C-a  `mml-attach-file' (attach a file as MIME).
14486  M-RET    `message-newline-and-reformat' (break the line and reformat)." t nil)  M-RET    `message-newline-and-reformat' (break the line and reformat).
14487    
14488    \(fn)" t nil)
14489    
14490  (autoload (quote message-mail) "message" "\  (autoload (quote message-mail) "message" "\
14491  Start editing a mail message to be sent.  Start editing a mail message to be sent.
14492  OTHER-HEADERS is an alist of header/value pairs." t nil)  OTHER-HEADERS is an alist of header/value pairs.
14493    
14494    \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS)" t nil)
14495    
14496  (autoload (quote message-news) "message" "\  (autoload (quote message-news) "message" "\
14497  Start editing a news article to be sent." t nil)  Start editing a news article to be sent.
14498    
14499    \(fn &optional NEWSGROUPS SUBJECT)" t nil)
14500    
14501  (autoload (quote message-reply) "message" "\  (autoload (quote message-reply) "message" "\
14502  Start editing a reply to the article in the current buffer." t nil)  Start editing a reply to the article in the current buffer.
14503    
14504    \(fn &optional TO-ADDRESS WIDE)" t nil)
14505    
14506  (autoload (quote message-wide-reply) "message" "\  (autoload (quote message-wide-reply) "message" "\
14507  Make a \"wide\" reply to the message in the current buffer." t nil)  Make a \"wide\" reply to the message in the current buffer.
14508    
14509    \(fn &optional TO-ADDRESS)" t nil)
14510    
14511  (autoload (quote message-followup) "message" "\  (autoload (quote message-followup) "message" "\
14512  Follow up to the message in the current buffer.  Follow up to the message in the current buffer.
14513  If TO-NEWSGROUPS, use that as the new Newsgroups line." t nil)  If TO-NEWSGROUPS, use that as the new Newsgroups line.
14514    
14515    \(fn &optional TO-NEWSGROUPS)" t nil)
14516    
14517  (autoload (quote message-cancel-news) "message" "\  (autoload (quote message-cancel-news) "message" "\
14518  Cancel an article you posted.  Cancel an article you posted.
14519  If ARG, allow editing of the cancellation message." t nil)  If ARG, allow editing of the cancellation message.
14520    
14521    \(fn &optional ARG)" t nil)
14522    
14523  (autoload (quote message-supersede) "message" "\  (autoload (quote message-supersede) "message" "\
14524  Start composing a message to supersede the current message.  Start composing a message to supersede the current message.
14525  This is done simply by taking the old article and adding a Supersedes  This is done simply by taking the old article and adding a Supersedes
14526  header line with the old Message-ID." t nil)  header line with the old Message-ID.
14527    
14528    \(fn)" t nil)
14529    
14530  (autoload (quote message-recover) "message" "\  (autoload (quote message-recover) "message" "\
14531  Reread contents of current buffer from its last auto-save file." t nil)  Reread contents of current buffer from its last auto-save file.
14532    
14533    \(fn)" t nil)
14534    
14535  (autoload (quote message-forward) "message" "\  (autoload (quote message-forward) "message" "\
14536  Forward the current message via mail.  Forward the current message via mail.
14537  Optional NEWS will use news to forward instead of mail.  Optional NEWS will use news to forward instead of mail.
14538  Optional DIGEST will use digest to forward." t nil)  Optional DIGEST will use digest to forward.
14539    
14540    \(fn &optional NEWS DIGEST)" t nil)
14541    
14542    (autoload (quote message-forward-make-body) "message" "\
14543    Not documented
14544    
14545    \(fn FORWARD-BUFFER &optional DIGEST)" nil nil)
14546    
14547  (autoload (quote message-forward-make-body) "message" nil nil nil)  (autoload (quote message-forward-rmail-make-body) "message" "\
14548    Not documented
14549    
14550  (autoload (quote message-forward-rmail-make-body) "message" nil nil nil)  \(fn FORWARD-BUFFER)" nil nil)
14551    
14552  (autoload (quote message-insinuate-rmail) "message" "\  (autoload (quote message-insinuate-rmail) "message" "\
14553  Let RMAIL uses message to forward." t nil)  Let RMAIL uses message to forward.
14554    
14555    \(fn)" t nil)
14556    
14557  (autoload (quote message-resend) "message" "\  (autoload (quote message-resend) "message" "\
14558  Resend the current article to ADDRESS." t nil)  Resend the current article to ADDRESS.
14559    
14560    \(fn ADDRESS)" t nil)
14561    
14562  (autoload (quote message-bounce) "message" "\  (autoload (quote message-bounce) "message" "\
14563  Re-mail the current message.  Re-mail the current message.
14564  This only makes sense if the current message is a bounce message that  This only makes sense if the current message is a bounce message that
14565  contains some mail you have written which has been bounced back to  contains some mail you have written which has been bounced back to
14566  you." t nil)  you.
14567    
14568    \(fn)" t nil)
14569    
14570  (autoload (quote message-mail-other-window) "message" "\  (autoload (quote message-mail-other-window) "message" "\
14571  Like `message-mail' command, but display mail buffer in another window." t nil)  Like `message-mail' command, but display mail buffer in another window.
14572    
14573    \(fn &optional TO SUBJECT)" t nil)
14574    
14575  (autoload (quote message-mail-other-frame) "message" "\  (autoload (quote message-mail-other-frame) "message" "\
14576  Like `message-mail' command, but display mail buffer in another frame." t nil)  Like `message-mail' command, but display mail buffer in another frame.
14577    
14578    \(fn &optional TO SUBJECT)" t nil)
14579    
14580  (autoload (quote message-news-other-window) "message" "\  (autoload (quote message-news-other-window) "message" "\
14581  Start editing a news article to be sent." t nil)  Start editing a news article to be sent.
14582    
14583    \(fn &optional NEWSGROUPS SUBJECT)" t nil)
14584    
14585  (autoload (quote message-news-other-frame) "message" "\  (autoload (quote message-news-other-frame) "message" "\
14586  Start editing a news article to be sent." t nil)  Start editing a news article to be sent.
14587    
14588    \(fn &optional NEWSGROUPS SUBJECT)" t nil)
14589    
14590  (autoload (quote bold-region) "message" "\  (autoload (quote bold-region) "message" "\
14591  Bold all nonblank characters in the region.  Bold all nonblank characters in the region.
14592  Works by overstriking characters.  Works by overstriking characters.
14593  Called from program, takes two arguments START and END  Called from program, takes two arguments START and END
14594  which specify the range to operate on." t nil)  which specify the range to operate on.
14595    
14596    \(fn START END)" t nil)
14597    
14598  (autoload (quote unbold-region) "message" "\  (autoload (quote unbold-region) "message" "\
14599  Remove all boldness (overstruck characters) in the region.  Remove all boldness (overstruck characters) in the region.
14600  Called from program, takes two arguments START and END  Called from program, takes two arguments START and END
14601  which specify the range to operate on." t nil)  which specify the range to operate on.
14602    
14603    \(fn START END)" t nil)
14604    
14605  ;;;***  ;;;***
14606    
14607  ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"  ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
14608  ;;;;;;  (15187 36244))  ;;;;;;  (15935 48915))
14609  ;;; Generated autoloads from progmodes/meta-mode.el  ;;; Generated autoloads from progmodes/meta-mode.el
14610    
14611  (autoload (quote metafont-mode) "meta-mode" "\  (autoload (quote metafont-mode) "meta-mode" "\
# Line 11840  Special commands: Line 14614  Special commands:
14614  \\{meta-mode-map}  \\{meta-mode-map}
14615    
14616  Turning on Metafont mode calls the value of the variables  Turning on Metafont mode calls the value of the variables
14617  `meta-common-mode-hook' and `metafont-mode-hook'." t nil)  `meta-common-mode-hook' and `metafont-mode-hook'.
14618    
14619    \(fn)" t nil)
14620    
14621  (autoload (quote metapost-mode) "meta-mode" "\  (autoload (quote metapost-mode) "meta-mode" "\
14622  Major mode for editing MetaPost sources.  Major mode for editing MetaPost sources.
# Line 11848  Special commands: Line 14624  Special commands:
14624  \\{meta-mode-map}  \\{meta-mode-map}
14625    
14626  Turning on MetaPost mode calls the value of the variable  Turning on MetaPost mode calls the value of the variable
14627  `meta-common-mode-hook' and `metafont-mode-hook'." t nil)  `meta-common-mode-hook' and `metafont-mode-hook'.
14628    
14629    \(fn)" t nil)
14630    
14631  ;;;***  ;;;***
14632    
14633  ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body  ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
14634  ;;;;;;  metamail-interpret-header) "metamail" "mail/metamail.el"  ;;;;;;  metamail-interpret-header) "metamail" "mail/metamail.el"
14635  ;;;;;;  (14863 18046))  ;;;;;;  (15935 48280))
14636  ;;; Generated autoloads from mail/metamail.el  ;;; Generated autoloads from mail/metamail.el
14637    
14638  (autoload (quote metamail-interpret-header) "metamail" "\  (autoload (quote metamail-interpret-header) "metamail" "\
14639  Interpret a header part of a MIME message in current buffer.  Interpret a header part of a MIME message in current buffer.
14640  Its body part is not interpreted at all." t nil)  Its body part is not interpreted at all.
14641    
14642    \(fn)" t nil)
14643    
14644  (autoload (quote metamail-interpret-body) "metamail" "\  (autoload (quote metamail-interpret-body) "metamail" "\
14645  Interpret a body part of a MIME message in current buffer.  Interpret a body part of a MIME message in current buffer.
# Line 11867  Optional argument VIEWMODE specifies the Line 14647  Optional argument VIEWMODE specifies the
14647  EMACS_VIEW_MODE environment variable (defaulted to 1).  EMACS_VIEW_MODE environment variable (defaulted to 1).
14648  Optional argument NODISPLAY non-nil means buffer is not  Optional argument NODISPLAY non-nil means buffer is not
14649  redisplayed as output is inserted.  redisplayed as output is inserted.
14650  Its header part is not interpreted at all." t nil)  Its header part is not interpreted at all.
14651    
14652    \(fn &optional VIEWMODE NODISPLAY)" t nil)
14653    
14654  (autoload (quote metamail-buffer) "metamail" "\  (autoload (quote metamail-buffer) "metamail" "\
14655  Process current buffer through `metamail'.  Process current buffer through `metamail'.
# Line 11876  EMACS_VIEW_MODE environment variable (de Line 14658  EMACS_VIEW_MODE environment variable (de
14658  Optional argument BUFFER specifies a buffer to be filled (nil  Optional argument BUFFER specifies a buffer to be filled (nil
14659  means current).  means current).
14660  Optional argument NODISPLAY non-nil means buffer is not  Optional argument NODISPLAY non-nil means buffer is not
14661  redisplayed as output is inserted." t nil)  redisplayed as output is inserted.
14662    
14663    \(fn &optional VIEWMODE BUFFER NODISPLAY)" t nil)
14664    
14665  (autoload (quote metamail-region) "metamail" "\  (autoload (quote metamail-region) "metamail" "\
14666  Process current region through 'metamail'.  Process current region through 'metamail'.
# Line 11885  EMACS_VIEW_MODE environment variable (de Line 14669  EMACS_VIEW_MODE environment variable (de
14669  Optional argument BUFFER specifies a buffer to be filled (nil  Optional argument BUFFER specifies a buffer to be filled (nil
14670  means current).  means current).
14671  Optional argument NODISPLAY non-nil means buffer is not  Optional argument NODISPLAY non-nil means buffer is not
14672  redisplayed as output is inserted." t nil)  redisplayed as output is inserted.
14673    
14674    \(fn BEG END &optional VIEWMODE BUFFER NODISPLAY)" t nil)
14675    
14676  ;;;***  ;;;***
14677    
14678  ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch  ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose
14679  ;;;;;;  mh-smail) "mh-comp" "mail/mh-comp.el" (15394 38676))  ;;;;;;  mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el" (15935
14680  ;;; Generated autoloads from mail/mh-comp.el  ;;;;;;  48372))
14681    ;;; Generated autoloads from mh-e/mh-comp.el
14682    
14683  (autoload (quote mh-smail) "mh-comp" "\  (autoload (quote mh-smail) "mh-comp" "\
14684  Compose and send mail with the MH mail system.  Compose and send mail with the MH mail system.
14685  This function is an entry point to mh-e, the Emacs front end  This function is an entry point to MH-E, the Emacs front end
14686  to the MH mail system.  to the MH mail system.
14687    
14688  See documentation of `\\[mh-send]' for more details on composing mail." t nil)  See documentation of `\\[mh-send]' for more details on composing mail.
14689    
14690    \(fn)" t nil)
14691    
14692  (autoload (quote mh-smail-batch) "mh-comp" "\  (autoload (quote mh-smail-batch) "mh-comp" "\
14693  Set up a mail composition draft with the MH mail system.  Set up a mail composition draft with the MH mail system.
14694  This function is an entry point to mh-e, the Emacs front end  This function is an entry point to MH-E, the Emacs front end
14695  to the MH mail system.  This function does not prompt the user  to the MH mail system.  This function does not prompt the user
14696  for any header fields, and thus is suitable for use by programs  for any header fields, and thus is suitable for use by programs
14697  that want to create a mail buffer.  that want to create a mail buffer.
14698  Users should use `\\[mh-smail]' to compose mail." nil nil)  Users should use `\\[mh-smail]' to compose mail.
14699    Optional arguments for setting certain fields include TO, SUBJECT, and
14700    OTHER-HEADERS. Additional arguments are IGNORED.
14701    
14702    \(fn &optional TO SUBJECT OTHER-HEADERS &rest IGNORED)" nil nil)
14703    
14704    (autoload (quote mh-user-agent-compose) "mh-comp" "\
14705    Set up mail composition draft with the MH mail system.
14706    This is `mail-user-agent' entry point to MH-E.
14707    
14708    The optional arguments TO and SUBJECT specify recipients and the
14709    initial Subject field, respectively.
14710    
14711    OTHER-HEADERS is an alist specifying additional
14712    header fields.  Elements look like (HEADER . VALUE) where both
14713    HEADER and VALUE are strings.
14714    
14715    CONTINUE, SWITCH-FUNCTION, YANK-ACTION and SEND-ACTIONS are ignored.
14716    
14717    \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS)" nil nil)
14718    
14719  (autoload (quote mh-smail-other-window) "mh-comp" "\  (autoload (quote mh-smail-other-window) "mh-comp" "\
14720  Compose and send mail in other window with the MH mail system.  Compose and send mail in other window with the MH mail system.
14721  This function is an entry point to mh-e, the Emacs front end  This function is an entry point to MH-E, the Emacs front end
14722  to the MH mail system.  to the MH mail system.
14723    
14724  See documentation of `\\[mh-send]' for more details on composing mail." t nil)  See documentation of `\\[mh-send]' for more details on composing mail.
14725    
14726    \(fn)" t nil)
14727    
14728  (autoload (quote mh-letter-mode) "mh-comp" "\  (autoload (quote mh-letter-mode) "mh-comp" "\
14729  Mode for composing letters in mh-e.\\<mh-letter-mode-map>  Mode for composing letters in MH-E.\\<mh-letter-mode-map>
14730    
14731  When you have finished composing, type \\[mh-send-letter] to send the message  When you have finished composing, type \\[mh-send-letter] to send the message
14732  using the MH mail handling system.  using the MH mail handling system.
 See the documentation for \\[mh-edit-mhn] for information on composing MIME  
 messages.  
   
 \\{mh-letter-mode-map}  
   
 Variables controlling this mode (defaults in parentheses):  
   
  mh-delete-yanked-msg-window (nil)  
     If non-nil, \\[mh-yank-cur-msg] will delete any windows displaying  
     the yanked message.  
14733    
14734   mh-yank-from-start-of-msg (t)  There are two types of MIME directives used by MH-E: Gnus and MH. The option
14735      If non-nil, \\[mh-yank-cur-msg] will include the entire message.  `mh-compose-insertion' controls what type of directives are inserted by MH-E
14736      If `body', just yank the body (no header).  commands. These directives can be converted to MIME body parts by running
14737      If nil, only the portion of the message following the point will be yanked.  \\[mh-edit-mhn] for mhn directives or \\[mh-mml-to-mime] for Gnus directives.
14738      If there is a region, this variable is ignored.  This step is mandatory if these directives are added manually. If the
14739    directives are inserted with MH-E commands such as \\[mh-compose-insertion],
14740    the directives are expanded automatically when the letter is sent.
14741    
14742   mh-ins-buf-prefix (\"> \")  Options that control this mode can be changed with
14743      String to insert before each non-blank line of a message as it is  \\[customize-group]; specify the \"mh-compose\" group.
     inserted in a draft letter.  
14744    
14745   mh-signature-file-name (\"~/.signature\")  When a message is composed, the hooks `text-mode-hook' and
14746      File to be inserted into message by \\[mh-insert-signature].  `mh-letter-mode-hook' are run.
14747    
14748  This command runs the normal hooks `text-mode-hook' and `mh-letter-mode-hook'." t nil)  \\{mh-letter-mode-map}" t nil)
14749    
14750  ;;;***  ;;;***
14751    
14752  ;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (15394  ;;;### (autoloads (mh-version mh-nmail mh-rmail) "mh-e" "mh-e/mh-e.el"
14753  ;;;;;;  38676))  ;;;;;;  (15934 55106))
14754  ;;; Generated autoloads from mail/mh-e.el  ;;; Generated autoloads from mh-e/mh-e.el
14755    
14756  (autoload (quote mh-rmail) "mh-e" "\  (autoload (quote mh-rmail) "mh-e" "\
14757  Inc(orporate) new mail with MH, or, with arg, scan an MH mail folder.  Inc(orporate) new mail with MH.
14758  This function is an entry point to mh-e, the Emacs front end  Scan an MH folder if ARG is non-nil. This function is an entry point to MH-E,
14759  to the MH mail system." t nil)  the Emacs front end to the MH mail system.
14760    
14761    \(fn &optional ARG)" t nil)
14762    
14763    (autoload (quote mh-nmail) "mh-e" "\
14764    Check for new mail in inbox folder.
14765    Scan an MH folder if ARG is non-nil. This function is an entry point to MH-E,
14766    the Emacs front end to the MH mail system.
14767    
14768  (autoload (quote mh-version) "mh-e" "\  \(fn &optional ARG)" t nil)
 Display version information about mh-e and the MH mail handling system." t nil)  
14769    
14770  ;;;***  (autoload (quote mh-version) "mh-e" "\
14771    Display version information about MH-E and the MH mail handling system.
 ;;;### (autoloads nil "mh-mime" "mail/mh-mime.el" (15186 14372))  
 ;;; Generated autoloads from mail/mh-mime.el  
14772    
14773  (defvar mh-mime-content-types (quote (("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg"))) "\  \(fn)" t nil)
 Legal MIME content types.  See documentation for \\[mh-edit-mhn].")  
14774    
14775  ;;;***  ;;;***
14776    
14777  ;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15417 7424))  ;;;### (autoloads nil "mh-utils" "mh-e/mh-utils.el" (15935 48372))
14778  ;;; Generated autoloads from mail/mh-utils.el  ;;; Generated autoloads from mh-e/mh-utils.el
14779    
14780  (put (quote mh-progs) (quote risky-local-variable) t)  (put (quote mh-progs) (quote risky-local-variable) t)
14781    
# Line 11978  Legal MIME content types.  See documenta Line 14783  Legal MIME content types.  See documenta
14783    
14784  (put (quote mh-lib-progs) (quote risky-local-variable) t)  (put (quote mh-lib-progs) (quote risky-local-variable) t)
14785    
14786  (put (quote mh-nmh-p) (quote risky-local-variable) t)  (put (quote mh-nmh-flag) (quote risky-local-variable) t)
14787    
14788  ;;;***  ;;;***
14789    
14790  ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"  ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
14791  ;;;;;;  "midnight.el" (15186 14364))  ;;;;;;  "midnight.el" (15185 62672))
14792  ;;; Generated autoloads from midnight.el  ;;; Generated autoloads from midnight.el
14793    
14794  (autoload (quote clean-buffer-list) "midnight" "\  (autoload (quote clean-buffer-list) "midnight" "\
# Line 11996  The relevant variables are `clean-buffer Line 14801  The relevant variables are `clean-buffer
14801  While processing buffers, this procedure displays messages containing  While processing buffers, this procedure displays messages containing
14802  the current date/time, buffer name, how many seconds ago it was  the current date/time, buffer name, how many seconds ago it was
14803  displayed (can be nil if the buffer was never displayed) and its  displayed (can be nil if the buffer was never displayed) and its
14804  lifetime, i.e., its \"age\" when it will be purged." t nil)  lifetime, i.e., its \"age\" when it will be purged.
14805    
14806    \(fn)" t nil)
14807    
14808  (autoload (quote midnight-delay-set) "midnight" "\  (autoload (quote midnight-delay-set) "midnight" "\
14809  Modify `midnight-timer' according to `midnight-delay'.  Modify `midnight-timer' according to `midnight-delay'.
14810  Sets the first argument SYMB (which must be symbol `midnight-delay')  Sets the first argument SYMB (which must be symbol `midnight-delay')
14811  to its second argument TM." nil nil)  to its second argument TM.
14812    
14813    \(fn SYMB TM)" nil nil)
14814    
14815  ;;;***  ;;;***
14816    
14817  ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"  ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
14818  ;;;;;;  "minibuf-eldef.el" (15391 60519))  ;;;;;;  "minibuf-eldef.el" (15935 43116))
14819  ;;; Generated autoloads from minibuf-eldef.el  ;;; Generated autoloads from minibuf-eldef.el
14820    
14821  (defvar minibuffer-electric-default-mode nil "\  (defvar minibuffer-electric-default-mode nil "\
# Line 12015  See the command `minibuffer-electric-def Line 14824  See the command `minibuffer-electric-def
14824  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
14825  use either \\[customize] or the function `minibuffer-electric-default-mode'.")  use either \\[customize] or the function `minibuffer-electric-default-mode'.")
14826    
14827  (custom-add-to-group (quote minibuffer) (quote minibuffer-electric-default-mode) (quote custom-variable))  (custom-autoload (quote minibuffer-electric-default-mode) "minibuf-eldef")
   
 (custom-add-load (quote minibuffer-electric-default-mode) (quote minibuf-eldef))  
14828    
14829  (autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" "\  (autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" "\
14830  Toggle Minibuffer Electric Default mode.  Toggle Minibuffer Electric Default mode.
# Line 12028  would enter a non-default value, the pro Line 14835  would enter a non-default value, the pro
14835  default indication.  default indication.
14836    
14837  With prefix argument ARG, turn on if positive, otherwise off.  With prefix argument ARG, turn on if positive, otherwise off.
14838  Returns non-nil if the new state is enabled." t nil)  Returns non-nil if the new state is enabled.
14839    
14840    \(fn &optional ARG)" t nil)
14841    
14842  ;;;***  ;;;***
14843    
14844  ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"  ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
14845  ;;;;;;  (15186 14371))  ;;;;;;  (15935 47838))
14846  ;;; Generated autoloads from gnus/mm-partial.el  ;;; Generated autoloads from gnus/mm-partial.el
14847    
14848  (autoload (quote mm-inline-partial) "mm-partial" "\  (autoload (quote mm-inline-partial) "mm-partial" "\
14849  Show the partial part of HANDLE.  Show the partial part of HANDLE.
14850  This function replaces the buffer of HANDLE with a buffer contains  This function replaces the buffer of HANDLE with a buffer contains
14851  the entire message.  the entire message.
14852  If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing." nil nil)  If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
14853    
14854    \(fn HANDLE &optional NO-DISPLAY)" nil nil)
14855    
14856  ;;;***  ;;;***
14857    
14858  ;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el"  ;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el"
14859  ;;;;;;  (15224 30512))  ;;;;;;  (15216 151))
14860  ;;; Generated autoloads from gnus/mm-uu.el  ;;; Generated autoloads from gnus/mm-uu.el
14861    
14862  (autoload (quote mm-uu-dissect) "mm-uu" "\  (autoload (quote mm-uu-dissect) "mm-uu" "\
14863  Dissect the current buffer and return a list of uu handles." nil nil)  Dissect the current buffer and return a list of uu handles.
14864    
14865    \(fn)" nil nil)
14866    
14867  (autoload (quote mm-uu-test) "mm-uu" "\  (autoload (quote mm-uu-test) "mm-uu" "\
14868  Check whether the current buffer contains uu stuff." nil nil)  Check whether the current buffer contains uu stuff.
14869    
14870    \(fn)" nil nil)
14871    
14872  ;;;***  ;;;***
14873    
14874  ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"  ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
14875  ;;;;;;  (15186 14374))  ;;;;;;  (15935 48915))
14876  ;;; Generated autoloads from progmodes/modula2.el  ;;; Generated autoloads from progmodes/modula2.el
14877    
14878  (autoload (quote modula-2-mode) "modula2" "\  (autoload (quote modula-2-mode) "modula2" "\
# Line 12082  followed by the first character of the c Line 14897  followed by the first character of the c
14897    
14898     `m2-indent' controls the number of spaces for each indentation.     `m2-indent' controls the number of spaces for each indentation.
14899     `m2-compile-command' holds the command to compile a Modula-2 program.     `m2-compile-command' holds the command to compile a Modula-2 program.
14900     `m2-link-command' holds the command to link a Modula-2 program." t nil)     `m2-link-command' holds the command to link a Modula-2 program.
14901    
14902    \(fn)" t nil)
14903    
14904  ;;;***  ;;;***
14905    
14906  ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"  ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
14907  ;;;;;;  (15187 36242))  ;;;;;;  (15837 12655))
14908  ;;; Generated autoloads from play/morse.el  ;;; Generated autoloads from play/morse.el
14909    
14910  (autoload (quote morse-region) "morse" "\  (autoload (quote morse-region) "morse" "\
14911  Convert all text in a given region to morse code." t nil)  Convert all text in a given region to morse code.
14912    
14913    \(fn BEG END)" t nil)
14914    
14915  (autoload (quote unmorse-region) "morse" "\  (autoload (quote unmorse-region) "morse" "\
14916  Convert morse coded text in region to ordinary ASCII text." t nil)  Convert morse coded text in region to ordinary ASCII text.
14917    
14918    \(fn BEG END)" t nil)
14919    
14920  ;;;***  ;;;***
14921    
14922  ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15391  ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15668
14923  ;;;;;;  60519))  ;;;;;;  8361))
14924  ;;; Generated autoloads from mouse-sel.el  ;;; Generated autoloads from mouse-sel.el
14925    
14926    (defvar mouse-sel-mode nil "\
14927    Non-nil if Mouse-Sel mode is enabled.
14928    See the command `mouse-sel-mode' for a description of this minor-mode.
14929    Setting this variable directly does not take effect;
14930    use either \\[customize] or the function `mouse-sel-mode'.")
14931    
14932    (custom-autoload (quote mouse-sel-mode) "mouse-sel")
14933    
14934  (autoload (quote mouse-sel-mode) "mouse-sel" "\  (autoload (quote mouse-sel-mode) "mouse-sel" "\
14935  Toggle Mouse Sel mode.  Toggle Mouse Sel mode.
14936  With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive.  With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive.
# Line 12121  Triple-clicking selects lines. Line 14950  Triple-clicking selects lines.
14950  Quad-clicking selects paragraphs.  Quad-clicking selects paragraphs.
14951    
14952  - Selecting sets the region & X primary selection, but does NOT affect  - Selecting sets the region & X primary selection, but does NOT affect
14953  the kill-ring, nor do the kill-ring function change the X selection.  the `kill-ring', nor do the kill-ring functions change the X selection.
14954  Because the mouse handlers set the primary selection directly,  Because the mouse handlers set the primary selection directly,
14955  mouse-sel sets the variables interprogram-cut-function and  mouse-sel sets the variables `interprogram-cut-function' and
14956  interprogram-paste-function to nil.  `interprogram-paste-function' to nil.
14957    
14958  - Clicking mouse-2 inserts the contents of the primary selection at  - Clicking mouse-2 inserts the contents of the primary selection at
14959  the mouse position (or point, if `mouse-yank-at-point' is non-nil).  the mouse position (or point, if `mouse-yank-at-point' is non-nil).
# Line 12136  to the kill ring.  Pressing mouse-1 or m Line 14965  to the kill ring.  Pressing mouse-1 or m
14965    
14966  - M-mouse-1, M-mouse-2 & M-mouse-3 work similarly to mouse-1, mouse-2  - M-mouse-1, M-mouse-2 & M-mouse-3 work similarly to mouse-1, mouse-2
14967  & mouse-3, but operate on the X secondary selection rather than the  & mouse-3, but operate on the X secondary selection rather than the
14968  primary selection and region." t nil)  primary selection and region.
14969    
14970    \(fn &optional ARG)" t nil)
14971    
14972  ;;;***  ;;;***
14973    
14974  ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (15575 13840))  ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (15571 60771))
14975  ;;; Generated autoloads from play/mpuz.el  ;;; Generated autoloads from play/mpuz.el
14976    
14977  (autoload (quote mpuz) "mpuz" "\  (autoload (quote mpuz) "mpuz" "\
14978  Multiplication puzzle with GNU Emacs." t nil)  Multiplication puzzle with GNU Emacs.
14979    
14980    \(fn)" t nil)
14981    
14982  ;;;***  ;;;***
14983    
14984  ;;;### (autoloads (msb-mode) "msb" "msb.el" (15577 50939))  ;;;### (autoloads (msb-mode) "msb" "msb.el" (15935 43170))
14985  ;;; Generated autoloads from msb.el  ;;; Generated autoloads from msb.el
14986    
14987  (defvar msb-mode nil "\  (defvar msb-mode nil "\
# Line 12157  See the command `msb-mode' for a descrip Line 14990  See the command `msb-mode' for a descrip
14990  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
14991  use either \\[customize] or the function `msb-mode'.")  use either \\[customize] or the function `msb-mode'.")
14992    
14993  (custom-add-to-group (quote msb) (quote msb-mode) (quote custom-variable))  (custom-autoload (quote msb-mode) "msb")
   
 (custom-add-load (quote msb-mode) (quote msb))  
14994    
14995  (autoload (quote msb-mode) "msb" "\  (autoload (quote msb-mode) "msb" "\
14996  Toggle Msb mode.  Toggle Msb mode.
14997  With arg, turn Msb mode on if and only if arg is positive.  With arg, turn Msb mode on if and only if arg is positive.
14998  This mode overrides the binding(s) of `mouse-buffer-menu' to provide a  This mode overrides the binding(s) of `mouse-buffer-menu' to provide a
14999  different buffer menu using the function `msb'." t nil)  different buffer menu using the function `msb'.
15000    
15001    \(fn &optional ARG)" t nil)
15002    
15003  ;;;***  ;;;***
15004    
15005  ;;;### (autoloads (mule-diag list-input-methods list-fontsets describe-fontset  ;;;### (autoloads (mule-diag list-input-methods list-fontsets describe-fontset
15006  ;;;;;;  describe-font list-coding-categories list-coding-systems  ;;;;;;  describe-font list-coding-categories list-coding-systems
15007  ;;;;;;  describe-current-coding-system describe-current-coding-system-briefly  ;;;;;;  describe-current-coding-system describe-current-coding-system-briefly
15008  ;;;;;;  describe-coding-system describe-char-after describe-character-set  ;;;;;;  describe-coding-system describe-character-set list-charset-chars
15009  ;;;;;;  list-charset-chars read-charset list-character-sets) "mule-diag"  ;;;;;;  read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
15010  ;;;;;;  "international/mule-diag.el" (15619 64098))  ;;;;;;  (15896 48204))
15011  ;;; Generated autoloads from international/mule-diag.el  ;;; Generated autoloads from international/mule-diag.el
15012    
15013  (autoload (quote list-character-sets) "mule-diag" "\  (autoload (quote list-character-sets) "mule-diag" "\
# Line 12195  set.  The FINAL-CHAR column contains an Line 15028  set.  The FINAL-CHAR column contains an
15028  for designating this character set in ISO-2022-based coding systems.  for designating this character set in ISO-2022-based coding systems.
15029    
15030  With prefix arg, the output format gets more cryptic,  With prefix arg, the output format gets more cryptic,
15031  but still shows the full information." t nil)  but still shows the full information.
15032    
15033    \(fn ARG)" t nil)
15034    
15035  (autoload (quote read-charset) "mule-diag" "\  (autoload (quote read-charset) "mule-diag" "\
15036  Read a character set from the minibuffer, prompting with string PROMPT.  Read a character set from the minibuffer, prompting with string PROMPT.
# Line 12207  Optional arguments are DEFAULT-VALUE and Line 15042  Optional arguments are DEFAULT-VALUE and
15042  DEFAULT-VALUE, if non-nil, is the default value.  DEFAULT-VALUE, if non-nil, is the default value.
15043  INITIAL-INPUT, if non-nil, is a string inserted in the minibuffer initially.  INITIAL-INPUT, if non-nil, is a string inserted in the minibuffer initially.
15044  See the documentation of the function `completing-read' for the  See the documentation of the function `completing-read' for the
15045  detailed meanings of these arguments." nil nil)  detailed meanings of these arguments.
15046    
15047    \(fn PROMPT &optional DEFAULT-VALUE INITIAL-INPUT)" nil nil)
15048    
15049  (autoload (quote list-charset-chars) "mule-diag" "\  (autoload (quote list-charset-chars) "mule-diag" "\
15050  Display a list of characters in the specified character set.  Display a list of characters in the specified character set.
15051  This can list both Emacs `official' (ISO standard) charsets and the  This can list both Emacs `official' (ISO standard) charsets and the
15052  characters encoded by various Emacs coding systems which correspond to  characters encoded by various Emacs coding systems which correspond to
15053  PC `codepages' and other coded character sets.  See `non-iso-charset-alist'." t nil)  PC `codepages' and other coded character sets.  See `non-iso-charset-alist'.
15054    
15055    \(fn CHARSET)" t nil)
15056    
15057  (autoload (quote describe-character-set) "mule-diag" "\  (autoload (quote describe-character-set) "mule-diag" "\
15058  Display information about built-in character set CHARSET." t nil)  Display information about built-in character set CHARSET.
15059    
15060  (autoload (quote describe-char-after) "mule-diag" "\  \(fn CHARSET)" t nil)
 Display information about the character at POS in the current buffer.  
 POS defaults to point.  
 The information includes character code, charset and code points in it,  
 syntax, category, how the character is encoded in a file,  
 which font is being used for displaying the character." t nil)  
15061    
15062  (autoload (quote describe-coding-system) "mule-diag" "\  (autoload (quote describe-coding-system) "mule-diag" "\
15063  Display information about CODING-SYSTEM." t nil)  Display information about CODING-SYSTEM.
15064    
15065    \(fn CODING-SYSTEM)" t nil)
15066    
15067  (autoload (quote describe-current-coding-system-briefly) "mule-diag" "\  (autoload (quote describe-current-coding-system-briefly) "mule-diag" "\
15068  Display coding systems currently used in a brief format in echo area.  Display coding systems currently used in a brief format in echo area.
# Line 12249  in place of `..': Line 15085  in place of `..':
15085    `default-process-coding-system' for read    `default-process-coding-system' for read
15086    eol-type of `default-process-coding-system' for read    eol-type of `default-process-coding-system' for read
15087    `default-process-coding-system' for write    `default-process-coding-system' for write
15088    eol-type of `default-process-coding-system'" t nil)    eol-type of `default-process-coding-system'
15089    
15090    \(fn)" t nil)
15091    
15092  (autoload (quote describe-current-coding-system) "mule-diag" "\  (autoload (quote describe-current-coding-system) "mule-diag" "\
15093  Display coding systems currently used, in detail." t nil)  Display coding systems currently used, in detail.
15094    
15095    \(fn)" t nil)
15096    
15097  (autoload (quote list-coding-systems) "mule-diag" "\  (autoload (quote list-coding-systems) "mule-diag" "\
15098  Display a list of all coding systems.  Display a list of all coding systems.
15099  This shows the mnemonic letter, name, and description of each coding system.  This shows the mnemonic letter, name, and description of each coding system.
15100    
15101  With prefix arg, the output format gets more cryptic,  With prefix arg, the output format gets more cryptic,
15102  but still contains full information about each coding system." t nil)  but still contains full information about each coding system.
15103    
15104    \(fn &optional ARG)" t nil)
15105    
15106  (autoload (quote list-coding-categories) "mule-diag" "\  (autoload (quote list-coding-categories) "mule-diag" "\
15107  Display a list of all coding categories." nil nil)  Display a list of all coding categories.
15108    
15109    \(fn)" nil nil)
15110    
15111  (autoload (quote describe-font) "mule-diag" "\  (autoload (quote describe-font) "mule-diag" "\
15112  Display information about fonts which partially match FONTNAME." t nil)  Display information about fonts which partially match FONTNAME.
15113    
15114    \(fn FONTNAME)" t nil)
15115    
15116  (autoload (quote describe-fontset) "mule-diag" "\  (autoload (quote describe-fontset) "mule-diag" "\
15117  Display information about FONTSET.  Display information about FONTSET.
15118  This shows which font is used for which character(s)." t nil)  This shows which font is used for which character(s).
15119    
15120    \(fn FONTSET)" t nil)
15121    
15122  (autoload (quote list-fontsets) "mule-diag" "\  (autoload (quote list-fontsets) "mule-diag" "\
15123  Display a list of all fontsets.  Display a list of all fontsets.
15124  This shows the name, size, and style of each fontset.  This shows the name, size, and style of each fontset.
15125  With prefix arg, also list the fonts contained in each fontset;  With prefix arg, also list the fonts contained in each fontset;
15126  see the function `describe-fontset' for the format of the list." t nil)  see the function `describe-fontset' for the format of the list.
15127    
15128    \(fn ARG)" t nil)
15129    
15130  (autoload (quote list-input-methods) "mule-diag" "\  (autoload (quote list-input-methods) "mule-diag" "\
15131  Display information about all input methods." t nil)  Display information about all input methods.
15132    
15133    \(fn)" t nil)
15134    
15135  (autoload (quote mule-diag) "mule-diag" "\  (autoload (quote mule-diag) "mule-diag" "\
15136  Display diagnosis of the multilingual environment (Mule).  Display diagnosis of the multilingual environment (Mule).
# Line 12286  Display diagnosis of the multilingual en Line 15138  Display diagnosis of the multilingual en
15138  This shows various information related to the current multilingual  This shows various information related to the current multilingual
15139  environment, including lists of input methods, coding systems,  environment, including lists of input methods, coding systems,
15140  character sets, and fontsets (if Emacs is running under a window  character sets, and fontsets (if Emacs is running under a window
15141  system which uses fontsets)." t nil)  system which uses fontsets).
15142    
15143    \(fn)" t nil)
15144    
15145  ;;;***  ;;;***
15146    
15147  ;;;### (autoloads (detect-coding-with-language-environment detect-coding-with-priority  ;;;### (autoloads (detect-coding-with-language-environment detect-coding-with-priority
15148  ;;;;;;  coding-system-equal coding-system-translation-table-for-encode  ;;;;;;  coding-system-equal coding-system-translation-table-for-encode
15149  ;;;;;;  coding-system-translation-table-for-decode coding-system-pre-write-conversion  ;;;;;;  coding-system-translation-table-for-decode coding-system-pre-write-conversion
15150  ;;;;;;  coding-system-post-read-conversion coding-system-eol-type-mnemonic  ;;;;;;  coding-system-post-read-conversion lookup-nested-alist set-nested-alist
15151  ;;;;;;  lookup-nested-alist set-nested-alist truncate-string-to-width  ;;;;;;  truncate-string-to-width store-substring string-to-sequence)
15152  ;;;;;;  store-substring string-to-sequence) "mule-util" "international/mule-util.el"  ;;;;;;  "mule-util" "international/mule-util.el" (15815 41144))
 ;;;;;;  (15594 60278))  
15153  ;;; Generated autoloads from international/mule-util.el  ;;; Generated autoloads from international/mule-util.el
15154    
15155  (autoload (quote string-to-sequence) "mule-util" "\  (autoload (quote string-to-sequence) "mule-util" "\
15156  Convert STRING to a sequence of TYPE which contains characters in STRING.  Convert STRING to a sequence of TYPE which contains characters in STRING.
15157  TYPE should be `list' or `vector'." nil nil)  TYPE should be `list' or `vector'.
15158    
15159    \(fn STRING TYPE)" nil nil)
15160    
15161    (make-obsolete (quote string-to-sequence) "use `string-to-list' or `string-to-vector'." "21.4")
15162    
15163  (defsubst string-to-list (string) "\  (defsubst string-to-list (string) "\
15164  Return a list of characters in STRING." (append string nil))  Return a list of characters in STRING." (append string nil))
# Line 12310  Return a list of characters in STRING." Line 15167  Return a list of characters in STRING."
15167  Return a vector of characters in STRING." (vconcat string))  Return a vector of characters in STRING." (vconcat string))
15168    
15169  (autoload (quote store-substring) "mule-util" "\  (autoload (quote store-substring) "mule-util" "\
15170  Embed OBJ (string or character) at index IDX of STRING." nil nil)  Embed OBJ (string or character) at index IDX of STRING.
15171    
15172    \(fn STRING IDX OBJ)" nil nil)
15173    
15174  (autoload (quote truncate-string-to-width) "mule-util" "\  (autoload (quote truncate-string-to-width) "mule-util" "\
15175  Truncate string STR to end at column END-COLUMN.  Truncate string STR to end at column END-COLUMN.
# Line 12334  If ELLIPSIS is non-nil, it should be a s Line 15193  If ELLIPSIS is non-nil, it should be a s
15193  end of STR (including any padding) if it extends beyond END-COLUMN,  end of STR (including any padding) if it extends beyond END-COLUMN,
15194  unless the display width of STR is equal to or less than the display  unless the display width of STR is equal to or less than the display
15195  width of ELLIPSIS.  If it is non-nil and not a string, then ELLIPSIS  width of ELLIPSIS.  If it is non-nil and not a string, then ELLIPSIS
15196  defaults to \"...\"." nil nil)  defaults to \"...\".
15197    
15198    \(fn STR END-COLUMN &optional START-COLUMN PADDING ELLIPSIS)" nil nil)
15199    
15200  (defalias (quote truncate-string) (quote truncate-string-to-width))  (defalias (quote truncate-string) (quote truncate-string-to-width))
15201    
15202    (make-obsolete (quote truncate-string) (quote truncate-string-to-width) "20.1")
15203    
15204  (defsubst nested-alist-p (obj) "\  (defsubst nested-alist-p (obj) "\
15205  Return t if OBJ is a nested alist.  Return t if OBJ is a nested alist.
15206    
# Line 12355  Optional 4th arg LEN non-nil means the f Line 15218  Optional 4th arg LEN non-nil means the f
15218   is considered.   is considered.
15219  Optional argument BRANCHES if non-nil is branches for a keyseq  Optional argument BRANCHES if non-nil is branches for a keyseq
15220  longer than KEYSEQ.  longer than KEYSEQ.
15221  See the documentation of `nested-alist-p' for more detail." nil nil)  See the documentation of `nested-alist-p' for more detail.
15222    
15223    \(fn KEYSEQ ENTRY ALIST &optional LEN BRANCHES)" nil nil)
15224    
15225  (autoload (quote lookup-nested-alist) "mule-util" "\  (autoload (quote lookup-nested-alist) "mule-util" "\
15226  Look up key sequence KEYSEQ in nested alist ALIST.  Return the definition.  Look up key sequence KEYSEQ in nested alist ALIST.  Return the definition.
# Line 12367  If ALIST is not deep enough for KEYSEQ, Line 15232  If ALIST is not deep enough for KEYSEQ,
15232   how many key elements at the front of KEYSEQ it takes   how many key elements at the front of KEYSEQ it takes
15233   to reach a leaf in ALIST.   to reach a leaf in ALIST.
15234  Optional 3rd argument NIL-FOR-TOO-LONG non-nil means return nil  Optional 3rd argument NIL-FOR-TOO-LONG non-nil means return nil
15235   even if ALIST is not deep enough." nil nil)   even if ALIST is not deep enough.
15236    
15237  (autoload (quote coding-system-eol-type-mnemonic) "mule-util" "\  \(fn KEYSEQ ALIST &optional LEN START NIL-FOR-TOO-LONG)" nil nil)
 Return the string indicating end-of-line format of CODING-SYSTEM." nil nil)  
15238    
15239  (autoload (quote coding-system-post-read-conversion) "mule-util" "\  (autoload (quote coding-system-post-read-conversion) "mule-util" "\
15240  Return the value of CODING-SYSTEM's `post-read-conversion' property." nil nil)  Return the value of CODING-SYSTEM's `post-read-conversion' property.
15241    
15242    \(fn CODING-SYSTEM)" nil nil)
15243    
15244  (autoload (quote coding-system-pre-write-conversion) "mule-util" "\  (autoload (quote coding-system-pre-write-conversion) "mule-util" "\
15245  Return the value of CODING-SYSTEM's `pre-write-conversion' property." nil nil)  Return the value of CODING-SYSTEM's `pre-write-conversion' property.
15246    
15247    \(fn CODING-SYSTEM)" nil nil)
15248    
15249  (autoload (quote coding-system-translation-table-for-decode) "mule-util" "\  (autoload (quote coding-system-translation-table-for-decode) "mule-util" "\
15250  Return the value of CODING-SYSTEM's `translation-table-for-decode' property." nil nil)  Return the value of CODING-SYSTEM's `translation-table-for-decode' property.
15251    
15252    \(fn CODING-SYSTEM)" nil nil)
15253    
15254  (autoload (quote coding-system-translation-table-for-encode) "mule-util" "\  (autoload (quote coding-system-translation-table-for-encode) "mule-util" "\
15255  Return the value of CODING-SYSTEM's `translation-table-for-encode' property." nil nil)  Return the value of CODING-SYSTEM's `translation-table-for-encode' property.
15256    
15257    \(fn CODING-SYSTEM)" nil nil)
15258    
15259  (autoload (quote coding-system-equal) "mule-util" "\  (autoload (quote coding-system-equal) "mule-util" "\
15260  Return t if and only if CODING-SYSTEM-1 and CODING-SYSTEM-2 are identical.  Return t if and only if CODING-SYSTEM-1 and CODING-SYSTEM-2 are identical.
15261  Two coding systems are identical if two symbols are equal  Two coding systems are identical if two symbols are equal
15262  or one is an alias of the other." nil nil)  or one is an alias of the other.
15263    
15264    \(fn CODING-SYSTEM-1 CODING-SYSTEM-2)" nil nil)
15265    
15266  (autoload (quote detect-coding-with-priority) "mule-util" "\  (autoload (quote detect-coding-with-priority) "mule-util" "\
15267  Detect a coding system of the text between FROM and TO with PRIORITY-LIST.  Detect a coding system of the text between FROM and TO with PRIORITY-LIST.
15268  PRIORITY-LIST is an alist of coding categories vs the corresponding  PRIORITY-LIST is an alist of coding categories vs the corresponding
15269  coding systems ordered by priority." nil (quote macro))  coding systems ordered by priority.
15270    
15271    \(fn FROM TO PRIORITY-LIST)" nil (quote macro))
15272    
15273  (autoload (quote detect-coding-with-language-environment) "mule-util" "\  (autoload (quote detect-coding-with-language-environment) "mule-util" "\
15274  Detect a coding system of the text between FROM and TO with LANG-ENV.  Detect a coding system of the text between FROM and TO with LANG-ENV.
15275  The detection takes into account the coding system priorities for the  The detection takes into account the coding system priorities for the
15276  language environment LANG-ENV." nil nil)  language environment LANG-ENV.
15277    
15278    \(fn FROM TO LANG-ENV)" nil nil)
15279    
15280  ;;;***  ;;;***
15281    
15282  ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"  ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
15283  ;;;;;;  (15575 13776))  ;;;;;;  (15935 43191))
15284  ;;; Generated autoloads from mwheel.el  ;;; Generated autoloads from mwheel.el
15285    
15286  (defvar mouse-wheel-mode nil "\  (defvar mouse-wheel-mode nil "\
# Line 12411  See the command `mouse-wheel-mode' for a Line 15289  See the command `mouse-wheel-mode' for a
15289  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
15290  use either \\[customize] or the function `mouse-wheel-mode'.")  use either \\[customize] or the function `mouse-wheel-mode'.")
15291    
15292  (custom-add-to-group (quote mouse) (quote mouse-wheel-mode) (quote custom-variable))  (custom-autoload (quote mouse-wheel-mode) "mwheel")
   
 (custom-add-load (quote mouse-wheel-mode) (quote mwheel))  
15293    
15294  (autoload (quote mouse-wheel-mode) "mwheel" "\  (autoload (quote mouse-wheel-mode) "mwheel" "\
15295  Toggle mouse wheel support.  Toggle mouse wheel support.
15296  With prefix argument ARG, turn on if positive, otherwise off.  With prefix argument ARG, turn on if positive, otherwise off.
15297  Returns non-nil if the new state is enabled." t nil)  Returns non-nil if the new state is enabled.
15298    
15299    \(fn &optional ARG)" t nil)
15300    
15301  (autoload (quote mwheel-install) "mwheel" "\  (autoload (quote mwheel-install) "mwheel" "\
15302  Enable mouse wheel support." nil nil)  Enable mouse wheel support.
15303    
15304    \(fn &optional UNINSTALL)" nil nil)
15305    
15306  ;;;***  ;;;***
15307    
15308  ;;;### (autoloads (network-connection network-connection-to-service  ;;;### (autoloads (network-connection network-connection-to-service
15309  ;;;;;;  whois-reverse-lookup whois finger ftp dig nslookup nslookup-host  ;;;;;;  whois-reverse-lookup whois finger ftp dig nslookup nslookup-host
15310  ;;;;;;  route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el"  ;;;;;;  route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el"
15311  ;;;;;;  (15417 7427))  ;;;;;;  (15416 26762))
15312  ;;; Generated autoloads from net/net-utils.el  ;;; Generated autoloads from net/net-utils.el
15313    
15314  (autoload (quote traceroute) "net-utils" "\  (autoload (quote traceroute) "net-utils" "\
15315  Run traceroute program for TARGET." t nil)  Run traceroute program for TARGET.
15316    
15317    \(fn TARGET)" t nil)
15318    
15319  (autoload (quote ping) "net-utils" "\  (autoload (quote ping) "net-utils" "\
15320  Ping HOST.  Ping HOST.
15321  If your system's ping continues until interrupted, you can try setting  If your system's ping continues until interrupted, you can try setting
15322  `ping-program-options'." t nil)  `ping-program-options'.
15323    
15324    \(fn HOST)" t nil)
15325    
15326  (autoload (quote ipconfig) "net-utils" "\  (autoload (quote ipconfig) "net-utils" "\
15327  Run ipconfig program." t nil)  Run ipconfig program.
15328    
15329    \(fn)" t nil)
15330    
15331  (defalias (quote ifconfig) (quote ipconfig))  (defalias (quote ifconfig) (quote ipconfig))
15332    
15333  (autoload (quote netstat) "net-utils" "\  (autoload (quote netstat) "net-utils" "\
15334  Run netstat program." t nil)  Run netstat program.
15335    
15336    \(fn)" t nil)
15337    
15338  (autoload (quote arp) "net-utils" "\  (autoload (quote arp) "net-utils" "\
15339  Run the arp program." t nil)  Run the arp program.
15340    
15341    \(fn)" t nil)
15342    
15343  (autoload (quote route) "net-utils" "\  (autoload (quote route) "net-utils" "\
15344  Run the route program." t nil)  Run the route program.
15345    
15346    \(fn)" t nil)
15347    
15348  (autoload (quote nslookup-host) "net-utils" "\  (autoload (quote nslookup-host) "net-utils" "\
15349  Lookup the DNS information for HOST." t nil)  Lookup the DNS information for HOST.
15350    
15351    \(fn HOST)" t nil)
15352    
15353  (autoload (quote nslookup) "net-utils" "\  (autoload (quote nslookup) "net-utils" "\
15354  Run nslookup program." t nil)  Run nslookup program.
15355    
15356    \(fn)" t nil)
15357    
15358  (autoload (quote dig) "net-utils" "\  (autoload (quote dig) "net-utils" "\
15359  Run dig program." t nil)  Run dig program.
15360    
15361    \(fn HOST)" t nil)
15362    
15363  (autoload (quote ftp) "net-utils" "\  (autoload (quote ftp) "net-utils" "\
15364  Run ftp program." t nil)  Run ftp program.
15365    
15366    \(fn HOST)" t nil)
15367    
15368  (autoload (quote finger) "net-utils" "\  (autoload (quote finger) "net-utils" "\
15369  Finger USER on HOST." t nil)  Finger USER on HOST.
15370    
15371    \(fn USER HOST)" t nil)
15372    
15373  (autoload (quote whois) "net-utils" "\  (autoload (quote whois) "net-utils" "\
15374  Send SEARCH-STRING to server defined by the `whois-server-name' variable.  Send SEARCH-STRING to server defined by the `whois-server-name' variable.
15375  If `whois-guess-server' is non-nil, then try to deduce the correct server  If `whois-guess-server' is non-nil, then try to deduce the correct server
15376  from SEARCH-STRING.  With argument, prompt for whois server." t nil)  from SEARCH-STRING.  With argument, prompt for whois server.
15377    
15378    \(fn ARG SEARCH-STRING)" t nil)
15379    
15380  (autoload (quote whois-reverse-lookup) "net-utils" nil t nil)  (autoload (quote whois-reverse-lookup) "net-utils" "\
15381    Not documented
15382    
15383    \(fn)" t nil)
15384    
15385  (autoload (quote network-connection-to-service) "net-utils" "\  (autoload (quote network-connection-to-service) "net-utils" "\
15386  Open a network connection to SERVICE on HOST." t nil)  Open a network connection to SERVICE on HOST.
15387    
15388    \(fn HOST SERVICE)" t nil)
15389    
15390  (autoload (quote network-connection) "net-utils" "\  (autoload (quote network-connection) "net-utils" "\
15391  Open a network connection to HOST on PORT." t nil)  Open a network connection to HOST on PORT.
15392    
15393    \(fn HOST PORT)" t nil)
15394    
15395  ;;;***  ;;;***
15396    
# Line 12487  Open a network connection to HOST on POR Line 15398  Open a network connection to HOST on POR
15398  ;;;;;;  comment-region uncomment-region comment-kill comment-set-column  ;;;;;;  comment-region uncomment-region comment-kill comment-set-column
15399  ;;;;;;  comment-indent comment-indent-default comment-normalize-vars  ;;;;;;  comment-indent comment-indent-default comment-normalize-vars
15400  ;;;;;;  comment-multi-line comment-padding comment-style comment-column)  ;;;;;;  comment-multi-line comment-padding comment-style comment-column)
15401  ;;;;;;  "newcomment" "newcomment.el" (15575 13776))  ;;;;;;  "newcomment" "newcomment.el" (15935 43218))
15402  ;;; Generated autoloads from newcomment.el  ;;; Generated autoloads from newcomment.el
15403    
15404  (defalias (quote indent-for-comment) (quote comment-indent))  (defalias (quote indent-for-comment) (quote comment-indent))
# Line 12498  Open a network connection to HOST on POR Line 15409  Open a network connection to HOST on POR
15409    
15410  (defalias (quote indent-new-comment-line) (quote comment-indent-new-line))  (defalias (quote indent-new-comment-line) (quote comment-indent-new-line))
15411    
 (defgroup comment nil "Indenting and filling of comments." :prefix "comment-" :version "21.1" :group (quote fill))  
   
15412  (defvar comment-column 32 "\  (defvar comment-column 32 "\
15413  *Column to indent right-margin comments to.  *Column to indent right-margin comments to.
15414  Each mode establishes a different default value for this variable; you  Each mode establishes a different default value for this variable; you
# Line 12507  can set the value for a particular mode Line 15416  can set the value for a particular mode
15416  Comments might be indented to a value smaller than this in order  Comments might be indented to a value smaller than this in order
15417  not to go beyond `comment-fill-column'.")  not to go beyond `comment-fill-column'.")
15418    
15419    (custom-autoload (quote comment-column) "newcomment")
15420    
15421  (defvar comment-start nil "\  (defvar comment-start nil "\
15422  *String to insert to start a new comment, or nil if no comment syntax.")  *String to insert to start a new comment, or nil if no comment syntax.")
15423    
# Line 12533  If nil is returned, indentation is deleg Line 15444  If nil is returned, indentation is deleg
15444  *Style to be used for `comment-region'.  *Style to be used for `comment-region'.
15445  See `comment-styles' for a list of available styles.")  See `comment-styles' for a list of available styles.")
15446    
15447    (custom-autoload (quote comment-style) "newcomment")
15448    
15449  (defvar comment-padding " " "\  (defvar comment-padding " " "\
15450  Padding string that `comment-region' puts between comment chars and text.  Padding string that `comment-region' puts between comment chars and text.
15451  Can also be an integer which will be automatically turned into a string  Can also be an integer which will be automatically turned into a string
# Line 12541  of the corresponding number of spaces. Line 15454  of the corresponding number of spaces.
15454  Extra spacing between the comment characters and the comment text  Extra spacing between the comment characters and the comment text
15455  makes the comment easier to read.  Default is 1.  nil means 0.")  makes the comment easier to read.  Default is 1.  nil means 0.")
15456    
15457    (custom-autoload (quote comment-padding) "newcomment")
15458    
15459  (defvar comment-multi-line nil "\  (defvar comment-multi-line nil "\
15460  *Non-nil means \\[comment-indent-new-line] continues comments, with no new terminator or starter.  *Non-nil means \\[comment-indent-new-line] continues comments, with no new terminator or starter.
15461  This is obsolete because you might as well use \\[newline-and-indent].")  This is obsolete because you might as well use \\[newline-and-indent].")
15462    
15463  (autoload (quote comment-normalize-vars) "newcomment" nil nil nil)  (custom-autoload (quote comment-multi-line) "newcomment")
15464    
15465    (autoload (quote comment-normalize-vars) "newcomment" "\
15466    Not documented
15467    
15468    \(fn &optional NOERROR)" nil nil)
15469    
15470  (autoload (quote comment-indent-default) "newcomment" "\  (autoload (quote comment-indent-default) "newcomment" "\
15471  Default for `comment-indent-function'." nil nil)  Default for `comment-indent-function'.
15472    
15473    \(fn)" nil nil)
15474    
15475  (autoload (quote comment-indent) "newcomment" "\  (autoload (quote comment-indent) "newcomment" "\
15476  Indent this line's comment to comment column, or insert an empty comment.  Indent this line's comment to comment column, or insert an empty comment.
15477  If CONTINUE is non-nil, use the `comment-continue' markers if any." t nil)  If CONTINUE is non-nil, use the `comment-continue' markers if any.
15478    
15479    \(fn &optional CONTINUE)" t nil)
15480    
15481  (autoload (quote comment-set-column) "newcomment" "\  (autoload (quote comment-set-column) "newcomment" "\
15482  Set the comment column based on point.  Set the comment column based on point.
15483  With no ARG, set the comment column to the current column.  With no ARG, set the comment column to the current column.
15484  With just minus as arg, kill any comment on this line.  With just minus as arg, kill any comment on this line.
15485  With any other arg, set comment column to indentation of the previous comment  With any other arg, set comment column to indentation of the previous comment
15486   and then align or create a comment on this line at that column." t nil)   and then align or create a comment on this line at that column.
15487    
15488    \(fn ARG)" t nil)
15489    
15490  (autoload (quote comment-kill) "newcomment" "\  (autoload (quote comment-kill) "newcomment" "\
15491  Kill the comment on this line, if any.  Kill the comment on this line, if any.
15492  With prefix ARG, kill comments on that many lines starting with this one." t nil)  With prefix ARG, kill comments on that many lines starting with this one.
15493    
15494    \(fn ARG)" t nil)
15495    
15496  (autoload (quote uncomment-region) "newcomment" "\  (autoload (quote uncomment-region) "newcomment" "\
15497  Uncomment each line in the BEG..END region.  Uncomment each line in the BEG .. END region.
15498  The numeric prefix ARG can specify a number of chars to remove from the  The numeric prefix ARG can specify a number of chars to remove from the
15499  comment markers." t nil)  comment markers.
15500    
15501    \(fn BEG END &optional ARG)" t nil)
15502    
15503  (autoload (quote comment-region) "newcomment" "\  (autoload (quote comment-region) "newcomment" "\
15504  Comment or uncomment each line in the region.  Comment or uncomment each line in the region.
15505  With just \\[universal-argument] prefix arg, uncomment each line in region BEG..END.  With just \\[universal-argument] prefix arg, uncomment each line in region BEG .. END.
15506  Numeric prefix arg ARG means use ARG comment characters.  Numeric prefix arg ARG means use ARG comment characters.
15507  If ARG is negative, delete that many comment characters instead.  If ARG is negative, delete that many comment characters instead.
15508  By default, comments start at the left margin, are terminated on each line,  By default, comments start at the left margin, are terminated on each line,
# Line 12580  even for syntax in which newline does no Line 15510  even for syntax in which newline does no
15510  do not get comments.  This can be changed with `comment-style'.  do not get comments.  This can be changed with `comment-style'.
15511    
15512  The strings used as comment starts are built from  The strings used as comment starts are built from
15513  `comment-start' without trailing spaces and `comment-padding'." t nil)  `comment-start' without trailing spaces and `comment-padding'.
15514    
15515    \(fn BEG END &optional ARG)" t nil)
15516    
15517  (autoload (quote comment-or-uncomment-region) "newcomment" "\  (autoload (quote comment-or-uncomment-region) "newcomment" "\
15518  Call `comment-region', unless the region only consists of comments,  Call `comment-region', unless the region only consists of comments,
15519  in which case call `uncomment-region'.  If a prefix arg is given, it  in which case call `uncomment-region'.  If a prefix arg is given, it
15520  is passed on to the respective function." t nil)  is passed on to the respective function.
15521    
15522    \(fn BEG END &optional ARG)" t nil)
15523    
15524  (autoload (quote comment-dwim) "newcomment" "\  (autoload (quote comment-dwim) "newcomment" "\
15525  Call the comment command you want (Do What I Mean).  Call the comment command you want (Do What I Mean).
# Line 12594  If the region is active and `transient-m Line 15528  If the region is active and `transient-m
15528    case it calls `uncomment-region').    case it calls `uncomment-region').
15529  Else, if the current line is empty, insert a comment and indent it.  Else, if the current line is empty, insert a comment and indent it.
15530  Else if a prefix ARG is specified, call `comment-kill'.  Else if a prefix ARG is specified, call `comment-kill'.
15531  Else, call `comment-indent'." t nil)  Else, call `comment-indent'.
15532    
15533    \(fn ARG)" t nil)
15534    
15535  (autoload (quote comment-indent-new-line) "newcomment" "\  (autoload (quote comment-indent-new-line) "newcomment" "\
15536  Break line at point and indent, continuing comment if within one.  Break line at point and indent, continuing comment if within one.
# Line 12609  If a fill column is specified, it overri Line 15545  If a fill column is specified, it overri
15545  or comment indentation.  or comment indentation.
15546    
15547  The inserted newline is marked hard if variable `use-hard-newlines' is true,  The inserted newline is marked hard if variable `use-hard-newlines' is true,
15548  unless optional argument SOFT is non-nil." t nil)  unless optional argument SOFT is non-nil.
15549    
15550    \(fn &optional SOFT)" t nil)
15551    
15552  ;;;***  ;;;***
15553    
15554  ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (14858  ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (15935
15555  ;;;;;;  2047))  ;;;;;;  47838))
15556  ;;; Generated autoloads from gnus/nndoc.el  ;;; Generated autoloads from gnus/nndoc.el
15557    
15558  (autoload (quote nndoc-add-type) "nndoc" "\  (autoload (quote nndoc-add-type) "nndoc" "\
# Line 12622  Add document DEFINITION to the list of n Line 15560  Add document DEFINITION to the list of n
15560  If POSITION is nil or `last', the definition will be added  If POSITION is nil or `last', the definition will be added
15561  as the last checked definition, if t or `first', add as the  as the last checked definition, if t or `first', add as the
15562  first definition, and if any other symbol, add after that  first definition, and if any other symbol, add after that
15563  symbol in the alist." nil nil)  symbol in the alist.
15564    
15565    \(fn DEFINITION &optional POSITION)" nil nil)
15566    
15567  ;;;***  ;;;***
15568    
15569  ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"  ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
15570  ;;;;;;  (15546 9142))  ;;;;;;  (15935 47838))
15571  ;;; Generated autoloads from gnus/nnfolder.el  ;;; Generated autoloads from gnus/nnfolder.el
15572    
15573  (autoload (quote nnfolder-generate-active-file) "nnfolder" "\  (autoload (quote nnfolder-generate-active-file) "nnfolder" "\
15574  Look for mbox folders in the nnfolder directory and make them into groups.  Look for mbox folders in the nnfolder directory and make them into groups.
15575  This command does not work if you use short group names." t nil)  This command does not work if you use short group names.
15576    
15577    \(fn)" t nil)
15578    
15579  ;;;***  ;;;***
15580    
15581  ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"  ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
15582  ;;;;;;  (14863 18046))  ;;;;;;  (15935 47838))
15583  ;;; Generated autoloads from gnus/nnkiboze.el  ;;; Generated autoloads from gnus/nnkiboze.el
15584    
15585  (autoload (quote nnkiboze-generate-groups) "nnkiboze" "\  (autoload (quote nnkiboze-generate-groups) "nnkiboze" "\
15586  \"Usage: emacs -batch -l nnkiboze -f nnkiboze-generate-groups\".  \"Usage: emacs -batch -l nnkiboze -f nnkiboze-generate-groups\".
15587  Finds out what articles are to be part of the nnkiboze groups." t nil)  Finds out what articles are to be part of the nnkiboze groups.
15588    
15589    \(fn)" t nil)
15590    
15591  ;;;***  ;;;***
15592    
15593  ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"  ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
15594  ;;;;;;  (15538 21134))  ;;;;;;  (15935 47838))
15595  ;;; Generated autoloads from gnus/nnml.el  ;;; Generated autoloads from gnus/nnml.el
15596    
15597  (autoload (quote nnml-generate-nov-databases) "nnml" "\  (autoload (quote nnml-generate-nov-databases) "nnml" "\
15598  Generate NOV databases in all nnml directories." t nil)  Generate NOV databases in all nnml directories.
15599    
15600    \(fn)" t nil)
15601    
15602  ;;;***  ;;;***
15603    
15604  ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)  ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
15605  ;;;;;;  "nnsoup" "gnus/nnsoup.el" (14792 2698))  ;;;;;;  "nnsoup" "gnus/nnsoup.el" (15935 47838))
15606  ;;; Generated autoloads from gnus/nnsoup.el  ;;; Generated autoloads from gnus/nnsoup.el
15607    
15608  (autoload (quote nnsoup-pack-replies) "nnsoup" "\  (autoload (quote nnsoup-pack-replies) "nnsoup" "\
15609  Make an outbound package of SOUP replies." t nil)  Make an outbound package of SOUP replies.
15610    
15611    \(fn)" t nil)
15612    
15613  (autoload (quote nnsoup-set-variables) "nnsoup" "\  (autoload (quote nnsoup-set-variables) "nnsoup" "\
15614  Use the SOUP methods for posting news and mailing mail." t nil)  Use the SOUP methods for posting news and mailing mail.
15615    
15616    \(fn)" t nil)
15617    
15618  (autoload (quote nnsoup-revert-variables) "nnsoup" "\  (autoload (quote nnsoup-revert-variables) "nnsoup" "\
15619  Revert posting and mailing methods to the standard Emacs methods." t nil)  Revert posting and mailing methods to the standard Emacs methods.
15620    
15621    \(fn)" t nil)
15622    
15623  ;;;***  ;;;***
15624    
15625  ;;;### (autoloads (disable-command enable-command disabled-command-hook)  ;;;### (autoloads (disable-command enable-command disabled-command-hook)
15626  ;;;;;;  "novice" "novice.el" (15515 40558))  ;;;;;;  "novice" "novice.el" (15513 5696))
15627  ;;; Generated autoloads from novice.el  ;;; Generated autoloads from novice.el
15628    
15629  (defvar disabled-command-hook (quote disabled-command-hook) "\  (defvar disabled-command-hook (quote disabled-command-hook) "\
15630  Function to call to handle disabled commands.  Function to call to handle disabled commands.
15631  If nil, the feature is disabled, i.e., all commands work normally.")  If nil, the feature is disabled, i.e., all commands work normally.")
15632    
15633  (autoload (quote disabled-command-hook) "novice" nil nil nil)  (autoload (quote disabled-command-hook) "novice" "\
15634    Not documented
15635    
15636    \(fn &rest IGNORE)" nil nil)
15637    
15638  (autoload (quote enable-command) "novice" "\  (autoload (quote enable-command) "novice" "\
15639  Allow COMMAND to be executed without special confirmation from now on.  Allow COMMAND to be executed without special confirmation from now on.
15640  The user's .emacs file is altered so that this will apply  The user's .emacs file is altered so that this will apply
15641  to future sessions." t nil)  to future sessions.
15642    
15643    \(fn COMMAND)" t nil)
15644    
15645  (autoload (quote disable-command) "novice" "\  (autoload (quote disable-command) "novice" "\
15646  Require special confirmation to execute COMMAND from now on.  Require special confirmation to execute COMMAND from now on.
15647  The user's .emacs file is altered so that this will apply  The user's .emacs file is altered so that this will apply
15648  to future sessions." t nil)  to future sessions.
15649    
15650    \(fn COMMAND)" t nil)
15651    
15652  ;;;***  ;;;***
15653    
15654  ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"  ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
15655  ;;;;;;  (15298 18692))  ;;;;;;  (15893 60640))
15656  ;;; Generated autoloads from textmodes/nroff-mode.el  ;;; Generated autoloads from textmodes/nroff-mode.el
15657    
15658  (autoload (quote nroff-mode) "nroff-mode" "\  (autoload (quote nroff-mode) "nroff-mode" "\
# Line 12706  closing requests for requests that are u Line 15665  closing requests for requests that are u
15665  ;;;***  ;;;***
15666    
15667  ;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el"  ;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el"
15668  ;;;;;;  (13145 50478))  ;;;;;;  (15935 48915))
15669  ;;; Generated autoloads from progmodes/octave-hlp.el  ;;; Generated autoloads from progmodes/octave-hlp.el
15670    
15671  (autoload (quote octave-help) "octave-hlp" "\  (autoload (quote octave-help) "octave-hlp" "\
15672  Get help on Octave symbols from the Octave info files.  Get help on Octave symbols from the Octave info files.
15673  Look up KEY in the function, operator and variable indices of the files  Look up KEY in the function, operator and variable indices of the files
15674  specified by `octave-help-files'.  specified by `octave-help-files'.
15675  If KEY is not a string, prompt for it with completion." t nil)  If KEY is not a string, prompt for it with completion.
15676    
15677    \(fn KEY)" t nil)
15678    
15679  ;;;***  ;;;***
15680    
15681  ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"  ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
15682  ;;;;;;  (15187 36244))  ;;;;;;  (15935 48915))
15683  ;;; Generated autoloads from progmodes/octave-inf.el  ;;; Generated autoloads from progmodes/octave-inf.el
15684    
15685  (autoload (quote inferior-octave) "octave-inf" "\  (autoload (quote inferior-octave) "octave-inf" "\
# Line 12732  command line arguments to the inferior O Line 15693  command line arguments to the inferior O
15693    
15694  Additional commands to be executed on startup can be provided either in  Additional commands to be executed on startup can be provided either in
15695  the file specified by `inferior-octave-startup-file' or by the default  the file specified by `inferior-octave-startup-file' or by the default
15696  startup file, `~/.emacs-octave'." t nil)  startup file, `~/.emacs-octave'.
15697    
15698    \(fn &optional ARG)" t nil)
15699    
15700  (defalias (quote run-octave) (quote inferior-octave))  (defalias (quote run-octave) (quote inferior-octave))
15701    
15702  ;;;***  ;;;***
15703    
15704  ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"  ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
15705  ;;;;;;  (15417 7451))  ;;;;;;  (15935 48915))
15706  ;;; Generated autoloads from progmodes/octave-mod.el  ;;; Generated autoloads from progmodes/octave-mod.el
15707    
15708  (autoload (quote octave-mode) "octave-mod" "\  (autoload (quote octave-mode) "octave-mod" "\
# Line 12831  add the following lines to your `.emacs' Line 15794  add the following lines to your `.emacs'
15794  To submit a problem report, enter \\[octave-submit-bug-report] from an Octave mode buffer.  To submit a problem report, enter \\[octave-submit-bug-report] from an Octave mode buffer.
15795  This automatically sets up a mail buffer with version information  This automatically sets up a mail buffer with version information
15796  already added.  You just need to add a description of the problem,  already added.  You just need to add a description of the problem,
15797  including a reproducible test case and send the message." t nil)  including a reproducible test case and send the message.
15798    
15799    \(fn)" t nil)
15800    
15801  ;;;***  ;;;***
15802    
15803  ;;;### (autoloads (edit-options list-options) "options" "options.el"  ;;;### (autoloads (edit-options list-options) "options" "options.el"
15804  ;;;;;;  (15186 14364))  ;;;;;;  (15935 43251))
15805  ;;; Generated autoloads from options.el  ;;; Generated autoloads from options.el
15806    
15807  (autoload (quote list-options) "options" "\  (autoload (quote list-options) "options" "\
15808  Display a list of Emacs user options, with values and documentation.  Display a list of Emacs user options, with values and documentation.
15809  It is now better to use Customize instead." t nil)  It is now better to use Customize instead.
15810    
15811    \(fn)" t nil)
15812    
15813  (autoload (quote edit-options) "options" "\  (autoload (quote edit-options) "options" "\
15814  Edit a list of Emacs user option values.  Edit a list of Emacs user option values.
# Line 12849  Selects a buffer containing such a list, Line 15816  Selects a buffer containing such a list,
15816  in which there are commands to set the option values.  in which there are commands to set the option values.
15817  Type \\[describe-mode] in that buffer for a list of commands.  Type \\[describe-mode] in that buffer for a list of commands.
15818    
15819  The Custom feature is intended to make this obsolete." t nil)  The Custom feature is intended to make this obsolete.
15820    
15821    \(fn)" t nil)
15822    
15823  ;;;***  ;;;***
15824    
15825  ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el"  ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el"
15826  ;;;;;;  (15593 39933))  ;;;;;;  (15935 49284))
15827  ;;; Generated autoloads from textmodes/outline.el  ;;; Generated autoloads from textmodes/outline.el
15828    
15829  (autoload (quote outline-mode) "outline" "\  (autoload (quote outline-mode) "outline" "\
# Line 12876  Commands:\\<outline-mode-map> Line 15845  Commands:\\<outline-mode-map>
15845    
15846  \\[hide-body]   make all text invisible (not headings).  \\[hide-body]   make all text invisible (not headings).
15847  \\[show-all]    make everything in buffer visible.  \\[show-all]    make everything in buffer visible.
15848    \\[hide-sublevels]  make only the first N levels of headers visible.
15849    
15850  The remaining commands are used when point is on a heading line.  The remaining commands are used when point is on a heading line.
15851  They apply to some of the body or subheadings of that heading.  They apply to some of the body or subheadings of that heading.
# Line 12900  Turning on outline mode calls the value Line 15870  Turning on outline mode calls the value
15870  (autoload (quote outline-minor-mode) "outline" "\  (autoload (quote outline-minor-mode) "outline" "\
15871  Toggle Outline minor mode.  Toggle Outline minor mode.
15872  With arg, turn Outline minor mode on if arg is positive, off otherwise.  With arg, turn Outline minor mode on if arg is positive, off otherwise.
15873  See the command `outline-mode' for more information on this mode." t nil)  See the command `outline-mode' for more information on this mode.
15874    
15875    \(fn &optional ARG)" t nil)
15876    
15877  ;;;***  ;;;***
15878    
15879  ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15501 19357))  ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15935 43375))
15880  ;;; Generated autoloads from paren.el  ;;; Generated autoloads from paren.el
15881    
15882  (defvar show-paren-mode nil "\  (defvar show-paren-mode nil "\
# Line 12913  See the command `show-paren-mode' for a Line 15885  See the command `show-paren-mode' for a
15885  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
15886  use either \\[customize] or the function `show-paren-mode'.")  use either \\[customize] or the function `show-paren-mode'.")
15887    
15888  (custom-add-to-group (quote paren-showing) (quote show-paren-mode) (quote custom-variable))  (custom-autoload (quote show-paren-mode) "paren")
   
 (custom-add-load (quote show-paren-mode) (quote paren))  
15889    
15890  (autoload (quote show-paren-mode) "paren" "\  (autoload (quote show-paren-mode) "paren" "\
15891  Toggle Show Paren mode.  Toggle Show Paren mode.
# Line 12923  With prefix ARG, turn Show Paren mode on Line 15893  With prefix ARG, turn Show Paren mode on
15893  Returns the new status of Show Paren mode (non-nil means on).  Returns the new status of Show Paren mode (non-nil means on).
15894    
15895  When Show Paren mode is enabled, any matching parenthesis is highlighted  When Show Paren mode is enabled, any matching parenthesis is highlighted
15896  in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." t nil)  in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
15897    
15898    \(fn &optional ARG)" t nil)
15899    
15900  ;;;***  ;;;***
15901    
15902  ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (15465  ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (15935
15903  ;;;;;;  50527))  ;;;;;;  48915))
15904  ;;; Generated autoloads from progmodes/pascal.el  ;;; Generated autoloads from progmodes/pascal.el
15905    
15906  (autoload (quote pascal-mode) "pascal" "\  (autoload (quote pascal-mode) "pascal" "\
# Line 12974  See also the user variables pascal-type- Line 15946  See also the user variables pascal-type-
15946  pascal-separator-keywords.  pascal-separator-keywords.
15947    
15948  Turning on Pascal mode calls the value of the variable pascal-mode-hook with  Turning on Pascal mode calls the value of the variable pascal-mode-hook with
15949  no args, if that value is non-nil." t nil)  no args, if that value is non-nil.
15950    
15951    \(fn)" t nil)
15952    
15953  ;;;***  ;;;***
15954    
15955  ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"  ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
15956  ;;;;;;  (15224 30511))  ;;;;;;  (15214 27238))
15957  ;;; Generated autoloads from emulation/pc-mode.el  ;;; Generated autoloads from emulation/pc-mode.el
15958    
15959  (autoload (quote pc-bindings-mode) "pc-mode" "\  (autoload (quote pc-bindings-mode) "pc-mode" "\
# Line 12990  C-Backspace kills backward a word (as C- Line 15964  C-Backspace kills backward a word (as C-
15964  M-Backspace does undo.  M-Backspace does undo.
15965  Home and End move to beginning and end of line  Home and End move to beginning and end of line
15966  C-Home and C-End move to beginning and end of buffer.  C-Home and C-End move to beginning and end of buffer.
15967  C-Escape does list-buffers." t nil)  C-Escape does list-buffers.
15968    
15969    \(fn)" t nil)
15970    
15971  ;;;***  ;;;***
15972    
15973  ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"  ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"
15974  ;;;;;;  "emulation/pc-select.el" (15510 36451))  ;;;;;;  "emulation/pc-select.el" (15935 47202))
15975  ;;; Generated autoloads from emulation/pc-select.el  ;;; Generated autoloads from emulation/pc-select.el
15976    
15977  (defvar pc-selection-mode nil "\  (defvar pc-selection-mode nil "\
# Line 13004  See the command `pc-selection-mode' for Line 15980  See the command `pc-selection-mode' for
15980  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
15981  use either \\[customize] or the function `pc-selection-mode'.")  use either \\[customize] or the function `pc-selection-mode'.")
15982    
15983  (custom-add-to-group (quote pc-select) (quote pc-selection-mode) (quote custom-variable))  (custom-autoload (quote pc-selection-mode) "pc-select")
   
 (custom-add-load (quote pc-selection-mode) (quote pc-select))  
15984    
15985  (autoload (quote pc-selection-mode) "pc-select" "\  (autoload (quote pc-selection-mode) "pc-select" "\
15986  Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style.  Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style.
# Line 13056  but before calling `pc-selection-mode'): Line 16030  but before calling `pc-selection-mode'):
16030    M-DELETE     kill-word    M-DELETE     kill-word
16031    C-M-DELETE   kill-sexp    C-M-DELETE   kill-sexp
16032    C-BACKSPACE  backward-kill-word    C-BACKSPACE  backward-kill-word
16033    M-BACKSPACE  undo" t nil)    M-BACKSPACE  undo
16034    
16035    \(fn &optional ARG)" t nil)
16036    
16037  (defvar pc-selection-mode nil "\  (defvar pc-selection-mode nil "\
16038  Toggle PC Selection mode.  Toggle PC Selection mode.
# Line 13065  and cursor movement commands. Line 16041  and cursor movement commands.
16041  This mode enables Delete Selection mode and Transient Mark mode.  This mode enables Delete Selection mode and Transient Mark mode.
16042  You must modify via \\[customize] for this variable to have an effect.")  You must modify via \\[customize] for this variable to have an effect.")
16043    
16044  (custom-add-to-group (quote pc-select) (quote pc-selection-mode) (quote custom-variable))  (custom-autoload (quote pc-selection-mode) "pc-select")
   
 (custom-add-load (quote pc-selection-mode) (quote pc-select))  
16045    
16046  ;;;***  ;;;***
16047    
16048  ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (15186  ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (15644
16049  ;;;;;;  14364))  ;;;;;;  49243))
16050  ;;; Generated autoloads from pcmpl-cvs.el  ;;; Generated autoloads from pcmpl-cvs.el
16051    
16052  (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\  (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\
16053  Completion rules for the `cvs' command." nil nil)  Completion rules for the `cvs' command.
16054    
16055    \(fn)" nil nil)
16056    
16057  ;;;***  ;;;***
16058    
16059  ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)  ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
16060  ;;;;;;  "pcmpl-gnu" "pcmpl-gnu.el" (15186 14364))  ;;;;;;  "pcmpl-gnu" "pcmpl-gnu.el" (15185 62672))
16061  ;;; Generated autoloads from pcmpl-gnu.el  ;;; Generated autoloads from pcmpl-gnu.el
16062    
16063  (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\  (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
16064  Completion for `gzip'." nil nil)  Completion for `gzip'.
16065    
16066    \(fn)" nil nil)
16067    
16068  (autoload (quote pcomplete/bzip2) "pcmpl-gnu" "\  (autoload (quote pcomplete/bzip2) "pcmpl-gnu" "\
16069  Completion for `bzip2'." nil nil)  Completion for `bzip2'.
16070    
16071    \(fn)" nil nil)
16072    
16073  (autoload (quote pcomplete/make) "pcmpl-gnu" "\  (autoload (quote pcomplete/make) "pcmpl-gnu" "\
16074  Completion for GNU `make'." nil nil)  Completion for GNU `make'.
16075    
16076    \(fn)" nil nil)
16077    
16078  (autoload (quote pcomplete/tar) "pcmpl-gnu" "\  (autoload (quote pcomplete/tar) "pcmpl-gnu" "\
16079  Completion for the GNU tar utility." nil nil)  Completion for the GNU tar utility.
16080    
16081    \(fn)" nil nil)
16082    
16083  (defalias (quote pcomplete/gdb) (quote pcomplete/xargs))  (defalias (quote pcomplete/gdb) (quote pcomplete/xargs))
16084    
16085  ;;;***  ;;;***
16086    
16087  ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)  ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
16088  ;;;;;;  "pcmpl-linux" "pcmpl-linux.el" (15186 14364))  ;;;;;;  "pcmpl-linux" "pcmpl-linux.el" (15185 62672))
16089  ;;; Generated autoloads from pcmpl-linux.el  ;;; Generated autoloads from pcmpl-linux.el
16090    
16091  (autoload (quote pcomplete/kill) "pcmpl-linux" "\  (autoload (quote pcomplete/kill) "pcmpl-linux" "\
16092  Completion for GNU/Linux `kill', using /proc filesystem." nil nil)  Completion for GNU/Linux `kill', using /proc filesystem.
16093    
16094    \(fn)" nil nil)
16095    
16096  (autoload (quote pcomplete/umount) "pcmpl-linux" "\  (autoload (quote pcomplete/umount) "pcmpl-linux" "\
16097  Completion for GNU/Linux `umount'." nil nil)  Completion for GNU/Linux `umount'.
16098    
16099    \(fn)" nil nil)
16100    
16101  (autoload (quote pcomplete/mount) "pcmpl-linux" "\  (autoload (quote pcomplete/mount) "pcmpl-linux" "\
16102  Completion for GNU/Linux `mount'." nil nil)  Completion for GNU/Linux `mount'.
16103    
16104    \(fn)" nil nil)
16105    
16106  ;;;***  ;;;***
16107    
16108  ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15186  ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15185
16109  ;;;;;;  14364))  ;;;;;;  62672))
16110  ;;; Generated autoloads from pcmpl-rpm.el  ;;; Generated autoloads from pcmpl-rpm.el
16111    
16112  (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\  (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
# Line 13124  Completion for RedHat's `rpm' command. Line 16114  Completion for RedHat's `rpm' command.
16114  These rules were taken from the output of `rpm --help' on a RedHat 6.1  These rules were taken from the output of `rpm --help' on a RedHat 6.1
16115  system.  They follow my interpretation of what followed, but since I'm  system.  They follow my interpretation of what followed, but since I'm
16116  not a major rpm user/builder, please send me any corrections you find.  not a major rpm user/builder, please send me any corrections you find.
16117  You can use \\[eshell-report-bug] to do so." nil nil)  You can use \\[eshell-report-bug] to do so.
16118    
16119    \(fn)" nil nil)
16120    
16121  ;;;***  ;;;***
16122    
16123  ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which  ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
16124  ;;;;;;  pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)  ;;;;;;  pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
16125  ;;;;;;  "pcmpl-unix" "pcmpl-unix.el" (15186 14364))  ;;;;;;  "pcmpl-unix" "pcmpl-unix.el" (15185 62672))
16126  ;;; Generated autoloads from pcmpl-unix.el  ;;; Generated autoloads from pcmpl-unix.el
16127    
16128  (autoload (quote pcomplete/cd) "pcmpl-unix" "\  (autoload (quote pcomplete/cd) "pcmpl-unix" "\
16129  Completion for `cd'." nil nil)  Completion for `cd'.
16130    
16131    \(fn)" nil nil)
16132    
16133  (defalias (quote pcomplete/pushd) (quote pcomplete/cd))  (defalias (quote pcomplete/pushd) (quote pcomplete/cd))
16134    
16135  (autoload (quote pcomplete/rmdir) "pcmpl-unix" "\  (autoload (quote pcomplete/rmdir) "pcmpl-unix" "\
16136  Completion for `rmdir'." nil nil)  Completion for `rmdir'.
16137    
16138    \(fn)" nil nil)
16139    
16140  (autoload (quote pcomplete/rm) "pcmpl-unix" "\  (autoload (quote pcomplete/rm) "pcmpl-unix" "\
16141  Completion for `rm'." nil nil)  Completion for `rm'.
16142    
16143    \(fn)" nil nil)
16144    
16145  (autoload (quote pcomplete/xargs) "pcmpl-unix" "\  (autoload (quote pcomplete/xargs) "pcmpl-unix" "\
16146  Completion for `xargs'." nil nil)  Completion for `xargs'.
16147    
16148    \(fn)" nil nil)
16149    
16150  (defalias (quote pcomplete/time) (quote pcomplete/xargs))  (defalias (quote pcomplete/time) (quote pcomplete/xargs))
16151    
16152  (autoload (quote pcomplete/which) "pcmpl-unix" "\  (autoload (quote pcomplete/which) "pcmpl-unix" "\
16153  Completion for `which'." nil nil)  Completion for `which'.
16154    
16155    \(fn)" nil nil)
16156    
16157  (autoload (quote pcomplete/chown) "pcmpl-unix" "\  (autoload (quote pcomplete/chown) "pcmpl-unix" "\
16158  Completion for the `chown' command." nil nil)  Completion for the `chown' command.
16159    
16160    \(fn)" nil nil)
16161    
16162  (autoload (quote pcomplete/chgrp) "pcmpl-unix" "\  (autoload (quote pcomplete/chgrp) "pcmpl-unix" "\
16163  Completion for the `chgrp' command." nil nil)  Completion for the `chgrp' command.
16164    
16165    \(fn)" nil nil)
16166    
16167  ;;;***  ;;;***
16168    
16169  ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list  ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
16170  ;;;;;;  pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete  ;;;;;;  pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
16171  ;;;;;;  pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15500  ;;;;;;  pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15930
16172  ;;;;;;  16256))  ;;;;;;  37772))
16173  ;;; Generated autoloads from pcomplete.el  ;;; Generated autoloads from pcomplete.el
16174    
16175  (autoload (quote pcomplete) "pcomplete" "\  (autoload (quote pcomplete) "pcomplete" "\
16176  Support extensible programmable completion.  Support extensible programmable completion.
16177  To use this function, just bind the TAB key to it, or add it to your  To use this function, just bind the TAB key to it, or add it to your
16178  completion functions list (it should occur fairly early in the list)." t nil)  completion functions list (it should occur fairly early in the list).
16179    
16180    \(fn)" t nil)
16181    
16182  (autoload (quote pcomplete-reverse) "pcomplete" "\  (autoload (quote pcomplete-reverse) "pcomplete" "\
16183  If cycling completion is in use, cycle backwards." t nil)  If cycling completion is in use, cycle backwards.
16184    
16185    \(fn)" t nil)
16186    
16187  (autoload (quote pcomplete-expand-and-complete) "pcomplete" "\  (autoload (quote pcomplete-expand-and-complete) "pcomplete" "\
16188  Expand the textual value of the current argument.  Expand the textual value of the current argument.
16189  This will modify the current buffer." t nil)  This will modify the current buffer.
16190    
16191    \(fn)" t nil)
16192    
16193  (autoload (quote pcomplete-continue) "pcomplete" "\  (autoload (quote pcomplete-continue) "pcomplete" "\
16194  Complete without reference to any cycling completions." t nil)  Complete without reference to any cycling completions.
16195    
16196    \(fn)" t nil)
16197    
16198  (autoload (quote pcomplete-expand) "pcomplete" "\  (autoload (quote pcomplete-expand) "pcomplete" "\
16199  Expand the textual value of the current argument.  Expand the textual value of the current argument.
16200  This will modify the current buffer." t nil)  This will modify the current buffer.
16201    
16202    \(fn)" t nil)
16203    
16204  (autoload (quote pcomplete-help) "pcomplete" "\  (autoload (quote pcomplete-help) "pcomplete" "\
16205  Display any help information relative to the current argument." t nil)  Display any help information relative to the current argument.
16206    
16207    \(fn)" t nil)
16208    
16209  (autoload (quote pcomplete-list) "pcomplete" "\  (autoload (quote pcomplete-list) "pcomplete" "\
16210  Show the list of possible completions for the current argument." t nil)  Show the list of possible completions for the current argument.
16211    
16212    \(fn)" t nil)
16213    
16214  (autoload (quote pcomplete-comint-setup) "pcomplete" "\  (autoload (quote pcomplete-comint-setup) "pcomplete" "\
16215  Setup a comint buffer to use pcomplete.  Setup a comint buffer to use pcomplete.
16216  COMPLETEF-SYM should be the symbol where the  COMPLETEF-SYM should be the symbol where the
16217  dynamic-complete-functions are kept.  For comint mode itself, this is  dynamic-complete-functions are kept.  For comint mode itself, this is
16218  `comint-dynamic-complete-functions'." nil nil)  `comint-dynamic-complete-functions'.
16219    
16220    \(fn COMPLETEF-SYM)" nil nil)
16221    
16222  (autoload (quote pcomplete-shell-setup) "pcomplete" "\  (autoload (quote pcomplete-shell-setup) "pcomplete" "\
16223  Setup shell-mode to use pcomplete." nil nil)  Setup shell-mode to use pcomplete.
16224    
16225    \(fn)" nil nil)
16226    
16227  ;;;***  ;;;***
16228    
16229  ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status  ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
16230  ;;;;;;  cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"  ;;;;;;  cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
16231  ;;;;;;  "pcvs.el" (15588 20860))  ;;;;;;  "pcvs.el" (15935 43697))
16232  ;;; Generated autoloads from pcvs.el  ;;; Generated autoloads from pcvs.el
16233    
16234  (autoload (quote cvs-checkout) "pcvs" "\  (autoload (quote cvs-checkout) "pcvs" "\
# Line 13212  Run a 'cvs checkout MODULES' in DIR. Line 16236  Run a 'cvs checkout MODULES' in DIR.
16236  Feed the output to a *cvs* buffer, display it in the current window,  Feed the output to a *cvs* buffer, display it in the current window,
16237  and run `cvs-mode' on it.  and run `cvs-mode' on it.
16238    
16239  With a prefix argument, prompt for cvs FLAGS to use." t nil)  With a prefix argument, prompt for cvs FLAGS to use.
16240    
16241    \(fn MODULES DIR FLAGS)" t nil)
16242    
16243  (autoload (quote cvs-quickdir) "pcvs" "\  (autoload (quote cvs-quickdir) "pcvs" "\
16244  Open a *cvs* buffer on DIR without running cvs.  Open a *cvs* buffer on DIR without running cvs.
# Line 13220  With a prefix argument, prompt for a dir Line 16246  With a prefix argument, prompt for a dir
16246  A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),  A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
16247    prevents reuse of an existing *cvs* buffer.    prevents reuse of an existing *cvs* buffer.
16248  Optional argument NOSHOW if non-nil means not to display the buffer.  Optional argument NOSHOW if non-nil means not to display the buffer.
16249  FLAGS is ignored." t nil)  FLAGS is ignored.
16250    
16251    \(fn DIR &optional FLAGS NOSHOW)" t nil)
16252    
16253  (autoload (quote cvs-examine) "pcvs" "\  (autoload (quote cvs-examine) "pcvs" "\
16254  Run a `cvs -n update' in the specified DIRECTORY.  Run a `cvs -n update' in the specified DIRECTORY.
# Line 13229  Feed the output to a *cvs* buffer and ru Line 16257  Feed the output to a *cvs* buffer and ru
16257  With a prefix argument, prompt for a directory and cvs FLAGS to use.  With a prefix argument, prompt for a directory and cvs FLAGS to use.
16258  A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),  A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
16259    prevents reuse of an existing *cvs* buffer.    prevents reuse of an existing *cvs* buffer.
16260  Optional argument NOSHOW if non-nil means not to display the buffer." t nil)  Optional argument NOSHOW if non-nil means not to display the buffer.
16261    
16262    \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil)
16263    
16264  (autoload (quote cvs-update) "pcvs" "\  (autoload (quote cvs-update) "pcvs" "\
16265  Run a `cvs update' in the current working DIRECTORY.  Run a `cvs update' in the current working DIRECTORY.
16266  Feed the output to a *cvs* buffer and run `cvs-mode' on it.  Feed the output to a *cvs* buffer and run `cvs-mode' on it.
16267  With a prefix argument, prompt for a directory and cvs FLAGS to use.  With a \\[universal-argument] prefix argument, prompt for a directory to use.
16268  A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),  A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
16269    prevents reuse of an existing *cvs* buffer." t nil)    prevents reuse of an existing *cvs* buffer.
16270    The prefix is also passed to `cvs-flags-query' to select the FLAGS
16271      passed to cvs.
16272    
16273    \(fn DIRECTORY FLAGS)" t nil)
16274    
16275  (autoload (quote cvs-status) "pcvs" "\  (autoload (quote cvs-status) "pcvs" "\
16276  Run a `cvs status' in the current working DIRECTORY.  Run a `cvs status' in the current working DIRECTORY.
# Line 13244  Feed the output to a *cvs* buffer and ru Line 16278  Feed the output to a *cvs* buffer and ru
16278  With a prefix argument, prompt for a directory and cvs FLAGS to use.  With a prefix argument, prompt for a directory and cvs FLAGS to use.
16279  A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),  A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
16280    prevents reuse of an existing *cvs* buffer.    prevents reuse of an existing *cvs* buffer.
16281  Optional argument NOSHOW if non-nil means not to display the buffer." t nil)  Optional argument NOSHOW if non-nil means not to display the buffer.
16282    
16283    \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil)
16284    
16285  (add-to-list (quote completion-ignored-extensions) "CVS/")  (add-to-list (quote completion-ignored-extensions) "CVS/")
16286    
# Line 13252  Optional argument NOSHOW if non-nil mean Line 16288  Optional argument NOSHOW if non-nil mean
16288  The action to be performed when opening a CVS directory.  The action to be performed when opening a CVS directory.
16289  Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'.")  Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'.")
16290    
16291    (custom-autoload (quote cvs-dired-action) "pcvs")
16292    
16293  (defvar cvs-dired-use-hook (quote (4)) "\  (defvar cvs-dired-use-hook (quote (4)) "\
16294  Whether or not opening a CVS directory should run PCL-CVS.  Whether or not opening a CVS directory should run PCL-CVS.
16295  nil means never do it.  nil means never do it.
# Line 13259  ALWAYS means to always do it unless a pr Line 16297  ALWAYS means to always do it unless a pr
16297    command that prompted the opening of the directory.    command that prompted the opening of the directory.
16298  Anything else means to do it only if the prefix arg is equal to this value.")  Anything else means to do it only if the prefix arg is equal to this value.")
16299    
16300    (custom-autoload (quote cvs-dired-use-hook) "pcvs")
16301    
16302  (defun cvs-dired-noselect (dir) "\  (defun cvs-dired-noselect (dir) "\
16303  Run `cvs-examine' if DIR is a CVS administrative directory.  Run `cvs-examine' if DIR is a CVS administrative directory.
16304  The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp dir) (setq dir (directory-file-name dir)) (when (and (string= "CVS" (file-name-nondirectory dir)) (file-readable-p (expand-file-name "Entries" dir)) cvs-dired-use-hook (if (eq cvs-dired-use-hook (quote always)) (not current-prefix-arg) (equal current-prefix-arg cvs-dired-use-hook))) (save-excursion (funcall cvs-dired-action (file-name-directory dir) t t)))))  The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp dir) (setq dir (directory-file-name dir)) (when (and (string= "CVS" (file-name-nondirectory dir)) (file-readable-p (expand-file-name "Entries" dir)) cvs-dired-use-hook (if (eq cvs-dired-use-hook (quote always)) (not current-prefix-arg) (equal current-prefix-arg cvs-dired-use-hook))) (save-excursion (funcall cvs-dired-action (file-name-directory dir) t t)))))
16305    
16306  ;;;***  ;;;***
16307    
16308  ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15394 38672))  ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15825 27888))
16309  ;;; Generated autoloads from pcvs-defs.el  ;;; Generated autoloads from pcvs-defs.el
16310    
16311  (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m))  (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m))
# Line 13273  The exact behavior is determined also by Line 16313  The exact behavior is determined also by
16313  ;;;***  ;;;***
16314    
16315  ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"  ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
16316  ;;;;;;  (15438 2170))  ;;;;;;  (15935 48915))
16317  ;;; Generated autoloads from progmodes/perl-mode.el  ;;; Generated autoloads from progmodes/perl-mode.el
16318    
16319  (autoload (quote perl-mode) "perl-mode" "\  (autoload (quote perl-mode) "perl-mode" "\
# Line 13290  Variables controlling indentation style: Line 16330  Variables controlling indentation style:
16330      regardless of where in the line point is when the TAB command is used.      regardless of where in the line point is when the TAB command is used.
16331   `perl-tab-to-comment'   `perl-tab-to-comment'
16332      Non-nil means that for lines which don't need indenting, TAB will      Non-nil means that for lines which don't need indenting, TAB will
16333      either delete an empty comment, indent an existing comment, move      either delete an empty comment, indent an existing comment, move
16334      to end-of-line, or if at end-of-line already, create a new comment.      to end-of-line, or if at end-of-line already, create a new comment.
16335   `perl-nochange'   `perl-nochange'
16336      Lines starting with this regular expression are not auto-indented.      Lines starting with this regular expression are not auto-indented.
# Line 13322  Various indentation styles:       K&R  B Line 16362  Various indentation styles:       K&R  B
16362    perl-brace-imaginary-offset      0    0    4    0    0    perl-brace-imaginary-offset      0    0    4    0    0
16363    perl-label-offset               -5   -8   -2   -2   -2    perl-label-offset               -5   -8   -2   -2   -2
16364    
16365  Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil)  Turning on Perl mode runs the normal hook `perl-mode-hook'.
16366    
16367    \(fn)" t nil)
16368    
16369  ;;;***  ;;;***
16370    
16371  ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"  ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
16372  ;;;;;;  (15507 55753))  ;;;;;;  (15905 54616))
16373  ;;; Generated autoloads from textmodes/picture.el  ;;; Generated autoloads from textmodes/picture.el
16374    
16375  (autoload (quote picture-mode) "picture" "\  (autoload (quote picture-mode) "picture" "\
# Line 13390  You can return to the previous mode with Line 16432  You can return to the previous mode with
16432  Entry to this mode calls the value of `picture-mode-hook' if non-nil.  Entry to this mode calls the value of `picture-mode-hook' if non-nil.
16433    
16434  Note that Picture mode commands will work outside of Picture mode, but  Note that Picture mode commands will work outside of Picture mode, but
16435  they are not defaultly assigned to keys." t nil)  they are not defaultly assigned to keys.
16436    
16437    \(fn)" t nil)
16438    
16439  (defalias (quote edit-picture) (quote picture-mode))  (defalias (quote edit-picture) (quote picture-mode))
16440    
16441  ;;;***  ;;;***
16442    
16443  ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"  ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
16444  ;;;;;;  (15507 32977))  ;;;;;;  (15808 14185))
16445  ;;; Generated autoloads from textmodes/po.el  ;;; Generated autoloads from textmodes/po.el
16446    
16447  (autoload (quote po-find-file-coding-system) "po" "\  (autoload (quote po-find-file-coding-system) "po" "\
16448  Return a Mule (DECODING . ENCODING) pair, according to PO file charset.  Return a (DECODING . ENCODING) pair, according to PO file's charset.
16449  Called through file-coding-system-alist, before the file is visited for real." nil nil)  Called through `file-coding-system-alist', before the file is visited for real.
16450    
16451    \(fn ARG-LIST)" nil nil)
16452    
16453  ;;;***  ;;;***
16454    
16455  ;;;### (autoloads (pong) "pong" "play/pong.el" (15464 26331))  ;;;### (autoloads (pong) "pong" "play/pong.el" (15935 48681))
16456  ;;; Generated autoloads from play/pong.el  ;;; Generated autoloads from play/pong.el
16457    
16458  (autoload (quote pong) "pong" "\  (autoload (quote pong) "pong" "\
# Line 13416  Move left and right bats and try to boun Line 16462  Move left and right bats and try to boun
16462    
16463  pong-mode keybindings:\\<pong-mode-map>  pong-mode keybindings:\\<pong-mode-map>
16464    
16465  \\{pong-mode-map}" t nil)  \\{pong-mode-map}
16466    
16467    \(fn)" t nil)
16468    
16469  ;;;***  ;;;***
16470    
16471  ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-to-string)  ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-to-string)
16472  ;;;;;;  "pp" "emacs-lisp/pp.el" (15468 23944))  ;;;;;;  "pp" "emacs-lisp/pp.el" (15935 47054))
16473  ;;; Generated autoloads from emacs-lisp/pp.el  ;;; Generated autoloads from emacs-lisp/pp.el
16474    
16475  (autoload (quote pp-to-string) "pp" "\  (autoload (quote pp-to-string) "pp" "\
16476  Return a string containing the pretty-printed representation of OBJECT.  Return a string containing the pretty-printed representation of OBJECT.
16477  OBJECT can be any Lisp object.  Quoting characters are used as needed  OBJECT can be any Lisp object.  Quoting characters are used as needed
16478  to make output that `read' can handle, whenever this is possible." nil nil)  to make output that `read' can handle, whenever this is possible.
16479    
16480    \(fn OBJECT)" nil nil)
16481    
16482  (autoload (quote pp) "pp" "\  (autoload (quote pp) "pp" "\
16483  Output the pretty-printed representation of OBJECT, any Lisp object.  Output the pretty-printed representation of OBJECT, any Lisp object.
16484  Quoting characters are printed as needed to make output that `read'  Quoting characters are printed as needed to make output that `read'
16485  can handle, whenever this is possible.  can handle, whenever this is possible.
16486  Output stream is STREAM, or value of `standard-output' (which see)." nil nil)  Output stream is STREAM, or value of `standard-output' (which see).
16487    
16488    \(fn OBJECT &optional STREAM)" nil nil)
16489    
16490  (autoload (quote pp-eval-expression) "pp" "\  (autoload (quote pp-eval-expression) "pp" "\
16491  Evaluate EXPRESSION and pretty-print value into a new display buffer.  Evaluate EXPRESSION and pretty-print value into a new display buffer.
16492  If the pretty-printed value fits on one line, the message line is used  If the pretty-printed value fits on one line, the message line is used
16493  instead.  The value is also consed onto the front of the list  instead.  The value is also consed onto the front of the list
16494  in the variable `values'." t nil)  in the variable `values'.
16495    
16496    \(fn EXPRESSION)" t nil)
16497    
16498  (autoload (quote pp-eval-last-sexp) "pp" "\  (autoload (quote pp-eval-last-sexp) "pp" "\
16499  Run `pp-eval-expression' on sexp before point (which see).  Run `pp-eval-expression' on sexp before point (which see).
16500  With argument, pretty-print output into current buffer.  With argument, pretty-print output into current buffer.
16501  Ignores leading comment characters." t nil)  Ignores leading comment characters.
16502    
16503    \(fn ARG)" t nil)
16504    
16505  ;;;***  ;;;***
16506    
16507  ;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"  ;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"
16508  ;;;;;;  (15610 48543))  ;;;;;;  (15608 6934))
16509  ;;; Generated autoloads from progmodes/prolog.el  ;;; Generated autoloads from progmodes/prolog.el
16510    
16511  (autoload (quote prolog-mode) "prolog" "\  (autoload (quote prolog-mode) "prolog" "\
# Line 13458  Blank lines and `%%...' separate paragra Line 16514  Blank lines and `%%...' separate paragra
16514  Commands:  Commands:
16515  \\{prolog-mode-map}  \\{prolog-mode-map}
16516  Entry to this mode calls the value of `prolog-mode-hook'  Entry to this mode calls the value of `prolog-mode-hook'
16517  if that value is non-nil." t nil)  if that value is non-nil.
16518    
16519    \(fn)" t nil)
16520    
16521  (autoload (quote run-prolog) "prolog" "\  (autoload (quote run-prolog) "prolog" "\
16522  Run an inferior Prolog process, input and output via buffer *prolog*." t nil)  Run an inferior Prolog process, input and output via buffer *prolog*.
16523    
16524    \(fn)" t nil)
16525    
16526  ;;;***  ;;;***
16527    
16528  ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15273 15969))  ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15935 43727))
16529  ;;; Generated autoloads from ps-bdf.el  ;;; Generated autoloads from ps-bdf.el
16530    
16531  (defvar bdf-directory-list (if (and (memq system-type (quote (ms-dos windows-nt))) (boundp (quote installation-directory))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\  (defvar bdf-directory-list (if (and (memq system-type (quote (ms-dos windows-nt))) (boundp (quote installation-directory))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\
# Line 13474  The default value is '(\"/usr/local/shar Line 16534  The default value is '(\"/usr/local/shar
16534    
16535  ;;;***  ;;;***
16536    
16537  ;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (15490 49404))  ;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (15490 41428))
16538  ;;; Generated autoloads from progmodes/ps-mode.el  ;;; Generated autoloads from progmodes/ps-mode.el
16539   (autoload (quote ps-mode) "ps-mode" "Major mode for editing PostScript with GNU Emacs.\n" t)   (autoload (quote ps-mode) "ps-mode" "Major mode for editing PostScript with GNU Emacs.\n" t)
16540    
# Line 13483  The default value is '(\"/usr/local/shar Line 16543  The default value is '(\"/usr/local/shar
16543  ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets  ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets
16544  ;;;;;;  ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition  ;;;;;;  ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition
16545  ;;;;;;  ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font  ;;;;;;  ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font
16546  ;;;;;;  ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15592 18852))  ;;;;;;  ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15631 17763))
16547  ;;; Generated autoloads from ps-mule.el  ;;; Generated autoloads from ps-mule.el
16548    
16549  (defvar ps-multibyte-buffer nil "\  (defvar ps-multibyte-buffer nil "\
# Line 13529  Valid values are: Line 16589  Valid values are:
16589    
16590  Any other value is treated as nil.")  Any other value is treated as nil.")
16591    
16592    (custom-autoload (quote ps-multibyte-buffer) "ps-mule")
16593    
16594  (autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\  (autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\
16595  Setup special ASCII font for STRING.  Setup special ASCII font for STRING.
16596  STRING should contain only ASCII characters." nil nil)  STRING should contain only ASCII characters.
16597    
16598    \(fn STRING)" nil nil)
16599    
16600    (autoload (quote ps-mule-set-ascii-font) "ps-mule" "\
16601    Not documented
16602    
16603  (autoload (quote ps-mule-set-ascii-font) "ps-mule" nil nil nil)  \(fn)" nil nil)
16604    
16605  (autoload (quote ps-mule-plot-string) "ps-mule" "\  (autoload (quote ps-mule-plot-string) "ps-mule" "\
16606  Generate PostScript code for plotting characters in the region FROM and TO.  Generate PostScript code for plotting characters in the region FROM and TO.
# Line 13547  Returns the value: Line 16614  Returns the value:
16614          (ENDPOS . RUN-WIDTH)          (ENDPOS . RUN-WIDTH)
16615    
16616  Where ENDPOS is the end position of the sequence and RUN-WIDTH is the width of  Where ENDPOS is the end position of the sequence and RUN-WIDTH is the width of
16617  the sequence." nil nil)  the sequence.
16618    
16619    \(fn FROM TO &optional BG-COLOR)" nil nil)
16620    
16621  (autoload (quote ps-mule-plot-composition) "ps-mule" "\  (autoload (quote ps-mule-plot-composition) "ps-mule" "\
16622  Generate PostScript code for plotting composition in the region FROM and TO.  Generate PostScript code for plotting composition in the region FROM and TO.
# Line 13562  Returns the value: Line 16631  Returns the value:
16631          (ENDPOS . RUN-WIDTH)          (ENDPOS . RUN-WIDTH)
16632    
16633  Where ENDPOS is the end position of the sequence and RUN-WIDTH is the width of  Where ENDPOS is the end position of the sequence and RUN-WIDTH is the width of
16634  the sequence." nil nil)  the sequence.
16635    
16636    \(fn FROM TO &optional BG-COLOR)" nil nil)
16637    
16638  (autoload (quote ps-mule-initialize) "ps-mule" "\  (autoload (quote ps-mule-initialize) "ps-mule" "\
16639  Initialize global data for printing multi-byte characters." nil nil)  Initialize global data for printing multi-byte characters.
16640    
16641    \(fn)" nil nil)
16642    
16643  (autoload (quote ps-mule-encode-header-string) "ps-mule" "\  (autoload (quote ps-mule-encode-header-string) "ps-mule" "\
16644  Generate PostScript code for ploting STRING by font FONTTAG.  Generate PostScript code for ploting STRING by font FONTTAG.
16645  FONTTAG should be a string \"/h0\" or \"/h1\"." nil nil)  FONTTAG should be a string \"/h0\" or \"/h1\".
16646    
16647    \(fn STRING FONTTAG)" nil nil)
16648    
16649  (autoload (quote ps-mule-header-string-charsets) "ps-mule" "\  (autoload (quote ps-mule-header-string-charsets) "ps-mule" "\
16650  Return a list of character sets that appears in header strings." nil nil)  Return a list of character sets that appears in header strings.
16651    
16652    \(fn)" nil nil)
16653    
16654  (autoload (quote ps-mule-begin-job) "ps-mule" "\  (autoload (quote ps-mule-begin-job) "ps-mule" "\
16655  Start printing job for multi-byte chars between FROM and TO.  Start printing job for multi-byte chars between FROM and TO.
16656  This checks if all multi-byte characters in the region are printable or not." nil nil)  This checks if all multi-byte characters in the region are printable or not.
16657    
16658  (autoload (quote ps-mule-begin-page) "ps-mule" nil nil nil)  \(fn FROM TO)" nil nil)
16659    
16660    (autoload (quote ps-mule-begin-page) "ps-mule" "\
16661    Not documented
16662    
16663    \(fn)" nil nil)
16664    
16665  ;;;***  ;;;***
16666    
# Line 13586  This checks if all multi-byte characters Line 16668  This checks if all multi-byte characters
16668  ;;;;;;  ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces  ;;;;;;  ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
16669  ;;;;;;  ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer  ;;;;;;  ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
16670  ;;;;;;  ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces  ;;;;;;  ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
16671  ;;;;;;  ps-print-buffer ps-print-customize ps-paper-type) "ps-print"  ;;;;;;  ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
16672  ;;;;;;  "ps-print.el" (15564 39433))  ;;;;;;  ps-page-dimensions-database) "ps-print" "ps-print.el" (15766
16673    ;;;;;;  29665))
16674  ;;; Generated autoloads from ps-print.el  ;;; Generated autoloads from ps-print.el
16675    
16676    (defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\
16677    *List associating a symbolic paper type to its width, height and doc media.
16678    See `ps-paper-type'.")
16679    
16680    (custom-autoload (quote ps-page-dimensions-database) "ps-print")
16681    
16682  (defvar ps-paper-type (quote letter) "\  (defvar ps-paper-type (quote letter) "\
16683  *Specify the size of paper to format for.  *Specify the size of paper to format for.
16684  Should be one of the paper types defined in `ps-page-dimensions-database', for  Should be one of the paper types defined in `ps-page-dimensions-database', for
16685  example `letter', `legal' or `a4'.")  example `letter', `legal' or `a4'.")
16686    
16687    (custom-autoload (quote ps-paper-type) "ps-print")
16688    
16689    (defvar ps-print-color-p (or (fboundp (quote x-color-values)) (fboundp (quote color-instance-rgb-components))) "\
16690    *Specify how buffer's text color is printed.
16691    
16692    Valid values are:
16693    
16694       nil          Do not print colors.
16695    
16696       t            Print colors.
16697    
16698       black-white  Print colors on black/white printer.
16699                    See also `ps-black-white-faces'.
16700    
16701    Any other value is treated as t.")
16702    
16703    (custom-autoload (quote ps-print-color-p) "ps-print")
16704    
16705  (autoload (quote ps-print-customize) "ps-print" "\  (autoload (quote ps-print-customize) "ps-print" "\
16706  Customization of ps-print group." t nil)  Customization of ps-print group.
16707    
16708    \(fn)" t nil)
16709    
16710  (autoload (quote ps-print-buffer) "ps-print" "\  (autoload (quote ps-print-buffer) "ps-print" "\
16711  Generate and print a PostScript image of the buffer.  Generate and print a PostScript image of the buffer.
16712    
16713  Interactively, when you use a prefix argument (C-u), the command prompts the  Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the
16714  user for a file name, and saves the PostScript image in that file instead of  user for a file name, and saves the PostScript image in that file instead of
16715  sending it to the printer.  sending it to the printer.
16716    
16717  Noninteractively, the argument FILENAME is treated as follows: if it is nil,  Noninteractively, the argument FILENAME is treated as follows: if it is nil,
16718  send the image to the printer.  If FILENAME is a string, save the PostScript  send the image to the printer.  If FILENAME is a string, save the PostScript
16719  image in a file with that name." t nil)  image in a file with that name.
16720    
16721    \(fn &optional FILENAME)" t nil)
16722    
16723  (autoload (quote ps-print-buffer-with-faces) "ps-print" "\  (autoload (quote ps-print-buffer-with-faces) "ps-print" "\
16724  Generate and print a PostScript image of the buffer.  Generate and print a PostScript image of the buffer.
16725  Like `ps-print-buffer', but includes font, color, and underline information in  Like `ps-print-buffer', but includes font, color, and underline information in
16726  the generated image.  This command works only if you are using a window system,  the generated image.  This command works only if you are using a window system,
16727  so it has a way to determine color values." t nil)  so it has a way to determine color values.
16728    
16729    \(fn &optional FILENAME)" t nil)
16730    
16731  (autoload (quote ps-print-region) "ps-print" "\  (autoload (quote ps-print-region) "ps-print" "\
16732  Generate and print a PostScript image of the region.  Generate and print a PostScript image of the region.
16733  Like `ps-print-buffer', but prints just the current region." t nil)  Like `ps-print-buffer', but prints just the current region.
16734    
16735    \(fn FROM TO &optional FILENAME)" t nil)
16736    
16737  (autoload (quote ps-print-region-with-faces) "ps-print" "\  (autoload (quote ps-print-region-with-faces) "ps-print" "\
16738  Generate and print a PostScript image of the region.  Generate and print a PostScript image of the region.
16739  Like `ps-print-region', but includes font, color, and underline information in  Like `ps-print-region', but includes font, color, and underline information in
16740  the generated image.  This command works only if you are using a window system,  the generated image.  This command works only if you are using a window system,
16741  so it has a way to determine color values." t nil)  so it has a way to determine color values.
16742    
16743    \(fn FROM TO &optional FILENAME)" t nil)
16744    
16745  (autoload (quote ps-spool-buffer) "ps-print" "\  (autoload (quote ps-spool-buffer) "ps-print" "\
16746  Generate and spool a PostScript image of the buffer.  Generate and spool a PostScript image of the buffer.
16747  Like `ps-print-buffer' except that the PostScript image is saved in a local  Like `ps-print-buffer' except that the PostScript image is saved in a local
16748  buffer to be sent to the printer later.  buffer to be sent to the printer later.
16749    
16750  Use the command `ps-despool' to send the spooled images to the printer." t nil)  Use the command `ps-despool' to send the spooled images to the printer.
16751    
16752    \(fn)" t nil)
16753    
16754  (autoload (quote ps-spool-buffer-with-faces) "ps-print" "\  (autoload (quote ps-spool-buffer-with-faces) "ps-print" "\
16755  Generate and spool a PostScript image of the buffer.  Generate and spool a PostScript image of the buffer.
# Line 13638  Like `ps-spool-buffer', but includes fon Line 16757  Like `ps-spool-buffer', but includes fon
16757  the generated image.  This command works only if you are using a window system,  the generated image.  This command works only if you are using a window system,
16758  so it has a way to determine color values.  so it has a way to determine color values.
16759    
16760  Use the command `ps-despool' to send the spooled images to the printer." t nil)  Use the command `ps-despool' to send the spooled images to the printer.
16761    
16762    \(fn)" t nil)
16763    
16764  (autoload (quote ps-spool-region) "ps-print" "\  (autoload (quote ps-spool-region) "ps-print" "\
16765  Generate a PostScript image of the region and spool locally.  Generate a PostScript image of the region and spool locally.
16766  Like `ps-spool-buffer', but spools just the current region.  Like `ps-spool-buffer', but spools just the current region.
16767    
16768  Use the command `ps-despool' to send the spooled images to the printer." t nil)  Use the command `ps-despool' to send the spooled images to the printer.
16769    
16770    \(fn FROM TO)" t nil)
16771    
16772  (autoload (quote ps-spool-region-with-faces) "ps-print" "\  (autoload (quote ps-spool-region-with-faces) "ps-print" "\
16773  Generate a PostScript image of the region and spool locally.  Generate a PostScript image of the region and spool locally.
# Line 13652  Like `ps-spool-region', but includes fon Line 16775  Like `ps-spool-region', but includes fon
16775  the generated image.  This command works only if you are using a window system,  the generated image.  This command works only if you are using a window system,
16776  so it has a way to determine color values.  so it has a way to determine color values.
16777    
16778  Use the command `ps-despool' to send the spooled images to the printer." t nil)  Use the command `ps-despool' to send the spooled images to the printer.
16779    
16780    \(fn FROM TO)" t nil)
16781    
16782  (autoload (quote ps-despool) "ps-print" "\  (autoload (quote ps-despool) "ps-print" "\
16783  Send the spooled PostScript to the printer.  Send the spooled PostScript to the printer.
16784    
16785  Interactively, when you use a prefix argument (C-u), the command prompts the  Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the
16786  user for a file name, and saves the spooled PostScript image in that file  user for a file name, and saves the spooled PostScript image in that file
16787  instead of sending it to the printer.  instead of sending it to the printer.
16788    
16789  Noninteractively, the argument FILENAME is treated as follows: if it is nil,  Noninteractively, the argument FILENAME is treated as follows: if it is nil,
16790  send the image to the printer.  If FILENAME is a string, save the PostScript  send the image to the printer.  If FILENAME is a string, save the PostScript
16791  image in a file with that name." t nil)  image in a file with that name.
16792    
16793    \(fn &optional FILENAME)" t nil)
16794    
16795  (autoload (quote ps-line-lengths) "ps-print" "\  (autoload (quote ps-line-lengths) "ps-print" "\
16796  Display the correspondence between a line length and a font size, using the  Display the correspondence between a line length and a font size.
16797  current ps-print setup.  Done using the current ps-print setup.
16798  Try: pr -t file | awk '{printf \"%3d %s  Try: pr -t file | awk '{printf \"%3d %s
16799  \", length($0), $0}' | sort -r | head" t nil)  \", length($0), $0}' | sort -r | head
16800    
16801    \(fn)" t nil)
16802    
16803  (autoload (quote ps-nb-pages-buffer) "ps-print" "\  (autoload (quote ps-nb-pages-buffer) "ps-print" "\
16804  Display number of pages to print this buffer, for various font heights.  Display number of pages to print this buffer, for various font heights.
16805  The table depends on the current ps-print setup." t nil)  The table depends on the current ps-print setup.
16806    
16807    \(fn NB-LINES)" t nil)
16808    
16809  (autoload (quote ps-nb-pages-region) "ps-print" "\  (autoload (quote ps-nb-pages-region) "ps-print" "\
16810  Display number of pages to print the region, for various font heights.  Display number of pages to print the region, for various font heights.
16811  The table depends on the current ps-print setup." t nil)  The table depends on the current ps-print setup.
16812    
16813    \(fn NB-LINES)" t nil)
16814    
16815  (autoload (quote ps-setup) "ps-print" "\  (autoload (quote ps-setup) "ps-print" "\
16816  Return the current PostScript-generation setup." nil nil)  Return the current PostScript-generation setup.
16817    
16818    \(fn)" nil nil)
16819    
16820  (autoload (quote ps-extend-face-list) "ps-print" "\  (autoload (quote ps-extend-face-list) "ps-print" "\
16821  Extend face in ALIST-SYM.  Extend face in ALIST-SYM.
# Line 13693  otherwise, it should be an alist symbol. Line 16828  otherwise, it should be an alist symbol.
16828    
16829  The elements in FACE-EXTENSION-LIST is like those for `ps-extend-face'.  The elements in FACE-EXTENSION-LIST is like those for `ps-extend-face'.
16830    
16831  See `ps-extend-face' for documentation." nil nil)  See `ps-extend-face' for documentation.
16832    
16833    \(fn FACE-EXTENSION-LIST &optional MERGE-P ALIST-SYM)" nil nil)
16834    
16835  (autoload (quote ps-extend-face) "ps-print" "\  (autoload (quote ps-extend-face) "ps-print" "\
16836  Extend face in ALIST-SYM.  Extend face in ALIST-SYM.
# Line 13723  EXTENSION is one of the following symbol Line 16860  EXTENSION is one of the following symbol
16860     box       - text will be surrounded by a box.     box       - text will be surrounded by a box.
16861     outline   - print characters as hollow outlines.     outline   - print characters as hollow outlines.
16862    
16863  If EXTENSION is any other symbol, it is ignored." nil nil)  If EXTENSION is any other symbol, it is ignored.
16864    
16865    \(fn FACE-EXTENSION &optional MERGE-P ALIST-SYM)" nil nil)
16866    
16867  ;;;***  ;;;***
16868    
# Line 13731  If EXTENSION is any other symbol, it is Line 16870  If EXTENSION is any other symbol, it is
16870  ;;;;;;  quail-defrule quail-install-decode-map quail-install-map  ;;;;;;  quail-defrule quail-install-decode-map quail-install-map
16871  ;;;;;;  quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout  ;;;;;;  quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
16872  ;;;;;;  quail-define-package quail-use-package quail-title) "quail"  ;;;;;;  quail-define-package quail-use-package quail-title) "quail"
16873  ;;;;;;  "international/quail.el" (15455 18402))  ;;;;;;  "international/quail.el" (15935 48018))
16874  ;;; Generated autoloads from international/quail.el  ;;; Generated autoloads from international/quail.el
16875    
16876  (autoload (quote quail-title) "quail" "\  (autoload (quote quail-title) "quail" "\
16877  Return the title of the current Quail package." nil nil)  Return the title of the current Quail package.
16878    
16879    \(fn)" nil nil)
16880    
16881  (autoload (quote quail-use-package) "quail" "\  (autoload (quote quail-use-package) "quail" "\
16882  Start using Quail package PACKAGE-NAME.  Start using Quail package PACKAGE-NAME.
16883  The remaining arguments are libraries to be loaded before using the package.  The remaining arguments are libraries to be loaded before using the package.
16884    
16885  This activates input method defined by PACKAGE-NAME by running  This activates input method defined by PACKAGE-NAME by running
16886  `quail-activate', which see." nil nil)  `quail-activate', which see.
16887    
16888    \(fn PACKAGE-NAME &rest LIBRARIES)" nil nil)
16889    
16890  (autoload (quote quail-define-package) "quail" "\  (autoload (quote quail-define-package) "quail" "\
16891  Define NAME as a new Quail package for input LANGUAGE.  Define NAME as a new Quail package for input LANGUAGE.
# Line 13821  vs. corresponding command to be called. Line 16964  vs. corresponding command to be called.
16964    
16965  If SIMPLE is non-nil, then we do not alter the meanings of  If SIMPLE is non-nil, then we do not alter the meanings of
16966  commands such as C-f, C-b, C-n, C-p and TAB; they are treated as  commands such as C-f, C-b, C-n, C-p and TAB; they are treated as
16967  non-Quail commands." nil nil)  non-Quail commands.
16968    
16969    \(fn NAME LANGUAGE TITLE &optional GUIDANCE DOCSTRING TRANSLATION-KEYS FORGET-LAST-SELECTION DETERMINISTIC KBD-TRANSLATE SHOW-LAYOUT CREATE-DECODE-MAP MAXIMUM-SHORTEST OVERLAY-PLIST UPDATE-TRANSLATION-FUNCTION CONVERSION-KEYS SIMPLE)" nil nil)
16970    
16971  (autoload (quote quail-set-keyboard-layout) "quail" "\  (autoload (quote quail-set-keyboard-layout) "quail" "\
16972  Set the current keyboard layout to the same as keyboard KBD-TYPE.  Set the current keyboard layout to the same as keyboard KBD-TYPE.
# Line 13830  Since some Quail packages depends on a p Line 16975  Since some Quail packages depends on a p
16975  characters generated by them), those are created by assuming the  characters generated by them), those are created by assuming the
16976  standard layout defined in `quail-keyboard-layout-standard'.  This  standard layout defined in `quail-keyboard-layout-standard'.  This
16977  function tells Quail system the layout of your keyboard so that what  function tells Quail system the layout of your keyboard so that what
16978  you type is correctly handled." t nil)  you type is correctly handled.
16979    
16980    \(fn KBD-TYPE)" t nil)
16981    
16982  (autoload (quote quail-show-keyboard-layout) "quail" "\  (autoload (quote quail-show-keyboard-layout) "quail" "\
16983  Show the physical layout of the keyboard type KEYBOARD-TYPE.  Show the physical layout of the keyboard type KEYBOARD-TYPE.
16984    
16985  The variable `quail-keyboard-layout-type' holds the currently selected  The variable `quail-keyboard-layout-type' holds the currently selected
16986  keyboard type." t nil)  keyboard type.
16987    
16988    \(fn &optional KEYBOARD-TYPE)" t nil)
16989    
16990  (autoload (quote quail-define-rules) "quail" "\  (autoload (quote quail-define-rules) "quail" "\
16991  Define translation rules of the current Quail package.  Define translation rules of the current Quail package.
# Line 13869  the following annotation types are suppo Line 17018  the following annotation types are suppo
17018          inserted.          inserted.
17019    
17020    no-decode-map --- the value non-nil means that decoding map is not    no-decode-map --- the value non-nil means that decoding map is not
17021          generated for the following translations." nil (quote macro))          generated for the following translations.
17022    
17023    \(fn &rest RULES)" nil (quote macro))
17024    
17025  (autoload (quote quail-install-map) "quail" "\  (autoload (quote quail-install-map) "quail" "\
17026  Install the Quail map MAP in the current Quail package.  Install the Quail map MAP in the current Quail package.
# Line 13877  Install the Quail map MAP in the current Line 17028  Install the Quail map MAP in the current
17028  Optional 2nd arg NAME, if non-nil, is a name of Quail package for  Optional 2nd arg NAME, if non-nil, is a name of Quail package for
17029  which to install MAP.  which to install MAP.
17030    
17031  The installed map can be referred by the function `quail-map'." nil nil)  The installed map can be referred by the function `quail-map'.
17032    
17033    \(fn MAP &optional NAME)" nil nil)
17034    
17035  (autoload (quote quail-install-decode-map) "quail" "\  (autoload (quote quail-install-decode-map) "quail" "\
17036  Install the Quail decode map DECODE-MAP in the current Quail package.  Install the Quail decode map DECODE-MAP in the current Quail package.
# Line 13885  Install the Quail decode map DECODE-MAP Line 17038  Install the Quail decode map DECODE-MAP
17038  Optional 2nd arg NAME, if non-nil, is a name of Quail package for  Optional 2nd arg NAME, if non-nil, is a name of Quail package for
17039  which to install MAP.  which to install MAP.
17040    
17041  The installed decode map can be referred by the function `quail-decode-map'." nil nil)  The installed decode map can be referred by the function `quail-decode-map'.
17042    
17043    \(fn DECODE-MAP &optional NAME)" nil nil)
17044    
17045  (autoload (quote quail-defrule) "quail" "\  (autoload (quote quail-defrule) "quail" "\
17046  Add one translation rule, KEY to TRANSLATION, in the current Quail package.  Add one translation rule, KEY to TRANSLATION, in the current Quail package.
# Line 13910  to define this translation rule in.  The Line 17065  to define this translation rule in.  The
17065  current Quail package.  current Quail package.
17066    
17067  Optional 4th argument APPEND, if non-nil, appends TRANSLATION  Optional 4th argument APPEND, if non-nil, appends TRANSLATION
17068  to the current translations for KEY instead of replacing them." nil nil)  to the current translations for KEY instead of replacing them.
17069    
17070    \(fn KEY TRANSLATION &optional NAME APPEND)" nil nil)
17071    
17072  (autoload (quote quail-defrule-internal) "quail" "\  (autoload (quote quail-defrule-internal) "quail" "\
17073  Define KEY as TRANS in a Quail map MAP.  Define KEY as TRANS in a Quail map MAP.
# Line 13921  current translations for KEY instead of Line 17078  current translations for KEY instead of
17078  Optional 5th arg DECODE-MAP is a Quail decode map.  Optional 5th arg DECODE-MAP is a Quail decode map.
17079    
17080  Optional 6th arg PROPS is a property list annotating TRANS.  See the  Optional 6th arg PROPS is a property list annotating TRANS.  See the
17081  function `quail-define-rules' for the detail." nil nil)  function `quail-define-rules' for the detail.
17082    
17083    \(fn KEY TRANS MAP &optional APPEND DECODE-MAP PROPS)" nil nil)
17084    
17085  (autoload (quote quail-update-leim-list-file) "quail" "\  (autoload (quote quail-update-leim-list-file) "quail" "\
17086  Update entries for Quail packages in `LEIM' list file in directory DIRNAME.  Update entries for Quail packages in `LEIM' list file in directory DIRNAME.
# Line 13934  and update the file \"leim-list.el\" in Line 17093  and update the file \"leim-list.el\" in
17093    
17094  When called from a program, the remaining arguments are additional  When called from a program, the remaining arguments are additional
17095  directory names to search for Quail packages under `quail' subdirectory  directory names to search for Quail packages under `quail' subdirectory
17096  of each directory." t nil)  of each directory.
17097    
17098    \(fn DIRNAME &rest DIRNAMES)" t nil)
17099    
17100  ;;;***  ;;;***
17101    
17102  ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls  ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
17103  ;;;;;;  quickurl-browse-url-ask quickurl-browse-url quickurl-add-url  ;;;;;;  quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
17104  ;;;;;;  quickurl-ask quickurl) "quickurl" "net/quickurl.el" (15187  ;;;;;;  quickurl-ask quickurl) "quickurl" "net/quickurl.el" (15935
17105  ;;;;;;  36241))  ;;;;;;  48476))
17106  ;;; Generated autoloads from net/quickurl.el  ;;; Generated autoloads from net/quickurl.el
17107    
17108  (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\  (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\
# Line 13960  Insert an URL based on LOOKUP. Line 17121  Insert an URL based on LOOKUP.
17121    
17122  If not supplied LOOKUP is taken to be the word at point in the current  If not supplied LOOKUP is taken to be the word at point in the current
17123  buffer, this default action can be modifed via  buffer, this default action can be modifed via
17124  `quickurl-grab-lookup-function'." t nil)  `quickurl-grab-lookup-function'.
17125    
17126    \(fn &optional (LOOKUP (funcall quickurl-grab-lookup-function)))" t nil)
17127    
17128  (autoload (quote quickurl-ask) "quickurl" "\  (autoload (quote quickurl-ask) "quickurl" "\
17129  Insert an URL, with `completing-read' prompt, based on LOOKUP." t nil)  Insert an URL, with `completing-read' prompt, based on LOOKUP.
17130    
17131    \(fn LOOKUP)" t nil)
17132    
17133  (autoload (quote quickurl-add-url) "quickurl" "\  (autoload (quote quickurl-add-url) "quickurl" "\
17134  Allow the user to interactively add a new URL associated with WORD.  Allow the user to interactively add a new URL associated with WORD.
17135    
17136  See `quickurl-grab-url' for details on how the default word/url combination  See `quickurl-grab-url' for details on how the default word/url combination
17137  is decided." t nil)  is decided.
17138    
17139    \(fn WORD URL COMMENT)" t nil)
17140    
17141  (autoload (quote quickurl-browse-url) "quickurl" "\  (autoload (quote quickurl-browse-url) "quickurl" "\
17142  Browse the URL associated with LOOKUP.  Browse the URL associated with LOOKUP.
17143    
17144  If not supplied LOOKUP is taken to be the word at point in the  If not supplied LOOKUP is taken to be the word at point in the
17145  current buffer, this default action can be modifed via  current buffer, this default action can be modifed via
17146  `quickurl-grab-lookup-function'." t nil)  `quickurl-grab-lookup-function'.
17147    
17148    \(fn &optional (LOOKUP (funcall quickurl-grab-lookup-function)))" t nil)
17149    
17150  (autoload (quote quickurl-browse-url-ask) "quickurl" "\  (autoload (quote quickurl-browse-url-ask) "quickurl" "\
17151  Browse the URL, with `completing-read' prompt, associated with LOOKUP." t nil)  Browse the URL, with `completing-read' prompt, associated with LOOKUP.
17152    
17153    \(fn LOOKUP)" t nil)
17154    
17155  (autoload (quote quickurl-edit-urls) "quickurl" "\  (autoload (quote quickurl-edit-urls) "quickurl" "\
17156  Pull `quickurl-url-file' into a buffer for hand editing." t nil)  Pull `quickurl-url-file' into a buffer for hand editing.
17157    
17158    \(fn)" t nil)
17159    
17160  (autoload (quote quickurl-list-mode) "quickurl" "\  (autoload (quote quickurl-list-mode) "quickurl" "\
17161  A mode for browsing the quickurl URL list.  A mode for browsing the quickurl URL list.
17162    
17163  The key bindings for `quickurl-list-mode' are:  The key bindings for `quickurl-list-mode' are:
17164    
17165  \\{quickurl-list-mode-map}" t nil)  \\{quickurl-list-mode-map}
17166    
17167    \(fn)" t nil)
17168    
17169  (autoload (quote quickurl-list) "quickurl" "\  (autoload (quote quickurl-list) "quickurl" "\
17170  Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil)  Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
17171    
17172    \(fn)" t nil)
17173    
17174  ;;;***  ;;;***
17175    
17176  ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15427  ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15935
17177  ;;;;;;  61508))  ;;;;;;  48476))
17178  ;;; Generated autoloads from net/rcompile.el  ;;; Generated autoloads from net/rcompile.el
17179    
17180  (autoload (quote remote-compile) "rcompile" "\  (autoload (quote remote-compile) "rcompile" "\
17181  Compile the current buffer's directory on HOST.  Log in as USER.  Compile the current buffer's directory on HOST.  Log in as USER.
17182  See \\[compile]." t nil)  See \\[compile].
17183    
17184    \(fn HOST USER COMMAND)" t nil)
17185    
17186  ;;;***  ;;;***
17187    
17188  ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"  ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
17189  ;;;;;;  (15391 60528))  ;;;;;;  (15935 47054))
17190  ;;; Generated autoloads from emacs-lisp/re-builder.el  ;;; Generated autoloads from emacs-lisp/re-builder.el
17191    
17192  (autoload (quote re-builder) "re-builder" "\  (autoload (quote re-builder) "re-builder" "\
17193  Call up the RE Builder for the current window." t nil)  Call up the RE Builder for the current window.
17194    
17195    \(fn)" t nil)
17196    
17197  ;;;***  ;;;***
17198    
17199  ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files  ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files
17200  ;;;;;;  recentf-cleanup recentf-edit-list recentf-save-list) "recentf"  ;;;;;;  recentf-cleanup recentf-edit-list recentf-save-list) "recentf"
17201  ;;;;;;  "recentf.el" (15575 13776))  ;;;;;;  "recentf.el" (15930 37795))
17202  ;;; Generated autoloads from recentf.el  ;;; Generated autoloads from recentf.el
17203    
17204  (autoload (quote recentf-save-list) "recentf" "\  (autoload (quote recentf-save-list) "recentf" "\
17205  Save the current `recentf-list' to the file `recentf-save-file'." t nil)  Save the current `recentf-list' to the file `recentf-save-file'.
17206    
17207    \(fn)" t nil)
17208    
17209  (autoload (quote recentf-edit-list) "recentf" "\  (autoload (quote recentf-edit-list) "recentf" "\
17210  Allow the user to edit the files that are kept in the recent list." t nil)  Allow the user to edit the files that are kept in the recent list.
17211    
17212    \(fn)" t nil)
17213    
17214  (autoload (quote recentf-cleanup) "recentf" "\  (autoload (quote recentf-cleanup) "recentf" "\
17215  Remove all non-readable and excluded files from `recentf-list'." t nil)  Remove all non-readable and excluded files from `recentf-list'.
17216    
17217    \(fn)" t nil)
17218    
17219  (autoload (quote recentf-open-files) "recentf" "\  (autoload (quote recentf-open-files) "recentf" "\
17220  Display buffer allowing user to choose a file from recently-opened list.  Display buffer allowing user to choose a file from recently-opened list.
17221  The optional argument FILES may be used to specify the list, otherwise  The optional argument FILES may be used to specify the list, otherwise
17222  `recentf-list' is used.  The optional argument BUFFER-NAME specifies  `recentf-list' is used.  The optional argument BUFFER-NAME specifies
17223  which buffer to use for the interaction." t nil)  which buffer to use for the interaction.
17224    
17225    \(fn &optional FILES BUFFER-NAME)" t nil)
17226    
17227  (autoload (quote recentf-open-more-files) "recentf" "\  (autoload (quote recentf-open-more-files) "recentf" "\
17228  Allow the user to open files that are not in the menu." t nil)  Allow the user to open files that are not in the menu.
17229    
17230    \(fn)" t nil)
17231    
17232  (defvar recentf-mode nil "\  (defvar recentf-mode nil "\
17233  Non-nil if Recentf mode is enabled.  Non-nil if Recentf mode is enabled.
# Line 14044  See the command `recentf-mode' for a des Line 17235  See the command `recentf-mode' for a des
17235  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
17236  use either \\[customize] or the function `recentf-mode'.")  use either \\[customize] or the function `recentf-mode'.")
17237    
17238  (custom-add-to-group (quote recentf) (quote recentf-mode) (quote custom-variable))  (custom-autoload (quote recentf-mode) "recentf")
   
 (custom-add-load (quote recentf-mode) (quote recentf))  
17239    
17240  (autoload (quote recentf-mode) "recentf" "\  (autoload (quote recentf-mode) "recentf" "\
17241  Toggle recentf mode.  Toggle recentf mode.
# Line 14054  With prefix argument ARG, turn on if pos Line 17243  With prefix argument ARG, turn on if pos
17243  Returns non-nil if the new state is enabled.  Returns non-nil if the new state is enabled.
17244    
17245  When recentf mode is enabled, it maintains a menu for visiting files that  When recentf mode is enabled, it maintains a menu for visiting files that
17246  were operated on recently." t nil)  were operated on recently.
17247    
17248    \(fn &optional ARG)" t nil)
17249    
17250  ;;;***  ;;;***
17251    
17252  ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle  ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
17253  ;;;;;;  delete-whitespace-rectangle open-rectangle insert-rectangle  ;;;;;;  delete-whitespace-rectangle open-rectangle insert-rectangle
17254  ;;;;;;  yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle  ;;;;;;  yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
17255  ;;;;;;  delete-rectangle move-to-column-force) "rect" "rect.el" (15576  ;;;;;;  delete-rectangle move-to-column-force) "rect" "rect.el" (15935
17256  ;;;;;;  30665))  ;;;;;;  43819))
17257  ;;; Generated autoloads from rect.el  ;;; Generated autoloads from rect.el
17258    
17259  (autoload (quote move-to-column-force) "rect" "\  (autoload (quote move-to-column-force) "rect" "\
 Obsolete.  Use `move-to-column'.  
17260  If COLUMN is within a multi-column character, replace it by spaces and tab.  If COLUMN is within a multi-column character, replace it by spaces and tab.
17261  As for `move-to-column', passing anything but nil or t in FLAG will move to  As for `move-to-column', passing anything but nil or t in FLAG will move to
17262  the desired column only if the line is long enough." nil nil)  the desired column only if the line is long enough.
17263    
17264    \(fn COLUMN &optional FLAG)" nil nil)
17265    
17266    (make-obsolete (quote move-to-column-force) (quote move-to-column) "21.2")
17267    
17268  (autoload (quote delete-rectangle) "rect" "\  (autoload (quote delete-rectangle) "rect" "\
17269  Delete (don't save) text in the region-rectangle.  Delete (don't save) text in the region-rectangle.
# Line 14079  ends. Line 17273  ends.
17273    
17274  When called from a program the rectangle's corners are START and END.  When called from a program the rectangle's corners are START and END.
17275  With a prefix (or a FILL) argument, also fill lines where nothing has  With a prefix (or a FILL) argument, also fill lines where nothing has
17276  to be deleted." t nil)  to be deleted.
17277    
17278    \(fn START END &optional FILL)" t nil)
17279    
17280  (autoload (quote delete-extract-rectangle) "rect" "\  (autoload (quote delete-extract-rectangle) "rect" "\
17281  Delete the contents of the rectangle with corners at START and END.  Delete the contents of the rectangle with corners at START and END.
# Line 14087  Return it as a list of strings, one for Line 17283  Return it as a list of strings, one for
17283    
17284  When called from a program the rectangle's corners are START and END.  When called from a program the rectangle's corners are START and END.
17285  With an optional FILL argument, also fill lines where nothing has to be  With an optional FILL argument, also fill lines where nothing has to be
17286  deleted." nil nil)  deleted.
17287    
17288    \(fn START END &optional FILL)" nil nil)
17289    
17290  (autoload (quote extract-rectangle) "rect" "\  (autoload (quote extract-rectangle) "rect" "\
17291  Return the contents of the rectangle with corners at START and END.  Return the contents of the rectangle with corners at START and END.
17292  Return it as a list of strings, one for each line of the rectangle." nil nil)  Return it as a list of strings, one for each line of the rectangle.
17293    
17294    \(fn START END)" nil nil)
17295    
17296  (autoload (quote kill-rectangle) "rect" "\  (autoload (quote kill-rectangle) "rect" "\
17297  Delete the region-rectangle and save it as the last killed one.  Delete the region-rectangle and save it as the last killed one.
# Line 14100  When called from a program the rectangle Line 17300  When called from a program the rectangle
17300  You might prefer to use `delete-extract-rectangle' from a program.  You might prefer to use `delete-extract-rectangle' from a program.
17301    
17302  With a prefix (or a FILL) argument, also fill lines where nothing has to be  With a prefix (or a FILL) argument, also fill lines where nothing has to be
17303  deleted." t nil)  deleted.
17304    
17305    \(fn START END &optional FILL)" t nil)
17306    
17307  (autoload (quote yank-rectangle) "rect" "\  (autoload (quote yank-rectangle) "rect" "\
17308  Yank the last killed rectangle with upper left corner at point." t nil)  Yank the last killed rectangle with upper left corner at point.
17309    
17310    \(fn)" t nil)
17311    
17312  (autoload (quote insert-rectangle) "rect" "\  (autoload (quote insert-rectangle) "rect" "\
17313  Insert text of RECTANGLE with upper left corner at point.  Insert text of RECTANGLE with upper left corner at point.
# Line 14111  RECTANGLE's first line is inserted at po Line 17315  RECTANGLE's first line is inserted at po
17315  line is inserted at a point vertically under point, etc.  line is inserted at a point vertically under point, etc.
17316  RECTANGLE should be a list of strings.  RECTANGLE should be a list of strings.
17317  After this command, the mark is at the upper left corner  After this command, the mark is at the upper left corner
17318  and point is at the lower right corner." nil nil)  and point is at the lower right corner.
17319    
17320    \(fn RECTANGLE)" nil nil)
17321    
17322  (autoload (quote open-rectangle) "rect" "\  (autoload (quote open-rectangle) "rect" "\
17323  Blank out the region-rectangle, shifting text right.  Blank out the region-rectangle, shifting text right.
# Line 14121  but instead winds up to the right of the Line 17327  but instead winds up to the right of the
17327    
17328  When called from a program the rectangle's corners are START and END.  When called from a program the rectangle's corners are START and END.
17329  With a prefix (or a FILL) argument, fill with blanks even if there is no text  With a prefix (or a FILL) argument, fill with blanks even if there is no text
17330  on the right side of the rectangle." t nil)  on the right side of the rectangle.
17331    
17332    \(fn START END &optional FILL)" t nil)
17333    
17334  (defalias (quote close-rectangle) (quote delete-whitespace-rectangle))  (defalias (quote close-rectangle) (quote delete-whitespace-rectangle))
17335    
# Line 14132  at which whitespace deletion should begi Line 17340  at which whitespace deletion should begi
17340  rectangle, all continuous whitespace starting at that column is deleted.  rectangle, all continuous whitespace starting at that column is deleted.
17341    
17342  When called from a program the rectangle's corners are START and END.  When called from a program the rectangle's corners are START and END.
17343  With a prefix (or a FILL) argument, also fill too short lines." t nil)  With a prefix (or a FILL) argument, also fill too short lines.
17344    
17345    \(fn START END &optional FILL)" t nil)
17346    
17347  (autoload (quote string-rectangle) "rect" "\  (autoload (quote string-rectangle) "rect" "\
17348  Replace rectangle contents with STRING on each line.  Replace rectangle contents with STRING on each line.
17349  The length of STRING need not be the same as the rectangle width.  The length of STRING need not be the same as the rectangle width.
17350    
17351  Called from a program, takes three args; START, END and STRING." t nil)  Called from a program, takes three args; START, END and STRING.
17352    
17353    \(fn START END STRING)" t nil)
17354    
17355  (defalias (quote replace-rectangle) (quote string-rectangle))  (defalias (quote replace-rectangle) (quote string-rectangle))
17356    
# Line 14147  Insert STRING on each line of region-rec Line 17359  Insert STRING on each line of region-rec
17359    
17360  When called from a program, the rectangle's corners are START and END.  When called from a program, the rectangle's corners are START and END.
17361  The left edge of the rectangle specifies the column for insertion.  The left edge of the rectangle specifies the column for insertion.
17362  This command does not delete or overwrite any existing text." t nil)  This command does not delete or overwrite any existing text.
17363    
17364    \(fn START END STRING)" t nil)
17365    
17366  (autoload (quote clear-rectangle) "rect" "\  (autoload (quote clear-rectangle) "rect" "\
17367  Blank out the region-rectangle.  Blank out the region-rectangle.
# Line 14155  The text previously in the region is ove Line 17369  The text previously in the region is ove
17369    
17370  When called from a program the rectangle's corners are START and END.  When called from a program the rectangle's corners are START and END.
17371  With a prefix (or a FILL) argument, also fill with blanks the parts of the  With a prefix (or a FILL) argument, also fill with blanks the parts of the
17372  rectangle which were empty." t nil)  rectangle which were empty.
17373    
17374    \(fn START END &optional FILL)" t nil)
17375    
17376  ;;;***  ;;;***
17377    
17378  ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15417  ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15935
17379  ;;;;;;  7452))  ;;;;;;  49285))
17380  ;;; Generated autoloads from textmodes/refill.el  ;;; Generated autoloads from textmodes/refill.el
17381    
17382  (autoload (quote refill-mode) "refill" "\  (autoload (quote refill-mode) "refill" "\
# Line 14169  With prefix arg, turn Refill mode on iff Line 17385  With prefix arg, turn Refill mode on iff
17385    
17386  When Refill mode is on, the current paragraph will be formatted when  When Refill mode is on, the current paragraph will be formatted when
17387  changes are made within it.  Self-inserting characters only cause  changes are made within it.  Self-inserting characters only cause
17388  refilling if they would cause auto-filling." t nil)  refilling if they would cause auto-filling.
17389    
17390    \(fn &optional ARG)" t nil)
17391    
17392  ;;;***  ;;;***
17393    
17394  ;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el"  ;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el"
17395  ;;;;;;  (15187 36246))  ;;;;;;  (15927 49403))
17396  ;;; Generated autoloads from textmodes/reftex.el  ;;; Generated autoloads from textmodes/reftex.el
17397    
17398  (autoload (quote turn-on-reftex) "reftex" "\  (autoload (quote turn-on-reftex) "reftex" "\
17399  Turn on RefTeX mode." nil nil)  Turn on RefTeX mode.
17400    
17401    \(fn)" nil nil)
17402    
17403  (autoload (quote reftex-mode) "reftex" "\  (autoload (quote reftex-mode) "reftex" "\
17404  Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX.  Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX.
# Line 14209  You can view this information with `\\[r Line 17429  You can view this information with `\\[r
17429  Under X, these and other functions will also be available as `Ref' menu  Under X, these and other functions will also be available as `Ref' menu
17430  on the menu bar.  on the menu bar.
17431    
17432  ------------------------------------------------------------------------------" t nil)  ------------------------------------------------------------------------------
17433    
17434    \(fn &optional ARG)" t nil)
17435    
17436  ;;;***  ;;;***
17437    
17438  ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"  ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
17439  ;;;;;;  (15588 20069))  ;;;;;;  (15935 49285))
17440  ;;; Generated autoloads from textmodes/reftex-cite.el  ;;; Generated autoloads from textmodes/reftex-cite.el
17441    
17442  (autoload (quote reftex-citation) "reftex-cite" "\  (autoload (quote reftex-citation) "reftex-cite" "\
17443  Make a citation using BibTeX database files.  Make a citation using BibTeX database files.
17444  After prompting for a regular expression, scans the buffers with  After prompting for a regular expression, scans the buffers with
17445  bibtex entries (taken from the \\bibliography command) and offers the  bibtex entries (taken from the \\bibliography command) and offers the
17446  matching entries for selection.  The selected entry is formated according  matching entries for selection.  The selected entry is formatted according
17447  to `reftex-cite-format' and inserted into the buffer.  to `reftex-cite-format' and inserted into the buffer.
17448    
17449  If NO-INSERT is non-nil, nothing is inserted, only the selected key returned.  If NO-INSERT is non-nil, nothing is inserted, only the selected key returned.
# Line 14236  add another key, ignoring the value of ` Line 17458  add another key, ignoring the value of `
17458  The regular expression uses an expanded syntax: && is interpreted as `and'.  The regular expression uses an expanded syntax: && is interpreted as `and'.
17459  Thus, `aaaa&&bbb' matches entries which contain both `aaaa' and `bbb'.  Thus, `aaaa&&bbb' matches entries which contain both `aaaa' and `bbb'.
17460  While entering the regexp, completion on knows citation keys is possible.  While entering the regexp, completion on knows citation keys is possible.
17461  `=' is a good regular expression to match all entries in all files." t nil)  `=' is a good regular expression to match all entries in all files.
17462    
17463    \(fn &optional NO-INSERT FORMAT-KEY)" t nil)
17464    
17465  ;;;***  ;;;***
17466    
17467  ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"  ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
17468  ;;;;;;  (15391 60719))  ;;;;;;  (15935 49285))
17469  ;;; Generated autoloads from textmodes/reftex-index.el  ;;; Generated autoloads from textmodes/reftex-index.el
17470    
17471  (autoload (quote reftex-index-phrases-mode) "reftex-index" "\  (autoload (quote reftex-index-phrases-mode) "reftex-index" "\
# Line 14267  For more information see the RefTeX User Line 17491  For more information see the RefTeX User
17491    
17492  Here are all local bindings.  Here are all local bindings.
17493    
17494  \\{reftex-index-phrases-map}" t nil)  \\{reftex-index-phrases-map}
17495    
17496    \(fn)" t nil)
17497    
17498  ;;;***  ;;;***
17499    
17500  ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"  ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
17501  ;;;;;;  (15419 38083))  ;;;;;;  (15935 47054))
17502  ;;; Generated autoloads from emacs-lisp/regexp-opt.el  ;;; Generated autoloads from emacs-lisp/regexp-opt.el
17503    
17504  (autoload (quote regexp-opt) "regexp-opt" "\  (autoload (quote regexp-opt) "regexp-opt" "\
# Line 14286  The returned regexp is typically more ef Line 17512  The returned regexp is typically more ef
17512     (concat open (mapconcat 'regexp-quote STRINGS \"\\\\|\") close))     (concat open (mapconcat 'regexp-quote STRINGS \"\\\\|\") close))
17513    
17514  If PAREN is `words', then the resulting regexp is additionally surrounded  If PAREN is `words', then the resulting regexp is additionally surrounded
17515  by \\=\\< and \\>." nil nil)  by \\=\\< and \\>.
17516    
17517    \(fn STRINGS &optional PAREN)" nil nil)
17518    
17519  (autoload (quote regexp-opt-depth) "regexp-opt" "\  (autoload (quote regexp-opt-depth) "regexp-opt" "\
17520  Return the depth of REGEXP.  Return the depth of REGEXP.
17521  This means the number of regexp grouping constructs (parenthesised expressions)  This means the number of regexp grouping constructs (parenthesised expressions)
17522  in REGEXP." nil nil)  in REGEXP.
17523    
17524    \(fn REGEXP)" nil nil)
17525    
17526  ;;;***  ;;;***
17527    
17528  ;;;### (autoloads (repeat) "repeat" "repeat.el" (15186 14364))  ;;;### (autoloads (repeat) "repeat" "repeat.el" (15935 43856))
17529  ;;; Generated autoloads from repeat.el  ;;; Generated autoloads from repeat.el
17530    
17531  (autoload (quote repeat) "repeat" "\  (autoload (quote repeat) "repeat" "\
# Line 14306  This command is like the `.' command in Line 17536  This command is like the `.' command in
17536    
17537  If this command is invoked by a multi-character key sequence, it can then  If this command is invoked by a multi-character key sequence, it can then
17538  be repeated by repeating the final character of that sequence.  This behavior  be repeated by repeating the final character of that sequence.  This behavior
17539  can be modified by the global variable `repeat-on-final-keystroke'." t nil)  can be modified by the global variable `repeat-on-final-keystroke'.
17540    
17541    \(fn REPEAT-ARG)" t nil)
17542    
17543  ;;;***  ;;;***
17544    
17545  ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"  ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
17546  ;;;;;;  (15356 46492))  ;;;;;;  (15356 45077))
17547  ;;; Generated autoloads from mail/reporter.el  ;;; Generated autoloads from mail/reporter.el
17548    
17549  (autoload (quote reporter-submit-bug-report) "reporter" "\  (autoload (quote reporter-submit-bug-report) "reporter" "\
# Line 14336  is non-nil. Line 17568  is non-nil.
17568  This function does not send a message; it uses the given information  This function does not send a message; it uses the given information
17569  to initialize a message, which the user can then edit and finally send  to initialize a message, which the user can then edit and finally send
17570  \(or decline to send).  The variable `mail-user-agent' controls which  \(or decline to send).  The variable `mail-user-agent' controls which
17571  mail-sending package is used for editing and sending the message." nil nil)  mail-sending package is used for editing and sending the message.
17572    
17573    \(fn ADDRESS PKGNAME VARLIST &optional PRE-HOOKS POST-HOOKS SALUTATION)" nil nil)
17574    
17575  ;;;***  ;;;***
17576    
17577  ;;;### (autoloads (reposition-window) "reposition" "reposition.el"  ;;;### (autoloads (reposition-window) "reposition" "reposition.el"
17578  ;;;;;;  (15391 60519))  ;;;;;;  (15363 54485))
17579  ;;; Generated autoloads from reposition.el  ;;; Generated autoloads from reposition.el
17580    
17581  (autoload (quote reposition-window) "reposition" "\  (autoload (quote reposition-window) "reposition" "\
# Line 14361  the comment lines. Line 17595  the comment lines.
17595  visible (if only part could otherwise be made so), to make the defun line  visible (if only part could otherwise be made so), to make the defun line
17596  visible (if point is in code and it could not be made so, or if only  visible (if point is in code and it could not be made so, or if only
17597  comments, including the first comment line, are visible), or to make the  comments, including the first comment line, are visible), or to make the
17598  first comment line visible (if point is in a comment)." t nil)  first comment line visible (if point is in a comment).
17599    
17600    \(fn &optional ARG)" t nil)
17601   (define-key esc-map "\C-l" 'reposition-window)   (define-key esc-map "\C-l" 'reposition-window)
17602    
17603  ;;;***  ;;;***
17604    
17605  ;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (12679  ;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (15935
17606  ;;;;;;  50658))  ;;;;;;  43901))
17607  ;;; Generated autoloads from resume.el  ;;; Generated autoloads from resume.el
17608    
17609  (autoload (quote resume-suspend-hook) "resume" "\  (autoload (quote resume-suspend-hook) "resume" "\
17610  Clear out the file used for transmitting args when Emacs resumes." nil nil)  Clear out the file used for transmitting args when Emacs resumes.
17611    
17612    \(fn)" nil nil)
17613    
17614  ;;;***  ;;;***
17615    
17616  ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"  ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
17617  ;;;;;;  (15593 39932))  ;;;;;;  (15832 26515))
17618  ;;; Generated autoloads from reveal.el  ;;; Generated autoloads from reveal.el
17619    
17620  (autoload (quote reveal-mode) "reveal" "\  (autoload (quote reveal-mode) "reveal" "\
# Line 14385  Reveal mode renders invisible text aroun Line 17623  Reveal mode renders invisible text aroun
17623    
17624  Interactively, with no prefix argument, toggle the mode.  Interactively, with no prefix argument, toggle the mode.
17625  With universal prefix ARG (or if ARG is nil) turn mode on.  With universal prefix ARG (or if ARG is nil) turn mode on.
17626  With zero or negative ARG turn mode off." t nil)  With zero or negative ARG turn mode off.
17627    
17628    \(fn &optional ARG)" t nil)
17629    
17630  (defvar global-reveal-mode nil "\  (defvar global-reveal-mode nil "\
17631  Non-nil if Global-Reveal mode is enabled.  Non-nil if Global-Reveal mode is enabled.
# Line 14393  See the command `global-reveal-mode' for Line 17633  See the command `global-reveal-mode' for
17633  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
17634  use either \\[customize] or the function `global-reveal-mode'.")  use either \\[customize] or the function `global-reveal-mode'.")
17635    
17636  (custom-add-to-group (quote global-reveal) (quote global-reveal-mode) (quote custom-variable))  (custom-autoload (quote global-reveal-mode) "reveal")
   
 (custom-add-load (quote global-reveal-mode) (quote reveal))  
17637    
17638  (autoload (quote global-reveal-mode) "reveal" "\  (autoload (quote global-reveal-mode) "reveal" "\
17639  Toggle Reveal mode in all buffers on or off.  Toggle Reveal mode in all buffers on or off.
# Line 14403  Reveal mode renders invisible text aroun Line 17641  Reveal mode renders invisible text aroun
17641    
17642  Interactively, with no prefix argument, toggle the mode.  Interactively, with no prefix argument, toggle the mode.
17643  With universal prefix ARG (or if ARG is nil) turn mode on.  With universal prefix ARG (or if ARG is nil) turn mode on.
17644  With zero or negative ARG turn mode off." t nil)  With zero or negative ARG turn mode off.
17645    
17646    \(fn &optional ARG)" t nil)
17647    
17648  ;;;***  ;;;***
17649    
17650  ;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties  ;;;### (autoloads (file-name-shadow-mode file-name-shadow-tty-properties
17651  ;;;;;;  read-file-name-electric-shadow-properties) "rfn-eshadow"  ;;;;;;  file-name-shadow-properties) "rfn-eshadow" "rfn-eshadow.el"
17652  ;;;;;;  "rfn-eshadow.el" (15577 50939))  ;;;;;;  (15724 26374))
17653  ;;; Generated autoloads from rfn-eshadow.el  ;;; Generated autoloads from rfn-eshadow.el
17654    
17655  (defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\  (defvar file-name-shadow-properties (quote (face file-name-shadow field shadow)) "\
17656  Properties given to the `shadowed' part of a filename in the minibuffer.  Properties given to the `shadowed' part of a filename in the minibuffer.
17657  Only used when `read-file-name-electric-shadow-mode' is active.  Only used when `file-name-shadow-mode' is active.
17658  If emacs is not running under a window system,  If emacs is not running under a window system,
17659  `read-file-name-electric-shadow-tty-properties' is used instead.")  `file-name-shadow-tty-properties' is used instead.")
17660    
17661    (custom-autoload (quote file-name-shadow-properties) "rfn-eshadow")
17662    
17663  (defvar read-file-name-electric-shadow-tty-properties (quote (before-string "{" after-string "} " field shadow)) "\  (defvar file-name-shadow-tty-properties (quote (before-string "{" after-string "} " field shadow)) "\
17664  Properties given to the `shadowed' part of a filename in the minibuffer.  Properties given to the `shadowed' part of a filename in the minibuffer.
17665  Only used when `read-file-name-electric-shadow-mode' is active and emacs  Only used when `file-name-shadow-mode' is active and emacs
17666  is not running under a window-system; if emacs is running under a window  is not running under a window-system; if emacs is running under a window
17667  system, `read-file-name-electric-shadow-properties' is used instead.")  system, `file-name-shadow-properties' is used instead.")
17668    
17669  (defvar read-file-name-electric-shadow-mode nil "\  (custom-autoload (quote file-name-shadow-tty-properties) "rfn-eshadow")
 Non-nil if Read-File-Name-Electric-Shadow mode is enabled.  
 See the command `read-file-name-electric-shadow-mode' for a description of this minor-mode.  
 Setting this variable directly does not take effect;  
 use either \\[customize] or the function `read-file-name-electric-shadow-mode'.")  
17670    
17671  (custom-add-to-group (quote minibuffer) (quote read-file-name-electric-shadow-mode) (quote custom-variable))  (defvar file-name-shadow-mode nil "\
17672    Non-nil if File-Name-Shadow mode is enabled.
17673    See the command `file-name-shadow-mode' for a description of this minor-mode.
17674    Setting this variable directly does not take effect;
17675    use either \\[customize] or the function `file-name-shadow-mode'.")
17676    
17677  (custom-add-load (quote read-file-name-electric-shadow-mode) (quote rfn-eshadow))  (custom-autoload (quote file-name-shadow-mode) "rfn-eshadow")
17678    
17679  (autoload (quote read-file-name-electric-shadow-mode) "rfn-eshadow" "\  (autoload (quote file-name-shadow-mode) "rfn-eshadow" "\
17680  Toggle Read-File-Name Electric Shadow mode.  Toggle File-Name Shadow mode.
17681  When active, any part of the filename being read in the minibuffer  When active, any part of a filename being read in the minibuffer
17682  that would be ignored because the result is passed through  that would be ignored (because the result is passed through
17683  `substitute-in-file-name' is given the properties in  `substitute-in-file-name') is given the properties in
17684  `read-file-name-electric-shadow-properties', which can be used to make  `file-name-shadow-properties', which can be used to make
17685  that portion dim, invisible, or otherwise less visually noticeable.  that portion dim, invisible, or otherwise less visually noticeable.
17686    
17687  With prefix argument ARG, turn on if positive, otherwise off.  With prefix argument ARG, turn on if positive, otherwise off.
17688  Returns non-nil if the new state is enabled." t nil)  Returns non-nil if the new state is enabled.
17689    
17690    \(fn &optional ARG)" t nil)
17691    
17692  ;;;***  ;;;***
17693    
# Line 14452  Returns non-nil if the new state is enab Line 17696  Returns non-nil if the new state is enab
17696  ;;; Generated autoloads from emacs-lisp/ring.el  ;;; Generated autoloads from emacs-lisp/ring.el
17697    
17698  (autoload (quote ring-p) "ring" "\  (autoload (quote ring-p) "ring" "\
17699  Returns t if X is a ring; nil otherwise." nil nil)  Returns t if X is a ring; nil otherwise.
17700    
17701    \(fn X)" nil nil)
17702    
17703  (autoload (quote make-ring) "ring" "\  (autoload (quote make-ring) "ring" "\
17704  Make a ring that can contain SIZE elements." nil nil)  Make a ring that can contain SIZE elements.
17705    
17706    \(fn SIZE)" nil nil)
17707    
17708  ;;;***  ;;;***
17709    
17710  ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (15507 55753))  ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (15504 36563))
17711  ;;; Generated autoloads from net/rlogin.el  ;;; Generated autoloads from net/rlogin.el
17712   (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")   (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
17713    
# Line 14498  share the same files via NFS.  This is t Line 17746  share the same files via NFS.  This is t
17746    
17747  If you wish to change directory tracking styles during a session, use the  If you wish to change directory tracking styles during a session, use the
17748  function `rlogin-directory-tracking-mode' rather than simply setting the  function `rlogin-directory-tracking-mode' rather than simply setting the
17749  variable." t nil)  variable.
17750    
17751    \(fn INPUT-ARGS &optional BUFFER)" t nil)
17752    
17753  ;;;***  ;;;***
17754    
# Line 14508  variable." t nil) Line 17758  variable." t nil)
17758  ;;;;;;  rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output  ;;;;;;  rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
17759  ;;;;;;  rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers  ;;;;;;  rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
17760  ;;;;;;  rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)  ;;;;;;  rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
17761  ;;;;;;  "rmail" "mail/rmail.el" (15592 18853))  ;;;;;;  "rmail" "mail/rmail.el" (15897 43157))
17762  ;;; Generated autoloads from mail/rmail.el  ;;; Generated autoloads from mail/rmail.el
17763    
17764  (defvar rmail-dont-reply-to-names nil "\  (defvar rmail-dont-reply-to-names nil "\
# Line 14516  variable." t nil) Line 17766  variable." t nil)
17766  A value of nil means exclude your own email address as an address  A value of nil means exclude your own email address as an address
17767  plus whatever is specified by `rmail-default-dont-reply-to-names'.")  plus whatever is specified by `rmail-default-dont-reply-to-names'.")
17768    
17769    (custom-autoload (quote rmail-dont-reply-to-names) "rmail")
17770    
17771  (defvar rmail-default-dont-reply-to-names "info-" "\  (defvar rmail-default-dont-reply-to-names "info-" "\
17772  A regular expression specifying part of the value of the default value of  A regular expression specifying part of the value of the default value of
17773  the variable `rmail-dont-reply-to-names', for when the user does not set  the variable `rmail-dont-reply-to-names', for when the user does not set
# Line 14523  the variable `rmail-dont-reply-to-names' Line 17775  the variable `rmail-dont-reply-to-names'
17775  value is the user's email address and name.)  value is the user's email address and name.)
17776  It is useful to set this variable in the site customization file.")  It is useful to set this variable in the site customization file.")
17777    
17778  (defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^x-sign:\\|^x-beenthere:\\|^x-mailman-version:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-type:\\|^content-length:" "\\|^x-attribution:\\|^x-disclaimer:\\|^x-trace:" "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent:") "\  (defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^x-sign:\\|^x-beenthere:\\|^x-mailman-version:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-type:\\|^content-length:" "\\|^x-attribution:\\|^x-disclaimer:\\|^x-trace:" "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent" "\\|^importance:\\|^envelope-to:\\|^delivery-date" "\\|^x.*-priority:\\|^x-mimeole:") "\
17779  *Regexp to match header fields that Rmail should normally hide.  *Regexp to match header fields that Rmail should normally hide.
17780  This variable is used for reformatting the message header,  This variable is used for reformatting the message header,
17781  which normally happens once for each message,  which normally happens once for each message,
# Line 14532  To make a change in this variable take e Line 17784  To make a change in this variable take e
17784  for a message that you have already viewed,  for a message that you have already viewed,
17785  go to that message and type \\[rmail-toggle-header] twice.")  go to that message and type \\[rmail-toggle-header] twice.")
17786    
17787    (custom-autoload (quote rmail-ignored-headers) "rmail")
17788    
17789  (defvar rmail-displayed-headers nil "\  (defvar rmail-displayed-headers nil "\
17790  *Regexp to match Header fields that Rmail should display.  *Regexp to match Header fields that Rmail should display.
17791  If nil, display all header fields except those matched by  If nil, display all header fields except those matched by
17792  `rmail-ignored-headers'.")  `rmail-ignored-headers'.")
17793    
17794    (custom-autoload (quote rmail-displayed-headers) "rmail")
17795    
17796  (defvar rmail-retry-ignored-headers "^x-authentication-warning:" "\  (defvar rmail-retry-ignored-headers "^x-authentication-warning:" "\
17797  *Headers that should be stripped when retrying a failed message.")  *Headers that should be stripped when retrying a failed message.")
17798    
17799    (custom-autoload (quote rmail-retry-ignored-headers) "rmail")
17800    
17801  (defvar rmail-highlighted-headers "^From:\\|^Subject:" "\  (defvar rmail-highlighted-headers "^From:\\|^Subject:" "\
17802  *Regexp to match Header fields that Rmail should normally highlight.  *Regexp to match Header fields that Rmail should normally highlight.
17803  A value of nil means don't highlight.  A value of nil means don't highlight.
17804  See also `rmail-highlight-face'.")  See also `rmail-highlight-face'.")
17805    
17806    (custom-autoload (quote rmail-highlighted-headers) "rmail")
17807    
17808  (defvar rmail-highlight-face nil "\  (defvar rmail-highlight-face nil "\
17809  *Face used by Rmail for highlighting headers.")  *Face used by Rmail for highlighting headers.")
17810    
17811    (custom-autoload (quote rmail-highlight-face) "rmail")
17812    
17813  (defvar rmail-delete-after-output nil "\  (defvar rmail-delete-after-output nil "\
17814  *Non-nil means automatically delete a message that is copied to a file.")  *Non-nil means automatically delete a message that is copied to a file.")
17815    
17816    (custom-autoload (quote rmail-delete-after-output) "rmail")
17817    
17818  (defvar rmail-primary-inbox-list nil "\  (defvar rmail-primary-inbox-list nil "\
17819  *List of files which are inboxes for user's primary mail file `~/RMAIL'.  *List of files which are inboxes for user's primary mail file `~/RMAIL'.
17820  `nil' means the default, which is (\"/usr/spool/mail/$USER\")  `nil' means the default, which is (\"/usr/spool/mail/$USER\")
17821  \(the name varies depending on the operating system,  \(the name varies depending on the operating system,
17822  and the value of the environment variable MAIL overrides it).")  and the value of the environment variable MAIL overrides it).")
17823    
17824    (custom-autoload (quote rmail-primary-inbox-list) "rmail")
17825    
17826  (defvar rmail-mail-new-frame nil "\  (defvar rmail-mail-new-frame nil "\
17827  *Non-nil means Rmail makes a new frame for composing outgoing mail.")  *Non-nil means Rmail makes a new frame for composing outgoing mail.")
17828    
17829    (custom-autoload (quote rmail-mail-new-frame) "rmail")
17830    
17831  (defvar rmail-secondary-file-directory "~/" "\  (defvar rmail-secondary-file-directory "~/" "\
17832  *Directory for additional secondary Rmail files.")  *Directory for additional secondary Rmail files.")
17833    
17834    (custom-autoload (quote rmail-secondary-file-directory) "rmail")
17835    
17836  (defvar rmail-secondary-file-regexp "\\.xmail$" "\  (defvar rmail-secondary-file-regexp "\\.xmail$" "\
17837  *Regexp for which files are secondary Rmail files.")  *Regexp for which files are secondary Rmail files.")
17838    
17839    (custom-autoload (quote rmail-secondary-file-regexp) "rmail")
17840    
17841  (defvar rmail-confirm-expunge (quote y-or-n-p) "\  (defvar rmail-confirm-expunge (quote y-or-n-p) "\
17842  *Whether and how to ask for confirmation before expunging deleted messages.")  *Whether and how to ask for confirmation before expunging deleted messages.")
17843    
17844    (custom-autoload (quote rmail-confirm-expunge) "rmail")
17845    
17846  (defvar rmail-mode-hook nil "\  (defvar rmail-mode-hook nil "\
17847  List of functions to call when Rmail is invoked.")  List of functions to call when Rmail is invoked.")
17848    
# Line 14578  List of functions to call when Rmail has Line 17852  List of functions to call when Rmail has
17852  (defvar rmail-show-message-hook nil "\  (defvar rmail-show-message-hook nil "\
17853  List of functions to call when Rmail displays a message.")  List of functions to call when Rmail displays a message.")
17854    
17855    (custom-autoload (quote rmail-show-message-hook) "rmail")
17856    
17857  (defvar rmail-quit-hook nil "\  (defvar rmail-quit-hook nil "\
17858  List of functions to call when quitting out of Rmail.")  List of functions to call when quitting out of Rmail.")
17859    
# Line 14597  If the value is t, RMAIL automatically s Line 17873  If the value is t, RMAIL automatically s
17873  If the value is neither t nor nil, RMAIL does not show MIME decoded message  If the value is neither t nor nil, RMAIL does not show MIME decoded message
17874  until a user explicitly requires it.")  until a user explicitly requires it.")
17875    
17876    (custom-autoload (quote rmail-enable-mime) "rmail")
17877    
17878  (defvar rmail-show-mime-function nil "\  (defvar rmail-show-mime-function nil "\
17879  Function to show MIME decoded message of RMAIL file.  Function to show MIME decoded message of RMAIL file.
17880  This function is called when `rmail-enable-mime' is non-nil.  This function is called when `rmail-enable-mime' is non-nil.
# Line 14626  MSG is the message number, REGEXP is the Line 17904  MSG is the message number, REGEXP is the
17904  (defvar rmail-search-mime-header-function nil "\  (defvar rmail-search-mime-header-function nil "\
17905  Function to check if a regexp matches a header of MIME message.  Function to check if a regexp matches a header of MIME message.
17906  This function is called if `rmail-enable-mime' is non-nil.  This function is called if `rmail-enable-mime' is non-nil.
17907  It is called with four arguments MSG, REGEXP, and LIMIT, where  It is called with three arguments MSG, REGEXP, and LIMIT, where
17908  MSG is the message number,  MSG is the message number,
17909  REGEXP is the regular expression,  REGEXP is the regular expression,
17910  LIMIT is the position specifying the end of header.")  LIMIT is the position specifying the end of header.")
# Line 14660  that file, but does not copy any new mai Line 17938  that file, but does not copy any new mai
17938  Interactively, if you supply a prefix argument, then you  Interactively, if you supply a prefix argument, then you
17939  have a chance to specify a file name with the minibuffer.  have a chance to specify a file name with the minibuffer.
17940    
17941  If `rmail-display-summary' is non-nil, make a summary for this RMAIL file." t nil)  If `rmail-display-summary' is non-nil, make a summary for this RMAIL file.
17942    
17943    \(fn &optional FILE-NAME-ARG)" t nil)
17944    
17945  (autoload (quote rmail-mode) "rmail" "\  (autoload (quote rmail-mode) "rmail" "\
17946  Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files.  Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files.
# Line 14709  Instead, these commands are available: Line 17989  Instead, these commands are available:
17989  \\[rmail-summary-by-recipients]   Summarize only messages with particular recipient(s).  \\[rmail-summary-by-recipients]   Summarize only messages with particular recipient(s).
17990  \\[rmail-summary-by-regexp]   Summarize only messages with particular regexp(s).  \\[rmail-summary-by-regexp]   Summarize only messages with particular regexp(s).
17991  \\[rmail-summary-by-topic]   Summarize only messages with subject line regexp(s).  \\[rmail-summary-by-topic]   Summarize only messages with subject line regexp(s).
17992  \\[rmail-toggle-header] Toggle display of complete header." t nil)  \\[rmail-toggle-header] Toggle display of complete header.
17993    
17994    \(fn)" t nil)
17995    
17996  (autoload (quote rmail-input) "rmail" "\  (autoload (quote rmail-input) "rmail" "\
17997  Run Rmail on file FILENAME." t nil)  Run Rmail on file FILENAME.
17998    
17999    \(fn FILENAME)" t nil)
18000    
18001  (autoload (quote rmail-set-pop-password) "rmail" "\  (autoload (quote rmail-set-pop-password) "rmail" "\
18002  Set PASSWORD to be used for retrieving mail from a POP server." t nil)  Set PASSWORD to be used for retrieving mail from a POP server.
18003    
18004    \(fn PASSWORD)" t nil)
18005    
18006  ;;;***  ;;;***
18007    
18008  ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"  ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
18009  ;;;;;;  (15186 14373))  ;;;;;;  (15828 34013))
18010  ;;; Generated autoloads from mail/rmailedit.el  ;;; Generated autoloads from mail/rmailedit.el
18011    
18012  (autoload (quote rmail-edit-current-message) "rmailedit" "\  (autoload (quote rmail-edit-current-message) "rmailedit" "\
18013  Edit the contents of this message." t nil)  Edit the contents of this message.
18014    
18015    \(fn)" t nil)
18016    
18017  ;;;***  ;;;***
18018    
18019  ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message  ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
18020  ;;;;;;  rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"  ;;;;;;  rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
18021  ;;;;;;  "mail/rmailkwd.el" (15186 14373))  ;;;;;;  "mail/rmailkwd.el" (15185 49575))
18022  ;;; Generated autoloads from mail/rmailkwd.el  ;;; Generated autoloads from mail/rmailkwd.el
18023    
18024  (autoload (quote rmail-add-label) "rmailkwd" "\  (autoload (quote rmail-add-label) "rmailkwd" "\
18025  Add LABEL to labels associated with current RMAIL message.  Add LABEL to labels associated with current RMAIL message.
18026  Completion is performed over known labels when reading." t nil)  Completion is performed over known labels when reading.
18027    
18028    \(fn STRING)" t nil)
18029    
18030  (autoload (quote rmail-kill-label) "rmailkwd" "\  (autoload (quote rmail-kill-label) "rmailkwd" "\
18031  Remove LABEL from labels associated with current RMAIL message.  Remove LABEL from labels associated with current RMAIL message.
18032  Completion is performed over known labels when reading." t nil)  Completion is performed over known labels when reading.
18033    
18034    \(fn STRING)" t nil)
18035    
18036    (autoload (quote rmail-read-label) "rmailkwd" "\
18037    Not documented
18038    
18039  (autoload (quote rmail-read-label) "rmailkwd" nil nil nil)  \(fn PROMPT)" nil nil)
18040    
18041  (autoload (quote rmail-previous-labeled-message) "rmailkwd" "\  (autoload (quote rmail-previous-labeled-message) "rmailkwd" "\
18042  Show previous message with one of the labels LABELS.  Show previous message with one of the labels LABELS.
18043  LABELS should be a comma-separated list of label names.  LABELS should be a comma-separated list of label names.
18044  If LABELS is empty, the last set of labels specified is used.  If LABELS is empty, the last set of labels specified is used.
18045  With prefix argument N moves backward N messages with these labels." t nil)  With prefix argument N moves backward N messages with these labels.
18046    
18047    \(fn N LABELS)" t nil)
18048    
18049  (autoload (quote rmail-next-labeled-message) "rmailkwd" "\  (autoload (quote rmail-next-labeled-message) "rmailkwd" "\
18050  Show next message with one of the labels LABELS.  Show next message with one of the labels LABELS.
18051  LABELS should be a comma-separated list of label names.  LABELS should be a comma-separated list of label names.
18052  If LABELS is empty, the last set of labels specified is used.  If LABELS is empty, the last set of labels specified is used.
18053  With prefix argument N moves forward N messages with these labels." t nil)  With prefix argument N moves forward N messages with these labels.
18054    
18055    \(fn N LABELS)" t nil)
18056    
18057  ;;;***  ;;;***
18058    
18059  ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"  ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
18060  ;;;;;;  (15186 14373))  ;;;;;;  (15185 49575))
18061  ;;; Generated autoloads from mail/rmailmsc.el  ;;; Generated autoloads from mail/rmailmsc.el
18062    
18063  (autoload (quote set-rmail-inbox-list) "rmailmsc" "\  (autoload (quote set-rmail-inbox-list) "rmailmsc" "\
18064  Set the inbox list of the current RMAIL file to FILE-NAME.  Set the inbox list of the current RMAIL file to FILE-NAME.
18065  You can specify one file name, or several names separated by commas.  You can specify one file name, or several names separated by commas.
18066  If FILE-NAME is empty, remove any existing inbox list." t nil)  If FILE-NAME is empty, remove any existing inbox list.
18067    
18068    \(fn FILE-NAME)" t nil)
18069    
18070  ;;;***  ;;;***
18071    
18072  ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output  ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output
18073  ;;;;;;  rmail-output-to-rmail-file rmail-output-file-alist) "rmailout"  ;;;;;;  rmail-output-to-rmail-file rmail-output-file-alist) "rmailout"
18074  ;;;;;;  "mail/rmailout.el" (15575 18328))  ;;;;;;  "mail/rmailout.el" (15935 40173))
18075  ;;; Generated autoloads from mail/rmailout.el  ;;; Generated autoloads from mail/rmailout.el
18076    
18077  (defvar rmail-output-file-alist nil "\  (defvar rmail-output-file-alist nil "\
# Line 14781  NAME-EXP may be a string constant giving Line 18082  NAME-EXP may be a string constant giving
18082  or more generally it may be any kind of expression that returns  or more generally it may be any kind of expression that returns
18083  a file name as a string.")  a file name as a string.")
18084    
18085    (custom-autoload (quote rmail-output-file-alist) "rmailout")
18086    
18087  (autoload (quote rmail-output-to-rmail-file) "rmailout" "\  (autoload (quote rmail-output-to-rmail-file) "rmailout" "\
18088  Append the current message to an Rmail file named FILE-NAME.  Append the current message to an Rmail file named FILE-NAME.
18089  If the file does not exist, ask if it should be created.  If the file does not exist, ask if it should be created.
# Line 14796  A prefix argument N says to output N con Line 18099  A prefix argument N says to output N con
18099  starting with the current one.  Deleted messages are skipped and don't count.  starting with the current one.  Deleted messages are skipped and don't count.
18100    
18101  If optional argument STAY is non-nil, then leave the last filed  If optional argument STAY is non-nil, then leave the last filed
18102  mesasge up instead of moving forward to the next non-deleted message." t nil)  mesasge up instead of moving forward to the next non-deleted message.
18103    
18104    \(fn FILE-NAME &optional COUNT STAY)" t nil)
18105    
18106  (defvar rmail-fields-not-to-output nil "\  (defvar rmail-fields-not-to-output nil "\
18107  *Regexp describing fields to exclude when outputting a message to a file.")  *Regexp describing fields to exclude when outputting a message to a file.")
18108    
18109    (custom-autoload (quote rmail-fields-not-to-output) "rmailout")
18110    
18111  (autoload (quote rmail-output) "rmailout" "\  (autoload (quote rmail-output) "rmailout" "\
18112  Append this message to system-inbox-format mail file named FILE-NAME.  Append this message to system-inbox-format mail file named FILE-NAME.
18113  A prefix argument N says to output N consecutive messages  A prefix argument N says to output N consecutive messages
# Line 14817  which is updated to the name you use in Line 18124  which is updated to the name you use in
18124  The optional third argument NOATTRIBUTE, if non-nil, says not  The optional third argument NOATTRIBUTE, if non-nil, says not
18125  to set the `filed' attribute, and not to display a message.  to set the `filed' attribute, and not to display a message.
18126    
18127  The optional fourth argument FROM-GNUS is set when called from GNUS." t nil)  The optional fourth argument FROM-GNUS is set when called from GNUS.
18128    
18129    \(fn FILE-NAME &optional COUNT NOATTRIBUTE FROM-GNUS)" t nil)
18130    
18131  (autoload (quote rmail-output-body-to-file) "rmailout" "\  (autoload (quote rmail-output-body-to-file) "rmailout" "\
18132  Write this message body to the file FILE-NAME.  Write this message body to the file FILE-NAME.
18133  FILE-NAME defaults, interactively, from the Subject field of the message." t nil)  FILE-NAME defaults, interactively, from the Subject field of the message.
18134    
18135    \(fn FILE-NAME)" t nil)
18136    
18137  ;;;***  ;;;***
18138    
18139  ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent  ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
18140  ;;;;;;  rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject  ;;;;;;  rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
18141  ;;;;;;  rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (15186  ;;;;;;  rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (15935
18142  ;;;;;;  14373))  ;;;;;;  48280))
18143  ;;; Generated autoloads from mail/rmailsort.el  ;;; Generated autoloads from mail/rmailsort.el
18144    
18145  (autoload (quote rmail-sort-by-date) "rmailsort" "\  (autoload (quote rmail-sort-by-date) "rmailsort" "\
18146  Sort messages of current Rmail file by date.  Sort messages of current Rmail file by date.
18147  If prefix argument REVERSE is non-nil, sort them in reverse order." t nil)  If prefix argument REVERSE is non-nil, sort them in reverse order.
18148    
18149    \(fn REVERSE)" t nil)
18150    
18151  (autoload (quote rmail-sort-by-subject) "rmailsort" "\  (autoload (quote rmail-sort-by-subject) "rmailsort" "\
18152  Sort messages of current Rmail file by subject.  Sort messages of current Rmail file by subject.
18153  If prefix argument REVERSE is non-nil, sort them in reverse order." t nil)  If prefix argument REVERSE is non-nil, sort them in reverse order.
18154    
18155    \(fn REVERSE)" t nil)
18156    
18157  (autoload (quote rmail-sort-by-author) "rmailsort" "\  (autoload (quote rmail-sort-by-author) "rmailsort" "\
18158  Sort messages of current Rmail file by author.  Sort messages of current Rmail file by author.
18159  If prefix argument REVERSE is non-nil, sort them in reverse order." t nil)  If prefix argument REVERSE is non-nil, sort them in reverse order.
18160    
18161    \(fn REVERSE)" t nil)
18162    
18163  (autoload (quote rmail-sort-by-recipient) "rmailsort" "\  (autoload (quote rmail-sort-by-recipient) "rmailsort" "\
18164  Sort messages of current Rmail file by recipient.  Sort messages of current Rmail file by recipient.
18165  If prefix argument REVERSE is non-nil, sort them in reverse order." t nil)  If prefix argument REVERSE is non-nil, sort them in reverse order.
18166    
18167    \(fn REVERSE)" t nil)
18168    
18169  (autoload (quote rmail-sort-by-correspondent) "rmailsort" "\  (autoload (quote rmail-sort-by-correspondent) "rmailsort" "\
18170  Sort messages of current Rmail file by other correspondent.  Sort messages of current Rmail file by other correspondent.
18171  If prefix argument REVERSE is non-nil, sort them in reverse order." t nil)  If prefix argument REVERSE is non-nil, sort them in reverse order.
18172    
18173    \(fn REVERSE)" t nil)
18174    
18175  (autoload (quote rmail-sort-by-lines) "rmailsort" "\  (autoload (quote rmail-sort-by-lines) "rmailsort" "\
18176  Sort messages of current Rmail file by number of lines.  Sort messages of current Rmail file by number of lines.
18177  If prefix argument REVERSE is non-nil, sort them in reverse order." t nil)  If prefix argument REVERSE is non-nil, sort them in reverse order.
18178    
18179    \(fn REVERSE)" t nil)
18180    
18181  (autoload (quote rmail-sort-by-labels) "rmailsort" "\  (autoload (quote rmail-sort-by-labels) "rmailsort" "\
18182  Sort messages of current Rmail file by labels.  Sort messages of current Rmail file by labels.
18183  If prefix argument REVERSE is non-nil, sort them in reverse order.  If prefix argument REVERSE is non-nil, sort them in reverse order.
18184  KEYWORDS is a comma-separated list of labels." t nil)  KEYWORDS is a comma-separated list of labels.
18185    
18186    \(fn REVERSE LABELS)" t nil)
18187    
18188  ;;;***  ;;;***
18189    
# Line 14866  KEYWORDS is a comma-separated list of la Line 18191  KEYWORDS is a comma-separated list of la
18191  ;;;;;;  rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp  ;;;;;;  rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
18192  ;;;;;;  rmail-summary-by-recipients rmail-summary-by-labels rmail-summary  ;;;;;;  rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
18193  ;;;;;;  rmail-summary-line-count-flag rmail-summary-scroll-between-messages)  ;;;;;;  rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
18194  ;;;;;;  "rmailsum" "mail/rmailsum.el" (15481 36053))  ;;;;;;  "rmailsum" "mail/rmailsum.el" (15935 48280))
18195  ;;; Generated autoloads from mail/rmailsum.el  ;;; Generated autoloads from mail/rmailsum.el
18196    
18197  (defvar rmail-summary-scroll-between-messages t "\  (defvar rmail-summary-scroll-between-messages t "\
18198  *Non-nil means Rmail summary scroll commands move between messages.")  *Non-nil means Rmail summary scroll commands move between messages.")
18199    
18200    (custom-autoload (quote rmail-summary-scroll-between-messages) "rmailsum")
18201    
18202  (defvar rmail-summary-line-count-flag t "\  (defvar rmail-summary-line-count-flag t "\
18203  *Non-nil if Rmail summary should show the number of lines in each message.")  *Non-nil if Rmail summary should show the number of lines in each message.")
18204    
18205    (custom-autoload (quote rmail-summary-line-count-flag) "rmailsum")
18206    
18207  (autoload (quote rmail-summary) "rmailsum" "\  (autoload (quote rmail-summary) "rmailsum" "\
18208  Display a summary of all messages, one line per message." t nil)  Display a summary of all messages, one line per message.
18209    
18210    \(fn)" t nil)
18211    
18212  (autoload (quote rmail-summary-by-labels) "rmailsum" "\  (autoload (quote rmail-summary-by-labels) "rmailsum" "\
18213  Display a summary of all messages with one or more LABELS.  Display a summary of all messages with one or more LABELS.
18214  LABELS should be a string containing the desired labels, separated by commas." t nil)  LABELS should be a string containing the desired labels, separated by commas.
18215    
18216    \(fn LABELS)" t nil)
18217    
18218  (autoload (quote rmail-summary-by-recipients) "rmailsum" "\  (autoload (quote rmail-summary-by-recipients) "rmailsum" "\
18219  Display a summary of all messages with the given RECIPIENTS.  Display a summary of all messages with the given RECIPIENTS.
18220  Normally checks the To, From and Cc fields of headers;  Normally checks the To, From and Cc fields of headers;
18221  but if PRIMARY-ONLY is non-nil (prefix arg given),  but if PRIMARY-ONLY is non-nil (prefix arg given),
18222   only look in the To and From fields.   only look in the To and From fields.
18223  RECIPIENTS is a string of regexps separated by commas." t nil)  RECIPIENTS is a string of regexps separated by commas.
18224    
18225    \(fn RECIPIENTS &optional PRIMARY-ONLY)" t nil)
18226    
18227  (autoload (quote rmail-summary-by-regexp) "rmailsum" "\  (autoload (quote rmail-summary-by-regexp) "rmailsum" "\
18228  Display a summary of all messages according to regexp REGEXP.  Display a summary of all messages according to regexp REGEXP.
18229  If the regular expression is found in the header of the message  If the regular expression is found in the header of the message
18230  \(including in the date and other lines, as well as the subject line),  \(including in the date and other lines, as well as the subject line),
18231  Emacs will list the header line in the RMAIL-summary." t nil)  Emacs will list the header line in the RMAIL-summary.
18232    
18233    \(fn REGEXP)" t nil)
18234    
18235  (autoload (quote rmail-summary-by-topic) "rmailsum" "\  (autoload (quote rmail-summary-by-topic) "rmailsum" "\
18236  Display a summary of all messages with the given SUBJECT.  Display a summary of all messages with the given SUBJECT.
18237  Normally checks the Subject field of headers;  Normally checks the Subject field of headers;
18238  but if WHOLE-MESSAGE is non-nil (prefix arg given),  but if WHOLE-MESSAGE is non-nil (prefix arg given),
18239   look in the whole message.   look in the whole message.
18240  SUBJECT is a string of regexps separated by commas." t nil)  SUBJECT is a string of regexps separated by commas.
18241    
18242    \(fn SUBJECT &optional WHOLE-MESSAGE)" t nil)
18243    
18244  (autoload (quote rmail-summary-by-senders) "rmailsum" "\  (autoload (quote rmail-summary-by-senders) "rmailsum" "\
18245  Display a summary of all messages with the given SENDERS.  Display a summary of all messages with the given SENDERS.
18246  SENDERS is a string of names separated by commas." t nil)  SENDERS is a string of names separated by commas.
18247    
18248    \(fn SENDERS)" t nil)
18249    
18250  (defvar rmail-summary-line-decoder (function identity) "\  (defvar rmail-summary-line-decoder (function identity) "\
18251  *Function to decode summary-line.  *Function to decode summary-line.
18252    
18253  By default, `identity' is set.")  By default, `identity' is set.")
18254    
18255    (custom-autoload (quote rmail-summary-line-decoder) "rmailsum")
18256    
18257  (defvar rmail-user-mail-address-regexp nil "\  (defvar rmail-user-mail-address-regexp nil "\
18258  *Regexp matching user mail addresses.  *Regexp matching user mail addresses.
18259  If non-nil, this variable is used to identify the correspondent  If non-nil, this variable is used to identify the correspondent
# Line 14921  are used to exclude yourself as correspo Line 18264  are used to exclude yourself as correspo
18264    
18265  Usually you don't have to set this variable, except if you collect mails  Usually you don't have to set this variable, except if you collect mails
18266  sent by you under different user names.  sent by you under different user names.
18267  Then it should be a regexp matching your mail adresses.  Then it should be a regexp matching your mail addresses.
18268    
18269  Setting this variable has an effect only before reading a mail.")  Setting this variable has an effect only before reading a mail.")
18270    
18271    (custom-autoload (quote rmail-user-mail-address-regexp) "rmailsum")
18272    
18273  ;;;***  ;;;***
18274    
18275  ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"  ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
18276  ;;;;;;  (15186 14373))  ;;;;;;  (15935 48553))
18277  ;;; Generated autoloads from obsolete/rnewspost.el  ;;; Generated autoloads from obsolete/rnewspost.el
18278    
18279  (autoload (quote news-post-news) "rnewspost" "\  (autoload (quote news-post-news) "rnewspost" "\
18280  Begin editing a new USENET news article to be posted.  Begin editing a new USENET news article to be posted.
18281  Type \\[describe-mode] once editing the article to get a list of commands.  Type \\[describe-mode] once editing the article to get a list of commands.
18282  If NOQUERY is non-nil, we do not query before doing the work." t nil)  If NOQUERY is non-nil, we do not query before doing the work.
18283    
18284    \(fn &optional NOQUERY)" t nil)
18285    
18286  ;;;***  ;;;***
18287    
18288  ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region  ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
18289  ;;;;;;  rot13-string rot13) "rot13" "rot13.el" (15601 34284))  ;;;;;;  rot13-string rot13) "rot13" "rot13.el" (15935 43923))
18290  ;;; Generated autoloads from rot13.el  ;;; Generated autoloads from rot13.el
18291    
18292  (autoload (quote rot13) "rot13" "\  (autoload (quote rot13) "rot13" "\
18293  Return Rot13 encryption of OBJECT, a buffer or string." nil nil)  Return Rot13 encryption of OBJECT, a buffer or string.
18294    
18295    \(fn OBJECT &optional START END)" nil nil)
18296    
18297  (autoload (quote rot13-string) "rot13" "\  (autoload (quote rot13-string) "rot13" "\
18298  Return Rot13 encryption of STRING." nil nil)  Return Rot13 encryption of STRING.
18299    
18300    \(fn STRING)" nil nil)
18301    
18302  (autoload (quote rot13-region) "rot13" "\  (autoload (quote rot13-region) "rot13" "\
18303  Rot13 encrypt the region between START and END in current buffer." t nil)  Rot13 encrypt the region between START and END in current buffer.
18304    
18305    \(fn START END)" t nil)
18306    
18307  (autoload (quote rot13-other-window) "rot13" "\  (autoload (quote rot13-other-window) "rot13" "\
18308  Display current buffer in rot 13 in another window.  Display current buffer in rot 13 in another window.
# Line 14959  To terminate the rot13 display, delete t Line 18312  To terminate the rot13 display, delete t
18312  is not deleted, any buffer displayed in it will become instantly encoded  is not deleted, any buffer displayed in it will become instantly encoded
18313  in rot 13.  in rot 13.
18314    
18315  See also `toggle-rot13-mode'." t nil)  See also `toggle-rot13-mode'.
18316    
18317    \(fn)" t nil)
18318    
18319  (autoload (quote toggle-rot13-mode) "rot13" "\  (autoload (quote toggle-rot13-mode) "rot13" "\
18320  Toggle the use of rot 13 encoding for the current window." t nil)  Toggle the use of rot 13 encoding for the current window.
18321    
18322    \(fn)" t nil)
18323    
18324  ;;;***  ;;;***
18325    
# Line 14976  Toggle the use of rot 13 encoding for th Line 18333  Toggle the use of rot 13 encoding for th
18333  (defvar resize-minibuffer-mode nil "\  (defvar resize-minibuffer-mode nil "\
18334  *This variable is obsolete.")  *This variable is obsolete.")
18335    
18336  (custom-add-to-group (quote resize-minibuffer) (quote resize-minibuffer-mode) (quote custom-variable))  (custom-autoload (quote resize-minibuffer-mode) "rsz-mini")
   
 (custom-add-load (quote resize-minibuffer-mode) (quote rsz-mini))  
18337    
18338  (defvar resize-minibuffer-window-max-height nil "\  (defvar resize-minibuffer-window-max-height nil "\
18339  *This variable is obsolete.")  *This variable is obsolete.")
18340    
18341    (custom-autoload (quote resize-minibuffer-window-max-height) "rsz-mini")
18342    
18343  (defvar resize-minibuffer-window-exactly t "\  (defvar resize-minibuffer-window-exactly t "\
18344  *This variable is obsolete.")  *This variable is obsolete.")
18345    
18346    (custom-autoload (quote resize-minibuffer-window-exactly) "rsz-mini")
18347    
18348  (defvar resize-minibuffer-frame nil "\  (defvar resize-minibuffer-frame nil "\
18349  *This variable is obsolete.")  *This variable is obsolete.")
18350    
18351    (custom-autoload (quote resize-minibuffer-frame) "rsz-mini")
18352    
18353  (defvar resize-minibuffer-frame-max-height nil "\  (defvar resize-minibuffer-frame-max-height nil "\
18354  *This variable is obsolete.")  *This variable is obsolete.")
18355    
18356    (custom-autoload (quote resize-minibuffer-frame-max-height) "rsz-mini")
18357    
18358  (defvar resize-minibuffer-frame-exactly t "\  (defvar resize-minibuffer-frame-exactly t "\
18359  *This variable is obsolete.")  *This variable is obsolete.")
18360    
18361    (custom-autoload (quote resize-minibuffer-frame-exactly) "rsz-mini")
18362    
18363  (autoload (quote resize-minibuffer-mode) "rsz-mini" "\  (autoload (quote resize-minibuffer-mode) "rsz-mini" "\
18364  This function is obsolete." t nil)  This function is obsolete.
18365    
18366    \(fn &optional PREFIX)" t nil)
18367    
18368  ;;;***  ;;;***
18369    
18370  ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15583  ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15935
18371  ;;;;;;  13479))  ;;;;;;  62288))
18372  ;;; Generated autoloads from ruler-mode.el  ;;; Generated autoloads from ruler-mode.el
18373    
18374  (autoload (quote ruler-mode) "ruler-mode" "\  (autoload (quote ruler-mode) "ruler-mode" "\
18375  Display a ruler in the header line if ARG > 0." t nil)  Display a ruler in the header line if ARG > 0.
18376    
18377    \(fn &optional ARG)" t nil)
18378    
18379  ;;;***  ;;;***
18380    
18381  ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15288  ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15935
18382  ;;;;;;  6955))  ;;;;;;  47054))
18383  ;;; Generated autoloads from emacs-lisp/rx.el  ;;; Generated autoloads from emacs-lisp/rx.el
18384    
18385  (autoload (quote rx-to-string) "rx" "\  (autoload (quote rx-to-string) "rx" "\
18386  Parse and produce code for regular expression FORM.  Parse and produce code for regular expression FORM.
18387  FORM is a regular expression in sexp form.  FORM is a regular expression in sexp form.
18388  NO-GROUP non-nil means don't put shy groups around the result." nil nil)  NO-GROUP non-nil means don't put shy groups around the result.
18389    
18390    \(fn FORM &optional NO-GROUP)" nil nil)
18391    
18392  (autoload (quote rx) "rx" "\  (autoload (quote rx) "rx" "\
18393  Translate a regular expression REGEXP in sexp form to a regexp string.  Translate a regular expression REGEXP in sexp form to a regexp string.
# Line 15041  CHAR Line 18412  CHAR
18412       matches any character in SET.  SET may be a character or string.       matches any character in SET.  SET may be a character or string.
18413       Ranges of characters can be specified as `A-Z' in strings.       Ranges of characters can be specified as `A-Z' in strings.
18414    
18415  '(in SET)'  '(in SET)'
18416       like `any'.       like `any'.
18417    
18418  `(not (any SET))'  `(not (any SET))'
# Line 15227  CHAR Line 18598  CHAR
18598       still match.  A non-greedy regexp matches as little as possible.       still match.  A non-greedy regexp matches as little as possible.
18599    
18600  `(maximal-match SEXP)'  `(maximal-match SEXP)'
18601       produce a greedy regexp for SEXP.   This is the default.       produce a greedy regexp for SEXP.  This is the default.
18602    
18603  `(zero-or-more SEXP)'  `(zero-or-more SEXP)'
18604       matches zero or more occurrences of what SEXP matches.       matches zero or more occurrences of what SEXP matches.
# Line 15243  CHAR Line 18614  CHAR
18614    
18615  `(one-or-more SEXP)'  `(one-or-more SEXP)'
18616       matches one or more occurrences of A.       matches one or more occurrences of A.
18617      
18618  `(1+ SEXP)'  `(1+ SEXP)'
18619       like `one-or-more'.       like `one-or-more'.
18620    
# Line 15255  CHAR Line 18626  CHAR
18626    
18627  `(zero-or-one SEXP)'  `(zero-or-one SEXP)'
18628       matches zero or one occurrences of A.       matches zero or one occurrences of A.
18629        
18630  `(optional SEXP)'  `(optional SEXP)'
18631       like `zero-or-one'.       like `zero-or-one'.
18632    
# Line 15272  CHAR Line 18643  CHAR
18643       matches N to M occurrences of what SEXP matches.       matches N to M occurrences of what SEXP matches.
18644    
18645  `(eval FORM)'  `(eval FORM)'
18646        evaluate FORM and insert result.   If result is a string,        evaluate FORM and insert result.  If result is a string,
18647        `regexp-quote' it.        `regexp-quote' it.
18648    
18649  `(regexp REGEXP)'  `(regexp REGEXP)'
18650        include REGEXP in string notation in the result." nil (quote macro))        include REGEXP in string notation in the result.
18651    
18652    \(fn REGEXP)" nil (quote macro))
18653    
18654  ;;;***  ;;;***
18655    
18656  ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"  ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
18657  ;;;;;;  (15187 36244))  ;;;;;;  (15806 55294))
18658  ;;; Generated autoloads from progmodes/scheme.el  ;;; Generated autoloads from progmodes/scheme.el
18659    
18660  (autoload (quote scheme-mode) "scheme" "\  (autoload (quote scheme-mode) "scheme" "\
# Line 15302  Delete converts tabs to spaces as it mov Line 18675  Delete converts tabs to spaces as it mov
18675  Blank lines separate paragraphs.  Semicolons start comments.  Blank lines separate paragraphs.  Semicolons start comments.
18676  \\{scheme-mode-map}  \\{scheme-mode-map}
18677  Entry to this mode calls the value of `scheme-mode-hook'  Entry to this mode calls the value of `scheme-mode-hook'
18678  if that value is non-nil." t nil)  if that value is non-nil.
18679    
18680    \(fn)" t nil)
18681    
18682  (autoload (quote dsssl-mode) "scheme" "\  (autoload (quote dsssl-mode) "scheme" "\
18683  Major mode for editing DSSSL code.  Major mode for editing DSSSL code.
# Line 15314  Blank lines separate paragraphs.  Semico Line 18689  Blank lines separate paragraphs.  Semico
18689  \\{scheme-mode-map}  \\{scheme-mode-map}
18690  Entering this mode runs the hooks `scheme-mode-hook' and then  Entering this mode runs the hooks `scheme-mode-hook' and then
18691  `dsssl-mode-hook' and inserts the value of `dsssl-sgml-declaration' if  `dsssl-mode-hook' and inserts the value of `dsssl-sgml-declaration' if
18692  that variable's value is a string." t nil)  that variable's value is a string.
18693    
18694    \(fn)" t nil)
18695    
18696  ;;;***  ;;;***
18697    
18698  ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"  ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
18699  ;;;;;;  (14792 2703))  ;;;;;;  (14791 27653))
18700  ;;; Generated autoloads from gnus/score-mode.el  ;;; Generated autoloads from gnus/score-mode.el
18701    
18702  (autoload (quote gnus-score-mode) "score-mode" "\  (autoload (quote gnus-score-mode) "score-mode" "\
18703  Mode for editing Gnus score files.  Mode for editing Gnus score files.
18704  This mode is an extended emacs-lisp mode.  This mode is an extended emacs-lisp mode.
18705    
18706  \\{gnus-score-mode-map}" t nil)  \\{gnus-score-mode-map}
18707    
18708    \(fn)" t nil)
18709    
18710  ;;;***  ;;;***
18711    
18712  ;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (15394  ;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (15394
18713  ;;;;;;  38678))  ;;;;;;  10702))
18714  ;;; Generated autoloads from textmodes/scribe.el  ;;; Generated autoloads from textmodes/scribe.el
18715    
18716  (autoload (quote scribe-mode) "scribe" "\  (autoload (quote scribe-mode) "scribe" "\
# Line 15353  Interesting variables: Line 18732  Interesting variables:
18732    
18733  ;;;***  ;;;***
18734    
18735  ;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all"  ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
18736  ;;;;;;  "scroll-all.el" (15559 32237))  ;;;;;;  (15935 44067))
18737  ;;; Generated autoloads from scroll-all.el  ;;; Generated autoloads from scroll-all.el
18738    
18739  (defvar scroll-all-mode nil "\  (defvar scroll-all-mode nil "\
18740  Control/track scroll locking.  Non-nil if Scroll-All mode is enabled.
18741    See the command `scroll-all-mode' for a description of this minor-mode.
18742  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
18743  use either \\[customize] or the function `scroll-all-mode'.")  use either \\[customize] or the function `scroll-all-mode'.")
18744    
18745  (custom-add-to-group (quote windows) (quote scroll-all-mode) (quote custom-variable))  (custom-autoload (quote scroll-all-mode) "scroll-all")
   
 (custom-add-load (quote scroll-all-mode) (quote scroll-all))  
18746    
18747  (autoload (quote scroll-all-mode) "scroll-all" "\  (autoload (quote scroll-all-mode) "scroll-all" "\
18748  Toggle Scroll-All minor mode." t nil)  Toggle Scroll-All minor mode.
18749    With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.
18750    When Scroll-All mode is on, scrolling commands entered in one window
18751    apply to all visible windows in the same frame.
18752    
18753    \(fn &optional ARG)" t nil)
18754    
18755  ;;;***  ;;;***
18756    
# Line 15377  Toggle Scroll-All minor mode." t nil) Line 18759  Toggle Scroll-All minor mode." t nil)
18759  ;;;;;;  mail-alias-file mail-default-reply-to mail-archive-file-name  ;;;;;;  mail-alias-file mail-default-reply-to mail-archive-file-name
18760  ;;;;;;  mail-header-separator send-mail-function mail-yank-ignored-headers  ;;;;;;  mail-header-separator send-mail-function mail-yank-ignored-headers
18761  ;;;;;;  mail-interactive mail-self-blind mail-specify-envelope-from  ;;;;;;  mail-interactive mail-self-blind mail-specify-envelope-from
18762  ;;;;;;  mail-from-style) "sendmail" "mail/sendmail.el" (15593 39932))  ;;;;;;  mail-from-style) "sendmail" "mail/sendmail.el" (15935 48280))
18763  ;;; Generated autoloads from mail/sendmail.el  ;;; Generated autoloads from mail/sendmail.el
18764    
18765  (defvar mail-from-style (quote angles) "\  (defvar mail-from-style (quote angles) "\
# Line 15397  Emacs to pass the proper email address f Line 18779  Emacs to pass the proper email address f
18779  to the mailer to specify the envelope-from address.  But that is now  to the mailer to specify the envelope-from address.  But that is now
18780  controlled by a separate variable, `mail-specify-envelope-from'.")  controlled by a separate variable, `mail-specify-envelope-from'.")
18781    
18782    (custom-autoload (quote mail-from-style) "sendmail")
18783    
18784  (defvar mail-specify-envelope-from nil "\  (defvar mail-specify-envelope-from nil "\
18785  *If non-nil, specify the envelope-from address when sending mail.  *If non-nil, specify the envelope-from address when sending mail.
18786  The value used to specify it is whatever is found in  The value used to specify it is whatever is found in
# Line 15405  The value used to specify it is whatever Line 18789  The value used to specify it is whatever
18789  On most systems, specifying the envelope-from address  On most systems, specifying the envelope-from address
18790  is a privileged operation.")  is a privileged operation.")
18791    
18792    (custom-autoload (quote mail-specify-envelope-from) "sendmail")
18793    
18794  (defvar mail-self-blind nil "\  (defvar mail-self-blind nil "\
18795  *Non-nil means insert BCC to self in messages to be sent.  *Non-nil means insert BCC to self in messages to be sent.
18796  This is done when the message is initialized,  This is done when the message is initialized,
18797  so you can remove or alter the BCC field to override the default.")  so you can remove or alter the BCC field to override the default.")
18798    
18799    (custom-autoload (quote mail-self-blind) "sendmail")
18800    
18801  (defvar mail-interactive nil "\  (defvar mail-interactive nil "\
18802  *Non-nil means when sending a message wait for and display errors.  *Non-nil means when sending a message wait for and display errors.
18803  nil means let mailer mail back a message to report errors.")  nil means let mailer mail back a message to report errors.")
18804    
18805    (custom-autoload (quote mail-interactive) "sendmail")
18806    
18807  (defvar mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:" "\  (defvar mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:" "\
18808  *Delete these headers from old message when it's inserted in a reply.")  *Delete these headers from old message when it's inserted in a reply.")
18809    
18810    (custom-autoload (quote mail-yank-ignored-headers) "sendmail")
18811    
18812  (defvar send-mail-function (quote sendmail-send-it) "\  (defvar send-mail-function (quote sendmail-send-it) "\
18813  Function to call to send the current buffer as mail.  Function to call to send the current buffer as mail.
18814  The headers should be delimited by a line which is  The headers should be delimited by a line which is
# Line 15425  that matches the variable `mail-header-s Line 18817  that matches the variable `mail-header-s
18817  This is used by the default mail-sending commands.  See also  This is used by the default mail-sending commands.  See also
18818  `message-send-mail-function' for use with the Message package.")  `message-send-mail-function' for use with the Message package.")
18819    
18820    (custom-autoload (quote send-mail-function) "sendmail")
18821    
18822  (defvar mail-header-separator "--text follows this line--" "\  (defvar mail-header-separator "--text follows this line--" "\
18823  *Line used to separate headers from text in messages being composed.")  *Line used to separate headers from text in messages being composed.")
18824    
18825    (custom-autoload (quote mail-header-separator) "sendmail")
18826    
18827  (defvar mail-archive-file-name nil "\  (defvar mail-archive-file-name nil "\
18828  *Name of file to write all outgoing messages in, or nil for none.  *Name of file to write all outgoing messages in, or nil for none.
18829  This can be an inbox file or an Rmail file.")  This can be an inbox file or an Rmail file.")
18830    
18831    (custom-autoload (quote mail-archive-file-name) "sendmail")
18832    
18833  (defvar mail-default-reply-to nil "\  (defvar mail-default-reply-to nil "\
18834  *Address to insert as default Reply-to field of outgoing messages.  *Address to insert as default Reply-to field of outgoing messages.
18835  If nil, it will be initialized from the REPLYTO environment variable  If nil, it will be initialized from the REPLYTO environment variable
18836  when you first send mail.")  when you first send mail.")
18837    
18838    (custom-autoload (quote mail-default-reply-to) "sendmail")
18839    
18840  (defvar mail-alias-file nil "\  (defvar mail-alias-file nil "\
18841  *If non-nil, the name of a file to use instead of `/usr/lib/aliases'.  *If non-nil, the name of a file to use instead of `/usr/lib/aliases'.
18842  This file defines aliases to be expanded by the mailer; this is a different  This file defines aliases to be expanded by the mailer; this is a different
18843  feature from that of defining aliases in `.mailrc' to be expanded in Emacs.  feature from that of defining aliases in `.mailrc' to be expanded in Emacs.
18844  This variable has no effect unless your system uses sendmail as its mailer.")  This variable has no effect unless your system uses sendmail as its mailer.")
18845    
18846    (custom-autoload (quote mail-alias-file) "sendmail")
18847    
18848  (defvar mail-personal-alias-file "~/.mailrc" "\  (defvar mail-personal-alias-file "~/.mailrc" "\
18849  *If non-nil, the name of the user's personal mail alias file.  *If non-nil, the name of the user's personal mail alias file.
18850  This file typically should be in same format as the `.mailrc' file used by  This file typically should be in same format as the `.mailrc' file used by
18851  the `Mail' or `mailx' program.  the `Mail' or `mailx' program.
18852  This file need not actually exist.")  This file need not actually exist.")
18853    
18854    (custom-autoload (quote mail-personal-alias-file) "sendmail")
18855    
18856  (defvar mail-signature nil "\  (defvar mail-signature nil "\
18857  *Text inserted at end of mail buffer when a message is initialized.  *Text inserted at end of mail buffer when a message is initialized.
18858  If t, it means to insert the contents of the file `mail-signature-file'.  If t, it means to insert the contents of the file `mail-signature-file'.
# Line 15458  If a string, that string is inserted. Line 18862  If a string, that string is inserted.
18862  Otherwise, it should be an expression; it is evaluated  Otherwise, it should be an expression; it is evaluated
18863  and should insert whatever you want to insert.")  and should insert whatever you want to insert.")
18864    
18865    (custom-autoload (quote mail-signature) "sendmail")
18866    
18867  (defvar mail-default-directory "~/" "\  (defvar mail-default-directory "~/" "\
18868  *Directory for mail buffers.  *Directory for mail buffers.
18869  Value of `default-directory' for mail buffers.  Value of `default-directory' for mail buffers.
18870  This directory is used for auto-save files of mail buffers.")  This directory is used for auto-save files of mail buffers.")
18871    
18872    (custom-autoload (quote mail-default-directory) "sendmail")
18873    
18874  (autoload (quote mail-mode) "sendmail" "\  (autoload (quote mail-mode) "sendmail" "\
18875  Major mode for editing mail to be sent.  Major mode for editing mail to be sent.
18876  Like Text Mode but with these additional commands:  Like Text Mode but with these additional commands:
# Line 15538  The sixth argument REPLYBUFFER is a buff Line 18946  The sixth argument REPLYBUFFER is a buff
18946  The seventh argument ACTIONS is a list of actions to take  The seventh argument ACTIONS is a list of actions to take
18947   if/when the message is sent.  Each action looks like (FUNCTION . ARGS);   if/when the message is sent.  Each action looks like (FUNCTION . ARGS);
18948   when the message is sent, we apply FUNCTION to ARGS.   when the message is sent, we apply FUNCTION to ARGS.
18949   This is how Rmail arranges to mark messages `answered'." t nil)   This is how Rmail arranges to mark messages `answered'.
18950    
18951    \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER ACTIONS)" t nil)
18952    
18953  (autoload (quote mail-other-window) "sendmail" "\  (autoload (quote mail-other-window) "sendmail" "\
18954  Like `mail' command, but display mail buffer in another window." t nil)  Like `mail' command, but display mail buffer in another window.
18955    
18956    \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
18957    
18958  (autoload (quote mail-other-frame) "sendmail" "\  (autoload (quote mail-other-frame) "sendmail" "\
18959  Like `mail' command, but display mail buffer in another frame." t nil)  Like `mail' command, but display mail buffer in another frame.
18960    
18961    \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
18962    
18963  ;;;***  ;;;***
18964    
18965  ;;;### (autoloads (server-start) "server" "server.el" (15391 60520))  ;;;### (autoloads (server-mode server-start) "server" "server.el"
18966    ;;;;;;  (15909 40748))
18967  ;;; Generated autoloads from server.el  ;;; Generated autoloads from server.el
18968    
18969  (autoload (quote server-start) "server" "\  (autoload (quote server-start) "server" "\
# Line 15558  client \"editors\" can send your editing Line 18973  client \"editors\" can send your editing
18973  To use the server, set up the program `emacsclient' in the  To use the server, set up the program `emacsclient' in the
18974  Emacs distribution as your standard \"editor\".  Emacs distribution as your standard \"editor\".
18975    
18976  Prefix arg means just kill any existing server communications subprocess." t nil)  Prefix arg means just kill any existing server communications subprocess.
18977    
18978    \(fn &optional LEAVE-DEAD)" t nil)
18979    
18980    (defvar server-mode nil "\
18981    Non-nil if Server mode is enabled.
18982    See the command `server-mode' for a description of this minor-mode.
18983    Setting this variable directly does not take effect;
18984    use either \\[customize] or the function `server-mode'.")
18985    
18986    (custom-autoload (quote server-mode) "server")
18987    
18988    (autoload (quote server-mode) "server" "\
18989    Toggle Server mode.
18990    With ARG, turn Server mode on if ARG is positive, off otherwise.
18991    Server mode runs a process that accepts commands from the
18992    `emacsclient' program.  See `server-start' and Info node `Emacs server'.
18993    
18994    \(fn &optional ARG)" t nil)
18995    
18996    ;;;***
18997    
18998    ;;;### (autoloads (ses-mode) "ses" "ses.el" (15933 28295))
18999    ;;; Generated autoloads from ses.el
19000    
19001    (autoload (quote ses-mode) "ses" "\
19002    Major mode for Simple Emacs Spreadsheet.  See \"ses-readme.txt\" for more info.
19003    
19004    Key definitions:
19005    \\{ses-mode-map}
19006    These key definitions are active only in the print area (the visible part):
19007    \\{ses-mode-print-map}
19008    These are active only in the minibuffer, when entering or editing a formula:
19009    \\{ses-mode-edit-map}
19010    
19011    \(fn)" t nil)
19012    
19013  ;;;***  ;;;***
19014    
19015  ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"  ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
19016  ;;;;;;  (15604 10090))  ;;;;;;  (15904 40709))
19017  ;;; Generated autoloads from textmodes/sgml-mode.el  ;;; Generated autoloads from textmodes/sgml-mode.el
19018    
19019  (autoload (quote sgml-mode) "sgml-mode" "\  (autoload (quote sgml-mode) "sgml-mode" "\
# Line 15625  To work around that, do: Line 19075  To work around that, do:
19075  ;;;***  ;;;***
19076    
19077  ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"  ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
19078  ;;;;;;  (15438 2170))  ;;;;;;  (15913 47934))
19079  ;;; Generated autoloads from progmodes/sh-script.el  ;;; Generated autoloads from progmodes/sh-script.el
19080    
19081  (put (quote sh-mode) (quote mode-class) (quote special))  (put (quote sh-mode) (quote mode-class) (quote special))
# Line 15682  set `sh-shell-file' accordingly.  If you Line 19132  set `sh-shell-file' accordingly.  If you
19132  indicate what shell it is use `sh-alias-alist' to translate.  indicate what shell it is use `sh-alias-alist' to translate.
19133    
19134  If your shell gives error messages with line numbers, you can use \\[executable-interpret]  If your shell gives error messages with line numbers, you can use \\[executable-interpret]
19135  with your script for an edit-interpret-debug cycle." t nil)  with your script for an edit-interpret-debug cycle.
19136    
19137    \(fn)" t nil)
19138    
19139  (defalias (quote shell-script-mode) (quote sh-mode))  (defalias (quote shell-script-mode) (quote sh-mode))
19140    
19141  ;;;***  ;;;***
19142    
19143  ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"  ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
19144  ;;;;;;  (15524 61380))  ;;;;;;  (15935 47054))
19145  ;;; Generated autoloads from emacs-lisp/shadow.el  ;;; Generated autoloads from emacs-lisp/shadow.el
19146    
19147  (autoload (quote list-load-path-shadows) "shadow" "\  (autoload (quote list-load-path-shadows) "shadow" "\
# Line 15729  considered to shadow a later file XXX.el Line 19181  considered to shadow a later file XXX.el
19181    
19182  When run interactively, the shadowings (if any) are displayed in a  When run interactively, the shadowings (if any) are displayed in a
19183  buffer called `*Shadows*'.  Shadowings are located by calling the  buffer called `*Shadows*'.  Shadowings are located by calling the
19184  \(non-interactive) companion function, `find-emacs-lisp-shadows'." t nil)  \(non-interactive) companion function, `find-emacs-lisp-shadows'.
19185    
19186    \(fn)" t nil)
19187    
19188  ;;;***  ;;;***
19189    
19190  ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group  ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
19191  ;;;;;;  shadow-define-cluster) "shadowfile" "shadowfile.el" (15509  ;;;;;;  shadow-define-cluster) "shadowfile" "shadowfile.el" (15935
19192  ;;;;;;  13823))  ;;;;;;  44093))
19193  ;;; Generated autoloads from shadowfile.el  ;;; Generated autoloads from shadowfile.el
19194    
19195  (autoload (quote shadow-define-cluster) "shadowfile" "\  (autoload (quote shadow-define-cluster) "shadowfile" "\
# Line 15744  This is a group of hosts that share dire Line 19198  This is a group of hosts that share dire
19198  one of them is sufficient to update the file on all of them.  Clusters are  one of them is sufficient to update the file on all of them.  Clusters are
19199  defined by a name, the network address of a primary host (the one we copy  defined by a name, the network address of a primary host (the one we copy
19200  files to), and a regular expression that matches the hostnames of all the sites  files to), and a regular expression that matches the hostnames of all the sites
19201  in the cluster." t nil)  in the cluster.
19202    
19203    \(fn NAME)" t nil)
19204    
19205  (autoload (quote shadow-define-literal-group) "shadowfile" "\  (autoload (quote shadow-define-literal-group) "shadowfile" "\
19206  Declare a single file to be shared between sites.  Declare a single file to be shared between sites.
19207  It may have different filenames on each site.  When this file is edited, the  It may have different filenames on each site.  When this file is edited, the
19208  new version will be copied to each of the other locations.  Sites can be  new version will be copied to each of the other locations.  Sites can be
19209  specific hostnames, or names of clusters (see `shadow-define-cluster')." t nil)  specific hostnames, or names of clusters (see `shadow-define-cluster').
19210    
19211    \(fn)" t nil)
19212    
19213  (autoload (quote shadow-define-regexp-group) "shadowfile" "\  (autoload (quote shadow-define-regexp-group) "shadowfile" "\
19214  Make each of a group of files be shared between hosts.  Make each of a group of files be shared between hosts.
# Line 15758  Prompts for regular expression; files ma Line 19216  Prompts for regular expression; files ma
19216  of sites, which are also prompted for.  The filenames must be identical on all  of sites, which are also prompted for.  The filenames must be identical on all
19217  hosts (if they aren't, use shadow-define-group instead of this function).  hosts (if they aren't, use shadow-define-group instead of this function).
19218  Each site can be either a hostname or the name of a cluster (see  Each site can be either a hostname or the name of a cluster (see
19219  `shadow-define-cluster')." t nil)  `shadow-define-cluster').
19220    
19221    \(fn)" t nil)
19222    
19223  (autoload (quote shadow-initialize) "shadowfile" "\  (autoload (quote shadow-initialize) "shadowfile" "\
19224  Set up file shadowing." t nil)  Set up file shadowing.
19225    
19226    \(fn)" t nil)
19227    
19228  ;;;***  ;;;***
19229    
19230  ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"  ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
19231  ;;;;;;  (15585 45188))  ;;;;;;  (15930 37817))
19232  ;;; Generated autoloads from shell.el  ;;; Generated autoloads from shell.el
19233    
19234  (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\  (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
# Line 15776  match this regexp, Emacs will write out Line 19238  match this regexp, Emacs will write out
19238  shell finishes, and won't remove backslashes when it unquotes shell  shell finishes, and won't remove backslashes when it unquotes shell
19239  arguments.")  arguments.")
19240    
19241    (custom-autoload (quote shell-dumb-shell-regexp) "shell")
19242    
19243  (autoload (quote shell) "shell" "\  (autoload (quote shell) "shell" "\
19244  Run an inferior shell, with I/O through BUFFER (which defaults to `*shell*').  Run an inferior shell, with I/O through BUFFER (which defaults to `*shell*').
19245  Interactively, a prefix arg means to prompt for BUFFER.  Interactively, a prefix arg means to prompt for BUFFER.
# Line 15803  such as `explicit-csh-args'.  If that sy Line 19267  such as `explicit-csh-args'.  If that sy
19267  its value is used as a list of arguments when invoking the shell.  its value is used as a list of arguments when invoking the shell.
19268  Otherwise, one argument `-i' is passed to the shell.  Otherwise, one argument `-i' is passed to the shell.
19269    
19270  \(Type \\[describe-mode] in the shell buffer for a list of commands.)" t nil)  \(Type \\[describe-mode] in the shell buffer for a list of commands.)
19271    
19272    \(fn &optional BUFFER)" t nil)
19273   (add-hook 'same-window-buffer-names "*shell*")   (add-hook 'same-window-buffer-names "*shell*")
19274    
19275  ;;;***  ;;;***
19276    
19277  ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15394  ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15935
19278  ;;;;;;  38677))  ;;;;;;  48915))
19279  ;;; Generated autoloads from progmodes/simula.el  ;;; Generated autoloads from progmodes/simula.el
19280    
19281  (autoload (quote simula-mode) "simula" "\  (autoload (quote simula-mode) "simula" "\
# Line 15855  with no arguments, if that value is non- Line 19321  with no arguments, if that value is non-
19321    
19322  Warning: simula-mode-hook should not read in an abbrev file without calling  Warning: simula-mode-hook should not read in an abbrev file without calling
19323  the function simula-install-standard-abbrevs afterwards, preferably not  the function simula-install-standard-abbrevs afterwards, preferably not
19324  at all." t nil)  at all.
19325    
19326    \(fn)" t nil)
19327    
19328  ;;;***  ;;;***
19329    
19330  ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy  ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy
19331  ;;;;;;  skeleton-proxy-new define-skeleton) "skeleton" "skeleton.el"  ;;;;;;  skeleton-proxy-new define-skeleton) "skeleton" "skeleton.el"
19332  ;;;;;;  (15585 45188))  ;;;;;;  (15912 26916))
19333  ;;; Generated autoloads from skeleton.el  ;;; Generated autoloads from skeleton.el
19334    
19335  (defvar skeleton-filter (quote identity) "\  (defvar skeleton-filter (quote identity) "\
# Line 15871  Function for transforming a skeleton pro Line 19339  Function for transforming a skeleton pro
19339  Define a user-configurable COMMAND that enters a statement skeleton.  Define a user-configurable COMMAND that enters a statement skeleton.
19340  DOCUMENTATION is that of the command, while the variable of the same name,  DOCUMENTATION is that of the command, while the variable of the same name,
19341  which contains the skeleton, has a documentation to that effect.  which contains the skeleton, has a documentation to that effect.
19342  INTERACTOR and ELEMENT ... are as defined under `skeleton-insert'." nil (quote macro))  INTERACTOR and ELEMENT ... are as defined under `skeleton-insert'.
19343    
19344    \(fn COMMAND DOCUMENTATION &rest SKELETON)" nil (quote macro))
19345    
19346  (autoload (quote skeleton-proxy-new) "skeleton" "\  (autoload (quote skeleton-proxy-new) "skeleton" "\
19347  Insert skeleton defined by variable of same name (see `skeleton-insert').  Insert skeleton defined by variable of same name (see `skeleton-insert').
# Line 15883  This command can also be an abbrev expan Line 19353  This command can also be an abbrev expan
19353    
19354  When called as a function, optional first argument STR may also be a string  When called as a function, optional first argument STR may also be a string
19355  which will be the value of `str' whereas the skeleton's interactor is then  which will be the value of `str' whereas the skeleton's interactor is then
19356  ignored." t nil)  ignored.
19357    
19358    \(fn SKELETON &optional STR ARG)" t nil)
19359    
19360  (autoload (quote skeleton-proxy) "skeleton" "\  (autoload (quote skeleton-proxy) "skeleton" "\
19361  Insert skeleton defined by variable of same name (see `skeleton-insert').  Insert skeleton defined by variable of same name (see `skeleton-insert').
# Line 15895  This command can also be an abbrev expan Line 19367  This command can also be an abbrev expan
19367    
19368  When called as a function, optional first argument STR may also be a string  When called as a function, optional first argument STR may also be a string
19369  which will be the value of `str' whereas the skeleton's interactor is then  which will be the value of `str' whereas the skeleton's interactor is then
19370  ignored." t nil)  ignored.
19371    
19372    \(fn &optional STR ARG)" t nil)
19373    
19374  (autoload (quote skeleton-insert) "skeleton" "\  (autoload (quote skeleton-insert) "skeleton" "\
19375  Insert the complex statement skeleton SKELETON describes very concisely.  Insert the complex statement skeleton SKELETON describes very concisely.
# Line 15956  available: Line 19430  available:
19430          v1, v2  local variables for memorizing anything you want          v1, v2  local variables for memorizing anything you want
19431    
19432  When done with skeleton, but before going back to `_'-point call  When done with skeleton, but before going back to `_'-point call
19433  `skeleton-end-hook' if that is non-`nil'." nil nil)  `skeleton-end-hook' if that is non-`nil'.
19434    
19435    \(fn SKELETON &optional REGIONS STR)" nil nil)
19436    
19437  (autoload (quote skeleton-pair-insert-maybe) "skeleton" "\  (autoload (quote skeleton-pair-insert-maybe) "skeleton" "\
19438  Insert the character you type ARG times.  Insert the character you type ARG times.
# Line 15970  such as backslash. Line 19446  such as backslash.
19446    
19447  If a match is found in `skeleton-pair-alist', that is inserted, else  If a match is found in `skeleton-pair-alist', that is inserted, else
19448  the defaults are used.  These are (), [], {}, <> and `' for the  the defaults are used.  These are (), [], {}, <> and `' for the
19449  symmetrical ones, and the same character twice for the others." t nil)  symmetrical ones, and the same character twice for the others.
19450    
19451    \(fn ARG)" t nil)
19452    
19453  ;;;***  ;;;***
19454    
19455  ;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15347  ;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el"
19456  ;;;;;;  16623))  ;;;;;;  (15935 44142))
19457  ;;; Generated autoloads from smerge-mode.el  ;;; Generated autoloads from smerge-mode.el
19458    
19459    (autoload (quote smerge-ediff) "smerge-mode" "\
19460    Invoke ediff to resolve the conflicts.
19461    NAME-MINE, NAME-OTHER, and NAME-BASE, if non-nil, are used for the
19462    buffer names.
19463    
19464    \(fn &optional NAME-MINE NAME-OTHER NAME-BASE)" t nil)
19465    
19466  (autoload (quote smerge-mode) "smerge-mode" "\  (autoload (quote smerge-mode) "smerge-mode" "\
19467  Minor mode to simplify editing output from the diff3 program.  Minor mode to simplify editing output from the diff3 program.
19468  \\{smerge-mode-map}" t nil)  \\{smerge-mode-map}
19469    
19470    \(fn &optional ARG)" t nil)
19471    
19472  ;;;***  ;;;***
19473    
19474  ;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el"  ;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el"
19475  ;;;;;;  (14902 55791))  ;;;;;;  (15847 36480))
19476  ;;; Generated autoloads from gnus/smiley-ems.el  ;;; Generated autoloads from gnus/smiley-ems.el
19477    
19478  (autoload (quote smiley-region) "smiley-ems" "\  (autoload (quote smiley-region) "smiley-ems" "\
19479  Display textual smileys as images.  Display textual smileys as images.
19480  START and END specify the region; interactively, use the values  START and END specify the region; interactively, use the values
19481  of point and mark.  The value of `smiley-regexp-alist' determines  of point and mark.  The value of `smiley-regexp-alist' determines
19482  which smileys to operate on and which images to use for them." t nil)  which smileys to operate on and which images to use for them.
19483    
19484    \(fn START END)" t nil)
19485    
19486  ;;;***  ;;;***
19487    
19488  ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el"  ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
19489  ;;;;;;  (15583 13479))  ;;;;;;  "mail/smtpmail.el" (15935 48280))
19490  ;;; Generated autoloads from mail/smtpmail.el  ;;; Generated autoloads from mail/smtpmail.el
19491    
19492  (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil)  (autoload (quote smtpmail-send-it) "smtpmail" "\
19493    Not documented
19494    
19495    \(fn)" nil nil)
19496    
19497    (autoload (quote smtpmail-send-queued-mail) "smtpmail" "\
19498    Send mail that was queued as a result of setting `smtpmail-queue-mail'.
19499    
19500    \(fn)" t nil)
19501    
19502  ;;;***  ;;;***
19503    
19504  ;;;### (autoloads (snake) "snake" "play/snake.el" (15540 57055))  ;;;### (autoloads (snake) "snake" "play/snake.el" (15745 59594))
19505  ;;; Generated autoloads from play/snake.el  ;;; Generated autoloads from play/snake.el
19506    
19507  (autoload (quote snake) "snake" "\  (autoload (quote snake) "snake" "\
# Line 16021  Snake mode keybindings: Line 19518  Snake mode keybindings:
19518  \\[snake-move-left]     Makes the snake move left  \\[snake-move-left]     Makes the snake move left
19519  \\[snake-move-right]    Makes the snake move right  \\[snake-move-right]    Makes the snake move right
19520  \\[snake-move-up]       Makes the snake move up  \\[snake-move-up]       Makes the snake move up
19521  \\[snake-move-down]     Makes the snake move down" t nil)  \\[snake-move-down]     Makes the snake move down
19522    
19523    \(fn)" t nil)
19524    
19525  ;;;***  ;;;***
19526    
19527  ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"  ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
19528  ;;;;;;  (15492 4787))  ;;;;;;  (15491 16844))
19529  ;;; Generated autoloads from net/snmp-mode.el  ;;; Generated autoloads from net/snmp-mode.el
19530    
19531  (autoload (quote snmp-mode) "snmp-mode" "\  (autoload (quote snmp-mode) "snmp-mode" "\
# Line 16037  Comments start with -- and end with newl Line 19536  Comments start with -- and end with newl
19536  Delete converts tabs to spaces as it moves back.  Delete converts tabs to spaces as it moves back.
19537  \\{snmp-mode-map}  \\{snmp-mode-map}
19538  Turning on snmp-mode runs the hooks in `snmp-common-mode-hook', then  Turning on snmp-mode runs the hooks in `snmp-common-mode-hook', then
19539  `snmp-mode-hook'." t nil)  `snmp-mode-hook'.
19540    
19541    \(fn)" t nil)
19542    
19543  (autoload (quote snmpv2-mode) "snmp-mode" "\  (autoload (quote snmpv2-mode) "snmp-mode" "\
19544  Major mode for editing SNMPv2 MIBs.  Major mode for editing SNMPv2 MIBs.
# Line 16047  Comments start with -- and end with newl Line 19548  Comments start with -- and end with newl
19548  Delete converts tabs to spaces as it moves back.  Delete converts tabs to spaces as it moves back.
19549  \\{snmp-mode-map}  \\{snmp-mode-map}
19550  Turning on snmp-mode runs the hooks in `snmp-common-mode-hook',  Turning on snmp-mode runs the hooks in `snmp-common-mode-hook',
19551  then `snmpv2-mode-hook'." t nil)  then `snmpv2-mode-hook'.
19552    
19553    \(fn)" t nil)
19554    
19555  ;;;***  ;;;***
19556    
19557  ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name  ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
19558  ;;;;;;  calendar-longitude calendar-latitude calendar-time-display-form)  ;;;;;;  calendar-longitude calendar-latitude calendar-time-display-form)
19559  ;;;;;;  "solar" "calendar/solar.el" (15533 28773))  ;;;;;;  "solar" "calendar/solar.el" (15935 46813))
19560  ;;; Generated autoloads from calendar/solar.el  ;;; Generated autoloads from calendar/solar.el
19561    
19562  (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\  (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
19563  *The pseudo-pattern that governs the way a time of day is formatted.  *The pseudo-pattern that governs the way a time of day is formatted.
19564    
19565  A pseudo-pattern is a list of expressions that can involve the keywords  A pseudo-pattern is a list of expressions that can involve the keywords
19566  `12-hours', `24-hours', and `minutes',  all numbers in string form,  `12-hours', `24-hours', and `minutes', all numbers in string form,
19567  and `am-pm' and `time-zone',  both alphabetic strings.  and `am-pm' and `time-zone', both alphabetic strings.
19568    
19569  For example, the form  For example, the form
19570    
# Line 16070  For example, the form Line 19573  For example, the form
19573    
19574  would give military-style times like `21:07 (UTC)'.")  would give military-style times like `21:07 (UTC)'.")
19575    
19576    (custom-autoload (quote calendar-time-display-form) "solar")
19577    
19578  (defvar calendar-latitude nil "\  (defvar calendar-latitude nil "\
19579  *Latitude of `calendar-location-name' in degrees.  *Latitude of `calendar-location-name' in degrees.
19580    
# Line 16080  York City. Line 19585  York City.
19585    
19586  This variable should be set in `site-start'.el.")  This variable should be set in `site-start'.el.")
19587    
19588    (custom-autoload (quote calendar-latitude) "solar")
19589    
19590  (defvar calendar-longitude nil "\  (defvar calendar-longitude nil "\
19591  *Longitude of `calendar-location-name' in degrees.  *Longitude of `calendar-location-name' in degrees.
19592    
# Line 16090  York City. Line 19597  York City.
19597    
19598  This variable should be set in `site-start'.el.")  This variable should be set in `site-start'.el.")
19599    
19600    (custom-autoload (quote calendar-longitude) "solar")
19601    
19602  (defvar calendar-location-name (quote (let ((float-output-format "%.1f")) (format "%s%s, %s%s" (if (numberp calendar-latitude) (abs calendar-latitude) (+ (aref calendar-latitude 0) (/ (aref calendar-latitude 1) 60.0))) (if (numberp calendar-latitude) (if (> calendar-latitude 0) "N" "S") (if (equal (aref calendar-latitude 2) (quote north)) "N" "S")) (if (numberp calendar-longitude) (abs calendar-longitude) (+ (aref calendar-longitude 0) (/ (aref calendar-longitude 1) 60.0))) (if (numberp calendar-longitude) (if (> calendar-longitude 0) "E" "W") (if (equal (aref calendar-longitude 2) (quote east)) "E" "W"))))) "\  (defvar calendar-location-name (quote (let ((float-output-format "%.1f")) (format "%s%s, %s%s" (if (numberp calendar-latitude) (abs calendar-latitude) (+ (aref calendar-latitude 0) (/ (aref calendar-latitude 1) 60.0))) (if (numberp calendar-latitude) (if (> calendar-latitude 0) "N" "S") (if (equal (aref calendar-latitude 2) (quote north)) "N" "S")) (if (numberp calendar-longitude) (abs calendar-longitude) (+ (aref calendar-longitude 0) (/ (aref calendar-longitude 1) 60.0))) (if (numberp calendar-longitude) (if (> calendar-longitude 0) "E" "W") (if (equal (aref calendar-longitude 2) (quote east)) "E" "W"))))) "\
19603  *Expression evaluating to name of `calendar-longitude', `calendar-latitude'.  *Expression evaluating to name of `calendar-longitude', `calendar-latitude'.
19604  For example, \"New York City\".  Default value is just the latitude, longitude  For example, \"New York City\".  Default value is just the latitude, longitude
# Line 16097  pair. Line 19606  pair.
19606    
19607  This variable should be set in `site-start'.el.")  This variable should be set in `site-start'.el.")
19608    
19609    (custom-autoload (quote calendar-location-name) "solar")
19610    
19611  (autoload (quote sunrise-sunset) "solar" "\  (autoload (quote sunrise-sunset) "solar" "\
19612  Local time of sunrise and sunset for today.  Accurate to a few seconds.  Local time of sunrise and sunset for today.  Accurate to a few seconds.
19613  If called with an optional prefix argument, prompt for date.  If called with an optional prefix argument, prompt for date.
# Line 16104  If called with an optional prefix argume Line 19615  If called with an optional prefix argume
19615  If called with an optional double prefix argument, prompt for longitude,  If called with an optional double prefix argument, prompt for longitude,
19616  latitude, time zone, and date, and always use standard time.  latitude, time zone, and date, and always use standard time.
19617    
19618  This function is suitable for execution in a .emacs file." t nil)  This function is suitable for execution in a .emacs file.
19619    
19620    \(fn &optional ARG)" t nil)
19621    
19622  (autoload (quote solar-equinoxes-solstices) "solar" "\  (autoload (quote solar-equinoxes-solstices) "solar" "\
19623  *local* date and time of equinoxes and solstices, if visible in the calendar window.  *local* date and time of equinoxes and solstices, if visible in the calendar window.
19624  Requires floating point." nil nil)  Requires floating point.
19625    
19626    \(fn)" nil nil)
19627    
19628  ;;;***  ;;;***
19629    
19630  ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15546  ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15935
19631  ;;;;;;  9143))  ;;;;;;  48681))
19632  ;;; Generated autoloads from play/solitaire.el  ;;; Generated autoloads from play/solitaire.el
19633    
19634  (autoload (quote solitaire) "solitaire" "\  (autoload (quote solitaire) "solitaire" "\
# Line 16134  I don't know who invented this game, but Line 19649  I don't know who invented this game, but
19649  its origin seems to be northern Africa.  Here's how to play:  its origin seems to be northern Africa.  Here's how to play:
19650  Initially, the board will look similar to this:  Initially, the board will look similar to this:
19651    
19652          Le Solitaire                      Le Solitaire
19653          ============                      ============
19654            
19655                  o   o   o                          o   o   o
19656            
19657                  o   o   o                          o   o   o
19658            
19659          o   o   o   o   o   o   o          o   o   o   o   o   o   o
19660            
19661          o   o   o   .   o   o   o          o   o   o   .   o   o   o
19662            
19663          o   o   o   o   o   o   o          o   o   o   o   o   o   o
19664            
19665                  o   o   o                          o   o   o
19666            
19667                  o   o   o                          o   o   o
19668    
19669  Let's call the o's stones and the .'s holes.  One stone fits into one  Let's call the o's stones and the .'s holes.  One stone fits into one
19670  hole.  As you can see, all holes but one are occupied by stones.  The  hole.  As you can see, all holes but one are occupied by stones.  The
# Line 16166  which therefore is taken away.  The abov Line 19681  which therefore is taken away.  The abov
19681    
19682  That's all.  Here's the board after two moves:  That's all.  Here's the board after two moves:
19683    
19684                  o   o   o                          o   o   o
19685            
19686                  .   o   o                          .   o   o
19687            
19688          o   o   .   o   o   o   o          o   o   .   o   o   o   o
19689            
19690          o   .   o   o   o   o   o          o   .   o   o   o   o   o
19691            
19692          o   o   o   o   o   o   o          o   o   o   o   o   o   o
19693            
19694                  o   o   o                          o   o   o
19695            
19696                  o   o   o                  o   o   o
19697    
19698  Pick your favourite shortcuts:  Pick your favourite shortcuts:
19699    
19700  \\{solitaire-mode-map}" t nil)  \\{solitaire-mode-map}
19701    
19702    \(fn ARG)" t nil)
19703    
19704  ;;;***  ;;;***
19705    
19706  ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields  ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
19707  ;;;;;;  sort-fields sort-numeric-fields sort-pages sort-paragraphs  ;;;;;;  sort-fields sort-numeric-fields sort-pages sort-paragraphs
19708  ;;;;;;  sort-lines sort-subr) "sort" "sort.el" (15546 9142))  ;;;;;;  sort-lines sort-subr) "sort" "sort.el" (15935 44159))
19709  ;;; Generated autoloads from sort.el  ;;; Generated autoloads from sort.el
19710    
19711  (autoload (quote sort-subr) "sort" "\  (autoload (quote sort-subr) "sort" "\
# Line 16226  starts at the beginning of the record. Line 19743  starts at the beginning of the record.
19743    
19744  ENDKEYFUN moves from the start of the sort key to the end of the sort key.  ENDKEYFUN moves from the start of the sort key to the end of the sort key.
19745  ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the  ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the
19746  same as ENDRECFUN." nil nil)  same as ENDRECFUN.
19747    
19748    \(fn REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN)" nil nil)
19749    
19750  (autoload (quote sort-lines) "sort" "\  (autoload (quote sort-lines) "sort" "\
19751  Sort lines in region alphabetically; argument means descending order.  Sort lines in region alphabetically; argument means descending order.
19752  Called from a program, there are three arguments:  Called from a program, there are three arguments:
19753  REVERSE (non-nil means reverse order), BEG and END (region to sort).  REVERSE (non-nil means reverse order), BEG and END (region to sort).
19754  The variable `sort-fold-case' determines whether alphabetic case affects  The variable `sort-fold-case' determines whether alphabetic case affects
19755  the sort order." t nil)  the sort order.
19756    
19757    \(fn REVERSE BEG END)" t nil)
19758    
19759  (autoload (quote sort-paragraphs) "sort" "\  (autoload (quote sort-paragraphs) "sort" "\
19760  Sort paragraphs in region alphabetically; argument means descending order.  Sort paragraphs in region alphabetically; argument means descending order.
19761  Called from a program, there are three arguments:  Called from a program, there are three arguments:
19762  REVERSE (non-nil means reverse order), BEG and END (region to sort).  REVERSE (non-nil means reverse order), BEG and END (region to sort).
19763  The variable `sort-fold-case' determines whether alphabetic case affects  The variable `sort-fold-case' determines whether alphabetic case affects
19764  the sort order." t nil)  the sort order.
19765    
19766    \(fn REVERSE BEG END)" t nil)
19767    
19768  (autoload (quote sort-pages) "sort" "\  (autoload (quote sort-pages) "sort" "\
19769  Sort pages in region alphabetically; argument means descending order.  Sort pages in region alphabetically; argument means descending order.
19770  Called from a program, there are three arguments:  Called from a program, there are three arguments:
19771  REVERSE (non-nil means reverse order), BEG and END (region to sort).  REVERSE (non-nil means reverse order), BEG and END (region to sort).
19772  The variable `sort-fold-case' determines whether alphabetic case affects  The variable `sort-fold-case' determines whether alphabetic case affects
19773  the sort order." t nil)  the sort order.
19774    
19775    \(fn REVERSE BEG END)" t nil)
19776    
19777  (autoload (quote sort-numeric-fields) "sort" "\  (autoload (quote sort-numeric-fields) "sort" "\
19778  Sort lines in region numerically by the ARGth field of each line.  Sort lines in region numerically by the ARGth field of each line.
# Line 16257  which may begin with \"0x\" or \"0\" for Line 19782  which may begin with \"0x\" or \"0\" for
19782  Otherwise, the number is interpreted according to sort-numeric-base.  Otherwise, the number is interpreted according to sort-numeric-base.
19783  With a negative arg, sorts by the ARGth field counted from the right.  With a negative arg, sorts by the ARGth field counted from the right.
19784  Called from a program, there are three arguments:  Called from a program, there are three arguments:
19785  FIELD, BEG and END.  BEG and END specify region to sort." t nil)  FIELD, BEG and END.  BEG and END specify region to sort.
19786    
19787    \(fn FIELD BEG END)" t nil)
19788    
19789  (autoload (quote sort-fields) "sort" "\  (autoload (quote sort-fields) "sort" "\
19790  Sort lines in region lexicographically by the ARGth field of each line.  Sort lines in region lexicographically by the ARGth field of each line.
# Line 16266  With a negative arg, sorts by the ARGth Line 19793  With a negative arg, sorts by the ARGth
19793  Called from a program, there are three arguments:  Called from a program, there are three arguments:
19794  FIELD, BEG and END.  BEG and END specify region to sort.  FIELD, BEG and END.  BEG and END specify region to sort.
19795  The variable `sort-fold-case' determines whether alphabetic case affects  The variable `sort-fold-case' determines whether alphabetic case affects
19796  the sort order." t nil)  the sort order.
19797    
19798    \(fn FIELD BEG END)" t nil)
19799    
19800  (autoload (quote sort-regexp-fields) "sort" "\  (autoload (quote sort-regexp-fields) "sort" "\
19801  Sort the region lexicographically as specified by RECORD-REGEXP and KEY.  Sort the region lexicographically as specified by RECORD-REGEXP and KEY.
# Line 16287  the sort order. Line 19816  the sort order.
19816    
19817  For example: to sort lines in the region by the first word on each line  For example: to sort lines in the region by the first word on each line
19818   starting with the letter \"f\",   starting with the letter \"f\",
19819   RECORD-REGEXP would be \"^.*$\" and KEY would be \"\\\\=\\<f\\\\w*\\\\>\"" t nil)   RECORD-REGEXP would be \"^.*$\" and KEY would be \"\\\\=\\<f\\\\w*\\\\>\"
19820    
19821    \(fn REVERSE RECORD-REGEXP KEY-REGEXP BEG END)" t nil)
19822    
19823  (autoload (quote sort-columns) "sort" "\  (autoload (quote sort-columns) "sort" "\
19824  Sort lines in region alphabetically by a certain range of columns.  Sort lines in region alphabetically by a certain range of columns.
# Line 16302  Note that `sort-columns' rejects text th Line 19833  Note that `sort-columns' rejects text th
19833  because tabs could be split across the specified columns  because tabs could be split across the specified columns
19834  and it doesn't know how to handle that.  Also, when possible,  and it doesn't know how to handle that.  Also, when possible,
19835  it uses the `sort' utility program, which doesn't understand tabs.  it uses the `sort' utility program, which doesn't understand tabs.
19836  Use \\[untabify] to convert tabs to spaces before sorting." t nil)  Use \\[untabify] to convert tabs to spaces before sorting.
19837    
19838    \(fn REVERSE &optional BEG END)" t nil)
19839    
19840  (autoload (quote reverse-region) "sort" "\  (autoload (quote reverse-region) "sort" "\
19841  Reverse the order of lines in a region.  Reverse the order of lines in a region.
19842  From a program takes two point or marker arguments, BEG and END." t nil)  From a program takes two point or marker arguments, BEG and END.
19843    
19844    \(fn BEG END)" t nil)
19845    
19846  ;;;***  ;;;***
19847    
19848  ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"  ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
19849  ;;;;;;  "speedbar.el" (15546 9142))  ;;;;;;  "speedbar.el" (15935 44194))
19850  ;;; Generated autoloads from speedbar.el  ;;; Generated autoloads from speedbar.el
19851    
19852  (defalias (quote speedbar) (quote speedbar-frame-mode))  (defalias (quote speedbar) (quote speedbar-frame-mode))
# Line 16322  nil means toggle.  Once the speedbar fra Line 19857  nil means toggle.  Once the speedbar fra
19857  `speedbar-mode' will be displayed.  Currently, only one speedbar is  `speedbar-mode' will be displayed.  Currently, only one speedbar is
19858  supported at a time.  supported at a time.
19859  `speedbar-before-popup-hook' is called before popping up the speedbar frame.  `speedbar-before-popup-hook' is called before popping up the speedbar frame.
19860  `speedbar-before-delete-hook' is called before the frame is deleted." t nil)  `speedbar-before-delete-hook' is called before the frame is deleted.
19861    
19862    \(fn &optional ARG)" t nil)
19863    
19864  (autoload (quote speedbar-get-focus) "speedbar" "\  (autoload (quote speedbar-get-focus) "speedbar" "\
19865  Change frame focus to or from the speedbar frame.  Change frame focus to or from the speedbar frame.
19866  If the selected frame is not speedbar, then speedbar frame is  If the selected frame is not speedbar, then speedbar frame is
19867  selected.  If the speedbar frame is active, then select the attached frame." t nil)  selected.  If the speedbar frame is active, then select the attached frame.
19868    
19869    \(fn)" t nil)
19870    
19871  ;;;***  ;;;***
19872    
19873  ;;;### (autoloads (spell-string spell-region spell-word spell-buffer)  ;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
19874  ;;;;;;  "spell" "textmodes/spell.el" (15186 14374))  ;;;;;;  "spell" "textmodes/spell.el" (15185 49575))
19875  ;;; Generated autoloads from textmodes/spell.el  ;;; Generated autoloads from textmodes/spell.el
19876    
19877  (put (quote spell-filter) (quote risky-local-variable) t)  (put (quote spell-filter) (quote risky-local-variable) t)
# Line 16342  Check spelling of every word in the buff Line 19881  Check spelling of every word in the buff
19881  For each incorrect word, you are asked for the correct spelling  For each incorrect word, you are asked for the correct spelling
19882  and then put into a query-replace to fix some or all occurrences.  and then put into a query-replace to fix some or all occurrences.
19883  If you do not want to change a word, just give the same word  If you do not want to change a word, just give the same word
19884  as its \"correct\" spelling; then the query replace is skipped." t nil)  as its \"correct\" spelling; then the query replace is skipped.
19885    
19886    \(fn)" t nil)
19887    
19888  (autoload (quote spell-word) "spell" "\  (autoload (quote spell-word) "spell" "\
19889  Check spelling of word at or before point.  Check spelling of word at or before point.
19890  If it is not correct, ask user for the correct spelling  If it is not correct, ask user for the correct spelling
19891  and `query-replace' the entire buffer to substitute it." t nil)  and `query-replace' the entire buffer to substitute it.
19892    
19893    \(fn)" t nil)
19894    
19895  (autoload (quote spell-region) "spell" "\  (autoload (quote spell-region) "spell" "\
19896  Like `spell-buffer' but applies only to region.  Like `spell-buffer' but applies only to region.
19897  Used in a program, applies from START to END.  Used in a program, applies from START to END.
19898  DESCRIPTION is an optional string naming the unit being checked:  DESCRIPTION is an optional string naming the unit being checked:
19899  for example, \"word\"." t nil)  for example, \"word\".
19900    
19901    \(fn START END &optional DESCRIPTION)" t nil)
19902    
19903  (autoload (quote spell-string) "spell" "\  (autoload (quote spell-string) "spell" "\
19904  Check spelling of string supplied as argument." t nil)  Check spelling of string supplied as argument.
19905    
19906    \(fn STRING)" t nil)
19907    
19908  ;;;***  ;;;***
19909    
19910  ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (14818  ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (14816
19911  ;;;;;;  26939))  ;;;;;;  44944))
19912  ;;; Generated autoloads from play/spook.el  ;;; Generated autoloads from play/spook.el
19913    
19914  (autoload (quote spook) "spook" "\  (autoload (quote spook) "spook" "\
19915  Adds that special touch of class to your outgoing mail." t nil)  Adds that special touch of class to your outgoing mail.
19916    
19917    \(fn)" t nil)
19918    
19919  (autoload (quote snarf-spooks) "spook" "\  (autoload (quote snarf-spooks) "spook" "\
19920  Return a vector containing the lines from `spook-phrases-file'." nil nil)  Return a vector containing the lines from `spook-phrases-file'.
19921    
19922    \(fn)" nil nil)
19923    
19924  ;;;***  ;;;***
19925    
19926  ;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres  ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
19927  ;;;;;;  sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode  ;;;;;;  sql-ms sql-ingres sql-solid sql-mysql sql-informix sql-sybase
19928  ;;;;;;  sql-help) "sql" "progmodes/sql.el" (15435 26758))  ;;;;;;  sql-oracle sql-mode sql-help) "sql" "progmodes/sql.el" (15836
19929    ;;;;;;  39390))
19930  ;;; Generated autoloads from progmodes/sql.el  ;;; Generated autoloads from progmodes/sql.el
19931    
19932  (autoload (quote sql-help) "sql" "\  (autoload (quote sql-help) "sql" "\
# Line 16397  Other non-free SQL implementations are a Line 19949  Other non-free SQL implementations are a
19949      Ingres: \\[sql-ingres]      Ingres: \\[sql-ingres]
19950      Microsoft: \\[sql-ms]      Microsoft: \\[sql-ms]
19951      Interbase: \\[sql-interbase]      Interbase: \\[sql-interbase]
19952        Linter: \\[sql-linter]
19953    
19954  But we urge you to choose a free implementation instead of these.  But we urge you to choose a free implementation instead of these.
19955    
# Line 16412  anything.  The name of the major mode is Line 19965  anything.  The name of the major mode is
19965    
19966  In this SQL buffer (SQL mode), you can send the region or the entire  In this SQL buffer (SQL mode), you can send the region or the entire
19967  buffer to the interactive SQL buffer (SQLi mode).  The results are  buffer to the interactive SQL buffer (SQLi mode).  The results are
19968  appended to the SQLi buffer without disturbing your SQL buffer." t nil)  appended to the SQLi buffer without disturbing your SQL buffer.
19969    
19970    \(fn)" t nil)
19971    
19972  (autoload (quote sql-mode) "sql" "\  (autoload (quote sql-mode) "sql" "\
19973  Major mode to edit SQL.  Major mode to edit SQL.
# Line 16440  you must tell Emacs.  Here's how to do t Line 19995  you must tell Emacs.  Here's how to do t
19995    
19996  \(add-hook 'sql-mode-hook  \(add-hook 'sql-mode-hook
19997            (lambda ()            (lambda ()
19998              (modify-syntax-entry ?\\\\ \".\" sql-mode-syntax-table)))" t nil)              (modify-syntax-entry ?\\\\ \".\" sql-mode-syntax-table)))
19999    
20000    \(fn)" t nil)
20001    
20002  (autoload (quote sql-oracle) "sql" "\  (autoload (quote sql-oracle) "sql" "\
20003  Run sqlplus by Oracle as an inferior process.  Run sqlplus by Oracle as an inferior process.
# Line 16464  in the SQL buffer, after you start the p Line 20021  in the SQL buffer, after you start the p
20021  The default comes from `process-coding-system-alist' and  The default comes from `process-coding-system-alist' and
20022  `default-process-coding-system'.  `default-process-coding-system'.
20023    
20024  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil)  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
20025    
20026    \(fn)" t nil)
20027    
20028  (autoload (quote sql-sybase) "sql" "\  (autoload (quote sql-sybase) "sql" "\
20029  Run isql by SyBase as an inferior process.  Run isql by SyBase as an inferior process.
# Line 16488  in the SQL buffer, after you start the p Line 20047  in the SQL buffer, after you start the p
20047  The default comes from `process-coding-system-alist' and  The default comes from `process-coding-system-alist' and
20048  `default-process-coding-system'.  `default-process-coding-system'.
20049    
20050  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil)  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
20051    
20052    \(fn)" t nil)
20053    
20054  (autoload (quote sql-informix) "sql" "\  (autoload (quote sql-informix) "sql" "\
20055  Run dbaccess by Informix as an inferior process.  Run dbaccess by Informix as an inferior process.
# Line 16510  in the SQL buffer, after you start the p Line 20071  in the SQL buffer, after you start the p
20071  The default comes from `process-coding-system-alist' and  The default comes from `process-coding-system-alist' and
20072  `default-process-coding-system'.  `default-process-coding-system'.
20073    
20074  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil)  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
20075    
20076    \(fn)" t nil)
20077    
20078  (autoload (quote sql-mysql) "sql" "\  (autoload (quote sql-mysql) "sql" "\
20079  Run mysql by TcX as an inferior process.  Run mysql by TcX as an inferior process.
# Line 16536  in the SQL buffer, after you start the p Line 20099  in the SQL buffer, after you start the p
20099  The default comes from `process-coding-system-alist' and  The default comes from `process-coding-system-alist' and
20100  `default-process-coding-system'.  `default-process-coding-system'.
20101    
20102  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil)  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
20103    
20104    \(fn)" t nil)
20105    
20106  (autoload (quote sql-solid) "sql" "\  (autoload (quote sql-solid) "sql" "\
20107  Run solsql by Solid as an inferior process.  Run solsql by Solid as an inferior process.
# Line 16559  in the SQL buffer, after you start the p Line 20124  in the SQL buffer, after you start the p
20124  The default comes from `process-coding-system-alist' and  The default comes from `process-coding-system-alist' and
20125  `default-process-coding-system'.  `default-process-coding-system'.
20126    
20127  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil)  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
20128    
20129    \(fn)" t nil)
20130    
20131  (autoload (quote sql-ingres) "sql" "\  (autoload (quote sql-ingres) "sql" "\
20132  Run sql by Ingres as an inferior process.  Run sql by Ingres as an inferior process.
# Line 16581  in the SQL buffer, after you start the p Line 20148  in the SQL buffer, after you start the p
20148  The default comes from `process-coding-system-alist' and  The default comes from `process-coding-system-alist' and
20149  `default-process-coding-system'.  `default-process-coding-system'.
20150    
20151  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil)  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
20152    
20153    \(fn)" t nil)
20154    
20155  (autoload (quote sql-ms) "sql" "\  (autoload (quote sql-ms) "sql" "\
20156  Run isql by Microsoft as an inferior process.  Run isql by Microsoft as an inferior process.
# Line 16592  If buffer exists and a process is runnin Line 20161  If buffer exists and a process is runnin
20161    
20162  Interpreter used comes from variable `sql-ms-program'.  Login uses the  Interpreter used comes from variable `sql-ms-program'.  Login uses the
20163  variables `sql-user', `sql-password', `sql-database', and `sql-server'  variables `sql-user', `sql-password', `sql-database', and `sql-server'
20164  as defaults, if set.  as defaults, if set.  Additional command line parameters can be stored
20165    in the list `sql-ms-options'.
20166    
20167  The buffer is put in sql-interactive-mode, giving commands for sending  The buffer is put in sql-interactive-mode, giving commands for sending
20168  input.  See `sql-interactive-mode'.  input.  See `sql-interactive-mode'.
# Line 16604  in the SQL buffer, after you start the p Line 20174  in the SQL buffer, after you start the p
20174  The default comes from `process-coding-system-alist' and  The default comes from `process-coding-system-alist' and
20175  `default-process-coding-system'.  `default-process-coding-system'.
20176    
20177  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil)  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
20178    
20179    \(fn)" t nil)
20180    
20181  (autoload (quote sql-postgres) "sql" "\  (autoload (quote sql-postgres) "sql" "\
20182  Run psql by Postgres as an inferior process.  Run psql by Postgres as an inferior process.
# Line 16633  Try to set `comint-output-filter-functio Line 20205  Try to set `comint-output-filter-functio
20205  \(setq comint-output-filter-functions (append comint-output-filter-functions  \(setq comint-output-filter-functions (append comint-output-filter-functions
20206                                               '(comint-strip-ctrl-m)))                                               '(comint-strip-ctrl-m)))
20207    
20208  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil)  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
20209    
20210    \(fn)" t nil)
20211    
20212  (autoload (quote sql-interbase) "sql" "\  (autoload (quote sql-interbase) "sql" "\
20213  Run isql by Interbase as an inferior process.  Run isql by Interbase as an inferior process.
# Line 16656  in the SQL buffer, after you start the p Line 20230  in the SQL buffer, after you start the p
20230  The default comes from `process-coding-system-alist' and  The default comes from `process-coding-system-alist' and
20231  `default-process-coding-system'.  `default-process-coding-system'.
20232    
20233  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil)  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
20234    
20235    \(fn)" t nil)
20236    
20237  (autoload (quote sql-db2) "sql" "\  (autoload (quote sql-db2) "sql" "\
20238  Run db2 by IBM as an inferior process.  Run db2 by IBM as an inferior process.
# Line 16683  in the SQL buffer, after you start the p Line 20259  in the SQL buffer, after you start the p
20259  The default comes from `process-coding-system-alist' and  The default comes from `process-coding-system-alist' and
20260  `default-process-coding-system'.  `default-process-coding-system'.
20261    
20262  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" t nil)  \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
20263    
20264    \(fn)" t nil)
20265    
20266    (autoload (quote sql-linter) "sql" "\
20267    Run inl by RELEX as an inferior process.
20268    
20269    If buffer `*SQL*' exists but no process is running, make a new process.
20270    If buffer exists and a process is running, just switch to buffer
20271    `*SQL*'.
20272    
20273    Interpreter used comes from variable `sql-linter-program' - usually `inl'.
20274    Login uses the variables `sql-user', `sql-password', `sql-database' and
20275    `sql-server' as defaults, if set.  Additional command line parameters
20276    can be stored in the list `sql-linter-options'. Run inl -h to get help on
20277    parameters.
20278    
20279    `sql-database' is used to set the LINTER_MBX environment variable for
20280    local connections, `sql-server' refers to the server name from the
20281    `nodetab' file for the network connection (dbc_tcp or friends must run
20282    for this to work).  If `sql-password' is an empty string, inl will use
20283    an empty password.
20284    
20285    The buffer is put in sql-interactive-mode, giving commands for sending
20286    input.  See `sql-interactive-mode'.
20287    
20288    To use LINTER font locking by default, put this line into your .emacs :
20289     (setq sql-mode-font-lock-keywords sql-mode-linter-font-lock-keywords)
20290    
20291    \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
20292    
20293    \(fn)" t nil)
20294    
20295  ;;;***  ;;;***
20296    
# Line 16691  The default comes from `process-coding-s Line 20298  The default comes from `process-coding-s
20298  ;;;;;;  strokes-mode strokes-list-strokes strokes-load-user-strokes  ;;;;;;  strokes-mode strokes-list-strokes strokes-load-user-strokes
20299  ;;;;;;  strokes-help strokes-describe-stroke strokes-do-complex-stroke  ;;;;;;  strokes-help strokes-describe-stroke strokes-do-complex-stroke
20300  ;;;;;;  strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke  ;;;;;;  strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
20301  ;;;;;;  strokes-global-set-stroke strokes-mode) "strokes" "strokes.el"  ;;;;;;  strokes-global-set-stroke) "strokes" "strokes.el" (15935
20302  ;;;;;;  (15575 13783))  ;;;;;;  44229))
20303  ;;; Generated autoloads from strokes.el  ;;; Generated autoloads from strokes.el
20304    
 (defvar strokes-mode nil "\  
 Non-nil when `strokes' is globally enabled.  
 Setting this variable directly does not take effect.  Use either Customize  
 or M-x strokes-mode.")  
   
 (custom-add-to-group (quote strokes) (quote strokes-mode) (quote custom-variable))  
   
 (custom-add-load (quote strokes-mode) (quote strokes))  
   
20305  (autoload (quote strokes-global-set-stroke) "strokes" "\  (autoload (quote strokes-global-set-stroke) "strokes" "\
20306  Interactively give STROKE the global binding as COMMAND.  Interactively give STROKE the global binding as COMMAND.
20307  Operated just like `global-set-key', except for strokes.  Operated just like `global-set-key', except for strokes.
20308  COMMAND is a symbol naming an interactively-callable function.  STROKE  COMMAND is a symbol naming an interactively-callable function.  STROKE
20309  is a list of sampled positions on the stroke grid as described in the  is a list of sampled positions on the stroke grid as described in the
20310  documentation for the `strokes-define-stroke' function." t nil)  documentation for the `strokes-define-stroke' function.
20311    
20312  (defalias (quote global-set-stroke) (quote strokes-global-set-stroke))  \(fn STROKE COMMAND)" t nil)
20313    
20314  (autoload (quote strokes-read-stroke) "strokes" "\  (autoload (quote strokes-read-stroke) "strokes" "\
20315  Read a simple stroke (interactively) and return the stroke.  Read a simple stroke (interactively) and return the stroke.
# Line 16719  Optional PROMPT in minibuffer displays b Line 20317  Optional PROMPT in minibuffer displays b
20317  This function will display the stroke interactively as it is being  This function will display the stroke interactively as it is being
20318  entered in the strokes buffer if the variable  entered in the strokes buffer if the variable
20319  `strokes-use-strokes-buffer' is non-nil.  `strokes-use-strokes-buffer' is non-nil.
20320  Optional EVENT is acceptable as the starting event of the stroke" nil nil)  Optional EVENT is acceptable as the starting event of the stroke
20321    
20322    \(fn &optional PROMPT EVENT)" nil nil)
20323    
20324  (autoload (quote strokes-read-complex-stroke) "strokes" "\  (autoload (quote strokes-read-complex-stroke) "strokes" "\
20325  Read a complex stroke (interactively) and return the stroke.  Read a complex stroke (interactively) and return the stroke.
20326  Optional PROMPT in minibuffer displays before and during stroke reading.  Optional PROMPT in minibuffer displays before and during stroke reading.
20327  Note that a complex stroke allows the user to pen-up and pen-down.  This  Note that a complex stroke allows the user to pen-up and pen-down.  This
20328  is implemented by allowing the user to paint with button1 or button2 and  is implemented by allowing the user to paint with button 1 or button 2 and
20329  then complete the stroke with button3.  then complete the stroke with button 3.
20330  Optional EVENT is acceptable as the starting event of the stroke" nil nil)  Optional EVENT is acceptable as the starting event of the stroke
20331    
20332    \(fn &optional PROMPT EVENT)" nil nil)
20333    
20334  (autoload (quote strokes-do-stroke) "strokes" "\  (autoload (quote strokes-do-stroke) "strokes" "\
20335  Read a simple stroke from the user and then execute its command.  Read a simple stroke from the user and then execute its command.
20336  This must be bound to a mouse event." t nil)  This must be bound to a mouse event.
20337    
20338    \(fn EVENT)" t nil)
20339    
20340  (autoload (quote strokes-do-complex-stroke) "strokes" "\  (autoload (quote strokes-do-complex-stroke) "strokes" "\
20341  Read a complex stroke from the user and then execute its command.  Read a complex stroke from the user and then execute its command.
20342  This must be bound to a mouse event." t nil)  This must be bound to a mouse event.
20343    
20344    \(fn EVENT)" t nil)
20345    
20346  (autoload (quote strokes-describe-stroke) "strokes" "\  (autoload (quote strokes-describe-stroke) "strokes" "\
20347  Displays the command which STROKE maps to, reading STROKE interactively." t nil)  Displays the command which STROKE maps to, reading STROKE interactively.
20348    
20349  (defalias (quote describe-stroke) (quote strokes-describe-stroke))  \(fn STROKE)" t nil)
20350    
20351  (autoload (quote strokes-help) "strokes" "\  (autoload (quote strokes-help) "strokes" "\
20352  Get instructional help on using the `strokes' package." t nil)  Get instruction on using the `strokes' package.
20353    
20354    \(fn)" t nil)
20355    
20356  (autoload (quote strokes-load-user-strokes) "strokes" "\  (autoload (quote strokes-load-user-strokes) "strokes" "\
20357  Load user-defined strokes from file named by `strokes-file'." t nil)  Load user-defined strokes from file named by `strokes-file'.
20358    
20359  (defalias (quote load-user-strokes) (quote strokes-load-user-strokes))  \(fn)" t nil)
20360    
20361  (autoload (quote strokes-list-strokes) "strokes" "\  (autoload (quote strokes-list-strokes) "strokes" "\
20362  Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP.  Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP.
20363  With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes  With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes
20364  chronologically by command name.  chronologically by command name.
20365  If STROKES-MAP is not given, `strokes-global-map' will be used instead." t nil)  If STROKES-MAP is not given, `strokes-global-map' will be used instead.
20366    
20367  (autoload (quote strokes-mode) "strokes" "\  \(fn &optional CHRONOLOGICAL STROKES-MAP)" t nil)
 Toggle strokes being enabled.  
 With ARG, turn strokes on if and only if ARG is positive or true.  
 Note that `strokes-mode' is a global mode.  Think of it as a minor  
 mode in all buffers when activated.  
 By default, strokes are invoked with mouse button-2.  You can define  
 new strokes with  
20368    
20369  > M-x global-set-stroke  (defvar strokes-mode nil "\
20370    Non-nil if Strokes mode is enabled.
20371    See the command `strokes-mode' for a description of this minor-mode.
20372    Setting this variable directly does not take effect;
20373    use either \\[customize] or the function `strokes-mode'.")
20374    
20375    (custom-autoload (quote strokes-mode) "strokes")
20376    
20377    (autoload (quote strokes-mode) "strokes" "\
20378    Toggle Strokes global minor mode.\\<strokes-mode-map>
20379    With ARG, turn strokes on if and only if ARG is positive.
20380    Strokes are pictographic mouse gestures which invoke commands.
20381    Strokes are invoked with \\[strokes-do-stroke].  You can define
20382    new strokes with \\[strokes-global-set-stroke].  See also
20383    \\[strokes-do-complex-stroke] for `complex' strokes.
20384    
20385  To use strokes for pictographic editing, such as Chinese/Japanese, use  To use strokes for pictographic editing, such as Chinese/Japanese, use
20386  S-mouse-2, which draws strokes and inserts them.  Encode/decode your  \\[strokes-compose-complex-stroke], which draws strokes and inserts them.
20387  strokes with  Encode/decode your strokes with \\[strokes-encode-buffer],
20388    \\[strokes-decode-buffer].
20389    
20390    \\{strokes-mode-map}
20391    
20392  > M-x strokes-encode-buffer  \(fn &optional ARG)" t nil)
 > M-x strokes-decode-buffer" t nil)  
20393    
20394  (autoload (quote strokes-decode-buffer) "strokes" "\  (autoload (quote strokes-decode-buffer) "strokes" "\
20395  Decode stroke strings in BUFFER and display their corresponding glyphs.  Decode stroke strings in BUFFER and display their corresponding glyphs.
20396  Optional BUFFER defaults to the current buffer.  Optional BUFFER defaults to the current buffer.
20397  Optional FORCE non-nil will ignore the buffer's read-only status." t nil)  Optional FORCE non-nil will ignore the buffer's read-only status.
20398    
20399    \(fn &optional BUFFER FORCE)" t nil)
20400    
20401  (autoload (quote strokes-compose-complex-stroke) "strokes" "\  (autoload (quote strokes-compose-complex-stroke) "strokes" "\
20402  Read a complex stroke and insert its glyph into the current buffer." t nil)  Read a complex stroke and insert its glyph into the current buffer.
20403    
20404    \(fn)" t nil)
20405    
20406  ;;;***  ;;;***
20407    
20408  ;;;### (autoloads (studlify-buffer studlify-word studlify-region)  ;;;### (autoloads (studlify-buffer studlify-word studlify-region)
20409  ;;;;;;  "studly" "play/studly.el" (15391 60712))  ;;;;;;  "studly" "play/studly.el" (15365 61265))
20410  ;;; Generated autoloads from play/studly.el  ;;; Generated autoloads from play/studly.el
20411    
20412  (autoload (quote studlify-region) "studly" "\  (autoload (quote studlify-region) "studly" "\
20413  Studlify-case the region." t nil)  Studlify-case the region.
20414    
20415    \(fn BEGIN END)" t nil)
20416    
20417  (autoload (quote studlify-word) "studly" "\  (autoload (quote studlify-word) "studly" "\
20418  Studlify-case the current word, or COUNT words if given an argument." t nil)  Studlify-case the current word, or COUNT words if given an argument.
20419    
20420    \(fn COUNT)" t nil)
20421    
20422  (autoload (quote studlify-buffer) "studly" "\  (autoload (quote studlify-buffer) "studly" "\
20423  Studlify-case the current buffer." t nil)  Studlify-case the current buffer.
20424    
20425    \(fn)" t nil)
20426    
20427  ;;;***  ;;;***
20428    
20429  ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"  ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
20430  ;;;;;;  (15500 565))  ;;;;;;  (15935 48280))
20431  ;;; Generated autoloads from mail/supercite.el  ;;; Generated autoloads from mail/supercite.el
20432    
20433  (autoload (quote sc-cite-original) "supercite" "\  (autoload (quote sc-cite-original) "supercite" "\
# Line 16824  original message but it does require a f Line 20452  original message but it does require a f
20452    
20453  For Emacs 19's, the region need not be active (and typically isn't  For Emacs 19's, the region need not be active (and typically isn't
20454  when this function is called.  Also, the hook `sc-pre-hook' is run  when this function is called.  Also, the hook `sc-pre-hook' is run
20455  before, and `sc-post-hook' is run after the guts of this function." nil nil)  before, and `sc-post-hook' is run after the guts of this function.
20456    
20457    \(fn)" nil nil)
20458    
20459  ;;;***  ;;;***
20460    
20461  ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (15575  ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (15935
20462  ;;;;;;  13784))  ;;;;;;  47054))
20463  ;;; Generated autoloads from emacs-lisp/syntax.el  ;;; Generated autoloads from emacs-lisp/syntax.el
20464    
20465  (autoload (quote syntax-ppss) "syntax" "\  (autoload (quote syntax-ppss) "syntax" "\
# Line 16840  the 2nd and 6th values of the returned s Line 20470  the 2nd and 6th values of the returned s
20470  If the caller knows the PPSS of a nearby position, she can pass it  If the caller knows the PPSS of a nearby position, she can pass it
20471  in OLP-PPSS (with or without its corresponding OLD-POS) to try and  in OLP-PPSS (with or without its corresponding OLD-POS) to try and
20472  avoid a more expansive scan.  avoid a more expansive scan.
20473  Point is at POS when this function returns." nil nil)  Point is at POS when this function returns.
20474    
20475    \(fn &optional POS)" nil nil)
20476    
20477  ;;;***  ;;;***
20478    
# Line 16851  Point is at POS when this function retur Line 20483  Point is at POS when this function retur
20483  Convert all tabs in region to multiple spaces, preserving columns.  Convert all tabs in region to multiple spaces, preserving columns.
20484  Called non-interactively, the region is specified by arguments  Called non-interactively, the region is specified by arguments
20485  START and END, rather than by the position of point and mark.  START and END, rather than by the position of point and mark.
20486  The variable `tab-width' controls the spacing of tab stops." t nil)  The variable `tab-width' controls the spacing of tab stops.
20487    
20488    \(fn START END)" t nil)
20489    
20490  (autoload (quote tabify) "tabify" "\  (autoload (quote tabify) "tabify" "\
20491  Convert multiple spaces in region to tabs when possible.  Convert multiple spaces in region to tabs when possible.
# Line 16859  A group of spaces is partially replaced Line 20493  A group of spaces is partially replaced
20493  when this can be done without changing the column they end at.  when this can be done without changing the column they end at.
20494  Called non-interactively, the region is specified by arguments  Called non-interactively, the region is specified by arguments
20495  START and END, rather than by the position of point and mark.  START and END, rather than by the position of point and mark.
20496  The variable `tab-width' controls the spacing of tab stops." t nil)  The variable `tab-width' controls the spacing of tab stops.
20497    
20498    \(fn START END)" t nil)
20499    
20500    ;;;***
20501    
20502    ;;;### (autoloads (table-release table-capture table-delete-column
20503    ;;;;;;  table-delete-row table-insert-sequence table-generate-source
20504    ;;;;;;  table-query-dimension table-fixed-width-mode table-justify-column
20505    ;;;;;;  table-justify-row table-justify-cell table-justify table-split-cell
20506    ;;;;;;  table-split-cell-horizontally table-split-cell-vertically
20507    ;;;;;;  table-span-cell table-backward-cell table-forward-cell table-narrow-cell
20508    ;;;;;;  table-widen-cell table-shorten-cell table-heighten-cell table-unrecognize-cell
20509    ;;;;;;  table-recognize-cell table-unrecognize-table table-recognize-table
20510    ;;;;;;  table-unrecognize-region table-recognize-region table-unrecognize
20511    ;;;;;;  table-recognize table-insert-row-column table-insert-column
20512    ;;;;;;  table-insert-row table-insert table-point-left-cell-hook
20513    ;;;;;;  table-point-entered-cell-hook table-load-hook table-cell-map-hook)
20514    ;;;;;;  "table" "textmodes/table.el" (15935 49285))
20515    ;;; Generated autoloads from textmodes/table.el
20516    
20517    (defvar table-cell-map-hook nil "\
20518    *Normal hooks run when finishing construction of `table-cell-map'.
20519    User can modify `table-cell-map' by adding custom functions here.")
20520    
20521    (custom-autoload (quote table-cell-map-hook) "table")
20522    
20523    (defvar table-load-hook nil "\
20524    *List of functions to be called after the table is first loaded.")
20525    
20526    (custom-autoload (quote table-load-hook) "table")
20527    
20528    (defvar table-point-entered-cell-hook nil "\
20529    *List of functions to be called after point entered a table cell.")
20530    
20531    (custom-autoload (quote table-point-entered-cell-hook) "table")
20532    
20533    (defvar table-point-left-cell-hook nil "\
20534    *List of functions to be called after point left a table cell.")
20535    
20536    (custom-autoload (quote table-point-left-cell-hook) "table")
20537    
20538    (autoload (quote table-insert) "table" "\
20539    Insert an editable text table.
20540    Insert a table of specified number of COLUMNS and ROWS.  Optional
20541    parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each
20542    cell.  The cell size is uniform across the table if the specified size
20543    is a number.  They can be a list of numbers to specify different size
20544    for each cell.  When called interactively, the list of number is
20545    entered by simply listing all the numbers with space characters
20546    delimiting them.
20547    
20548    Examples:
20549    
20550    \\[table-insert] inserts a table at the current point location.
20551    
20552    Suppose we have the following situation where `-!-' indicates the
20553    location of point.
20554    
20555        -!-
20556    
20557    Type \\[table-insert] and hit ENTER key.  As it asks table
20558    specification, provide 3 for number of columns, 1 for number of rows,
20559    5 for cell width and 1 for cell height.  Now you shall see the next
20560    table and the point is automatically moved to the beginning of the
20561    first cell.
20562    
20563        +-----+-----+-----+
20564        |-!-  |     |     |
20565        +-----+-----+-----+
20566    
20567    Inside a table cell, there are special key bindings. \\<table-cell-map>
20568    
20569    M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character
20570    width, which results as
20571    
20572        +--------------+-----+-----+
20573        |-!-           |     |     |
20574        +--------------+-----+-----+
20575    
20576    Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]).  Typing
20577    TAB moves the point forward by a cell. The result now looks like this:
20578    
20579        +--------------+------+--------------------------------+
20580        |              |      |-!-                             |
20581        +--------------+------+--------------------------------+
20582    
20583    If you knew each width of the columns prior to the table creation,
20584    what you could have done better was to have had given the complete
20585    width information to `table-insert'.
20586    
20587    Cell width(s): 14 6 32
20588    
20589    instead of
20590    
20591    Cell width(s): 5
20592    
20593    This would have eliminated the previously mentioned width adjustment
20594    work all together.
20595    
20596    If the point is in the last cell type S-TAB S-TAB to move it to the
20597    first cell.  Now type \\[table-heighten-cell] which heighten the row by a line.
20598    
20599        +--------------+------+--------------------------------+
20600        |-!-           |      |                                |
20601        |              |      |                                |
20602        +--------------+------+--------------------------------+
20603    
20604    Type \\[table-insert-row-column] and tell it to insert a row.
20605    
20606        +--------------+------+--------------------------------+
20607        |-!-           |      |                                |
20608        |              |      |                                |
20609        +--------------+------+--------------------------------+
20610        |              |      |                                |
20611        |              |      |                                |
20612        +--------------+------+--------------------------------+
20613    
20614    Move the point under the table as shown below.
20615    
20616        +--------------+------+--------------------------------+
20617        |              |      |                                |
20618        |              |      |                                |
20619        +--------------+------+--------------------------------+
20620        |              |      |                                |
20621        |              |      |                                |
20622        +--------------+------+--------------------------------+
20623        -!-
20624    
20625    Type M-x table-insert-row instead of \\[table-insert-row-column].  \\[table-insert-row-column] does not work
20626    when the point is outside of the table.  This insertion at
20627    outside of the table effectively appends a row at the end.
20628    
20629        +--------------+------+--------------------------------+
20630        |              |      |                                |
20631        |              |      |                                |
20632        +--------------+------+--------------------------------+
20633        |              |      |                                |
20634        |              |      |                                |
20635        +--------------+------+--------------------------------+
20636        |-!-           |      |                                |
20637        |              |      |                                |
20638        +--------------+------+--------------------------------+
20639    
20640    Text editing inside the table cell produces reasonably expected
20641    results.
20642    
20643        +--------------+------+--------------------------------+
20644        |              |      |                                |
20645        |              |      |                                |
20646        +--------------+------+--------------------------------+
20647        |              |      |Text editing inside the table   |
20648        |              |      |cell produces reasonably        |
20649        |              |      |expected results.-!-            |
20650        +--------------+------+--------------------------------+
20651        |              |      |                                |
20652        |              |      |                                |
20653        +--------------+------+--------------------------------+
20654    
20655    Inside a table cell has a special keymap.
20656    
20657    \\{table-cell-map}
20658    
20659    \(fn COLUMNS ROWS &optional CELL-WIDTH CELL-HEIGHT)" t nil)
20660    
20661    (autoload (quote table-insert-row) "table" "\
20662    Insert N table row(s).
20663    When point is in a table the newly inserted row(s) are placed above
20664    the current row.  When point is outside of the table it must be below
20665    the table within the table width range, then the newly created row(s)
20666    are appended at the bottom of the table.
20667    
20668    \(fn N)" t nil)
20669    
20670    (autoload (quote table-insert-column) "table" "\
20671    Insert N table column(s).
20672    When point is in a table the newly inserted column(s) are placed left
20673    of the current column.  When point is outside of the table it must be
20674    right side of the table within the table height range, then the newly
20675    created column(s) are appended at the right of the table.
20676    
20677    \(fn N)" t nil)
20678    
20679    (autoload (quote table-insert-row-column) "table" "\
20680    Insert row(s) or column(s).
20681    See `table-insert-row' and `table-insert-column'.
20682    
20683    \(fn ROW-COLUMN N)" t nil)
20684    
20685    (autoload (quote table-recognize) "table" "\
20686    Recognize all tables within the current buffer and activate them.
20687    Scans the entire buffer and recognizes valid table cells.  If the
20688    optional numeric prefix argument ARG is negative the tables in the
20689    buffer become inactive, meaning the tables become plain text and loses
20690    all the table specific features.
20691    
20692    \(fn &optional ARG)" t nil)
20693    
20694    (autoload (quote table-unrecognize) "table" "\
20695    Not documented
20696    
20697    \(fn)" t nil)
20698    
20699    (autoload (quote table-recognize-region) "table" "\
20700    Recognize all tables within region.
20701    BEG and END specify the region to work on.  If the optional numeric
20702    prefix argument ARG is negative the tables in the region become
20703    inactive, meaning the tables become plain text and lose all the table
20704    specific features.
20705    
20706    \(fn BEG END &optional ARG)" t nil)
20707    
20708    (autoload (quote table-unrecognize-region) "table" "\
20709    Not documented
20710    
20711    \(fn BEG END)" t nil)
20712    
20713    (autoload (quote table-recognize-table) "table" "\
20714    Recognize a table at point.
20715    If the optional numeric prefix argument ARG is negative the table
20716    becomes inactive, meaning the table becomes plain text and loses all
20717    the table specific features.
20718    
20719    \(fn &optional ARG)" t nil)
20720    
20721    (autoload (quote table-unrecognize-table) "table" "\
20722    Not documented
20723    
20724    \(fn)" t nil)
20725    
20726    (autoload (quote table-recognize-cell) "table" "\
20727    Recognize a table cell that contains current point.
20728    Probe the cell dimension and prepare the cell information.  The
20729    optional two arguments FORCE and NO-COPY are for internal use only and
20730    must not be specified.  When the optional numeric prefix argument ARG
20731    is negative the cell becomes inactive, meaning that the cell becomes
20732    plain text and loses all the table specific features.
20733    
20734    \(fn &optional FORCE NO-COPY ARG)" t nil)
20735    
20736    (autoload (quote table-unrecognize-cell) "table" "\
20737    Not documented
20738    
20739    \(fn)" t nil)
20740    
20741    (autoload (quote table-heighten-cell) "table" "\
20742    Heighten the current cell by N lines by expanding the cell vertically.
20743    Heightening is done by adding blank lines at the bottom of the current
20744    cell.  Other cells aligned horizontally with the current one are also
20745    heightened in order to keep the rectangular table structure.  The
20746    optional argument NO-COPY is internal use only and must not be
20747    specified.
20748    
20749    \(fn N &optional NO-COPY NO-UPDATE)" t nil)
20750    
20751    (autoload (quote table-shorten-cell) "table" "\
20752    Shorten the current cell by N lines by shrinking the cell vertically.
20753    Shortening is done by removing blank lines from the bottom of the cell
20754    and possibly from the top of the cell as well.  Therefor, the cell
20755    must have some bottom/top blank lines to be shorten effectively.  This
20756    is applicable to all the cells aligned horizontally with the current
20757    one because they are also shortened in order to keep the rectangular
20758    table structure.
20759    
20760    \(fn N)" t nil)
20761    
20762    (autoload (quote table-widen-cell) "table" "\
20763    Widen the current cell by N columns and expand the cell horizontally.
20764    Some other cells in the same table are widen as well to keep the
20765    table's rectangle structure.
20766    
20767    \(fn N &optional NO-COPY NO-UPDATE)" t nil)
20768    
20769    (autoload (quote table-narrow-cell) "table" "\
20770    Narrow the current cell by N columns and shrink the cell horizontally.
20771    Some other cells in the same table are narrowed as well to keep the
20772    table's rectangle structure.
20773    
20774    \(fn N)" t nil)
20775    
20776    (autoload (quote table-forward-cell) "table" "\
20777    Move point forward to the beginning of the next cell.
20778    With argument ARG, do it ARG times;
20779    a negative argument ARG = -N means move backward N cells.
20780    Do not specify NO-RECOGNIZE and UNRECOGNIZE. They are for internal use only.
20781    
20782    Sample Cell Traveling Order (In Irregular Table Cases)
20783    
20784    You can actually try how it works in this buffer.  Press
20785    \\[table-recognize] and go to cells in the following tables and press
20786    \\[table-forward-cell] or TAB key.
20787    
20788    +-----+--+  +--+-----+  +--+--+--+  +--+--+--+  +---------+  +--+---+--+
20789    |0    |1 |  |0 |1    |  |0 |1 |2 |  |0 |1 |2 |  |0        |  |0 |1  |2 |
20790    +--+--+  |  |  +--+--+  +--+  |  |  |  |  +--+  +----+----+  +--+-+-+--+
20791    |2 |3 |  |  |  |2 |3 |  |3 +--+  |  |  +--+3 |  |1   |2   |  |3   |4   |
20792    |  +--+--+  +--+--+  |  +--+4 |  |  |  |4 +--+  +--+-+-+--+  +----+----+
20793    |  |4    |  |4    |  |  |5 |  |  |  |  |  |5 |  |3 |4  |5 |  |5        |
20794    +--+-----+  +-----+--+  +--+--+--+  +--+--+--+  +--+---+--+  +---------+
20795    
20796    +--+--+--+  +--+--+--+  +--+--+--+  +--+--+--+
20797    |0 |1 |2 |  |0 |1 |2 |  |0 |1 |2 |  |0 |1 |2 |
20798    |  |  |  |  |  +--+  |  |  |  |  |  +--+  +--+
20799    +--+  +--+  +--+3 +--+  |  +--+  |  |3 +--+4 |
20800    |3 |  |4 |  |4 +--+5 |  |  |3 |  |  +--+5 +--+
20801    |  |  |  |  |  |6 |  |  |  |  |  |  |6 |  |7 |
20802    +--+--+--+  +--+--+--+  +--+--+--+  +--+--+--+
20803    
20804    +--+--+--+  +--+--+--+  +--+--+--+--+  +--+-----+--+  +--+--+--+--+
20805    |0 |1 |2 |  |0 |1 |2 |  |0 |1 |2 |3 |  |0 |1    |2 |  |0 |1 |2 |3 |
20806    |  +--+  |  |  +--+  |  |  +--+--+  |  |  |     |  |  |  +--+--+  |
20807    |  |3 +--+  +--+3 |  |  +--+4    +--+  +--+     +--+  +--+4    +--+
20808    +--+  |4 |  |4 |  +--+  |5 +--+--+6 |  |3 +--+--+4 |  |5 |     |6 |
20809    |5 +--+  |  |  +--+5 |  |  |7 |8 |  |  |  |5 |6 |  |  |  |     |  |
20810    |  |6 |  |  |  |6 |  |  +--+--+--+--+  +--+--+--+--+  +--+-----+--+
20811    +--+--+--+  +--+--+--+
20812    
20813    \(fn &optional ARG NO-RECOGNIZE UNRECOGNIZE)" t nil)
20814    
20815    (autoload (quote table-backward-cell) "table" "\
20816    Move backward to the beginning of the previous cell.
20817    With argument ARG, do it ARG times;
20818    a negative argument ARG = -N means move forward N cells.
20819    
20820    \(fn &optional ARG)" t nil)
20821    
20822    (autoload (quote table-span-cell) "table" "\
20823    Span current cell into adjacent cell in DIRECTION.
20824    DIRECTION is one of symbols; right, left, above or below.
20825    
20826    \(fn DIRECTION)" t nil)
20827    
20828    (autoload (quote table-split-cell-vertically) "table" "\
20829    Split current cell vertically.
20830    Creates a cell above and a cell below the current point location.
20831    
20832    \(fn)" t nil)
20833    
20834    (autoload (quote table-split-cell-horizontally) "table" "\
20835    Split current cell horizontally.
20836    Creates a cell on the left and a cell on the right of the current point location.
20837    
20838    \(fn)" t nil)
20839    
20840    (autoload (quote table-split-cell) "table" "\
20841    Split current cell in ORIENTATION.
20842    ORIENTATION is a symbol either horizontally or vertically.
20843    
20844    \(fn ORIENTATION)" t nil)
20845    
20846    (autoload (quote table-justify) "table" "\
20847    Justify contents of a cell, a row of cells or a column of cells.
20848    WHAT is a symbol 'cell, 'row or 'column.  JUSTIFY is a symbol 'left,
20849    'center, 'right, 'top, 'middle, 'bottom or 'none.
20850    
20851    \(fn WHAT JUSTIFY)" t nil)
20852    
20853    (autoload (quote table-justify-cell) "table" "\
20854    Justify cell contents.
20855    JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or 'top,
20856    'middle, 'bottom or 'none for vertical.  When optional PARAGRAPH is
20857    non-nil the justify operation is limited to the current paragraph,
20858    otherwise the entire cell contents is justified.
20859    
20860    \(fn JUSTIFY &optional PARAGRAPH)" t nil)
20861    
20862    (autoload (quote table-justify-row) "table" "\
20863    Justify cells of a row.
20864    JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
20865    'middle, 'bottom or 'none for vertical.
20866    
20867    \(fn JUSTIFY)" t nil)
20868    
20869    (autoload (quote table-justify-column) "table" "\
20870    Justify cells of a column.
20871    JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
20872    'middle, 'bottom or 'none for vertical.
20873    
20874    \(fn JUSTIFY)" t nil)
20875    
20876    (autoload (quote table-fixed-width-mode) "table" "\
20877    Toggle fixing width mode.
20878    In the fixed width mode, typing inside a cell never changes the cell
20879    width where in the normal mode the cell width expands automatically in
20880    order to prevent a word being folded into multiple lines.
20881    
20882    \(fn &optional ARG)" t nil)
20883    
20884    (autoload (quote table-query-dimension) "table" "\
20885    Return the dimension of the current cell and the current table.
20886    The result is a list (cw ch tw th c r cells) where cw is the cell
20887    width, ch is the cell height, tw is the table width, th is the table
20888    height, c is the number of columns, r is the number of rows and cells
20889    is the total number of cells.  The cell dimension excludes the cell
20890    frame while the table dimension includes the table frame.  The columns
20891    and the rows are counted by the number of cell boundaries.  Therefore
20892    the number tends to be larger than it appears for the tables with
20893    non-uniform cell structure (heavily spanned and split).  When optional
20894    WHERE is provided the cell and table at that location is reported.
20895    
20896    \(fn &optional WHERE)" t nil)
20897    
20898    (autoload (quote table-generate-source) "table" "\
20899    Generate source of the current table in the specified language.
20900    LANGUAGE is a symbol that specifies the language to describe the
20901    structure of the table.  It must be either 'html, 'latex or 'cals.
20902    The resulted source text is inserted into DEST-BUFFER and the buffer
20903    object is returned.  When DEST-BUFFER is omitted or nil the default
20904    buffer specified in `table-dest-buffer-name' is used.  In this case
20905    the content of the default buffer is erased prior to the generation.
20906    When DEST-BUFFER is non-nil it is expected to be either a destination
20907    buffer or a name of the destination buffer.  In this case the
20908    generated result is inserted at the current point in the destination
20909    buffer and the previously existing contents in the buffer are
20910    untouched.
20911    
20912    References used for this implementation:
20913    
20914    HTML:
20915            http://www.w3.org
20916    
20917    LaTeX:
20918            http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html
20919    
20920    CALS (DocBook DTD):
20921            http://www.oasis-open.org/html/a502.htm
20922            http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751
20923    
20924    \(fn LANGUAGE &optional DEST-BUFFER CAPTION)" t nil)
20925    
20926    (autoload (quote table-insert-sequence) "table" "\
20927    Travel cells forward while inserting a specified sequence string in each cell.
20928    STR is the base string from which the sequence starts.  When STR is an
20929    empty string then each cell content is erased.  When STR ends with
20930    numerical characters (they may optionally be surrounded by a pair of
20931    parentheses) they are incremented as a decimal number.  Otherwise the
20932    last character in STR is incremented in ASCII code order.  N is the
20933    number of sequence elements to insert.  When N is negative the cell
20934    traveling direction is backward.  When N is zero it travels forward
20935    entire table.  INCREMENT is the increment between adjacent sequence
20936    elements and can be a negative number for effectively decrementing.
20937    INTERVAL is the number of cells to travel between sequence element
20938    insertion which is normally 1.  When zero or less is given for
20939    INTERVAL it is interpreted as number of cells per row so that sequence
20940    is placed straight down vertically as long as the table's cell
20941    structure is uniform.  JUSTIFY is one of the symbol 'left, 'center or
20942    'right, that specifies justification of the inserted string.
20943    
20944    Example:
20945    
20946      (progn
20947        (table-insert 16 3 5 1)
20948        (table-forward-cell 15)
20949        (table-insert-sequence \"D0\" -16 1 1 'center)
20950        (table-forward-cell 16)
20951        (table-insert-sequence \"A[0]\" -16 1 1 'center)
20952        (table-forward-cell 1)
20953        (table-insert-sequence \"-\" 16 0 1 'center))
20954    
20955      (progn
20956        (table-insert 16 8 5 1)
20957        (table-insert-sequence \"@\" 0 1 2 'right)
20958        (table-forward-cell 1)
20959        (table-insert-sequence \"64\" 0 1 2 'left))
20960    
20961    \(fn STR N INCREMENT INTERVAL JUSTIFY)" t nil)
20962    
20963    (autoload (quote table-delete-row) "table" "\
20964    Delete N row(s) of cells.
20965    Delete N rows of cells from current row.  The current row is the row
20966    contains the current cell where point is located.  Each row must
20967    consists from cells of same height.
20968    
20969    \(fn N)" t nil)
20970    
20971    (autoload (quote table-delete-column) "table" "\
20972    Delete N column(s) of cells.
20973    Delete N columns of cells from current column.  The current column is
20974    the column contains the current cell where point is located.  Each
20975    column must consists from cells of same width.
20976    
20977    \(fn N)" t nil)
20978    
20979    (autoload (quote table-capture) "table" "\
20980    Convert plain text into a table by capturing the text in the region.
20981    Create a table with the text in region as cell contents.  BEG and END
20982    specify the region.  The text in the region is replaced with a table.
20983    The removed text is inserted in the table.  When optional
20984    COL-DELIM-REGEXP and ROW-DELIM-REGEXP are provided the region contents
20985    is parsed and separated into individual cell contents by using the
20986    delimiter regular expressions.  This parsing determines the number of
20987    columns and rows of the table automatically.  If COL-DELIM-REGEXP and
20988    ROW-DELIM-REGEXP are omitted the result table has only one cell and
20989    the entire region contents is placed in that cell.  Optional JUSTIFY
20990    is one of 'left, 'center or 'right, which specifies the cell
20991    justification.  Optional MIN-CELL-WIDTH specifies the minimum cell
20992    width.  Optional COLUMNS specify the number of columns when
20993    ROW-DELIM-REGEXP is not specified.
20994    
20995    
20996    Example 1:
20997    
20998    1, 2, 3, 4
20999    5, 6, 7, 8
21000    , 9, 10
21001    
21002    Running `table-capture' on above 3 line region with COL-DELIM-REGEXP
21003    \",\" and ROW-DELIM-REGEXP \"\\n\" creates the following table.  In
21004    this example the cells are centered and minimum cell width is
21005    specified as 5.
21006    
21007    +-----+-----+-----+-----+
21008    |  1  |  2  |  3  |  4  |
21009    +-----+-----+-----+-----+
21010    |  5  |  6  |  7  |  8  |
21011    +-----+-----+-----+-----+
21012    |     |  9  | 10  |     |
21013    +-----+-----+-----+-----+
21014    
21015    Note:
21016    
21017    In case the function is called interactively user must use \\[quoted-insert] `quoted-insert'
21018    in order to enter \"\\n\" successfully.  COL-DELIM-REGEXP at the end
21019    of each row is optional.
21020    
21021    
21022    Example 2:
21023    
21024    This example shows how a table can be used for text layout editing.
21025    Let `table-capture' capture the following region starting from
21026    -!- and ending at -*-, that contains three paragraphs and two item
21027    name headers.  This time specify empty string for both
21028    COL-DELIM-REGEXP and ROW-DELIM-REGEXP.
21029    
21030    -!-`table-capture' is a powerful command however mastering its power
21031    requires some practice.  Here is a list of items what it can do.
21032    
21033    Parse Cell Items      By using column delimiter regular
21034                          expression and raw delimiter regular
21035                          expression, it parses the specified text
21036                          area and extracts cell items from
21037                          non-table text and then forms a table out
21038                          of them.
21039    
21040    Capture Text Area     When no delimiters are specified it
21041                          creates a single cell table.  The text in
21042                          the specified region is placed in that
21043                          cell.-*-
21044    
21045    Now the entire content is captured in a cell which is itself a table
21046    like this.
21047    
21048    +-----------------------------------------------------------------+
21049    |`table-capture' is a powerful command however mastering its power|
21050    |requires some practice.  Here is a list of items what it can do. |
21051    |                                                                 |
21052    |Parse Cell Items      By using column delimiter regular          |
21053    |                      expression and raw delimiter regular       |
21054    |                      expression, it parses the specified text   |
21055    |                      area and extracts cell items from          |
21056    |                      non-table text and then forms a table out  |
21057    |                      of them.                                   |
21058    |                                                                 |
21059    |Capture Text Area     When no delimiters are specified it        |
21060    |                      creates a single cell table.  The text in  |
21061    |                      the specified region is placed in that     |
21062    |                      cell.                                      |
21063    +-----------------------------------------------------------------+
21064    
21065    By splitting the cell appropriately we now have a table consisting of
21066    paragraphs occupying its own cell.  Each cell can now be edited
21067    independently.
21068    
21069    +-----------------------------------------------------------------+
21070    |`table-capture' is a powerful command however mastering its power|
21071    |requires some practice.  Here is a list of items what it can do. |
21072    +---------------------+-------------------------------------------+
21073    |Parse Cell Items     |By using column delimiter regular          |
21074    |                     |expression and raw delimiter regular       |
21075    |                     |expression, it parses the specified text   |
21076    |                     |area and extracts cell items from          |
21077    |                     |non-table text and then forms a table out  |
21078    |                     |of them.                                   |
21079    +---------------------+-------------------------------------------+
21080    |Capture Text Area    |When no delimiters are specified it        |
21081    |                     |creates a single cell table.  The text in  |
21082    |                     |the specified region is placed in that     |
21083    |                     |cell.                                      |
21084    +---------------------+-------------------------------------------+
21085    
21086    By applying `table-release', which does the opposite process, the
21087    contents become once again plain text.  `table-release' works as
21088    companion command to `table-capture' this way.
21089    
21090    \(fn BEG END &optional COL-DELIM-REGEXP ROW-DELIM-REGEXP JUSTIFY MIN-CELL-WIDTH COLUMNS)" t nil)
21091    
21092    (autoload (quote table-release) "table" "\
21093    Convert a table into plain text by removing the frame from a table.
21094    Remove the frame from a table and inactivate the table.  This command
21095    converts a table into plain text without frames.  It is a companion to
21096    `table-capture' which does the opposite process.
21097    
21098    \(fn)" t nil)
21099    
21100  ;;;***  ;;;***
21101    
21102  ;;;### (autoloads (talk-connect) "talk" "talk.el" (15575 13783))  ;;;### (autoloads (talk-connect) "talk" "talk.el" (15568 53176))
21103  ;;; Generated autoloads from talk.el  ;;; Generated autoloads from talk.el
21104    
21105  (autoload (quote talk-connect) "talk" "\  (autoload (quote talk-connect) "talk" "\
21106  Connect to display DISPLAY for the Emacs talk group." t nil)  Connect to display DISPLAY for the Emacs talk group.
21107    
21108    \(fn DISPLAY)" t nil)
21109    
21110  ;;;***  ;;;***
21111    
21112  ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15592 18852))  ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15935 44314))
21113  ;;; Generated autoloads from tar-mode.el  ;;; Generated autoloads from tar-mode.el
21114    
21115  (autoload (quote tar-mode) "tar-mode" "\  (autoload (quote tar-mode) "tar-mode" "\
21116  Major mode for viewing a tar file as a dired-like listing of its contents.  Major mode for viewing a tar file as a dired-like listing of its contents.
21117  You can move around using the usual cursor motion commands.  You can move around using the usual cursor motion commands.
21118  Letters no longer insert themselves.  Letters no longer insert themselves.
21119  Type `e' to pull a file out of the tar file and into its own buffer;  Type `e' to pull a file out of the tar file and into its own buffer;
21120  or click mouse-2 on the file's line in the Tar mode buffer.  or click mouse-2 on the file's line in the Tar mode buffer.
21121  Type `c' to copy an entry from the tar file into another file on disk.  Type `c' to copy an entry from the tar file into another file on disk.
21122    
21123  If you edit a sub-file of this archive (as with the `e' command) and  If you edit a sub-file of this archive (as with the `e' command) and
21124  save it with Control-x Control-s, the contents of that buffer will be  save it with Control-x Control-s, the contents of that buffer will be
21125  saved back into the tar-file buffer; in this way you can edit a file  saved back into the tar-file buffer; in this way you can edit a file
21126  inside of a tar archive without extracting it and re-archiving it.  inside of a tar archive without extracting it and re-archiving it.
21127    
21128  See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.  See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
# Line 16893  See also: variables `tar-update-datestam Line 21131  See also: variables `tar-update-datestam
21131  ;;;***  ;;;***
21132    
21133  ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"  ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
21134  ;;;;;;  "progmodes/tcl.el" (15533 28779))  ;;;;;;  "progmodes/tcl.el" (15935 48915))
21135  ;;; Generated autoloads from progmodes/tcl.el  ;;; Generated autoloads from progmodes/tcl.el
21136    
21137  (autoload (quote tcl-mode) "tcl" "\  (autoload (quote tcl-mode) "tcl" "\
# Line 16931  Commands: Line 21169  Commands:
21169  (autoload (quote inferior-tcl) "tcl" "\  (autoload (quote inferior-tcl) "tcl" "\
21170  Run inferior Tcl process.  Run inferior Tcl process.
21171  Prefix arg means enter program name interactively.  Prefix arg means enter program name interactively.
21172  See documentation for function `inferior-tcl-mode' for more information." t nil)  See documentation for function `inferior-tcl-mode' for more information.
21173    
21174    \(fn CMD)" t nil)
21175    
21176  (autoload (quote tcl-help-on-word) "tcl" "\  (autoload (quote tcl-help-on-word) "tcl" "\
21177  Get help on Tcl command.  Default is word at point.  Get help on Tcl command.  Default is word at point.
21178  Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil)  Prefix argument means invert sense of `tcl-use-smart-word-finder'.
21179    
21180    \(fn COMMAND &optional ARG)" t nil)
21181    
21182  ;;;***  ;;;***
21183    
21184  ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (15622 41465))  ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (15935 48476))
21185  ;;; Generated autoloads from net/telnet.el  ;;; Generated autoloads from net/telnet.el
21186   (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")   (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
21187    
# Line 16949  Communication with HOST is recorded in a Line 21191  Communication with HOST is recorded in a
21191  where PROGRAM is the telnet program being used.  This program  where PROGRAM is the telnet program being used.  This program
21192  is controlled by the contents of the global variable `telnet-host-properties',  is controlled by the contents of the global variable `telnet-host-properties',
21193  falling back on the value of the global variable `telnet-program'.  falling back on the value of the global variable `telnet-program'.
21194  Normally input is edited in Emacs and sent a line at a time." t nil)  Normally input is edited in Emacs and sent a line at a time.
21195    
21196    \(fn HOST)" t nil)
21197   (add-hook 'same-window-regexps "\\*rsh-[^-]*\\*\\(\\|<[0-9]*>\\)")   (add-hook 'same-window-regexps "\\*rsh-[^-]*\\*\\(\\|<[0-9]*>\\)")
21198    
21199  (autoload (quote rsh) "telnet" "\  (autoload (quote rsh) "telnet" "\
21200  Open a network login connection to host named HOST (a string).  Open a network login connection to host named HOST (a string).
21201  Communication with HOST is recorded in a buffer `*rsh-HOST*'.  Communication with HOST is recorded in a buffer `*rsh-HOST*'.
21202  Normally input is edited in Emacs and sent a line at a time." t nil)  Normally input is edited in Emacs and sent a line at a time.
21203    
21204    \(fn HOST)" t nil)
21205    
21206  ;;;***  ;;;***
21207    
21208  ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15549  ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15935
21209  ;;;;;;  60240))  ;;;;;;  44347))
21210  ;;; Generated autoloads from term.el  ;;; Generated autoloads from term.el
21211    
21212  (autoload (quote make-term) "term" "\  (autoload (quote make-term) "term" "\
# Line 16968  Make a term process NAME in a buffer, ru Line 21214  Make a term process NAME in a buffer, ru
21214  The name of the buffer is made by surrounding NAME with `*'s.  The name of the buffer is made by surrounding NAME with `*'s.
21215  If there is already a running process in that buffer, it is not restarted.  If there is already a running process in that buffer, it is not restarted.
21216  Optional third arg STARTFILE is the name of a file to send the contents of to  Optional third arg STARTFILE is the name of a file to send the contents of to
21217  the process.  Any more args are arguments to PROGRAM." nil nil)  the process.  Any more args are arguments to PROGRAM.
21218    
21219    \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
21220    
21221  (autoload (quote term) "term" "\  (autoload (quote term) "term" "\
21222  Start a terminal-emulator in a new buffer." t nil)  Start a terminal-emulator in a new buffer.
21223    The buffer is in Term mode; see `term-mode' for the
21224    commands to use in that buffer.
21225    
21226    \\<term-raw-map>Type \\[switch-to-buffer] to switch to another buffer.
21227    
21228    \(fn PROGRAM)" t nil)
21229    
21230  (autoload (quote ansi-term) "term" "\  (autoload (quote ansi-term) "term" "\
21231  Start a terminal-emulator in a new buffer." t nil)  Start a terminal-emulator in a new buffer.
21232    
21233    \(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil)
21234    
21235  ;;;***  ;;;***
21236    
21237  ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15490  ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15490
21238  ;;;;;;  49404))  ;;;;;;  38811))
21239  ;;; Generated autoloads from terminal.el  ;;; Generated autoloads from terminal.el
21240    
21241  (autoload (quote terminal-emulator) "terminal" "\  (autoload (quote terminal-emulator) "terminal" "\
# Line 17009  terminal-redisplay-interval. Line 21265  terminal-redisplay-interval.
21265    
21266  This function calls the value of terminal-mode-hook if that exists  This function calls the value of terminal-mode-hook if that exists
21267  and is non-nil after the terminal buffer has been set up and the  and is non-nil after the terminal buffer has been set up and the
21268  subprocess started." t nil)  subprocess started.
21269    
21270    \(fn BUFFER PROGRAM ARGS &optional WIDTH HEIGHT)" t nil)
21271    
21272  ;;;***  ;;;***
21273    
21274  ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15540 57055))  ;;;### (autoloads (testcover-this-defun testcover-start) "testcover"
21275    ;;;;;;  "emacs-lisp/testcover.el" (15765 63714))
21276    ;;; Generated autoloads from emacs-lisp/testcover.el
21277    
21278    (autoload (quote testcover-start) "testcover" "\
21279    Uses edebug to instrument all macros and functions in FILENAME, then
21280    changes the instrumentation from edebug to testcover--much faster, no
21281    problems with type-ahead or post-command-hook, etc.  If BYTE-COMPILE is
21282    non-nil, byte-compiles each function after instrumenting.
21283    
21284    \(fn FILENAME &optional BYTE-COMPILE)" t nil)
21285    
21286    (autoload (quote testcover-this-defun) "testcover" "\
21287    Start coverage on function under point.
21288    
21289    \(fn)" t nil)
21290    
21291    ;;;***
21292    
21293    ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15745 59717))
21294  ;;; Generated autoloads from play/tetris.el  ;;; Generated autoloads from play/tetris.el
21295    
21296  (autoload (quote tetris) "tetris" "\  (autoload (quote tetris) "tetris" "\
# Line 17033  tetris-mode keybindings: Line 21310  tetris-mode keybindings:
21310  \\[tetris-rotate-next]  Rotates the shape anticlockwise  \\[tetris-rotate-next]  Rotates the shape anticlockwise
21311  \\[tetris-move-bottom]  Drops the shape to the bottom of the playing area  \\[tetris-move-bottom]  Drops the shape to the bottom of the playing area
21312    
21313  " t nil)  nil(fn)" t nil)
21314    
21315  ;;;***  ;;;***
21316    
# Line 17044  tetris-mode keybindings: Line 21321  tetris-mode keybindings:
21321  ;;;;;;  tex-start-commands tex-start-options slitex-run-command latex-run-command  ;;;;;;  tex-start-commands tex-start-options slitex-run-command latex-run-command
21322  ;;;;;;  tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp  ;;;;;;  tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
21323  ;;;;;;  tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"  ;;;;;;  tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
21324  ;;;;;;  (15575 13859))  ;;;;;;  (15878 13994))
21325  ;;; Generated autoloads from textmodes/tex-mode.el  ;;; Generated autoloads from textmodes/tex-mode.el
21326    
21327  (defvar tex-shell-file-name nil "\  (defvar tex-shell-file-name nil "\
21328  *If non-nil, the shell file name to run in the subshell used to run TeX.")  *If non-nil, the shell file name to run in the subshell used to run TeX.")
21329    
21330    (custom-autoload (quote tex-shell-file-name) "tex-mode")
21331    
21332  (defvar tex-directory "." "\  (defvar tex-directory "." "\
21333  *Directory in which temporary files are written.  *Directory in which temporary files are written.
21334  You can make this `/tmp' if your TEXINPUTS has no relative directories in it  You can make this `/tmp' if your TEXINPUTS has no relative directories in it
21335  and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are  and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are
21336  `\\input' commands with relative directories.")  `\\input' commands with relative directories.")
21337    
21338    (custom-autoload (quote tex-directory) "tex-mode")
21339    
21340  (defvar tex-first-line-header-regexp nil "\  (defvar tex-first-line-header-regexp nil "\
21341  Regexp for matching a first line which `tex-region' should include.  Regexp for matching a first line which `tex-region' should include.
21342  If this is non-nil, it should be a regular expression string;  If this is non-nil, it should be a regular expression string;
21343  if it matches the first line of the file,  if it matches the first line of the file,
21344  `tex-region' always includes the first line in the TeX run.")  `tex-region' always includes the first line in the TeX run.")
21345    
21346    (custom-autoload (quote tex-first-line-header-regexp) "tex-mode")
21347    
21348  (defvar tex-main-file nil "\  (defvar tex-main-file nil "\
21349  *The main TeX source file which includes this buffer's file.  *The main TeX source file which includes this buffer's file.
21350  The command `tex-file' runs TeX on the file specified by `tex-main-file'  The command `tex-file' runs TeX on the file specified by `tex-main-file'
21351  if the variable is non-nil.")  if the variable is non-nil.")
21352    
21353    (custom-autoload (quote tex-main-file) "tex-mode")
21354    
21355  (defvar tex-offer-save t "\  (defvar tex-offer-save t "\
21356  *If non-nil, ask about saving modified buffers before \\[tex-file] is run.")  *If non-nil, ask about saving modified buffers before \\[tex-file] is run.")
21357    
21358    (custom-autoload (quote tex-offer-save) "tex-mode")
21359    
21360  (defvar tex-run-command "tex" "\  (defvar tex-run-command "tex" "\
21361  *Command used to run TeX subjob.  *Command used to run TeX subjob.
21362  TeX Mode sets `tex-command' to this string.  TeX Mode sets `tex-command' to this string.
21363  See the documentation of that variable.")  See the documentation of that variable.")
21364    
21365    (custom-autoload (quote tex-run-command) "tex-mode")
21366    
21367  (defvar latex-run-command "latex" "\  (defvar latex-run-command "latex" "\
21368  *Command used to run LaTeX subjob.  *Command used to run LaTeX subjob.
21369  LaTeX Mode sets `tex-command' to this string.  LaTeX Mode sets `tex-command' to this string.
21370  See the documentation of that variable.")  See the documentation of that variable.")
21371    
21372    (custom-autoload (quote latex-run-command) "tex-mode")
21373    
21374  (defvar slitex-run-command "slitex" "\  (defvar slitex-run-command "slitex" "\
21375  *Command used to run SliTeX subjob.  *Command used to run SliTeX subjob.
21376  SliTeX Mode sets `tex-command' to this string.  SliTeX Mode sets `tex-command' to this string.
21377  See the documentation of that variable.")  See the documentation of that variable.")
21378    
21379  (defvar tex-start-options nil "\  (custom-autoload (quote slitex-run-command) "tex-mode")
21380    
21381    (defvar tex-start-options "" "\
21382  *TeX options to use when starting TeX.  *TeX options to use when starting TeX.
21383  These precede the commands in `tex-start-options'  These immediately precede the commands in `tex-start-commands'
21384  and the input file name.  If nil, TeX runs with no options.  and the input file name, with no separating space and are not shell-quoted.
21385  See the documentation of `tex-command'.")  If nil, TeX runs with no options.  See the documentation of `tex-command'.")
21386    
21387    (custom-autoload (quote tex-start-options) "tex-mode")
21388    
21389  (defvar tex-start-commands "\\nonstopmode\\input" "\  (defvar tex-start-commands "\\nonstopmode\\input" "\
21390  *TeX commands to use when starting TeX.  *TeX commands to use when starting TeX.
21391  These precede the input file name.  If nil, no commands are used.  They are shell-quoted and precede the input file name, with a separating space.
21392  See the documentation of `tex-command'.")  If nil, no commands are used.  See the documentation of `tex-command'.")
21393    
21394    (custom-autoload (quote tex-start-commands) "tex-mode")
21395    
21396  (defvar latex-block-names nil "\  (defvar latex-block-names nil "\
21397  *User defined LaTeX block names.  *User defined LaTeX block names.
21398  Combined with `standard-latex-block-names' for minibuffer completion.")  Combined with `latex-standard-block-names' for minibuffer completion.")
21399    
21400    (custom-autoload (quote latex-block-names) "tex-mode")
21401    
21402  (defvar tex-bibtex-command "bibtex" "\  (defvar tex-bibtex-command "bibtex" "\
21403  *Command used by `tex-bibtex-file' to gather bibliographic data.  *Command used by `tex-bibtex-file' to gather bibliographic data.
21404  If this string contains an asterisk (`*'), that is replaced by the file name;  If this string contains an asterisk (`*'), that is replaced by the file name;
21405  otherwise, the file name, preceded by blank, is added at the end.")  otherwise, the file name, preceded by blank, is added at the end.")
21406    
21407    (custom-autoload (quote tex-bibtex-command) "tex-mode")
21408    
21409  (defvar tex-dvi-print-command "lpr -d" "\  (defvar tex-dvi-print-command "lpr -d" "\
21410  *Command used by \\[tex-print] to print a .dvi file.  *Command used by \\[tex-print] to print a .dvi file.
21411  If this string contains an asterisk (`*'), that is replaced by the file name;  If this string contains an asterisk (`*'), that is replaced by the file name;
21412  otherwise, the file name, preceded by blank, is added at the end.")  otherwise, the file name, preceded by blank, is added at the end.")
21413    
21414    (custom-autoload (quote tex-dvi-print-command) "tex-mode")
21415    
21416  (defvar tex-alt-dvi-print-command "lpr -d" "\  (defvar tex-alt-dvi-print-command "lpr -d" "\
21417  *Command used by \\[tex-print] with a prefix arg to print a .dvi file.  *Command used by \\[tex-print] with a prefix arg to print a .dvi file.
21418  If this string contains an asterisk (`*'), that is replaced by the file name;  If this string contains an asterisk (`*'), that is replaced by the file name;
# Line 17125  for example, Line 21428  for example,
21428  would tell \\[tex-print] with a prefix argument to ask you which printer to  would tell \\[tex-print] with a prefix argument to ask you which printer to
21429  use.")  use.")
21430    
21431  (defvar tex-dvi-view-command nil "\  (custom-autoload (quote tex-alt-dvi-print-command) "tex-mode")
21432    
21433    (defvar tex-dvi-view-command (quote (if (eq window-system (quote x)) \"xdvi\" \"dvi2tty * | cat -s\")) "\
21434  *Command used by \\[tex-view] to display a `.dvi' file.  *Command used by \\[tex-view] to display a `.dvi' file.
21435    If it is a string, that specifies the command directly.
21436  If this string contains an asterisk (`*'), that is replaced by the file name;  If this string contains an asterisk (`*'), that is replaced by the file name;
21437  otherwise, the file name, preceded by blank, is added at the end.  otherwise, the file name, preceded by a space, is added at the end.
   
 This can be set conditionally so that the previewer used is suitable for the  
 window system being used.  For example,  
21438    
21439      (setq tex-dvi-view-command  If the value is a form, it is evaluated to get the command to use.")
           (if (eq window-system 'x) \"xdvi\" \"dvi2tty * | cat -s\"))  
21440    
21441  would tell \\[tex-view] to use xdvi under X windows and to use dvi2tty  (custom-autoload (quote tex-dvi-view-command) "tex-mode")
 otherwise.")  
21442    
21443  (defvar tex-show-queue-command "lpq" "\  (defvar tex-show-queue-command "lpq" "\
21444  *Command used by \\[tex-show-print-queue] to show the print queue.  *Command used by \\[tex-show-print-queue] to show the print queue.
21445  Should show the queue(s) that \\[tex-print] puts jobs on.")  Should show the queue(s) that \\[tex-print] puts jobs on.")
21446    
21447    (custom-autoload (quote tex-show-queue-command) "tex-mode")
21448    
21449  (defvar tex-default-mode (quote latex-mode) "\  (defvar tex-default-mode (quote latex-mode) "\
21450  *Mode to enter for a new file that might be either TeX or LaTeX.  *Mode to enter for a new file that might be either TeX or LaTeX.
21451  This variable is used when it can't be determined whether the file  This variable is used when it can't be determined whether the file
21452  is plain TeX or LaTeX or what because the file contains no commands.  is plain TeX or LaTeX or what because the file contains no commands.
21453  Normally set to either `plain-tex-mode' or `latex-mode'.")  Normally set to either `plain-tex-mode' or `latex-mode'.")
21454    
21455    (custom-autoload (quote tex-default-mode) "tex-mode")
21456    
21457  (defvar tex-open-quote "``" "\  (defvar tex-open-quote "``" "\
21458  *String inserted by typing \\[tex-insert-quote] to open a quotation.")  *String inserted by typing \\[tex-insert-quote] to open a quotation.")
21459    
21460    (custom-autoload (quote tex-open-quote) "tex-mode")
21461    
21462  (defvar tex-close-quote "''" "\  (defvar tex-close-quote "''" "\
21463  *String inserted by typing \\[tex-insert-quote] to close a quotation.")  *String inserted by typing \\[tex-insert-quote] to close a quotation.")
21464    
21465    (custom-autoload (quote tex-close-quote) "tex-mode")
21466    
21467  (autoload (quote tex-mode) "tex-mode" "\  (autoload (quote tex-mode) "tex-mode" "\
21468  Major mode for editing files of input for TeX, LaTeX, or SliTeX.  Major mode for editing files of input for TeX, LaTeX, or SliTeX.
21469  Tries to determine (by looking at the beginning of the file) whether  Tries to determine (by looking at the beginning of the file) whether
21470  this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode',  this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode',
21471  `latex-mode', or `slitex-mode', respectively.  If it cannot be determined,  `latex-mode', or `slitex-mode', respectively.  If it cannot be determined,
21472  such as if there are no commands in the file, the value of `tex-default-mode'  such as if there are no commands in the file, the value of `tex-default-mode'
21473  says which mode to use." t nil)  says which mode to use.
21474    
21475    \(fn)" t nil)
21476    
21477  (defalias (quote TeX-mode) (quote tex-mode))  (defalias (quote TeX-mode) (quote tex-mode))
21478    
# Line 17293  Entering SliTeX mode runs the hook `text Line 21604  Entering SliTeX mode runs the hook `text
21604  `slitex-mode-hook'.  When the special subshell is initiated, the hook  `slitex-mode-hook'.  When the special subshell is initiated, the hook
21605  `tex-shell-hook' is run." t nil)  `tex-shell-hook' is run." t nil)
21606    
21607  (autoload (quote tex-start-shell) "tex-mode" nil nil nil)  (autoload (quote tex-start-shell) "tex-mode" "\
21608    Not documented
21609    
21610    \(fn)" nil nil)
21611    
21612  ;;;***  ;;;***
21613    
21614  ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)  ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
21615  ;;;;;;  "texinfmt" "textmodes/texinfmt.el" (15500 565))  ;;;;;;  "texinfmt" "textmodes/texinfmt.el" (15935 49285))
21616  ;;; Generated autoloads from textmodes/texinfmt.el  ;;; Generated autoloads from textmodes/texinfmt.el
21617    
21618  (autoload (quote texinfo-format-buffer) "texinfmt" "\  (autoload (quote texinfo-format-buffer) "texinfmt" "\
# Line 17308  name specified in the @setfilename comma Line 21622  name specified in the @setfilename comma
21622    
21623  Non-nil argument (prefix, if interactive) means don't make tag table  Non-nil argument (prefix, if interactive) means don't make tag table
21624  and don't split the file if large.  You can use Info-tagify and  and don't split the file if large.  You can use Info-tagify and
21625  Info-split to do these manually." t nil)  Info-split to do these manually.
21626    
21627    \(fn &optional NOSPLIT)" t nil)
21628    
21629  (autoload (quote texinfo-format-region) "texinfmt" "\  (autoload (quote texinfo-format-region) "texinfmt" "\
21630  Convert the current region of the Texinfo file to Info format.  Convert the current region of the Texinfo file to Info format.
21631  This lets you see what that part of the file will look like in Info.  This lets you see what that part of the file will look like in Info.
21632  The command is bound to \\[texinfo-format-region].  The text that is  The command is bound to \\[texinfo-format-region].  The text that is
21633  converted to Info is stored in a temporary buffer." t nil)  converted to Info is stored in a temporary buffer.
21634    
21635    \(fn REGION-BEGINNING REGION-END)" t nil)
21636    
21637  (autoload (quote texi2info) "texinfmt" "\  (autoload (quote texi2info) "texinfmt" "\
21638  Convert the current buffer (written in Texinfo code) into an Info file.  Convert the current buffer (written in Texinfo code) into an Info file.
# Line 17327  is automatically removed when the Info f Line 21645  is automatically removed when the Info f
21645  Texinfo source buffer is not changed.  Texinfo source buffer is not changed.
21646    
21647  Non-nil argument (prefix, if interactive) means don't split the file  Non-nil argument (prefix, if interactive) means don't split the file
21648  if large.  You can use Info-split to do this manually." t nil)  if large.  You can use Info-split to do this manually.
21649    
21650    \(fn &optional NOSPLIT)" t nil)
21651    
21652  ;;;***  ;;;***
21653    
21654  ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)  ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
21655  ;;;;;;  "texinfo" "textmodes/texinfo.el" (15575 13859))  ;;;;;;  "texinfo" "textmodes/texinfo.el" (15935 49285))
21656  ;;; Generated autoloads from textmodes/texinfo.el  ;;; Generated autoloads from textmodes/texinfo.el
21657    
21658  (defvar texinfo-open-quote "``" "\  (defvar texinfo-open-quote "``" "\
21659  *String inserted by typing \\[texinfo-insert-quote] to open a quotation.")  *String inserted by typing \\[texinfo-insert-quote] to open a quotation.")
21660    
21661    (custom-autoload (quote texinfo-open-quote) "texinfo")
21662    
21663  (defvar texinfo-close-quote "''" "\  (defvar texinfo-close-quote "''" "\
21664  *String inserted by typing \\[texinfo-insert-quote] to close a quotation.")  *String inserted by typing \\[texinfo-insert-quote] to close a quotation.")
21665    
21666    (custom-autoload (quote texinfo-close-quote) "texinfo")
21667    
21668  (autoload (quote texinfo-mode) "texinfo" "\  (autoload (quote texinfo-mode) "texinfo" "\
21669  Major mode for editing Texinfo files.  Major mode for editing Texinfo files.
21670    
# Line 17412  value of `texinfo-mode-hook'." t nil) Line 21736  value of `texinfo-mode-hook'." t nil)
21736    
21737  ;;;### (autoloads (thai-composition-function thai-post-read-conversion  ;;;### (autoloads (thai-composition-function thai-post-read-conversion
21738  ;;;;;;  thai-compose-buffer thai-compose-string thai-compose-region)  ;;;;;;  thai-compose-buffer thai-compose-string thai-compose-region)
21739  ;;;;;;  "thai-util" "language/thai-util.el" (15391 60704))  ;;;;;;  "thai-util" "language/thai-util.el" (15935 48150))
21740  ;;; Generated autoloads from language/thai-util.el  ;;; Generated autoloads from language/thai-util.el
21741    
21742  (autoload (quote thai-compose-region) "thai-util" "\  (autoload (quote thai-compose-region) "thai-util" "\
21743  Compose Thai characters in the region.  Compose Thai characters in the region.
21744  When called from a program, expects two arguments,  When called from a program, expects two arguments,
21745  positions (integers or markers) specifying the region." t nil)  positions (integers or markers) specifying the region.
21746    
21747    \(fn BEG END)" t nil)
21748    
21749  (autoload (quote thai-compose-string) "thai-util" "\  (autoload (quote thai-compose-string) "thai-util" "\
21750  Compose Thai characters in STRING and return the resulting string." nil nil)  Compose Thai characters in STRING and return the resulting string.
21751    
21752    \(fn STRING)" nil nil)
21753    
21754  (autoload (quote thai-compose-buffer) "thai-util" "\  (autoload (quote thai-compose-buffer) "thai-util" "\
21755  Compose Thai characters in the current buffer." t nil)  Compose Thai characters in the current buffer.
21756    
21757    \(fn)" t nil)
21758    
21759  (autoload (quote thai-post-read-conversion) "thai-util" nil nil nil)  (autoload (quote thai-post-read-conversion) "thai-util" "\
21760    Not documented
21761    
21762    \(fn LEN)" nil nil)
21763    
21764  (autoload (quote thai-composition-function) "thai-util" "\  (autoload (quote thai-composition-function) "thai-util" "\
21765  Compose Thai text in the region FROM and TO.  Compose Thai text in the region FROM and TO.
# Line 17434  The text matches the regular expression Line 21767  The text matches the regular expression
21767  Optional 4th argument STRING, if non-nil, is a string containing text  Optional 4th argument STRING, if non-nil, is a string containing text
21768  to compose.  to compose.
21769    
21770  The return value is number of composed characters." nil nil)  The return value is number of composed characters.
21771    
21772    \(fn FROM TO PATTERN &optional STRING)" nil nil)
21773    
21774  ;;;***  ;;;***
21775    
21776  ;;;### (autoloads (list-at-point number-at-point symbol-at-point  ;;;### (autoloads (list-at-point number-at-point symbol-at-point
21777  ;;;;;;  sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)  ;;;;;;  sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
21778  ;;;;;;  "thingatpt" "thingatpt.el" (15186 14364))  ;;;;;;  "thingatpt" "thingatpt.el" (15935 44362))
21779  ;;; Generated autoloads from thingatpt.el  ;;; Generated autoloads from thingatpt.el
21780    
21781  (autoload (quote forward-thing) "thingatpt" "\  (autoload (quote forward-thing) "thingatpt" "\
21782  Move forward to the end of the next THING." nil nil)  Move forward to the end of the next THING.
21783    
21784    \(fn THING &optional N)" nil nil)
21785    
21786  (autoload (quote bounds-of-thing-at-point) "thingatpt" "\  (autoload (quote bounds-of-thing-at-point) "thingatpt" "\
21787  Determine the start and end buffer locations for the THING at point.  Determine the start and end buffer locations for the THING at point.
# Line 17456  See the file `thingatpt.el' for document Line 21793  See the file `thingatpt.el' for document
21793  a symbol as a valid THING.  a symbol as a valid THING.
21794    
21795  The value is a cons cell (START . END) giving the start and end positions  The value is a cons cell (START . END) giving the start and end positions
21796  of the textual entity that was found." nil nil)  of the textual entity that was found.
21797    
21798    \(fn THING)" nil nil)
21799    
21800  (autoload (quote thing-at-point) "thingatpt" "\  (autoload (quote thing-at-point) "thingatpt" "\
21801  Return the THING at point.  Return the THING at point.
# Line 17465  Possibilities include `symbol', `list', Line 21804  Possibilities include `symbol', `list',
21804  `word', `sentence', `whitespace', `line', `page' and others.  `word', `sentence', `whitespace', `line', `page' and others.
21805    
21806  See the file `thingatpt.el' for documentation on how to define  See the file `thingatpt.el' for documentation on how to define
21807  a symbol as a valid THING." nil nil)  a symbol as a valid THING.
21808    
21809    \(fn THING)" nil nil)
21810    
21811    (autoload (quote sexp-at-point) "thingatpt" "\
21812    Not documented
21813    
21814    \(fn)" nil nil)
21815    
21816    (autoload (quote symbol-at-point) "thingatpt" "\
21817    Not documented
21818    
21819  (autoload (quote sexp-at-point) "thingatpt" nil nil nil)  \(fn)" nil nil)
21820    
21821  (autoload (quote symbol-at-point) "thingatpt" nil nil nil)  (autoload (quote number-at-point) "thingatpt" "\
21822    Not documented
21823    
21824  (autoload (quote number-at-point) "thingatpt" nil nil nil)  \(fn)" nil nil)
21825    
21826  (autoload (quote list-at-point) "thingatpt" nil nil nil)  (autoload (quote list-at-point) "thingatpt" "\
21827    Not documented
21828    
21829    \(fn)" nil nil)
21830    
21831  ;;;***  ;;;***
21832    
# Line 17482  a symbol as a valid THING." nil nil) Line 21835  a symbol as a valid THING." nil nil)
21835  ;;;;;;  tibetan-composition-function tibetan-decompose-string tibetan-decompose-region  ;;;;;;  tibetan-composition-function tibetan-decompose-string tibetan-decompose-region
21836  ;;;;;;  tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan  ;;;;;;  tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan
21837  ;;;;;;  tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util"  ;;;;;;  tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util"
21838  ;;;;;;  "language/tibet-util.el" (15577 50939))  ;;;;;;  "language/tibet-util.el" (15935 48150))
21839  ;;; Generated autoloads from language/tibet-util.el  ;;; Generated autoloads from language/tibet-util.el
21840    
21841  (autoload (quote tibetan-char-p) "tibet-util" "\  (autoload (quote tibetan-char-p) "tibet-util" "\
21842  Check if char CH is Tibetan character.  Check if char CH is Tibetan character.
21843  Returns non-nil if CH is Tibetan. Otherwise, returns nil." nil nil)  Returns non-nil if CH is Tibetan. Otherwise, returns nil.
21844    
21845    \(fn CH)" nil nil)
21846    
21847  (autoload (quote tibetan-tibetan-to-transcription) "tibet-util" "\  (autoload (quote tibetan-tibetan-to-transcription) "tibet-util" "\
21848  Transcribe Tibetan string STR and return the corresponding Roman string." nil nil)  Transcribe Tibetan string STR and return the corresponding Roman string.
21849    
21850    \(fn STR)" nil nil)
21851    
21852  (autoload (quote tibetan-transcription-to-tibetan) "tibet-util" "\  (autoload (quote tibetan-transcription-to-tibetan) "tibet-util" "\
21853  Convert Tibetan Roman string STR to Tibetan character string.  Convert Tibetan Roman string STR to Tibetan character string.
21854  The returned string has no composition information." nil nil)  The returned string has no composition information.
21855    
21856    \(fn STR)" nil nil)
21857    
21858  (autoload (quote tibetan-compose-string) "tibet-util" "\  (autoload (quote tibetan-compose-string) "tibet-util" "\
21859  Compose Tibetan string STR." nil nil)  Compose Tibetan string STR.
21860    
21861    \(fn STR)" nil nil)
21862    
21863  (autoload (quote tibetan-compose-region) "tibet-util" "\  (autoload (quote tibetan-compose-region) "tibet-util" "\
21864  Compose Tibetan text the region BEG and END." t nil)  Compose Tibetan text the region BEG and END.
21865    
21866    \(fn BEG END)" t nil)
21867    
21868  (autoload (quote tibetan-decompose-region) "tibet-util" "\  (autoload (quote tibetan-decompose-region) "tibet-util" "\
21869  Decompose Tibetan text in the region FROM and TO.  Decompose Tibetan text in the region FROM and TO.
21870  This is different from decompose-region because precomposed Tibetan characters  This is different from decompose-region because precomposed Tibetan characters
21871  are decomposed into normal Tibetan character sequences." t nil)  are decomposed into normal Tibetan character sequences.
21872    
21873    \(fn FROM TO)" t nil)
21874    
21875  (autoload (quote tibetan-decompose-string) "tibet-util" "\  (autoload (quote tibetan-decompose-string) "tibet-util" "\
21876  Decompose Tibetan string STR.  Decompose Tibetan string STR.
21877  This is different from decompose-string because precomposed Tibetan characters  This is different from decompose-string because precomposed Tibetan characters
21878  are decomposed into normal Tibetan character sequences." nil nil)  are decomposed into normal Tibetan character sequences.
21879    
21880    \(fn STR)" nil nil)
21881    
21882  (autoload (quote tibetan-composition-function) "tibet-util" nil nil nil)  (autoload (quote tibetan-composition-function) "tibet-util" "\
21883    Not documented
21884    
21885    \(fn FROM TO PATTERN &optional STRING)" nil nil)
21886    
21887  (autoload (quote tibetan-decompose-buffer) "tibet-util" "\  (autoload (quote tibetan-decompose-buffer) "tibet-util" "\
21888  Decomposes Tibetan characters in the buffer into their components.  Decomposes Tibetan characters in the buffer into their components.
21889  See also the documentation of the function `tibetan-decompose-region'." t nil)  See also the documentation of the function `tibetan-decompose-region'.
21890    
21891    \(fn)" t nil)
21892    
21893  (autoload (quote tibetan-compose-buffer) "tibet-util" "\  (autoload (quote tibetan-compose-buffer) "tibet-util" "\
21894  Composes Tibetan character components in the buffer.  Composes Tibetan character components in the buffer.
21895  See also docstring of the function tibetan-compose-region." t nil)  See also docstring of the function tibetan-compose-region.
21896    
21897    \(fn)" t nil)
21898    
21899    (autoload (quote tibetan-post-read-conversion) "tibet-util" "\
21900    Not documented
21901    
21902    \(fn LEN)" nil nil)
21903    
21904  (autoload (quote tibetan-post-read-conversion) "tibet-util" nil nil nil)  (autoload (quote tibetan-pre-write-conversion) "tibet-util" "\
21905    Not documented
21906    
21907  (autoload (quote tibetan-pre-write-conversion) "tibet-util" nil nil nil)  \(fn FROM TO)" nil nil)
21908    
21909  (autoload (quote tibetan-pre-write-canonicalize-for-unicode) "tibet-util" nil nil nil)  (autoload (quote tibetan-pre-write-canonicalize-for-unicode) "tibet-util" "\
21910    Not documented
21911    
21912    \(fn FROM TO)" nil nil)
21913    
21914  ;;;***  ;;;***
21915    
21916  ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"  ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
21917  ;;;;;;  (15490 49404))  ;;;;;;  (15935 49285))
21918  ;;; Generated autoloads from textmodes/tildify.el  ;;; Generated autoloads from textmodes/tildify.el
21919    
21920  (autoload (quote tildify-region) "tildify" "\  (autoload (quote tildify-region) "tildify" "\
# Line 17539  Add hard spaces in the region between BE Line 21922  Add hard spaces in the region between BE
21922  See variables `tildify-pattern-alist', `tildify-string-alist', and  See variables `tildify-pattern-alist', `tildify-string-alist', and
21923  `tildify-ignored-environments-alist' for information about configuration  `tildify-ignored-environments-alist' for information about configuration
21924  parameters.  parameters.
21925  This function performs no refilling of the changed text." t nil)  This function performs no refilling of the changed text.
21926    
21927    \(fn BEG END)" t nil)
21928    
21929  (autoload (quote tildify-buffer) "tildify" "\  (autoload (quote tildify-buffer) "tildify" "\
21930  Add hard spaces in the current buffer.  Add hard spaces in the current buffer.
21931  See variables `tildify-pattern-alist', `tildify-string-alist', and  See variables `tildify-pattern-alist', `tildify-string-alist', and
21932  `tildify-ignored-environments-alist' for information about configuration  `tildify-ignored-environments-alist' for information about configuration
21933  parameters.  parameters.
21934  This function performs no refilling of the changed text." t nil)  This function performs no refilling of the changed text.
21935    
21936    \(fn)" t nil)
21937    
21938  ;;;***  ;;;***
21939    
21940  ;;;### (autoloads (display-time-mode display-time display-time-day-and-date)  ;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
21941  ;;;;;;  "time" "time.el" (15575 13784))  ;;;;;;  "time" "time.el" (15747 59317))
21942  ;;; Generated autoloads from time.el  ;;; Generated autoloads from time.el
21943    
21944  (defvar display-time-day-and-date nil "\  (defvar display-time-day-and-date nil "\
21945  *Non-nil means \\[display-time] should display day and date as well as time.")  *Non-nil means \\[display-time] should display day and date as well as time.")
21946    
21947    (custom-autoload (quote display-time-day-and-date) "time")
21948    
21949  (autoload (quote display-time) "time" "\  (autoload (quote display-time) "time" "\
21950  Enable display of time, load level, and mail flag in mode lines.  Enable display of time, load level, and mail flag in mode lines.
21951  This display updates automatically every minute.  This display updates automatically every minute.
21952  If `display-time-day-and-date' is non-nil, the current day and date  If `display-time-day-and-date' is non-nil, the current day and date
21953  are displayed as well.  are displayed as well.
21954  This runs the normal hook `display-time-hook' after each update." t nil)  This runs the normal hook `display-time-hook' after each update.
21955    
21956    \(fn)" t nil)
21957    
21958  (defvar display-time-mode nil "\  (defvar display-time-mode nil "\
21959  Non-nil if Display-Time mode is enabled.  Non-nil if Display-Time mode is enabled.
# Line 17570  See the command `display-time-mode' for Line 21961  See the command `display-time-mode' for
21961  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
21962  use either \\[customize] or the function `display-time-mode'.")  use either \\[customize] or the function `display-time-mode'.")
21963    
21964  (custom-add-to-group (quote display-time) (quote display-time-mode) (quote custom-variable))  (custom-autoload (quote display-time-mode) "time")
   
 (custom-add-load (quote display-time-mode) (quote time))  
21965    
21966  (autoload (quote display-time-mode) "time" "\  (autoload (quote display-time-mode) "time" "\
21967  Toggle display of time, load level, and mail flag in mode lines.  Toggle display of time, load level, and mail flag in mode lines.
# Line 17581  With a numeric arg, enable this display Line 21970  With a numeric arg, enable this display
21970  When this display is enabled, it updates automatically every minute.  When this display is enabled, it updates automatically every minute.
21971  If `display-time-day-and-date' is non-nil, the current day and date  If `display-time-day-and-date' is non-nil, the current day and date
21972  are displayed as well.  are displayed as well.
21973  This runs the normal hook `display-time-hook' after each update." t nil)  This runs the normal hook `display-time-hook' after each update.
21974    
21975    \(fn &optional ARG)" t nil)
21976    
21977  ;;;***  ;;;***
21978    
# Line 17592  This runs the normal hook `display-time- Line 21983  This runs the normal hook `display-time-
21983  ;;; Generated autoloads from calendar/time-date.el  ;;; Generated autoloads from calendar/time-date.el
21984    
21985  (autoload (quote date-to-time) "time-date" "\  (autoload (quote date-to-time) "time-date" "\
21986  Parse a string that represents a date-time and return a time value." nil nil)  Parse a string that represents a date-time and return a time value.
21987    
21988    \(fn DATE)" nil nil)
21989    
21990  (autoload (quote seconds-to-time) "time-date" "\  (autoload (quote seconds-to-time) "time-date" "\
21991  Convert SECONDS (a floating point number) to a time value." nil nil)  Convert SECONDS (a floating point number) to a time value.
21992    
21993    \(fn SECONDS)" nil nil)
21994    
21995  (autoload (quote time-less-p) "time-date" "\  (autoload (quote time-less-p) "time-date" "\
21996  Say whether time value T1 is less than time value T2." nil nil)  Say whether time value T1 is less than time value T2.
21997    
21998    \(fn T1 T2)" nil nil)
21999    
22000  (autoload (quote days-to-time) "time-date" "\  (autoload (quote days-to-time) "time-date" "\
22001  Convert DAYS into a time value." nil nil)  Convert DAYS into a time value.
22002    
22003    \(fn DAYS)" nil nil)
22004    
22005  (autoload (quote time-since) "time-date" "\  (autoload (quote time-since) "time-date" "\
22006  Return the time elapsed since TIME.  Return the time elapsed since TIME.
22007  TIME should be either a time value or a date-time string." nil nil)  TIME should be either a time value or a date-time string.
22008    
22009    \(fn TIME)" nil nil)
22010    
22011  (defalias (quote subtract-time) (quote time-subtract))  (defalias (quote subtract-time) (quote time-subtract))
22012    
22013  (autoload (quote time-subtract) "time-date" "\  (autoload (quote time-subtract) "time-date" "\
22014  Subtract two time values.  Subtract two time values.
22015  Return the difference in the format of a time value." nil nil)  Return the difference in the format of a time value.
22016    
22017    \(fn T1 T2)" nil nil)
22018    
22019  (autoload (quote time-add) "time-date" "\  (autoload (quote time-add) "time-date" "\
22020  Add two time values.  One should represent a time difference." nil nil)  Add two time values.  One should represent a time difference.
22021    
22022    \(fn T1 T2)" nil nil)
22023    
22024  (autoload (quote date-to-day) "time-date" "\  (autoload (quote date-to-day) "time-date" "\
22025  Return the number of days between year 1 and DATE.  Return the number of days between year 1 and DATE.
22026  DATE should be a date-time string." nil nil)  DATE should be a date-time string.
22027    
22028    \(fn DATE)" nil nil)
22029    
22030  (autoload (quote days-between) "time-date" "\  (autoload (quote days-between) "time-date" "\
22031  Return the number of days between DATE1 and DATE2.  Return the number of days between DATE1 and DATE2.
22032  DATE1 and DATE2 should be date-time strings." nil nil)  DATE1 and DATE2 should be date-time strings.
22033    
22034    \(fn DATE1 DATE2)" nil nil)
22035    
22036  (autoload (quote date-leap-year-p) "time-date" "\  (autoload (quote date-leap-year-p) "time-date" "\
22037  Return t if YEAR is a leap year." nil nil)  Return t if YEAR is a leap year.
22038    
22039    \(fn YEAR)" nil nil)
22040    
22041  (autoload (quote time-to-day-in-year) "time-date" "\  (autoload (quote time-to-day-in-year) "time-date" "\
22042  Return the day number within the year of the date month/day/year." nil nil)  Return the day number within the year of the date month/day/year.
22043    
22044    \(fn TIME)" nil nil)
22045    
22046  (autoload (quote time-to-days) "time-date" "\  (autoload (quote time-to-days) "time-date" "\
22047  The number of days between the Gregorian date 0001-12-31bce and TIME.  The number of days between the Gregorian date 0001-12-31bce and TIME.
22048  TIME should be a time value.  TIME should be a time value.
22049  The Gregorian date Sunday, December 31, 1bce is imaginary." nil nil)  The Gregorian date Sunday, December 31, 1bce is imaginary.
22050    
22051    \(fn TIME)" nil nil)
22052    
22053  (autoload (quote safe-date-to-time) "time-date" "\  (autoload (quote safe-date-to-time) "time-date" "\
22054  Parse a string that represents a date-time and return a time value.  Parse a string that represents a date-time and return a time value.
22055  If DATE is malformed, return a time value of zeros." nil nil)  If DATE is malformed, return a time value of zeros.
22056    
22057    \(fn DATE)" nil nil)
22058    
22059  ;;;***  ;;;***
22060    
22061  ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"  ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
22062  ;;;;;;  "time-stamp.el" (15592 18852))  ;;;;;;  "time-stamp.el" (15931 55755))
22063  ;;; Generated autoloads from time-stamp.el  ;;; Generated autoloads from time-stamp.el
22064    
22065  (autoload (quote time-stamp) "time-stamp" "\  (autoload (quote time-stamp) "time-stamp" "\
# Line 17655  look like one of the following: Line 22072  look like one of the following:
22072        Time-stamp: <>        Time-stamp: <>
22073        Time-stamp: \" \"        Time-stamp: \" \"
22074  The time stamp is written between the brackets or quotes:  The time stamp is written between the brackets or quotes:
22075        Time-stamp: <1998-02-18 10:20:51 gildea>        Time-stamp: <2001-02-18 10:20:51 gildea>
22076  The time stamp is updated only if the variable `time-stamp-active' is non-nil.  The time stamp is updated only if the variable `time-stamp-active' is non-nil.
22077  The format of the time stamp is set by the variable `time-stamp-format'.  The format of the time stamp is set by the variable `time-stamp-format'.
22078  The variables `time-stamp-line-limit', `time-stamp-start', `time-stamp-end',  The variables `time-stamp-line-limit', `time-stamp-start', `time-stamp-end',
22079  `time-stamp-count', and `time-stamp-inserts-lines' control finding the  `time-stamp-count', and `time-stamp-inserts-lines' control finding the
22080  template." t nil)  template.
22081    
22082    \(fn)" t nil)
22083    
22084  (autoload (quote time-stamp-toggle-active) "time-stamp" "\  (autoload (quote time-stamp-toggle-active) "time-stamp" "\
22085  Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer.  Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer.
22086  With arg, turn time stamping on if and only if arg is positive." t nil)  With ARG, turn time stamping on if and only if arg is positive.
22087    
22088    \(fn &optional ARG)" t nil)
22089    
22090  ;;;***  ;;;***
22091    
# Line 17672  With arg, turn time stamping on if and o Line 22093  With arg, turn time stamping on if and o
22093  ;;;;;;  timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out  ;;;;;;  timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
22094  ;;;;;;  timeclock-change timeclock-status-string timeclock-out timeclock-in  ;;;;;;  timeclock-change timeclock-status-string timeclock-out timeclock-in
22095  ;;;;;;  timeclock-modeline-display) "timeclock" "calendar/timeclock.el"  ;;;;;;  timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
22096  ;;;;;;  (15333 56864))  ;;;;;;  (15935 46813))
22097  ;;; Generated autoloads from calendar/timeclock.el  ;;; Generated autoloads from calendar/timeclock.el
22098    
22099  (autoload (quote timeclock-modeline-display) "timeclock" "\  (autoload (quote timeclock-modeline-display) "timeclock" "\
# Line 17682  updated whenever the time display is upd Line 22103  updated whenever the time display is upd
22103  timeclock will use its own sixty second timer to do its updating.  timeclock will use its own sixty second timer to do its updating.
22104  With prefix ARG, turn modeline display on if and only if ARG is  With prefix ARG, turn modeline display on if and only if ARG is
22105  positive.  Returns the new status of timeclock modeline display  positive.  Returns the new status of timeclock modeline display
22106  \(non-nil means on)." t nil)  \(non-nil means on).
22107    
22108    \(fn &optional ARG)" t nil)
22109    
22110  (autoload (quote timeclock-in) "timeclock" "\  (autoload (quote timeclock-in) "timeclock" "\
22111  Clock in, recording the current time moment in the timelog.  Clock in, recording the current time moment in the timelog.
# Line 17696  this function is called within a day. Line 22119  this function is called within a day.
22119  PROJECT as the project being clocked into.  If PROJECT is nil, and  PROJECT as the project being clocked into.  If PROJECT is nil, and
22120  FIND-PROJECT is non-nil -- or the user calls `timeclock-in'  FIND-PROJECT is non-nil -- or the user calls `timeclock-in'
22121  interactively -- call the function `timeclock-get-project-function' to  interactively -- call the function `timeclock-get-project-function' to
22122  discover the name of the project." t nil)  discover the name of the project.
22123    
22124    \(fn &optional ARG PROJECT FIND-PROJECT)" t nil)
22125    
22126  (autoload (quote timeclock-out) "timeclock" "\  (autoload (quote timeclock-out) "timeclock" "\
22127  Clock out, recording the current time moment in the timelog.  Clock out, recording the current time moment in the timelog.
# Line 17706  begun during the last time segment. Line 22131  begun during the last time segment.
22131  REASON is the user's reason for clocking out.  If REASON is nil, and  REASON is the user's reason for clocking out.  If REASON is nil, and
22132  FIND-REASON is non-nil -- or the user calls `timeclock-out'  FIND-REASON is non-nil -- or the user calls `timeclock-out'
22133  interactively -- call the function `timeclock-get-reason-function' to  interactively -- call the function `timeclock-get-reason-function' to
22134  discover the reason." t nil)  discover the reason.
22135    
22136    \(fn &optional ARG REASON FIND-REASON)" t nil)
22137    
22138  (autoload (quote timeclock-status-string) "timeclock" "\  (autoload (quote timeclock-status-string) "timeclock" "\
22139  Report the overall timeclock status at the present moment." t nil)  Report the overall timeclock status at the present moment.
22140    
22141    \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
22142    
22143  (autoload (quote timeclock-change) "timeclock" "\  (autoload (quote timeclock-change) "timeclock" "\
22144  Change to working on a different project, by clocking in then out.  Change to working on a different project, by clocking in then out.
22145  With a prefix ARG, consider the previous project as having been  With a prefix ARG, consider the previous project as having been
22146  finished at the time of changeover.  PROJECT is the name of the last  finished at the time of changeover.  PROJECT is the name of the last
22147  project you were working on." t nil)  project you were working on.
22148    
22149    \(fn &optional ARG PROJECT)" t nil)
22150    
22151  (autoload (quote timeclock-query-out) "timeclock" "\  (autoload (quote timeclock-query-out) "timeclock" "\
22152  Ask the user before clocking out.  Ask the user before clocking out.
22153  This is a useful function for adding to `kill-emacs-hook'." nil nil)  This is a useful function for adding to `kill-emacs-hook'.
22154    
22155    \(fn)" nil nil)
22156    
22157  (autoload (quote timeclock-reread-log) "timeclock" "\  (autoload (quote timeclock-reread-log) "timeclock" "\
22158  Re-read the timeclock, to account for external changes.  Re-read the timeclock, to account for external changes.
22159  Returns the new value of `timeclock-discrepancy'." t nil)  Returns the new value of `timeclock-discrepancy'.
22160    
22161    \(fn)" t nil)
22162    
22163  (autoload (quote timeclock-workday-remaining-string) "timeclock" "\  (autoload (quote timeclock-workday-remaining-string) "timeclock" "\
22164  Return a string representing the amount of time left today.  Return a string representing the amount of time left today.
22165  Display second resolution if SHOW-SECONDS is non-nil.  If TODAY-ONLY  Display second resolution if SHOW-SECONDS is non-nil.  If TODAY-ONLY
22166  is non-nil, the display will be relative only to time worked today.  is non-nil, the display will be relative only to time worked today.
22167  See `timeclock-relative' for more information about the meaning of  See `timeclock-relative' for more information about the meaning of
22168  \"relative to today\"." t nil)  \"relative to today\".
22169    
22170    \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
22171    
22172  (autoload (quote timeclock-workday-elapsed-string) "timeclock" "\  (autoload (quote timeclock-workday-elapsed-string) "timeclock" "\
22173  Return a string representing the amount of time worked today.  Return a string representing the amount of time worked today.
22174  Display seconds resolution if SHOW-SECONDS is non-nil.  If RELATIVE is  Display seconds resolution if SHOW-SECONDS is non-nil.  If RELATIVE is
22175  non-nil, the amount returned will be relative to past time worked." t nil)  non-nil, the amount returned will be relative to past time worked.
22176    
22177    \(fn &optional SHOW-SECONDS)" t nil)
22178    
22179  (autoload (quote timeclock-when-to-leave-string) "timeclock" "\  (autoload (quote timeclock-when-to-leave-string) "timeclock" "\
22180  Return a string representing at what time the workday ends today.  Return a string representing at what time the workday ends today.
# Line 17745  minibuffer.  If SHOW-SECONDS is non-nil, Line 22184  minibuffer.  If SHOW-SECONDS is non-nil,
22184  will include seconds.  If TODAY-ONLY is non-nil, the value returned  will include seconds.  If TODAY-ONLY is non-nil, the value returned
22185  will be relative only to the time worked today, and not to past time.  will be relative only to the time worked today, and not to past time.
22186  This argument only makes a difference if `timeclock-relative' is  This argument only makes a difference if `timeclock-relative' is
22187  non-nil." t nil)  non-nil.
22188    
22189    \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
22190    
22191  ;;;***  ;;;***
22192    
22193  ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer  ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
22194  ;;;;;;  run-at-time cancel-function-timers cancel-timer) "timer"  ;;;;;;  run-at-time cancel-function-timers cancel-timer) "timer"
22195  ;;;;;;  "timer.el" (15298 18678))  ;;;;;;  "timer.el" (15935 44381))
22196  ;;; Generated autoloads from timer.el  ;;; Generated autoloads from timer.el
22197    
22198  (defalias (quote disable-timeout) (quote cancel-timer))  (defalias (quote disable-timeout) (quote cancel-timer))
22199    
22200  (autoload (quote cancel-timer) "timer" "\  (autoload (quote cancel-timer) "timer" "\
22201  Remove TIMER from the list of active timers." nil nil)  Remove TIMER from the list of active timers.
22202    
22203    \(fn TIMER)" nil nil)
22204    
22205  (autoload (quote cancel-function-timers) "timer" "\  (autoload (quote cancel-function-timers) "timer" "\
22206  Cancel all timers scheduled by `run-at-time' which would run FUNCTION." t nil)  Cancel all timers scheduled by `run-at-time' which would run FUNCTION.
22207    
22208    \(fn FUNCTION)" t nil)
22209    
22210  (autoload (quote run-at-time) "timer" "\  (autoload (quote run-at-time) "timer" "\
22211  Perform an action at time TIME.  Perform an action at time TIME.
# Line 17771  meaning the next integral multiple of RE Line 22216  meaning the next integral multiple of RE
22216  REPEAT may be an integer or floating point number.  REPEAT may be an integer or floating point number.
22217  The action is to call FUNCTION with arguments ARGS.  The action is to call FUNCTION with arguments ARGS.
22218    
22219  This function returns a timer object which you can use in `cancel-timer'." t nil)  This function returns a timer object which you can use in `cancel-timer'.
22220    
22221    \(fn TIME REPEAT FUNCTION &rest ARGS)" t nil)
22222    
22223  (autoload (quote run-with-timer) "timer" "\  (autoload (quote run-with-timer) "timer" "\
22224  Perform an action after a delay of SECS seconds.  Perform an action after a delay of SECS seconds.
# Line 17779  Repeat the action every REPEAT seconds, Line 22226  Repeat the action every REPEAT seconds,
22226  SECS and REPEAT may be integers or floating point numbers.  SECS and REPEAT may be integers or floating point numbers.
22227  The action is to call FUNCTION with arguments ARGS.  The action is to call FUNCTION with arguments ARGS.
22228    
22229  This function returns a timer object which you can use in `cancel-timer'." t nil)  This function returns a timer object which you can use in `cancel-timer'.
22230    
22231    \(fn SECS REPEAT FUNCTION &rest ARGS)" t nil)
22232    
22233  (autoload (quote add-timeout) "timer" "\  (autoload (quote add-timeout) "timer" "\
22234  Add a timer to run SECS seconds from now, to call FUNCTION on OBJECT.  Add a timer to run SECS seconds from now, to call FUNCTION on OBJECT.
22235  If REPEAT is non-nil, repeat the timer every REPEAT seconds.  If REPEAT is non-nil, repeat the timer every REPEAT seconds.
22236  This function is for compatibility; see also `run-with-timer'." nil nil)  This function is for compatibility; see also `run-with-timer'.
22237    
22238    \(fn SECS FUNCTION OBJECT &optional REPEAT)" nil nil)
22239    
22240  (autoload (quote run-with-idle-timer) "timer" "\  (autoload (quote run-with-idle-timer) "timer" "\
22241  Perform an action the next time Emacs is idle for SECS seconds.  Perform an action the next time Emacs is idle for SECS seconds.
# Line 17794  SECS may be an integer or a floating poi Line 22245  SECS may be an integer or a floating poi
22245  If REPEAT is non-nil, do the action each time Emacs has been idle for  If REPEAT is non-nil, do the action each time Emacs has been idle for
22246  exactly SECS seconds (that is, only once for each time Emacs becomes idle).  exactly SECS seconds (that is, only once for each time Emacs becomes idle).
22247    
22248  This function returns a timer object which you can use in `cancel-timer'." t nil)  This function returns a timer object which you can use in `cancel-timer'.
22249    
22250    \(fn SECS REPEAT FUNCTION &rest ARGS)" t nil)
22251   (put 'with-timeout 'lisp-indent-function 1)   (put 'with-timeout 'lisp-indent-function 1)
22252    
22253  (autoload (quote with-timeout) "timer" "\  (autoload (quote with-timeout) "timer" "\
# Line 17805  The call should look like: Line 22258  The call should look like:
22258  The timeout is checked whenever Emacs waits for some kind of external  The timeout is checked whenever Emacs waits for some kind of external
22259  event (such as keyboard input, input from subprocesses, or a certain time);  event (such as keyboard input, input from subprocesses, or a certain time);
22260  if the program loops without waiting in any way, the timeout will not  if the program loops without waiting in any way, the timeout will not
22261  be detected." nil (quote macro))  be detected.
22262    
22263    \(fn LIST &rest BODY)" nil (quote macro))
22264    
22265  ;;;***  ;;;***
22266    
22267  ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"  ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
22268  ;;;;;;  "international/titdic-cnv.el" (15538 21134))  ;;;;;;  "international/titdic-cnv.el" (15935 48018))
22269  ;;; Generated autoloads from international/titdic-cnv.el  ;;; Generated autoloads from international/titdic-cnv.el
22270    
22271  (autoload (quote titdic-convert) "titdic-cnv" "\  (autoload (quote titdic-convert) "titdic-cnv" "\
22272  Convert a TIT dictionary of FILENAME into a Quail package.  Convert a TIT dictionary of FILENAME into a Quail package.
22273  Optional argument DIRNAME if specified is the directory name under which  Optional argument DIRNAME if specified is the directory name under which
22274  the generated Quail package is saved." t nil)  the generated Quail package is saved.
22275    
22276    \(fn FILENAME &optional DIRNAME)" t nil)
22277    
22278  (autoload (quote batch-titdic-convert) "titdic-cnv" "\  (autoload (quote batch-titdic-convert) "titdic-cnv" "\
22279  Run `titdic-convert' on the files remaining on the command line.  Run `titdic-convert' on the files remaining on the command line.
# Line 17824  Use this from the command line, with `-b Line 22281  Use this from the command line, with `-b
22281  it won't work in an interactive Emacs.  it won't work in an interactive Emacs.
22282  For example, invoke \"emacs -batch -f batch-titdic-convert XXX.tit\" to  For example, invoke \"emacs -batch -f batch-titdic-convert XXX.tit\" to
22283   generate Quail package file \"xxx.el\" from TIT dictionary file \"XXX.tit\".   generate Quail package file \"xxx.el\" from TIT dictionary file \"XXX.tit\".
22284  To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil nil)  To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
22285    
22286    \(fn &optional FORCE)" nil nil)
22287    
22288  ;;;***  ;;;***
22289    
22290  ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"  ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
22291  ;;;;;;  "tmm.el" (15556 56039))  ;;;;;;  "tmm.el" (15556 11342))
22292  ;;; Generated autoloads from tmm.el  ;;; Generated autoloads from tmm.el
22293   (define-key global-map "\M-`" 'tmm-menubar)   (define-key global-map "\M-`" 'tmm-menubar)
22294   (define-key global-map [f10] 'tmm-menubar)   (define-key global-map [f10] 'tmm-menubar)
# Line 17839  To get complete usage, invoke \"emacs -b Line 22298  To get complete usage, invoke \"emacs -b
22298  Text-mode emulation of looking and choosing from a menubar.  Text-mode emulation of looking and choosing from a menubar.
22299  See the documentation for `tmm-prompt'.  See the documentation for `tmm-prompt'.
22300  X-POSITION, if non-nil, specifies a horizontal position within the menu bar;  X-POSITION, if non-nil, specifies a horizontal position within the menu bar;
22301  we make that menu bar item (the one at that position) the default choice." t nil)  we make that menu bar item (the one at that position) the default choice.
22302    
22303    \(fn &optional X-POSITION)" t nil)
22304    
22305  (autoload (quote tmm-menubar-mouse) "tmm" "\  (autoload (quote tmm-menubar-mouse) "tmm" "\
22306  Text-mode emulation of looking and choosing from a menubar.  Text-mode emulation of looking and choosing from a menubar.
22307  This command is used when you click the mouse in the menubar  This command is used when you click the mouse in the menubar
22308  on a console which has no window system but does have a mouse.  on a console which has no window system but does have a mouse.
22309  See the documentation for `tmm-prompt'." t nil)  See the documentation for `tmm-prompt'.
22310    
22311    \(fn EVENT)" t nil)
22312    
22313  (autoload (quote tmm-prompt) "tmm" "\  (autoload (quote tmm-prompt) "tmm" "\
22314  Text-mode emulation of calling the bindings in keymap.  Text-mode emulation of calling the bindings in keymap.
# Line 17858  The last alternative is currently a hack Line 22321  The last alternative is currently a hack
22321  MENU is like the MENU argument to `x-popup-menu': either a  MENU is like the MENU argument to `x-popup-menu': either a
22322  keymap or an alist of alists.  keymap or an alist of alists.
22323  DEFAULT-ITEM, if non-nil, specifies an initial default choice.  DEFAULT-ITEM, if non-nil, specifies an initial default choice.
22324  Its value should be an event that has a binding in MENU." nil nil)  Its value should be an event that has a binding in MENU.
22325    
22326    \(fn MENU &optional IN-POPUP DEFAULT-ITEM)" nil nil)
22327    
22328  ;;;***  ;;;***
22329    
22330  ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities  ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
22331  ;;;;;;  todo-insert-item todo-add-item-non-interactively todo-add-category)  ;;;;;;  todo-insert-item todo-add-item-non-interactively todo-add-category)
22332  ;;;;;;  "todo-mode" "calendar/todo-mode.el" (15391 60522))  ;;;;;;  "todo-mode" "calendar/todo-mode.el" (15381 46974))
22333  ;;; Generated autoloads from calendar/todo-mode.el  ;;; Generated autoloads from calendar/todo-mode.el
22334    
22335  (autoload (quote todo-add-category) "todo-mode" "\  (autoload (quote todo-add-category) "todo-mode" "\
22336  Add new category CAT to the TODO list." t nil)  Add new category CAT to the TODO list.
22337    
22338    \(fn CAT)" t nil)
22339    
22340  (autoload (quote todo-add-item-non-interactively) "todo-mode" "\  (autoload (quote todo-add-item-non-interactively) "todo-mode" "\
22341  Insert NEW-ITEM in TODO list as a new entry in CATEGORY." nil nil)  Insert NEW-ITEM in TODO list as a new entry in CATEGORY.
22342    
22343    \(fn NEW-ITEM CATEGORY)" nil nil)
22344    
22345  (autoload (quote todo-insert-item) "todo-mode" "\  (autoload (quote todo-insert-item) "todo-mode" "\
22346  Insert new TODO list entry.  Insert new TODO list entry.
22347  With a prefix argument solicit the category, otherwise use the current  With a prefix argument solicit the category, otherwise use the current
22348  category." t nil)  category.
22349    
22350    \(fn ARG)" t nil)
22351    
22352  (autoload (quote todo-top-priorities) "todo-mode" "\  (autoload (quote todo-top-priorities) "todo-mode" "\
22353  List top priorities for each category.  List top priorities for each category.
# Line 17885  Number of entries for each category is g Line 22356  Number of entries for each category is g
22356  defaults to 'todo-show-priorities'.  defaults to 'todo-show-priorities'.
22357    
22358  If CATEGORY-PR-PAGE is non-nil, a page separator '^L' is inserted  If CATEGORY-PR-PAGE is non-nil, a page separator '^L' is inserted
22359  between each category." t nil)  between each category.
22360    
22361    \(fn &optional NOF-PRIORITIES CATEGORY-PR-PAGE)" t nil)
22362    
22363  (autoload (quote todo-print) "todo-mode" "\  (autoload (quote todo-print) "todo-mode" "\
22364  Print todo summary using `todo-print-function'.  Print todo summary using `todo-print-function'.
22365  If CATEGORY-PR-PAGE is non-nil, a page separator `^L' is inserted  If CATEGORY-PR-PAGE is non-nil, a page separator `^L' is inserted
22366  between each category.  between each category.
22367    
22368  Number of entries for each category is given by `todo-print-priorities'." t nil)  Number of entries for each category is given by `todo-print-priorities'.
22369    
22370    \(fn &optional CATEGORY-PR-PAGE)" t nil)
22371    
22372  (autoload (quote todo-mode) "todo-mode" "\  (autoload (quote todo-mode) "todo-mode" "\
22373  Major mode for editing TODO lists.  Major mode for editing TODO lists.
22374    
22375  \\{todo-mode-map}" t nil)  \\{todo-mode-map}
22376    
22377    \(fn)" t nil)
22378    
22379  (autoload (quote todo-cp) "todo-mode" "\  (autoload (quote todo-cp) "todo-mode" "\
22380  Make a diary entry appear only in the current date's diary." nil nil)  Make a diary entry appear only in the current date's diary.
22381    
22382    \(fn)" nil nil)
22383    
22384  (autoload (quote todo-show) "todo-mode" "\  (autoload (quote todo-show) "todo-mode" "\
22385  Show TODO list." t nil)  Show TODO list.
22386    
22387    \(fn)" t nil)
22388    
22389  ;;;***  ;;;***
22390    
22391  ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu  ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
22392  ;;;;;;  tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar"  ;;;;;;  tool-bar-local-item tool-bar-add-item tool-bar-mode) "tool-bar"
22393  ;;;;;;  "toolbar/tool-bar.el" (15575 13859))  ;;;;;;  "toolbar/tool-bar.el" (15668 41521))
22394  ;;; Generated autoloads from toolbar/tool-bar.el  ;;; Generated autoloads from toolbar/tool-bar.el
22395    
22396  (defvar tool-bar-mode nil "\  (defvar tool-bar-mode nil "\
# Line 17918  See the command `tool-bar-mode' for a de Line 22399  See the command `tool-bar-mode' for a de
22399  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
22400  use either \\[customize] or the function `tool-bar-mode'.")  use either \\[customize] or the function `tool-bar-mode'.")
22401    
22402  (custom-add-to-group (quote mouse) (quote tool-bar-mode) (quote custom-variable))  (custom-autoload (quote tool-bar-mode) "tool-bar")
   
 (custom-add-load (quote tool-bar-mode) (quote tool-bar))  
22403    
22404  (autoload (quote tool-bar-mode) "tool-bar" "\  (autoload (quote tool-bar-mode) "tool-bar" "\
22405  Toggle use of the tool bar.  Toggle use of the tool bar.
22406  With numeric ARG, display the tool bar if and only if ARG is positive.  With numeric ARG, display the tool bar if and only if ARG is positive.
22407    
22408  See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for  See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for
22409  conveniently adding tool bar items." t nil)  conveniently adding tool bar items.
22410    
22411    \(fn &optional ARG)" t nil)
22412    
22413  (put (quote tool-bar-mode) (quote standard-value) (quote (t)))  (put (quote tool-bar-mode) (quote standard-value) (quote (t)))
22414    
# Line 17943  function will first try to use ICON.xpm, Line 22424  function will first try to use ICON.xpm,
22424  ICON.xbm, using `find-image'.  ICON.xbm, using `find-image'.
22425    
22426  Use this function only to make bindings in the global value of `tool-bar-map'.  Use this function only to make bindings in the global value of `tool-bar-map'.
22427  To define items in any other map, use `tool-bar-local-item'." nil nil)  To define items in any other map, use `tool-bar-local-item'.
22428    
22429    \(fn ICON DEF KEY &rest PROPS)" nil nil)
22430    
22431  (autoload (quote tool-bar-local-item) "tool-bar" "\  (autoload (quote tool-bar-local-item) "tool-bar" "\
22432  Add an item to the tool bar in map MAP.  Add an item to the tool bar in map MAP.
# Line 17954  Info node `(elisp)Tool Bar'.  Items are Line 22437  Info node `(elisp)Tool Bar'.  Items are
22437    
22438  ICON is the base name of a file containing the image to use.  The  ICON is the base name of a file containing the image to use.  The
22439  function will first try to use ICON.xpm, then ICON.pbm, and finally  function will first try to use ICON.xpm, then ICON.pbm, and finally
22440  ICON.xbm, using `find-image'." nil nil)  ICON.xbm, using `find-image'.
22441    
22442    \(fn ICON DEF KEY MAP &rest PROPS)" nil nil)
22443    
22444  (autoload (quote tool-bar-add-item-from-menu) "tool-bar" "\  (autoload (quote tool-bar-add-item-from-menu) "tool-bar" "\
22445  Define tool bar binding for COMMAND using the given ICON in keymap MAP.  Define tool bar binding for COMMAND using the given ICON in keymap MAP.
# Line 17967  properties to add to the binding. Line 22452  properties to add to the binding.
22452  MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.  MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
22453    
22454  Use this function only to make bindings in the global value of `tool-bar-map'.  Use this function only to make bindings in the global value of `tool-bar-map'.
22455  To define items in any other map, use `tool-bar-local-item'." nil nil)  To define items in any other map, use `tool-bar-local-item'.
22456    
22457    \(fn COMMAND ICON &optional MAP &rest PROPS)" nil nil)
22458    
22459  (autoload (quote tool-bar-local-item-from-menu) "tool-bar" "\  (autoload (quote tool-bar-local-item-from-menu) "tool-bar" "\
22460  Define tool bar binding for COMMAND using the given ICON in keymap MAP.  Define tool bar binding for COMMAND using the given ICON in keymap MAP.
# Line 17977  modifies the binding by adding an image Line 22464  modifies the binding by adding an image
22464  finds ICON just like `tool-bar-add-item'.  PROPS are additional  finds ICON just like `tool-bar-add-item'.  PROPS are additional
22465  properties to add to the binding.  properties to add to the binding.
22466    
22467  MAP must contain appropriate binding for `[menu-bar]' which holds a keymap." nil nil)  MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
22468    
22469    \(fn COMMAND ICON IN-MAP &optional FROM-MAP &rest PROPS)" nil nil)
22470    
22471  ;;;***  ;;;***
22472    
22473  ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"  ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
22474  ;;;;;;  (15605 31040))  ;;;;;;  (15935 44436))
22475  ;;; Generated autoloads from tooltip.el  ;;; Generated autoloads from tooltip.el
22476    
22477  (autoload (quote tooltip-mode) "tooltip" "\  (autoload (quote tooltip-mode) "tooltip" "\
22478  Mode for tooltip display.  Mode for tooltip display.
22479  With ARG, turn tooltip mode on if and only if ARG is positive." t nil)  With ARG, turn tooltip mode on if and only if ARG is positive.
22480    
22481    \(fn &optional ARG)" t nil)
22482    
22483  (defvar tooltip-mode nil "\  (defvar tooltip-mode nil "\
22484  Toggle tooltip-mode.  Toggle tooltip-mode.
22485  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
22486  use either \\[customize] or the function `tooltip-mode'.")  use either \\[customize] or the function `tooltip-mode'.")
22487    
22488  (custom-add-to-group (quote tooltip) (quote tooltip-mode) (quote custom-variable))  (custom-autoload (quote tooltip-mode) "tooltip")
   
 (custom-add-load (quote tooltip-mode) (quote tooltip))  
22489    
22490  ;;;***  ;;;***
22491    
22492  ;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (15417  ;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (15651
22493  ;;;;;;  7421))  ;;;;;;  2747))
22494  ;;; Generated autoloads from emulation/tpu-edt.el  ;;; Generated autoloads from emulation/tpu-edt.el
22495    
22496  (defalias (quote tpu-edt-mode) (quote tpu-edt-on))  (defalias (quote tpu-edt-mode) (quote tpu-edt-on))
# Line 18009  use either \\[customize] or the function Line 22498  use either \\[customize] or the function
22498  (defalias (quote tpu-edt) (quote tpu-edt-on))  (defalias (quote tpu-edt) (quote tpu-edt-on))
22499    
22500  (autoload (quote tpu-edt-on) "tpu-edt" "\  (autoload (quote tpu-edt-on) "tpu-edt" "\
22501  Turn on TPU/edt emulation." t nil)  Turn on TPU/edt emulation.
22502    
22503    \(fn)" t nil)
22504    
22505  ;;;***  ;;;***
22506    
22507  ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)  ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
22508  ;;;;;;  "tpu-extras" "emulation/tpu-extras.el" (15187 36240))  ;;;;;;  "tpu-extras" "emulation/tpu-extras.el" (15186 56483))
22509  ;;; Generated autoloads from emulation/tpu-extras.el  ;;; Generated autoloads from emulation/tpu-extras.el
22510    
22511  (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\  (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
22512  Set scroll margins." t nil)  Set scroll margins.
22513    
22514    \(fn TOP BOTTOM)" t nil)
22515    
22516  (autoload (quote tpu-set-cursor-free) "tpu-extras" "\  (autoload (quote tpu-set-cursor-free) "tpu-extras" "\
22517  Allow the cursor to move freely about the screen." t nil)  Allow the cursor to move freely about the screen.
22518    
22519    \(fn)" t nil)
22520    
22521  (autoload (quote tpu-set-cursor-bound) "tpu-extras" "\  (autoload (quote tpu-set-cursor-bound) "tpu-extras" "\
22522  Constrain the cursor to the flow of the text." t nil)  Constrain the cursor to the flow of the text.
22523    
22524    \(fn)" t nil)
22525    
22526  ;;;***  ;;;***
22527    
22528  ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (15298 18681))  ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (15935 47054))
22529  ;;; Generated autoloads from emacs-lisp/tq.el  ;;; Generated autoloads from emacs-lisp/tq.el
22530    
22531  (autoload (quote tq-create) "tq" "\  (autoload (quote tq-create) "tq" "\
22532  Create and return a transaction queue communicating with PROCESS.  Create and return a transaction queue communicating with PROCESS.
22533  PROCESS should be a subprocess capable of sending and receiving  PROCESS should be a subprocess capable of sending and receiving
22534  streams of bytes.  It may be a local process, or it may be connected  streams of bytes.  It may be a local process, or it may be connected
22535  to a tcp server on another machine." nil nil)  to a tcp server on another machine.
22536    
22537    \(fn PROCESS)" nil nil)
22538    
22539  ;;;***  ;;;***
22540    
22541  ;;;### (autoloads (trace-function-background trace-function trace-buffer)  ;;;### (autoloads (trace-function-background trace-function trace-buffer)
22542  ;;;;;;  "trace" "emacs-lisp/trace.el" (14582 7181))  ;;;;;;  "trace" "emacs-lisp/trace.el" (15761 63033))
22543  ;;; Generated autoloads from emacs-lisp/trace.el  ;;; Generated autoloads from emacs-lisp/trace.el
22544    
22545  (defvar trace-buffer "*trace-output*" "\  (defvar trace-buffer "*trace-output*" "\
22546  *Trace output will by default go to that buffer.")  *Trace output will by default go to that buffer.")
22547    
22548    (custom-autoload (quote trace-buffer) "trace")
22549    
22550  (autoload (quote trace-function) "trace" "\  (autoload (quote trace-function) "trace" "\
22551  Traces FUNCTION with trace output going to BUFFER.  Traces FUNCTION with trace output going to BUFFER.
22552  For every call of FUNCTION Lisp-style trace messages that display argument  For every call of FUNCTION Lisp-style trace messages that display argument
22553  and return values will be inserted into BUFFER. This function generates the  and return values will be inserted into BUFFER.  This function generates the
22554  trace advice for FUNCTION and activates it together with any other advice  trace advice for FUNCTION and activates it together with any other advice
22555  there might be!! The trace BUFFER will popup whenever FUNCTION is called.  there might be!! The trace BUFFER will popup whenever FUNCTION is called.
22556  Do not use this to trace functions that switch buffers or do any other  Do not use this to trace functions that switch buffers or do any other
22557  display oriented stuff, use `trace-function-background' instead." t nil)  display oriented stuff, use `trace-function-background' instead.
22558    
22559    \(fn FUNCTION &optional BUFFER)" t nil)
22560    
22561  (autoload (quote trace-function-background) "trace" "\  (autoload (quote trace-function-background) "trace" "\
22562  Traces FUNCTION with trace output going quietly to BUFFER.  Traces FUNCTION with trace output going quietly to BUFFER.
22563  For every call of FUNCTION Lisp-style trace messages that display argument  For every call of FUNCTION Lisp-style trace messages that display argument
22564  and return values will be inserted into BUFFER. This function generates the  and return values will be inserted into BUFFER.  This function generates the
22565  trace advice for FUNCTION and activates it together with any other advice  trace advice for FUNCTION and activates it together with any other advice
22566  there might be!! Trace output will quietly go to BUFFER without changing  there might be!! Trace output will quietly go to BUFFER without changing
22567  the window or buffer configuration at all." t nil)  the window or buffer configuration at all.
22568    
22569    \(fn FUNCTION &optional BUFFER)" t nil)
22570    
22571    ;;;***
22572    
22573    ;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler
22574    ;;;;;;  tramp-completion-file-name-regexp tramp-file-name-regexp)
22575    ;;;;;;  "tramp" "net/tramp.el" (15935 48476))
22576    ;;; Generated autoloads from net/tramp.el
22577    
22578    (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
22579    Non-nil means to use unified Ange-FTP/Tramp filename syntax.
22580    Nil means to use a separate filename syntax for Tramp.")
22581    
22582    (defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\
22583    Value for `tramp-file-name-regexp' for unified remoting.
22584    Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
22585    Tramp.  See `tramp-file-name-structure-unified' for more explanations.")
22586    
22587    (defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\
22588    Value for `tramp-file-name-regexp' for separate remoting.
22589    XEmacs uses a separate filename syntax for Tramp and EFS.
22590    See `tramp-file-name-structure-separate' for more explanations.")
22591    
22592    (defvar tramp-file-name-regexp (if tramp-unified-filenames tramp-file-name-regexp-unified tramp-file-name-regexp-separate) "\
22593    *Regular expression matching file names handled by tramp.
22594    This regexp should match tramp file names but no other file names.
22595    \(When tramp.el is loaded, this regular expression is prepended to
22596    `file-name-handler-alist', and that is searched sequentially.  Thus,
22597    if the tramp entry appears rather early in the `file-name-handler-alist'
22598    and is a bit too general, then some files might be considered tramp
22599    files which are not really tramp files.
22600    
22601    Please note that the entry in `file-name-handler-alist' is made when
22602    this file (tramp.el) is loaded.  This means that this variable must be set
22603    before loading tramp.el.  Alternatively, `file-name-handler-alist' can be
22604    updated after changing this variable.
22605    
22606    Also see `tramp-file-name-structure'.")
22607    
22608    (custom-autoload (quote tramp-file-name-regexp) "tramp")
22609    
22610    (defconst tramp-completion-file-name-regexp-unified "^/[^/]*$" "\
22611    Value for `tramp-completion-file-name-regexp' for unified remoting.
22612    Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
22613    Tramp.  See `tramp-file-name-structure-unified' for more explanations.")
22614    
22615    (defconst tramp-completion-file-name-regexp-separate "^/\\([[][^]]*\\)?$" "\
22616    Value for `tramp-completion-file-name-regexp' for separate remoting.
22617    XEmacs uses a separate filename syntax for Tramp and EFS.
22618    See `tramp-file-name-structure-separate' for more explanations.")
22619    
22620    (defvar tramp-completion-file-name-regexp (if tramp-unified-filenames tramp-completion-file-name-regexp-unified tramp-completion-file-name-regexp-separate) "\
22621    *Regular expression matching file names handled by tramp completion.
22622    This regexp should match partial tramp file names only.
22623    
22624    Please note that the entry in `file-name-handler-alist' is made when
22625    this file (tramp.el) is loaded.  This means that this variable must be set
22626    before loading tramp.el.  Alternatively, `file-name-handler-alist' can be
22627    updated after changing this variable.
22628    
22629    Also see `tramp-file-name-structure'.")
22630    
22631    (custom-autoload (quote tramp-completion-file-name-regexp) "tramp")
22632    
22633    (autoload (quote tramp-file-name-handler) "tramp" "\
22634    Invoke tramp file name handler.
22635    Falls back to normal file name handler if no tramp file name handler exists.
22636    
22637    \(fn OPERATION &rest ARGS)" nil nil)
22638    
22639    (autoload (quote tramp-completion-file-name-handler) "tramp" "\
22640    Invoke tramp file name completion handler.
22641    Falls back to normal file name handler if no tramp file name handler exists.
22642    
22643    \(fn OPERATION &rest ARGS)" nil nil)
22644    
22645    (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler)))
22646    
22647  ;;;***  ;;;***
22648    
22649  ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"  ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
22650  ;;;;;;  "textmodes/two-column.el" (15306 12056))  ;;;;;;  "textmodes/two-column.el" (15304 37383))
22651  ;;; Generated autoloads from textmodes/two-column.el  ;;; Generated autoloads from textmodes/two-column.el
22652   (autoload '2C-command "two-column" () t 'keymap)   (autoload '2C-command "two-column" () t 'keymap)
22653   (global-set-key "\C-x6" '2C-command)   (global-set-key "\C-x6" '2C-command)
# Line 18078  When called the first time, associates a Line 22659  When called the first time, associates a
22659  buffer in two-column minor mode (see  \\[describe-mode] ).  buffer in two-column minor mode (see  \\[describe-mode] ).
22660  Runs `2C-other-buffer-hook' in the new buffer.  Runs `2C-other-buffer-hook' in the new buffer.
22661  When called again, restores the screen layout with the current buffer  When called again, restores the screen layout with the current buffer
22662  first and the associated buffer to its right." t nil)  first and the associated buffer to its right.
22663    
22664    \(fn &optional BUFFER)" t nil)
22665    
22666  (autoload (quote 2C-associate-buffer) "two-column" "\  (autoload (quote 2C-associate-buffer) "two-column" "\
22667  Associate another buffer with this one in two-column minor mode.  Associate another buffer with this one in two-column minor mode.
22668  Can also be used to associate a just previously visited file, by  Can also be used to associate a just previously visited file, by
22669  accepting the proposed default buffer.  accepting the proposed default buffer.
22670    
22671  \(See  \\[describe-mode] .)" t nil)  \(See  \\[describe-mode] .)
22672    
22673    \(fn)" t nil)
22674    
22675  (autoload (quote 2C-split) "two-column" "\  (autoload (quote 2C-split) "two-column" "\
22676  Split a two-column text at point, into two buffers in two-column minor mode.  Split a two-column text at point, into two buffers in two-column minor mode.
# Line 18103  First column's text    sSs  Second colum Line 22688  First column's text    sSs  Second colum
22688                          /    \\                          /    \\
22689     5 character Separator      You type  M-5 \\[2C-split]  with the point here.     5 character Separator      You type  M-5 \\[2C-split]  with the point here.
22690    
22691  \(See  \\[describe-mode] .)" t nil)  \(See  \\[describe-mode] .)
22692    
22693    \(fn ARG)" t nil)
22694    
22695  ;;;***  ;;;***
22696    
22697  ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics  ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
22698  ;;;;;;  type-break type-break-mode type-break-keystroke-threshold  ;;;;;;  type-break type-break-mode type-break-keystroke-threshold
22699  ;;;;;;  type-break-good-rest-interval type-break-interval type-break-mode)  ;;;;;;  type-break-good-rest-interval type-break-interval type-break-mode)
22700  ;;;;;;  "type-break" "type-break.el" (14890 60611))  ;;;;;;  "type-break" "type-break.el" (14890 29229))
22701  ;;; Generated autoloads from type-break.el  ;;; Generated autoloads from type-break.el
22702    
22703  (defvar type-break-mode nil "\  (defvar type-break-mode nil "\
# Line 18119  See the docstring for the `type-break-mo Line 22706  See the docstring for the `type-break-mo
22706  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
22707  use either \\[customize] or the function `type-break-mode'.")  use either \\[customize] or the function `type-break-mode'.")
22708    
22709  (custom-add-to-group (quote type-break) (quote type-break-mode) (quote custom-variable))  (custom-autoload (quote type-break-mode) "type-break")
   
 (custom-add-load (quote type-break-mode) (quote type-break))  
22710    
22711  (defvar type-break-interval (* 60 60) "\  (defvar type-break-interval (* 60 60) "\
22712  *Number of seconds between scheduled typing breaks.")  *Number of seconds between scheduled typing breaks.")
22713    
22714    (custom-autoload (quote type-break-interval) "type-break")
22715    
22716  (defvar type-break-good-rest-interval (/ type-break-interval 6) "\  (defvar type-break-good-rest-interval (/ type-break-interval 6) "\
22717  *Number of seconds of idle time considered to be an adequate typing rest.  *Number of seconds of idle time considered to be an adequate typing rest.
22718    
# Line 18136  rest from typing, then the next typing b Line 22723  rest from typing, then the next typing b
22723  If a break is interrupted before this much time elapses, the user will be  If a break is interrupted before this much time elapses, the user will be
22724  asked whether or not really to interrupt the break.")  asked whether or not really to interrupt the break.")
22725    
22726    (custom-autoload (quote type-break-good-rest-interval) "type-break")
22727    
22728  (defvar type-break-keystroke-threshold (let* ((wpm 35) (avg-word-length 5) (upper (* wpm avg-word-length (/ type-break-interval 60))) (lower (/ upper 5))) (cons lower upper)) "\  (defvar type-break-keystroke-threshold (let* ((wpm 35) (avg-word-length 5) (upper (* wpm avg-word-length (/ type-break-interval 60))) (lower (/ upper 5))) (cons lower upper)) "\
22729  *Upper and lower bound on number of keystrokes for considering typing break.  *Upper and lower bound on number of keystrokes for considering typing break.
22730  This structure is a pair of numbers (MIN . MAX).  This structure is a pair of numbers (MIN . MAX).
# Line 18158  keystroke even though they really requir Line 22747  keystroke even though they really requir
22747  The command `type-break-guesstimate-keystroke-threshold' can be used to  The command `type-break-guesstimate-keystroke-threshold' can be used to
22748  guess a reasonably good pair of values for this variable.")  guess a reasonably good pair of values for this variable.")
22749    
22750    (custom-autoload (quote type-break-keystroke-threshold) "type-break")
22751    
22752  (autoload (quote type-break-mode) "type-break" "\  (autoload (quote type-break-mode) "type-break" "\
22753  Enable or disable typing-break mode.  Enable or disable typing-break mode.
22754  This is a minor mode, but it is global to all buffers by default.  This is a minor mode, but it is global to all buffers by default.
# Line 18216  a typing break occur.  They include: Line 22807  a typing break occur.  They include:
22807          `type-break-query-function'          `type-break-query-function'
22808          `type-break-query-interval'          `type-break-query-interval'
22809    
22810  Finally, the command `type-break-statistics' prints interesting things." t nil)  Finally, the command `type-break-statistics' prints interesting things.
22811    
22812    \(fn &optional PREFIX)" t nil)
22813    
22814  (autoload (quote type-break) "type-break" "\  (autoload (quote type-break) "type-break" "\
22815  Take a typing break.  Take a typing break.
# Line 18225  During the break, a demo selected from t Line 22818  During the break, a demo selected from t
22818  `type-break-demo-functions' is run.  `type-break-demo-functions' is run.
22819    
22820  After the typing break is finished, the next break is scheduled  After the typing break is finished, the next break is scheduled
22821  as per the function `type-break-schedule'." t nil)  as per the function `type-break-schedule'.
22822    
22823    \(fn)" t nil)
22824    
22825  (autoload (quote type-break-statistics) "type-break" "\  (autoload (quote type-break-statistics) "type-break" "\
22826  Print statistics about typing breaks in a temporary buffer.  Print statistics about typing breaks in a temporary buffer.
22827  This includes the last time a typing break was taken, when the next one is  This includes the last time a typing break was taken, when the next one is
22828  scheduled, the keystroke thresholds and the current keystroke count, etc." t nil)  scheduled, the keystroke thresholds and the current keystroke count, etc.
22829    
22830    \(fn)" t nil)
22831    
22832  (autoload (quote type-break-guesstimate-keystroke-threshold) "type-break" "\  (autoload (quote type-break-guesstimate-keystroke-threshold) "type-break" "\
22833  Guess values for the minimum/maximum keystroke threshold for typing breaks.  Guess values for the minimum/maximum keystroke threshold for typing breaks.
# Line 18252  When called from lisp programs, the opti Line 22849  When called from lisp programs, the opti
22849  used to override the default assumption about average word length and the  used to override the default assumption about average word length and the
22850  fraction of the maximum threshold to which to set the minimum threshold.  fraction of the maximum threshold to which to set the minimum threshold.
22851  FRAC should be the inverse of the fractional value; for example, a value of  FRAC should be the inverse of the fractional value; for example, a value of
22852  2 would mean to use one half, a value of 4 would mean to use one quarter, etc." t nil)  2 would mean to use one half, a value of 4 would mean to use one quarter, etc.
22853    
22854    \(fn WPM &optional WORDLEN FRAC)" t nil)
22855    
22856  ;;;***  ;;;***
22857    
22858  ;;;### (autoloads (ununderline-region underline-region) "underline"  ;;;### (autoloads (ununderline-region underline-region) "underline"
22859  ;;;;;;  "textmodes/underline.el" (15186 14374))  ;;;;;;  "textmodes/underline.el" (15185 49575))
22860  ;;; Generated autoloads from textmodes/underline.el  ;;; Generated autoloads from textmodes/underline.el
22861    
22862  (autoload (quote underline-region) "underline" "\  (autoload (quote underline-region) "underline" "\
22863  Underline all nonblank characters in the region.  Underline all nonblank characters in the region.
22864  Works by overstriking underscores.  Works by overstriking underscores.
22865  Called from program, takes two arguments START and END  Called from program, takes two arguments START and END
22866  which specify the range to operate on." t nil)  which specify the range to operate on.
22867    
22868    \(fn START END)" t nil)
22869    
22870  (autoload (quote ununderline-region) "underline" "\  (autoload (quote ununderline-region) "underline" "\
22871  Remove all underlining (overstruck underscores) in the region.  Remove all underlining (overstruck underscores) in the region.
22872  Called from program, takes two arguments START and END  Called from program, takes two arguments START and END
22873  which specify the range to operate on." t nil)  which specify the range to operate on.
22874    
22875    \(fn START END)" t nil)
22876    
22877  ;;;***  ;;;***
22878    
22879  ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)  ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
22880  ;;;;;;  "undigest" "mail/undigest.el" (14471 54769))  ;;;;;;  "undigest" "mail/undigest.el" (15930 33200))
22881  ;;; Generated autoloads from mail/undigest.el  ;;; Generated autoloads from mail/undigest.el
22882    
22883  (autoload (quote undigestify-rmail-message) "undigest" "\  (autoload (quote undigestify-rmail-message) "undigest" "\
22884  Break up a digest message into its constituent messages.  Break up a digest message into its constituent messages.
22885  Leaves original message, deleted, before the undigestified messages." t nil)  Leaves original message, deleted, before the undigestified messages.
22886    
22887    \(fn)" t nil)
22888    
22889  (autoload (quote unforward-rmail-message) "undigest" "\  (autoload (quote unforward-rmail-message) "undigest" "\
22890  Extract a forwarded message from the containing message.  Extract a forwarded message from the containing message.
22891  This puts the forwarded message into a separate rmail message  This puts the forwarded message into a separate rmail message
22892  following the containing message." t nil)  following the containing message.
22893    
22894    \(fn)" t nil)
22895    
22896  ;;;***  ;;;***
22897    
22898  ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"  ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
22899  ;;;;;;  (15224 30512))  ;;;;;;  (15763 33775))
22900  ;;; Generated autoloads from mail/unrmail.el  ;;; Generated autoloads from mail/unrmail.el
22901    
22902  (autoload (quote batch-unrmail) "unrmail" "\  (autoload (quote batch-unrmail) "unrmail" "\
# Line 18297  Convert Rmail files to system inbox form Line 22904  Convert Rmail files to system inbox form
22904  Specify the input Rmail file names as command line arguments.  Specify the input Rmail file names as command line arguments.
22905  For each Rmail file, the corresponding output file name  For each Rmail file, the corresponding output file name
22906  is made by adding `.mail' at the end.  is made by adding `.mail' at the end.
22907  For example, invoke `emacs -batch -f batch-unrmail RMAIL'." nil nil)  For example, invoke `emacs -batch -f batch-unrmail RMAIL'.
22908    
22909    \(fn)" nil nil)
22910    
22911  (autoload (quote unrmail) "unrmail" "\  (autoload (quote unrmail) "unrmail" "\
22912  Convert Rmail file FILE to system inbox format file TO-FILE." t nil)  Convert Rmail file FILE to system inbox format file TO-FILE.
22913    
22914    \(fn FILE TO-FILE)" t nil)
22915    
22916    ;;;***
22917    
22918    ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (15935
22919    ;;;;;;  47054))
22920    ;;; Generated autoloads from emacs-lisp/unsafep.el
22921    
22922    (autoload (quote unsafep) "unsafep" "\
22923    Return nil if evaluating FORM couldn't possibly do any harm;
22924    otherwise result is a reason why FORM is unsafe.  UNSAFEP-VARS is a list
22925    of symbols with local bindings.
22926    
22927    \(fn FORM &optional UNSAFEP-VARS)" nil nil)
22928    
22929  ;;;***  ;;;***
22930    
22931  ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)  ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
22932  ;;;;;;  "userlock" "userlock.el" (14365 43399))  ;;;;;;  "userlock" "userlock.el" (15764 44217))
22933  ;;; Generated autoloads from userlock.el  ;;; Generated autoloads from userlock.el
22934    
22935  (autoload (quote ask-user-about-lock) "userlock" "\  (autoload (quote ask-user-about-lock) "userlock" "\
# Line 18316  This function has a choice of three thin Line 22940  This function has a choice of three thin
22940    return t (grab the lock on the file)    return t (grab the lock on the file)
22941    return nil (edit the file even though it is locked).    return nil (edit the file even though it is locked).
22942  You can redefine this function to choose among those three alternatives  You can redefine this function to choose among those three alternatives
22943  in any way you like." nil nil)  in any way you like.
22944    
22945    \(fn FILE OPPONENT)" nil nil)
22946    
22947  (autoload (quote ask-user-about-supersession-threat) "userlock" "\  (autoload (quote ask-user-about-supersession-threat) "userlock" "\
22948  Ask a user who is about to modify an obsolete buffer what to do.  Ask a user who is about to modify an obsolete buffer what to do.
# Line 18325  of the buffer will proceed, or it can (s Line 22951  of the buffer will proceed, or it can (s
22951  in which case the proposed buffer modification will not be made.  in which case the proposed buffer modification will not be made.
22952    
22953  You can rewrite this to use any criterion you like to choose which one to do.  You can rewrite this to use any criterion you like to choose which one to do.
22954  The buffer in question is current when this function is called." nil nil)  The buffer in question is current when this function is called.
22955    
22956    \(fn FN)" nil nil)
22957    
22958  ;;;***  ;;;***
22959    
22960  ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external)  ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external)
22961  ;;;;;;  "uudecode" "gnus/uudecode.el" (15186 14371))  ;;;;;;  "uudecode" "gnus/uudecode.el" (15185 54813))
22962  ;;; Generated autoloads from gnus/uudecode.el  ;;; Generated autoloads from gnus/uudecode.el
22963    
22964  (autoload (quote uudecode-decode-region-external) "uudecode" "\  (autoload (quote uudecode-decode-region-external) "uudecode" "\
22965  Uudecode region between START and END using external program.  Uudecode region between START and END using external program.
22966  If FILE-NAME is non-nil, save the result to FILE-NAME.  The program  If FILE-NAME is non-nil, save the result to FILE-NAME.  The program
22967  used is specified by `uudecode-decoder-program'." t nil)  used is specified by `uudecode-decoder-program'.
22968    
22969    \(fn START END &optional FILE-NAME)" t nil)
22970    
22971  (autoload (quote uudecode-decode-region) "uudecode" "\  (autoload (quote uudecode-decode-region) "uudecode" "\
22972  Uudecode region between START and END without using an external program.  Uudecode region between START and END without using an external program.
22973  If FILE-NAME is non-nil, save the result to FILE-NAME." t nil)  If FILE-NAME is non-nil, save the result to FILE-NAME.
22974    
22975    \(fn START END &optional FILE-NAME)" t nil)
22976    
22977  ;;;***  ;;;***
22978    
22979  ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file  ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file
22980  ;;;;;;  vc-transfer-file vc-switch-backend vc-cancel-version vc-update  ;;;;;;  vc-transfer-file vc-switch-backend vc-cancel-version vc-update
22981  ;;;;;;  vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot  ;;;;;;  vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot
22982  ;;;;;;  vc-directory vc-resolve-conflicts vc-merge vc-insert-headers  ;;;;;;  vc-directory vc-merge vc-insert-headers vc-version-other-window
22983  ;;;;;;  vc-version-other-window vc-diff vc-register vc-next-action  ;;;;;;  vc-diff vc-register vc-next-action vc-do-command edit-vc-file
22984  ;;;;;;  vc-do-command edit-vc-file with-vc-file vc-branch-part vc-before-checkin-hook  ;;;;;;  with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook
22985  ;;;;;;  vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (15496 13874))  ;;;;;;  vc-checkout-hook) "vc" "vc.el" (15935 44569))
22986  ;;; Generated autoloads from vc.el  ;;; Generated autoloads from vc.el
22987    
22988  (defvar vc-checkout-hook nil "\  (defvar vc-checkout-hook nil "\
22989  *Normal hook (list of functions) run after checking out a file.  *Normal hook (list of functions) run after checking out a file.
22990  See `run-hooks'.")  See `run-hooks'.")
22991    
22992    (custom-autoload (quote vc-checkout-hook) "vc")
22993    
22994  (defvar vc-checkin-hook nil "\  (defvar vc-checkin-hook nil "\
22995  *Normal hook (list of functions) run after a checkin is done.  *Normal hook (list of functions) run after a checkin is done.
22996  See `run-hooks'.")  See `run-hooks'.")
22997    
22998    (custom-autoload (quote vc-checkin-hook) "vc")
22999    
23000  (defvar vc-before-checkin-hook nil "\  (defvar vc-before-checkin-hook nil "\
23001  *Normal hook (list of functions) run before a file is checked in.  *Normal hook (list of functions) run before a file is checked in.
23002  See `run-hooks'.")  See `run-hooks'.")
23003    
23004    (custom-autoload (quote vc-before-checkin-hook) "vc")
23005    
23006  (autoload (quote vc-branch-part) "vc" "\  (autoload (quote vc-branch-part) "vc" "\
23007  Return the branch part of a revision number REV." nil nil)  Return the branch part of a revision number REV.
23008    
23009    \(fn REV)" nil nil)
23010    
23011  (autoload (quote with-vc-file) "vc" "\  (autoload (quote with-vc-file) "vc" "\
23012  Check out a writable copy of FILE if necessary, then execute BODY.  Check out a writable copy of FILE if necessary, then execute BODY.
23013  Check in FILE with COMMENT (a string) after BODY has been executed.  Check in FILE with COMMENT (a string) after BODY has been executed.
23014  FILE is passed through `expand-file-name'; BODY executed within  FILE is passed through `expand-file-name'; BODY executed within
23015  `save-excursion'.  If FILE is not under version control, or locked by  `save-excursion'.  If FILE is not under version control, or locked by
23016  somebody else, signal error." nil (quote macro))  somebody else, signal error.
23017    
23018    \(fn FILE COMMENT &rest BODY)" nil (quote macro))
23019    
23020  (autoload (quote edit-vc-file) "vc" "\  (autoload (quote edit-vc-file) "vc" "\
23021  Edit FILE under version control, executing body.  Edit FILE under version control, executing body.
23022  Checkin with COMMENT after executing BODY.  Checkin with COMMENT after executing BODY.
23023  This macro uses `with-vc-file', passing args to it.  This macro uses `with-vc-file', passing args to it.
23024  However, before executing BODY, find FILE, and after BODY, save buffer." nil (quote macro))  However, before executing BODY, find FILE, and after BODY, save buffer.
23025    
23026    \(fn FILE COMMENT &rest BODY)" nil (quote macro))
23027    
23028  (autoload (quote vc-do-command) "vc" "\  (autoload (quote vc-do-command) "vc" "\
23029  Execute a VC command, notifying user and checking for errors.  Execute a VC command, notifying user and checking for errors.
# Line 18391  OKSTATUS is nil, that means to ignore er Line 23035  OKSTATUS is nil, that means to ignore er
23035  means not to wait for termination of the subprocess).  FILE is the  means not to wait for termination of the subprocess).  FILE is the
23036  name of the working file (may also be nil, to execute commands that  name of the working file (may also be nil, to execute commands that
23037  don't expect a file name).  If an optional list of FLAGS is present,  don't expect a file name).  If an optional list of FLAGS is present,
23038  that is inserted into the command line before the filename." nil nil)  that is inserted into the command line before the filename.
23039    
23040    \(fn BUFFER OKSTATUS COMMAND FILE &rest FLAGS)" nil nil)
23041    
23042  (autoload (quote vc-next-action) "vc" "\  (autoload (quote vc-next-action) "vc" "\
23043  Do the next logical version control operation on the current file.  Do the next logical version control operation on the current file.
# Line 18432  unchanged, this pops up a buffer for ent Line 23078  unchanged, this pops up a buffer for ent
23078  message has been entered, it checks in the resulting changes along  message has been entered, it checks in the resulting changes along
23079  with the logmessage as change commentary.  A writable file is retained.  with the logmessage as change commentary.  A writable file is retained.
23080     If the repository file is changed, you are asked if you want to     If the repository file is changed, you are asked if you want to
23081  merge in the changes into your working copy." t nil)  merge in the changes into your working copy.
23082    
23083    \(fn VERBOSE)" t nil)
23084    
23085  (autoload (quote vc-register) "vc" "\  (autoload (quote vc-register) "vc" "\
23086  Register the current file into a version control system.  Register the current file into a version control system.
# Line 18444  The version control system to use is fou Line 23092  The version control system to use is fou
23092  itself responsible for the file (usually because other files in that  itself responsible for the file (usually because other files in that
23093  directory are already registered under that backend) will be used to  directory are already registered under that backend) will be used to
23094  register the file.  If no backend declares itself responsible, the  register the file.  If no backend declares itself responsible, the
23095  first backend that could register the file is used." t nil)  first backend that could register the file is used.
23096    
23097    \(fn &optional SET-VERSION COMMENT)" t nil)
23098    
23099  (autoload (quote vc-diff) "vc" "\  (autoload (quote vc-diff) "vc" "\
23100  Display diffs between file versions.  Display diffs between file versions.
# Line 18453  recent checked in version of that file. Line 23103  recent checked in version of that file.
23103  a prefix argument HISTORIC, it reads the file name to use and two  a prefix argument HISTORIC, it reads the file name to use and two
23104  version designators specifying which versions to compare.  The  version designators specifying which versions to compare.  The
23105  optional argument NOT-URGENT non-nil means it is ok to say no to  optional argument NOT-URGENT non-nil means it is ok to say no to
23106  saving the buffer." t nil)  saving the buffer.
23107    
23108    \(fn HISTORIC &optional NOT-URGENT)" t nil)
23109    
23110  (autoload (quote vc-version-other-window) "vc" "\  (autoload (quote vc-version-other-window) "vc" "\
23111  Visit version REV of the current file in another window.  Visit version REV of the current file in another window.
23112  If the current file is named `F', the version is named `F.~REV~'.  If the current file is named `F', the version is named `F.~REV~'.
23113  If `F.~REV~' already exists, use it instead of checking it out again." t nil)  If `F.~REV~' already exists, use it instead of checking it out again.
23114    
23115    \(fn REV)" t nil)
23116    
23117  (autoload (quote vc-insert-headers) "vc" "\  (autoload (quote vc-insert-headers) "vc" "\
23118  Insert headers into a file for use with a version control system.  Insert headers into a file for use with a version control system.
23119  Headers desired are inserted at point, and are pulled from  Headers desired are inserted at point, and are pulled from
23120  the variable `vc-BACKEND-header'." t nil)  the variable `vc-BACKEND-header'.
23121    
23122    \(fn)" t nil)
23123    
23124  (autoload (quote vc-merge) "vc" "\  (autoload (quote vc-merge) "vc" "\
23125  Merge changes between two versions into the current buffer's file.  Merge changes between two versions into the current buffer's file.
# Line 18472  first version is a branch number, then m Line 23128  first version is a branch number, then m
23128  branch.  If the first version is empty, merge news, i.e. recent changes  branch.  If the first version is empty, merge news, i.e. recent changes
23129  from the current branch.  from the current branch.
23130    
23131  See Info node `Merging'." t nil)  See Info node `Merging'.
23132    
23133    \(fn)" t nil)
23134    
23135  (autoload (quote vc-resolve-conflicts) "vc" "\  (defalias (quote vc-resolve-conflicts) (quote smerge-ediff))
 Invoke ediff to resolve conflicts in the current buffer.  
 The conflicts must be marked with rcsmerge conflict markers." t nil)  
23136    
23137  (autoload (quote vc-directory) "vc" "\  (autoload (quote vc-directory) "vc" "\
23138  Create a buffer in VC Dired Mode for directory DIR.  Create a buffer in VC Dired Mode for directory DIR.
# Line 18484  Create a buffer in VC Dired Mode for dir Line 23140  Create a buffer in VC Dired Mode for dir
23140  See Info node `VC Dired Mode'.  See Info node `VC Dired Mode'.
23141    
23142  With prefix arg READ-SWITCHES, specify a value to override  With prefix arg READ-SWITCHES, specify a value to override
23143  `dired-listing-switches' when generating the listing." t nil)  `dired-listing-switches' when generating the listing.
23144    
23145    \(fn DIR READ-SWITCHES)" t nil)
23146    
23147  (autoload (quote vc-create-snapshot) "vc" "\  (autoload (quote vc-create-snapshot) "vc" "\
23148  Descending recursively from DIR, make a snapshot called NAME.  Descending recursively from DIR, make a snapshot called NAME.
23149  For each registered file, the version level of its latest version  For each registered file, the version level of its latest version
23150  becomes part of the named configuration.  If the prefix argument  becomes part of the named configuration.  If the prefix argument
23151  BRANCHP is given, the snapshot is made as a new branch and the files  BRANCHP is given, the snapshot is made as a new branch and the files
23152  are checked out in that new branch." t nil)  are checked out in that new branch.
23153    
23154    \(fn DIR NAME BRANCHP)" t nil)
23155    
23156  (autoload (quote vc-retrieve-snapshot) "vc" "\  (autoload (quote vc-retrieve-snapshot) "vc" "\
23157  Descending recursively from DIR, retrieve the snapshot called NAME.  Descending recursively from DIR, retrieve the snapshot called NAME.
23158  If NAME is empty, it refers to the latest versions.  If NAME is empty, it refers to the latest versions.
23159  If locking is used for the files in DIR, then there must not be any  If locking is used for the files in DIR, then there must not be any
23160  locked files at or below DIR (but if NAME is empty, locked files are  locked files at or below DIR (but if NAME is empty, locked files are
23161  allowed and simply skipped)." t nil)  allowed and simply skipped).
23162    
23163    \(fn DIR NAME)" t nil)
23164    
23165  (autoload (quote vc-print-log) "vc" "\  (autoload (quote vc-print-log) "vc" "\
23166  List the change log of the current buffer in a window." t nil)  List the change log of the current buffer in a window.
23167    
23168    \(fn)" t nil)
23169    
23170  (autoload (quote vc-revert-buffer) "vc" "\  (autoload (quote vc-revert-buffer) "vc" "\
23171  Revert the current buffer's file to the version it was based on.  Revert the current buffer's file to the version it was based on.
23172  This asks for confirmation if the buffer contents are not identical  This asks for confirmation if the buffer contents are not identical
23173  to that version.  This function does not automatically pick up newer  to that version.  This function does not automatically pick up newer
23174  changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so." t nil)  changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so.
23175    
23176    \(fn)" t nil)
23177    
23178  (autoload (quote vc-update) "vc" "\  (autoload (quote vc-update) "vc" "\
23179  Update the current buffer's file to the latest version on its branch.  Update the current buffer's file to the latest version on its branch.
23180  If the file contains no changes, and is not locked, then this simply replaces  If the file contains no changes, and is not locked, then this simply replaces
23181  the working file with the latest version on its branch.  If the file contains  the working file with the latest version on its branch.  If the file contains
23182  changes, and the backend supports merging news, then any recent changes from  changes, and the backend supports merging news, then any recent changes from
23183  the current branch are merged into the working file." t nil)  the current branch are merged into the working file.
23184    
23185    \(fn)" t nil)
23186    
23187  (autoload (quote vc-cancel-version) "vc" "\  (autoload (quote vc-cancel-version) "vc" "\
23188  Get rid of most recently checked in version of this file.  Get rid of most recently checked in version of this file.
23189  A prefix argument NOREVERT means do not revert the buffer afterwards." t nil)  A prefix argument NOREVERT means do not revert the buffer afterwards.
23190    
23191    \(fn NOREVERT)" t nil)
23192    
23193  (autoload (quote vc-switch-backend) "vc" "\  (autoload (quote vc-switch-backend) "vc" "\
23194  Make BACKEND the current version control system for FILE.  Make BACKEND the current version control system for FILE.
# Line 18526  FILE must already be registered in BACKE Line 23196  FILE must already be registered in BACKE
23196  permanent, only for the current session.  This function only changes  permanent, only for the current session.  This function only changes
23197  VC's perspective on FILE, it does not register or unregister it.  VC's perspective on FILE, it does not register or unregister it.
23198  By default, this command cycles through the registered backends.  By default, this command cycles through the registered backends.
23199  To get a prompt, use a prefix argument." t nil)  To get a prompt, use a prefix argument.
23200    
23201    \(fn FILE BACKEND)" t nil)
23202    
23203  (autoload (quote vc-transfer-file) "vc" "\  (autoload (quote vc-transfer-file) "vc" "\
23204  Transfer FILE to another version control system NEW-BACKEND.  Transfer FILE to another version control system NEW-BACKEND.
# Line 18536  NEW-BACKEND, using the version number fr Line 23208  NEW-BACKEND, using the version number fr
23208  base level.  If NEW-BACKEND has a lower precedence than the current  base level.  If NEW-BACKEND has a lower precedence than the current
23209  backend, then commit all changes that were made under the current  backend, then commit all changes that were made under the current
23210  backend to NEW-BACKEND, and unregister FILE from the current backend.  backend to NEW-BACKEND, and unregister FILE from the current backend.
23211  \(If FILE is not yet registered under NEW-BACKEND, register it.)" nil nil)  \(If FILE is not yet registered under NEW-BACKEND, register it.)
23212    
23213    \(fn FILE NEW-BACKEND)" nil nil)
23214    
23215  (autoload (quote vc-rename-file) "vc" "\  (autoload (quote vc-rename-file) "vc" "\
23216  Rename file OLD to NEW, and rename its master file likewise." t nil)  Rename file OLD to NEW, and rename its master file likewise.
23217    
23218    \(fn OLD NEW)" t nil)
23219    
23220  (autoload (quote vc-update-change-log) "vc" "\  (autoload (quote vc-update-change-log) "vc" "\
23221  Find change log file and add entries from recent version control logs.  Find change log file and add entries from recent version control logs.
# Line 18553  files that are under version control.  T Line 23229  files that are under version control.  T
23229  log for the default directory, which may not be appropriate.  log for the default directory, which may not be appropriate.
23230    
23231  From a program, any ARGS are assumed to be filenames for which  From a program, any ARGS are assumed to be filenames for which
23232  log entries should be gathered." t nil)  log entries should be gathered.
23233    
23234    \(fn &rest ARGS)" t nil)
23235    
23236  (autoload (quote vc-annotate) "vc" "\  (autoload (quote vc-annotate) "vc" "\
23237  Display the edit history of the current file using colours.  Display the edit history of the current file using colours.
# Line 18579  Customization variables: Line 23257  Customization variables:
23257  `vc-annotate-menu-elements' customizes the menu elements of the  `vc-annotate-menu-elements' customizes the menu elements of the
23258  mode-specific menu. `vc-annotate-color-map' and  mode-specific menu. `vc-annotate-color-map' and
23259  `vc-annotate-very-old-color' defines the mapping of time to  `vc-annotate-very-old-color' defines the mapping of time to
23260  colors. `vc-annotate-background' specifies the background color." t nil)  colors. `vc-annotate-background' specifies the background color.
23261    
23262    \(fn PREFIX)" t nil)
23263    
23264  ;;;***  ;;;***
23265    
23266  ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15583 13479))  ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15883 3260))
23267  ;;; Generated autoloads from vc-cvs.el  ;;; Generated autoloads from vc-cvs.el
23268   (defun vc-cvs-registered (f)   (defun vc-cvs-registered (f)
23269    (when (file-readable-p (expand-file-name    (when (file-readable-p (expand-file-name
23270                            "CVS/Entries" (file-name-directory f)))                            "CVS/Entries" (file-name-directory f)))
23271        (require 'vc-cvs)        (load "vc-cvs")
23272        (vc-cvs-registered f)))        (vc-cvs-registered f)))
23273    
23274  ;;;***  ;;;***
23275    
23276  ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"  ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
23277  ;;;;;;  (15510 36445))  ;;;;;;  (15935 44540))
23278  ;;; Generated autoloads from vc-rcs.el  ;;; Generated autoloads from vc-rcs.el
23279    
23280  (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\  (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
23281  *Where to look for RCS master files.  *Where to look for RCS master files.
23282  For a description of possible values, see `vc-check-master-templates'.")  For a description of possible values, see `vc-check-master-templates'.")
23283    
23284  (defun vc-rcs-registered (f) (vc-default-registered (quote RCS) f))  (custom-autoload (quote vc-rcs-master-templates) "vc-rcs")
23285     (defun vc-rcs-registered (f) (vc-default-registered 'RCS f))
23286    
23287  ;;;***  ;;;***
23288    
23289  ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"  ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
23290  ;;;;;;  (15510 36445))  ;;;;;;  (15935 44554))
23291  ;;; Generated autoloads from vc-sccs.el  ;;; Generated autoloads from vc-sccs.el
23292    
23293  (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\  (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
23294  *Where to look for SCCS master files.  *Where to look for SCCS master files.
23295  For a description of possible values, see `vc-check-master-templates'.")  For a description of possible values, see `vc-check-master-templates'.")
23296    
23297  (defun vc-sccs-registered (f) (vc-default-registered (quote SCCS) f))  (custom-autoload (quote vc-sccs-master-templates) "vc-sccs")
23298     (defun vc-sccs-registered(f) (vc-default-registered 'SCCS f))
23299    
23300  (defun vc-sccs-search-project-dir (dirname basename) "\  (defun vc-sccs-search-project-dir (dirname basename) "\
23301  Return the name of a master file in the SCCS project directory.  Return the name of a master file in the SCCS project directory.
# Line 18623  find any project directory." (let ((proj Line 23305  find any project directory." (let ((proj
23305  ;;;***  ;;;***
23306    
23307  ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"  ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
23308  ;;;;;;  (15444 42464))  ;;;;;;  (15935 48915))
23309  ;;; Generated autoloads from progmodes/vhdl-mode.el  ;;; Generated autoloads from progmodes/vhdl-mode.el
23310    
23311  (autoload (quote vhdl-mode) "vhdl-mode" "\  (autoload (quote vhdl-mode) "vhdl-mode" "\
# Line 18894  Bugs and Limitations: Line 23576  Bugs and Limitations:
23576  Key bindings:  Key bindings:
23577  -------------  -------------
23578    
23579  \\{vhdl-mode-map}" t nil)  \\{vhdl-mode-map}
23580    
23581    \(fn)" t nil)
23582    
23583  ;;;***  ;;;***
23584    
23585  ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (15187 36240))  ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (15935 47202))
23586  ;;; Generated autoloads from emulation/vi.el  ;;; Generated autoloads from emulation/vi.el
23587    
23588  (autoload (quote vi-mode) "vi" "\  (autoload (quote vi-mode) "vi" "\
# Line 18943  Major differences between this mode and Line 23627  Major differences between this mode and
23627      `vi-name-last-change-or-macro', `vi-verify-spelling', `vi-locate-def',      `vi-name-last-change-or-macro', `vi-verify-spelling', `vi-locate-def',
23628      `vi-mark-region', and 'vi-quote-words'.  Some of them are quite handy.      `vi-mark-region', and 'vi-quote-words'.  Some of them are quite handy.
23629    - Use \\[vi-switch-mode] to switch among different modes quickly.    - Use \\[vi-switch-mode] to switch among different modes quickly.
23630      
23631  Syntax table and abbrevs while in vi mode remain as they were in Emacs." t nil)  Syntax table and abbrevs while in vi mode remain as they were in Emacs.
23632    
23633    \(fn)" t nil)
23634    
23635  ;;;***  ;;;***
23636    
23637  ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion  ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
23638  ;;;;;;  viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer  ;;;;;;  viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
23639  ;;;;;;  viet-decode-viqr-region viet-encode-viscii-char) "viet-util"  ;;;;;;  viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
23640  ;;;;;;  "language/viet-util.el" (15575 13830))  ;;;;;;  "language/viet-util.el" (15901 33692))
23641  ;;; Generated autoloads from language/viet-util.el  ;;; Generated autoloads from language/viet-util.el
23642    
23643  (autoload (quote viet-encode-viscii-char) "viet-util" "\  (autoload (quote viet-encode-viscii-char) "viet-util" "\
23644  Return VISCII character code of CHAR if appropriate." nil nil)  Return VISCII character code of CHAR if appropriate.
23645    
23646    \(fn CHAR)" nil nil)
23647    
23648  (autoload (quote viet-decode-viqr-region) "viet-util" "\  (autoload (quote viet-decode-viqr-region) "viet-util" "\
23649  Convert `VIQR' mnemonics of the current region to Vietnamese characaters.  Convert `VIQR' mnemonics of the current region to Vietnamese characters.
23650  When called from a program, expects two arguments,  When called from a program, expects two arguments,
23651  positions (integers or markers) specifying the stretch of the region." t nil)  positions (integers or markers) specifying the stretch of the region.
23652    
23653    \(fn FROM TO)" t nil)
23654    
23655  (autoload (quote viet-decode-viqr-buffer) "viet-util" "\  (autoload (quote viet-decode-viqr-buffer) "viet-util" "\
23656  Convert `VIQR' mnemonics of the current buffer to Vietnamese characaters." t nil)  Convert `VIQR' mnemonics of the current buffer to Vietnamese characters.
23657    
23658    \(fn)" t nil)
23659    
23660  (autoload (quote viet-encode-viqr-region) "viet-util" "\  (autoload (quote viet-encode-viqr-region) "viet-util" "\
23661  Convert Vietnamese characaters of the current region to `VIQR' mnemonics.  Convert Vietnamese characters of the current region to `VIQR' mnemonics.
23662  When called from a program, expects two arguments,  When called from a program, expects two arguments,
23663  positions (integers or markers) specifying the stretch of the region." t nil)  positions (integers or markers) specifying the stretch of the region.
23664    
23665    \(fn FROM TO)" t nil)
23666    
23667  (autoload (quote viet-encode-viqr-buffer) "viet-util" "\  (autoload (quote viet-encode-viqr-buffer) "viet-util" "\
23668  Convert Vietnamese characaters of the current buffer to `VIQR' mnemonics." t nil)  Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
23669    
23670    \(fn)" t nil)
23671    
23672    (autoload (quote viqr-post-read-conversion) "viet-util" "\
23673    Not documented
23674    
23675  (autoload (quote viqr-post-read-conversion) "viet-util" nil nil nil)  \(fn LEN)" nil nil)
23676    
23677  (autoload (quote viqr-pre-write-conversion) "viet-util" nil nil nil)  (autoload (quote viqr-pre-write-conversion) "viet-util" "\
23678    Not documented
23679    
23680    \(fn FROM TO)" nil nil)
23681    
23682  ;;;***  ;;;***
23683    
23684  ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame  ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
23685  ;;;;;;  view-buffer-other-window view-buffer view-file-other-frame  ;;;;;;  view-buffer-other-window view-buffer view-file-other-frame
23686  ;;;;;;  view-file-other-window view-file) "view" "view.el" (15352  ;;;;;;  view-file-other-window view-file) "view" "view.el" (15935
23687  ;;;;;;  21438))  ;;;;;;  44605))
23688  ;;; Generated autoloads from view.el  ;;; Generated autoloads from view.el
23689    
23690  (defvar view-mode nil "\  (defvar view-mode nil "\
# Line 19000  are defined for moving around in the buf Line 23702  are defined for moving around in the buf
23702  Space scrolls forward, Delete scrolls backward.  Space scrolls forward, Delete scrolls backward.
23703  For list of all View commands, type H or h while viewing.  For list of all View commands, type H or h while viewing.
23704    
23705  This command runs the normal hook `view-mode-hook'." t nil)  This command runs the normal hook `view-mode-hook'.
23706    
23707    \(fn FILE)" t nil)
23708    
23709  (autoload (quote view-file-other-window) "view" "\  (autoload (quote view-file-other-window) "view" "\
23710  View FILE in View mode in another window.  View FILE in View mode in another window.
# Line 19011  are defined for moving around in the buf Line 23715  are defined for moving around in the buf
23715  Space scrolls forward, Delete scrolls backward.  Space scrolls forward, Delete scrolls backward.
23716  For list of all View commands, type H or h while viewing.  For list of all View commands, type H or h while viewing.
23717    
23718  This command runs the normal hook `view-mode-hook'." t nil)  This command runs the normal hook `view-mode-hook'.
23719    
23720    \(fn FILE)" t nil)
23721    
23722  (autoload (quote view-file-other-frame) "view" "\  (autoload (quote view-file-other-frame) "view" "\
23723  View FILE in View mode in another frame.  View FILE in View mode in another frame.
# Line 19022  are defined for moving around in the buf Line 23728  are defined for moving around in the buf
23728  Space scrolls forward, Delete scrolls backward.  Space scrolls forward, Delete scrolls backward.
23729  For list of all View commands, type H or h while viewing.  For list of all View commands, type H or h while viewing.
23730    
23731  This command runs the normal hook `view-mode-hook'." t nil)  This command runs the normal hook `view-mode-hook'.
23732    
23733    \(fn FILE)" t nil)
23734    
23735  (autoload (quote view-buffer) "view" "\  (autoload (quote view-buffer) "view" "\
23736  View BUFFER in View mode, returning to previous buffer when done.  View BUFFER in View mode, returning to previous buffer when done.
# Line 19036  This command runs the normal hook `view- Line 23744  This command runs the normal hook `view-
23744    
23745  Optional argument EXIT-ACTION is either nil or a function with buffer as  Optional argument EXIT-ACTION is either nil or a function with buffer as
23746  argument.  This function is called when finished viewing buffer.  argument.  This function is called when finished viewing buffer.
23747  Use this argument instead of explicitly setting `view-exit-action'." t nil)  Use this argument instead of explicitly setting `view-exit-action'.
23748    
23749    \(fn BUFFER &optional EXIT-ACTION)" t nil)
23750    
23751  (autoload (quote view-buffer-other-window) "view" "\  (autoload (quote view-buffer-other-window) "view" "\
23752  View BUFFER in View mode in another window.  View BUFFER in View mode in another window.
# Line 19051  This command runs the normal hook `view- Line 23761  This command runs the normal hook `view-
23761    
23762  Optional argument EXIT-ACTION is either nil or a function with buffer as  Optional argument EXIT-ACTION is either nil or a function with buffer as
23763  argument.  This function is called when finished viewing buffer.  argument.  This function is called when finished viewing buffer.
23764  Use this argument instead of explicitly setting `view-exit-action'." t nil)  Use this argument instead of explicitly setting `view-exit-action'.
23765    
23766    \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
23767    
23768  (autoload (quote view-buffer-other-frame) "view" "\  (autoload (quote view-buffer-other-frame) "view" "\
23769  View BUFFER in View mode in another frame.  View BUFFER in View mode in another frame.
# Line 19066  This command runs the normal hook `view- Line 23778  This command runs the normal hook `view-
23778    
23779  Optional argument EXIT-ACTION is either nil or a function with buffer as  Optional argument EXIT-ACTION is either nil or a function with buffer as
23780  argument.  This function is called when finished viewing buffer.  argument.  This function is called when finished viewing buffer.
23781  Use this argument instead of explicitly setting `view-exit-action'." t nil)  Use this argument instead of explicitly setting `view-exit-action'.
23782    
23783    \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
23784    
23785  (autoload (quote view-mode) "view" "\  (autoload (quote view-mode) "view" "\
23786  Toggle View mode, a minor mode for viewing text but not editing it.  Toggle View mode, a minor mode for viewing text but not editing it.
# Line 19122  r      do reverse incremental search. Line 23836  r      do reverse incremental search.
23836  \\      searches backward for regular expression, starting before current page.  \\      searches backward for regular expression, starting before current page.
23837  \\[View-search-last-regexp-forward]     searches forward for last regular expression.  \\[View-search-last-regexp-forward]     searches forward for last regular expression.
23838  p       searches backward for last regular expression.  p       searches backward for last regular expression.
23839  \\[View-quit]   quit View mode, trying to restore window and buffer to previous state.  \\[View-quit]   quit View mode, restoring this window and buffer to previous state.
23840            \\[View-quit] is the normal way to leave view mode.            \\[View-quit] is the normal way to leave view mode.
23841  \\[View-exit]   exit View mode but stay in current buffer.  Use this if you started  \\[View-exit]   exit View mode but stay in current buffer.  Use this if you started
23842            viewing a buffer (file) and find out you want to edit it.            viewing a buffer (file) and find out you want to edit it.
23843  \\[View-exit-and-edit]  exit View mode and make the current buffer editable.            This command restores the previous read-only status of the buffer.
23844  \\[View-quit-all]       quit View mode, trying to restore windows and buffer to previous state.  \\[View-exit-and-edit]  exit View mode, and make the current buffer editable
23845              even if it was not editable before entry to View mode.
23846    \\[View-quit-all]       quit View mode, restoring all windows to previous state.
23847  \\[View-leave]  quit View mode and maybe switch buffers, but don't kill this buffer.  \\[View-leave]  quit View mode and maybe switch buffers, but don't kill this buffer.
23848  \\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer.  \\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer.
23849    
# Line 19139  as is done by View-buffer, View-buffer-o Line 23855  as is done by View-buffer, View-buffer-o
23855  View-file, View-file-other-window or View-file-other-frame then \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave]  View-file, View-file-other-window or View-file-other-frame then \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave]
23856  will return to that buffer.  will return to that buffer.
23857    
23858  Entry to view-mode runs the normal hook `view-mode-hook'." t nil)  Entry to view-mode runs the normal hook `view-mode-hook'.
23859    
23860    \(fn &optional ARG)" t nil)
23861    
23862  (autoload (quote view-mode-enter) "view" "\  (autoload (quote view-mode-enter) "view" "\
23863  Enter View mode and set up exit from view mode depending on optional arguments.  Enter View mode and set up exit from view mode depending on optional arguments.
# Line 19162  OLD-BUF-INFO tells what to do with WINDO Line 23880  OLD-BUF-INFO tells what to do with WINDO
23880    
23881  For list of all View commands, type H or h while viewing.  For list of all View commands, type H or h while viewing.
23882    
23883  This function runs the normal hook `view-mode-hook'." nil nil)  This function runs the normal hook `view-mode-hook'.
23884    
23885    \(fn &optional RETURN-TO EXIT-ACTION)" nil nil)
23886    
23887  (autoload (quote View-exit-and-edit) "view" "\  (autoload (quote View-exit-and-edit) "view" "\
23888  Exit View mode and make the current buffer editable." t nil)  Exit View mode and make the current buffer editable.
23889    
23890    \(fn)" t nil)
23891    
23892  ;;;***  ;;;***
23893    
23894  ;;;### (autoloads (vip-mode) "vip" "emulation/vip.el" (15187 36240))  ;;;### (autoloads (vip-mode) "vip" "emulation/vip.el" (15935 47202))
23895  ;;; Generated autoloads from emulation/vip.el  ;;; Generated autoloads from emulation/vip.el
23896    
23897  (autoload (quote vip-mode) "vip" "\  (autoload (quote vip-mode) "vip" "\
23898  Turn on VIP emulation of VI." t nil)  Turn on VIP emulation of VI.
23899    
23900    \(fn)" t nil)
23901    
23902  ;;;***  ;;;***
23903    
23904  ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"  ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
23905  ;;;;;;  (15564 59462))  ;;;;;;  (15935 47203))
23906  ;;; Generated autoloads from emulation/viper.el  ;;; Generated autoloads from emulation/viper.el
23907    
23908  (autoload (quote toggle-viper-mode) "viper" "\  (autoload (quote toggle-viper-mode) "viper" "\
23909  Toggle Viper on/off.  Toggle Viper on/off.
23910  If Viper is enabled, turn it off.  Otherwise, turn it on." t nil)  If Viper is enabled, turn it off.  Otherwise, turn it on.
23911    
23912    \(fn)" t nil)
23913    
23914  (autoload (quote viper-mode) "viper" "\  (autoload (quote viper-mode) "viper" "\
23915  Turn on Viper emulation of Vi." t nil)  Turn on Viper emulation of Vi.
23916    
23917    \(fn)" t nil)
23918    
23919    ;;;***
23920    
23921    ;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el"
23922    ;;;;;;  (15832 5930))
23923    ;;; Generated autoloads from warnings.el
23924    
23925    (defvar warning-prefix-function nil "\
23926    Function to generate warning prefixes.
23927    This function, if non-nil, is called with two arguments,
23928    the severity level and its entry in `warning-levels',
23929    and should return the entry that should actually be used.
23930    The warnings buffer is current when this function is called
23931    and the function can insert text in it.  This text becomes
23932    the beginning of the warning.")
23933    
23934    (defvar warning-series nil "\
23935    Non-nil means treat multiple `display-warning' calls as a series.
23936    A marker indicates a position in the warnings buffer
23937    which is the start of the current series; it means that
23938    additional warnings in the same buffer should not move point.
23939    t means the next warning begins a series (and stores a marker here).
23940    A symbol with a function definition is like t, except
23941    also call that function before the next warning.")
23942    
23943    (defvar warning-fill-prefix nil "\
23944    Non-nil means fill each warning text using this string as `fill-prefix'.")
23945    
23946    (defvar warning-group-format " (%s)" "\
23947    Format for displaying the warning group in the warning message.
23948    The result of formatting the group this way gets included in the
23949    message under the control of the string in `warning-levels'.")
23950    
23951    (autoload (quote display-warning) "warnings" "\
23952    Display a warning message, MESSAGE.
23953    GROUP should be a custom group name (a symbol),
23954    or else a list of symbols whose first element is a custom group name.
23955    \(The rest of the symbols represent subcategories, for warning purposes
23956    only, and you can use whatever symbols you like.)
23957    
23958    LEVEL should be either :warning, :error, or :emergency.
23959    :emergency -- a problem that will seriously impair Emacs operation soon
23960                  if you do not attend to it promptly.
23961    :error     -- data or circumstances that are inherently wrong.
23962    :warning   -- data or circumstances that are not inherently wrong,
23963                  but raise suspicion of a possible problem.
23964    :debug     -- info for debugging only.
23965    
23966    BUFFER-NAME, if specified, is the name of the buffer for logging the
23967    warning.  By default, it is `*Warnings*'.
23968    
23969    See the `warnings' custom group for user customization features.
23970    
23971    See also `warning-series', `warning-prefix-function' and
23972    `warning-fill-prefix' for additional programming features.
23973    
23974    \(fn GROUP MESSAGE &optional LEVEL BUFFER-NAME)" nil nil)
23975    
23976    (autoload (quote lwarn) "warnings" "\
23977    Display a warning message made from (format MESSAGE ARGS...).
23978    Aside from generating the message with `format',
23979    this is equivalent to `display-warning'.
23980    
23981    GROUP should be a custom group name (a symbol).
23982    or else a list of symbols whose first element is a custom group name.
23983    \(The rest of the symbols represent subcategories and
23984    can be whatever you like.)
23985    
23986    LEVEL should be either :warning, :error, or :emergency.
23987    :emergency -- a problem that will seriously impair Emacs operation soon
23988                  if you do not attend to it promptly.
23989    :error     -- invalid data or circumstances.
23990    :warning   -- suspicious data or circumstances.
23991    
23992    \(fn GROUP LEVEL MESSAGE &rest ARGS)" nil nil)
23993    
23994    (autoload (quote warn) "warnings" "\
23995    Display a warning message made from (format MESSAGE ARGS...).
23996    Aside from generating the message with `format',
23997    this is equivalent to `display-warning', using
23998    `emacs' as the group and `:warning' as the level.
23999    
24000    \(fn MESSAGE &rest ARGS)" nil nil)
24001    
24002  ;;;***  ;;;***
24003    
24004  ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15391 60705))  ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15935 48476))
24005  ;;; Generated autoloads from net/webjump.el  ;;; Generated autoloads from net/webjump.el
24006    
24007  (autoload (quote webjump) "webjump" "\  (autoload (quote webjump) "webjump" "\
# Line 19200  See the documentation for the `webjump-s Line 24011  See the documentation for the `webjump-s
24011  hotlist.  hotlist.
24012    
24013  Please submit bug reports and other feedback to the author, Neil W. Van Dyke  Please submit bug reports and other feedback to the author, Neil W. Van Dyke
24014  <nwv@acm.org>." t nil)  <nwv@acm.org>.
24015    
24016    \(fn)" t nil)
24017    
24018  ;;;***  ;;;***
24019    
24020  ;;;### (autoloads (which-function-mode) "which-func" "which-func.el"  ;;;### (autoloads (which-function-mode) "which-func" "which-func.el"
24021  ;;;;;;  (15356 19701))  ;;;;;;  (15935 44700))
24022  ;;; Generated autoloads from which-func.el  ;;; Generated autoloads from which-func.el
24023    
24024  (defalias (quote which-func-mode) (quote which-function-mode))  (defalias (quote which-func-mode) (quote which-function-mode))
# Line 19216  See the command `which-function-mode' fo Line 24029  See the command `which-function-mode' fo
24029  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
24030  use either \\[customize] or the function `which-function-mode'.")  use either \\[customize] or the function `which-function-mode'.")
24031    
24032  (custom-add-to-group (quote which-func) (quote which-function-mode) (quote custom-variable))  (custom-autoload (quote which-function-mode) "which-func")
   
 (custom-add-load (quote which-function-mode) (quote which-func))  
24033    
24034  (autoload (quote which-function-mode) "which-func" "\  (autoload (quote which-function-mode) "which-func" "\
24035  Toggle Which Function mode, globally.  Toggle Which Function mode, globally.
# Line 19226  When Which Function mode is enabled, the Line 24037  When Which Function mode is enabled, the
24037  continuously displayed in the mode line, in certain major modes.  continuously displayed in the mode line, in certain major modes.
24038    
24039  With prefix ARG, turn Which Function mode on iff arg is positive,  With prefix ARG, turn Which Function mode on iff arg is positive,
24040  and off otherwise." t nil)  and off otherwise.
24041    
24042    \(fn &optional ARG)" t nil)
24043    
24044  ;;;***  ;;;***
24045    
24046  ;;;### (autoloads (whitespace-describe whitespace-write-file-hook  ;;;### (autoloads (whitespace-write-file-hook whitespace-global-mode
24047  ;;;;;;  whitespace-global-mode whitespace-global-mode whitespace-cleanup-region  ;;;;;;  whitespace-cleanup-region whitespace-cleanup whitespace-region
24048  ;;;;;;  whitespace-cleanup whitespace-region whitespace-buffer whitespace-toggle-ateol-check  ;;;;;;  whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check
24049  ;;;;;;  whitespace-toggle-spacetab-check whitespace-toggle-indent-check  ;;;;;;  whitespace-toggle-indent-check whitespace-toggle-trailing-check
24050  ;;;;;;  whitespace-toggle-trailing-check whitespace-toggle-leading-check)  ;;;;;;  whitespace-toggle-leading-check) "whitespace" "whitespace.el"
24051  ;;;;;;  "whitespace" "whitespace.el" (15391 60521))  ;;;;;;  (15851 63104))
24052  ;;; Generated autoloads from whitespace.el  ;;; Generated autoloads from whitespace.el
24053    
24054  (autoload (quote whitespace-toggle-leading-check) "whitespace" "\  (autoload (quote whitespace-toggle-leading-check) "whitespace" "\
24055  Toggle the check for leading space in the local buffer." t nil)  Toggle the check for leading space in the local buffer.
24056    
24057    \(fn)" t nil)
24058    
24059  (autoload (quote whitespace-toggle-trailing-check) "whitespace" "\  (autoload (quote whitespace-toggle-trailing-check) "whitespace" "\
24060  Toggle the check for trailing space in the local buffer." t nil)  Toggle the check for trailing space in the local buffer.
24061    
24062    \(fn)" t nil)
24063    
24064  (autoload (quote whitespace-toggle-indent-check) "whitespace" "\  (autoload (quote whitespace-toggle-indent-check) "whitespace" "\
24065  Toggle the check for indentation space in the local buffer." t nil)  Toggle the check for indentation space in the local buffer.
24066    
24067    \(fn)" t nil)
24068    
24069  (autoload (quote whitespace-toggle-spacetab-check) "whitespace" "\  (autoload (quote whitespace-toggle-spacetab-check) "whitespace" "\
24070  Toggle the check for space-followed-by-TABs in the local buffer." t nil)  Toggle the check for space-followed-by-TABs in the local buffer.
24071    
24072    \(fn)" t nil)
24073    
24074  (autoload (quote whitespace-toggle-ateol-check) "whitespace" "\  (autoload (quote whitespace-toggle-ateol-check) "whitespace" "\
24075  Toggle the check for end-of-line space in the local buffer." t nil)  Toggle the check for end-of-line space in the local buffer.
24076    
24077    \(fn)" t nil)
24078    
24079  (autoload (quote whitespace-buffer) "whitespace" "\  (autoload (quote whitespace-buffer) "whitespace" "\
24080  Find five different types of white spaces in buffer.  Find five different types of white spaces in buffer.
# Line 19265  These are: Line 24088  These are:
24088  Check for whitespace only if this buffer really contains a non-empty file  Check for whitespace only if this buffer really contains a non-empty file
24089  and:  and:
24090  1. the major mode is one of the whitespace-modes, or  1. the major mode is one of the whitespace-modes, or
24091  2. `whitespace-buffer' was explicitly called with a prefix argument." t nil)  2. `whitespace-buffer' was explicitly called with a prefix argument.
24092    
24093    \(fn &optional QUIET)" t nil)
24094    
24095  (autoload (quote whitespace-region) "whitespace" "\  (autoload (quote whitespace-region) "whitespace" "\
24096  Check the region for whitespace errors." t nil)  Check the region for whitespace errors.
24097    
24098    \(fn S E)" t nil)
24099    
24100  (autoload (quote whitespace-cleanup) "whitespace" "\  (autoload (quote whitespace-cleanup) "whitespace" "\
24101  Cleanup the five different kinds of whitespace problems.  Cleanup the five different kinds of whitespace problems.
24102    
24103  Use \\[describe-function] whitespace-describe to read a summary of the  Use \\[describe-function] whitespace-describe to read a summary of the
24104  whitespace problems." t nil)  whitespace problems.
24105    
24106    \(fn)" t nil)
24107    
24108  (autoload (quote whitespace-cleanup-region) "whitespace" "\  (autoload (quote whitespace-cleanup-region) "whitespace" "\
24109  Whitespace cleanup on the region." t nil)  Whitespace cleanup on the region.
24110    
24111  (defvar whitespace-global-mode nil "\  \(fn S E)" t nil)
 Toggle global Whitespace mode.  
24112    
24113    (defvar whitespace-global-mode nil "\
24114    Non-nil if Whitespace-Global mode is enabled.
24115    See the command `whitespace-global-mode' for a description of this minor-mode.
24116  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
24117  use either \\[customize] or the function `whitespace-global-mode'  use either \\[customize] or the function `whitespace-global-mode'.")
 \(which see).")  
24118    
24119  (custom-add-to-group (quote whitespace) (quote whitespace-global-mode) (quote custom-variable))  (custom-autoload (quote whitespace-global-mode) "whitespace")
   
 (custom-add-load (quote whitespace-global-mode) (quote whitespace))  
24120    
24121  (autoload (quote whitespace-global-mode) "whitespace" "\  (autoload (quote whitespace-global-mode) "whitespace" "\
24122  Toggle using Whitespace mode in new buffers.  Toggle using Whitespace mode in new buffers.
24123  With ARG, turn the mode on if and only iff ARG is positive.  With ARG, turn the mode on if and only iff ARG is positive.
24124    
24125  When this mode is active, `whitespace-buffer' is added to  When this mode is active, `whitespace-buffer' is added to
24126  `find-file-hooks' and `kill-buffer-hook'." t nil)  `find-file-hook' and `kill-buffer-hook'.
24127    
24128  (autoload (quote whitespace-write-file-hook) "whitespace" "\  \(fn &optional ARG)" t nil)
 The local-write-file-hook to be called on the buffer when  
 whitespace check is enabled." t nil)  
24129    
24130  (autoload (quote whitespace-describe) "whitespace" "\  (autoload (quote whitespace-write-file-hook) "whitespace" "\
24131  A summary of whitespaces and what this library can do about them.  Hook function to be called on the buffer when whitespace check is enabled.
24132    This is meant to be added buffer-locally to `write-file-functions'.
 The whitespace library is intended to find and help fix five different types  
 of whitespace problems that commonly exist in source code.  
   
 1. Leading space (empty lines at the top of a file).  
 2. Trailing space (empty lines at the end of a file).  
 3. Indentation space (8 or more spaces at beginning of line, that should be  
                       replaced with TABS).  
 4. Spaces followed by a TAB.  (Almost always, we never want that).  
 5. Spaces or TABS at the end of a line.  
   
 Whitespace errors are reported in a buffer, and on the modeline.  
   
 Modeline will show a W:<x>!<y> to denote a particular type of whitespace,  
 where `x' and `y' can be one (or more) of:  
24133    
24134  e - End-of-Line whitespace.  \(fn)" t nil)
 i - Indentation whitespace.  
 l - Leading whitespace.  
 s - Space followed by Tab.  
 t - Trailing whitespace.  
   
 If any of the whitespace checks is turned off, the modeline will display a  
 !<y>.  
   
     (since (3) is the most controversial one, here is the rationale: Most  
     terminal drivers and printer drivers have TAB configured or even  
     hardcoded to be 8 spaces.  (Some of them allow configuration, but almost  
     always they default to 8.)  
   
     Changing `tab-width' to other than 8 and editing will cause your code to  
     look different from within Emacs, and say, if you cat it or more it, or  
     even print it.  
   
     Almost all the popular programming modes let you define an offset (like  
     c-basic-offset or perl-indent-level) to configure the offset, so you  
     should never have to set your `tab-width' to be other than 8 in all these  
     modes.  In fact, with an indent level of say, 4, 2 TABS will cause Emacs  
     to replace your 8 spaces with one    (try it).  If vi users in your  
     office complain, tell them to use vim, which distinguishes between  
     tabstop and shiftwidth (vi equivalent of our offsets), and also ask them  
     to set smarttab.)  
   
 All the above have caused (and will cause) unwanted codeline integration and  
 merge problems.  
   
 whitespace.el will complain if it detects whitespaces on opening a file, and  
 warn you on closing a file also (in case you had inserted any  
 whitespaces during the process of your editing)." t nil)  
24135    
24136  ;;;***  ;;;***
24137    
24138  ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse  ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
24139  ;;;;;;  widget-browse-at) "wid-browse" "wid-browse.el" (15468 23941))  ;;;;;;  widget-browse-at) "wid-browse" "wid-browse.el" (15935 44721))
24140  ;;; Generated autoloads from wid-browse.el  ;;; Generated autoloads from wid-browse.el
24141    
24142  (autoload (quote widget-browse-at) "wid-browse" "\  (autoload (quote widget-browse-at) "wid-browse" "\
24143  Browse the widget under point." t nil)  Browse the widget under point.
24144    
24145    \(fn POS)" t nil)
24146    
24147  (autoload (quote widget-browse) "wid-browse" "\  (autoload (quote widget-browse) "wid-browse" "\
24148  Create a widget browser for WIDGET." t nil)  Create a widget browser for WIDGET.
24149    
24150    \(fn WIDGET)" t nil)
24151    
24152  (autoload (quote widget-browse-other-window) "wid-browse" "\  (autoload (quote widget-browse-other-window) "wid-browse" "\
24153  Show widget browser for WIDGET in other window." t nil)  Show widget browser for WIDGET in other window.
24154    
24155    \(fn &optional WIDGET)" t nil)
24156    
24157  (autoload (quote widget-minor-mode) "wid-browse" "\  (autoload (quote widget-minor-mode) "wid-browse" "\
24158  Togle minor mode for traversing widgets.  Togle minor mode for traversing widgets.
24159  With arg, turn widget mode on if and only if arg is positive." t nil)  With arg, turn widget mode on if and only if arg is positive.
24160    
24161    \(fn &optional ARG)" t nil)
24162    
24163  ;;;***  ;;;***
24164    
24165  ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create  ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
24166  ;;;;;;  widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15593  ;;;;;;  widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15867
24167  ;;;;;;  39932))  ;;;;;;  16241))
24168  ;;; Generated autoloads from wid-edit.el  ;;; Generated autoloads from wid-edit.el
24169    
24170  (autoload (quote widgetp) "wid-edit" "\  (autoload (quote widgetp) "wid-edit" "\
24171  Return non-nil iff WIDGET is a widget." nil nil)  Return non-nil iff WIDGET is a widget.
24172    
24173    \(fn WIDGET)" nil nil)
24174    
24175  (autoload (quote widget-prompt-value) "wid-edit" "\  (autoload (quote widget-prompt-value) "wid-edit" "\
24176  Prompt for a value matching WIDGET, using PROMPT.  Prompt for a value matching WIDGET, using PROMPT.
24177  The current value is assumed to be VALUE, unless UNBOUND is non-nil." nil nil)  The current value is assumed to be VALUE, unless UNBOUND is non-nil.
24178    
24179    \(fn WIDGET PROMPT &optional VALUE UNBOUND)" nil nil)
24180    
24181  (autoload (quote widget-create) "wid-edit" "\  (autoload (quote widget-create) "wid-edit" "\
24182  Create widget of TYPE.  Create widget of TYPE.
24183  The optional ARGS are additional keyword arguments." nil nil)  The optional ARGS are additional keyword arguments.
24184    
24185    \(fn TYPE &rest ARGS)" nil nil)
24186    
24187  (autoload (quote widget-delete) "wid-edit" "\  (autoload (quote widget-delete) "wid-edit" "\
24188  Delete WIDGET." nil nil)  Delete WIDGET.
24189    
24190    \(fn WIDGET)" nil nil)
24191    
24192  (autoload (quote widget-insert) "wid-edit" "\  (autoload (quote widget-insert) "wid-edit" "\
24193  Call `insert' with ARGS even if surrounding text is read only." nil nil)  Call `insert' with ARGS even if surrounding text is read only.
24194    
24195    \(fn &rest ARGS)" nil nil)
24196    
24197  (defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map "       " (quote widget-forward)) (define-key map [(shift tab)] (quote widget-backward)) (define-key map [backtab] (quote widget-backward)) (define-key map [down-mouse-2] (quote widget-button-click)) (define-key map " " (quote widget-button-press)) map) "\  (defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map "       " (quote widget-forward)) (define-key map [(shift tab)] (quote widget-backward)) (define-key map [backtab] (quote widget-backward)) (define-key map [down-mouse-2] (quote widget-button-click)) (define-key map " " (quote widget-button-press)) map) "\
24198  Keymap containing useful binding for buffers containing widgets.  Keymap containing useful binding for buffers containing widgets.
24199  Recommended as a parent keymap for modes using widgets.")  Recommended as a parent keymap for modes using widgets.")
24200    
24201  (autoload (quote widget-setup) "wid-edit" "\  (autoload (quote widget-setup) "wid-edit" "\
24202  Setup current buffer so editing string widgets works." nil nil)  Setup current buffer so editing string widgets works.
24203    
24204    \(fn)" nil nil)
24205    
24206  ;;;***  ;;;***
24207    
24208  ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right  ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
24209  ;;;;;;  windmove-up windmove-left) "windmove" "windmove.el" (15576  ;;;;;;  windmove-up windmove-left) "windmove" "windmove.el" (15576
24210  ;;;;;;  30665))  ;;;;;;  685))
24211  ;;; Generated autoloads from windmove.el  ;;; Generated autoloads from windmove.el
24212    
24213  (autoload (quote windmove-left) "windmove" "\  (autoload (quote windmove-left) "windmove" "\
# Line 19416  With no prefix argument, or with prefix Line 24216  With no prefix argument, or with prefix
24216  \"left\" is relative to the position of point in the window; otherwise  \"left\" is relative to the position of point in the window; otherwise
24217  it is relative to the top edge (for positive ARG) or the bottom edge  it is relative to the top edge (for positive ARG) or the bottom edge
24218  \(for negative ARG) of the current window.  \(for negative ARG) of the current window.
24219  If no window is at the desired location, an error is signaled." t nil)  If no window is at the desired location, an error is signaled.
24220    
24221    \(fn &optional ARG)" t nil)
24222    
24223  (autoload (quote windmove-up) "windmove" "\  (autoload (quote windmove-up) "windmove" "\
24224  Select the window above the current one.  Select the window above the current one.
# Line 19424  With no prefix argument, or with prefix Line 24226  With no prefix argument, or with prefix
24226  is relative to the position of point in the window; otherwise it is  is relative to the position of point in the window; otherwise it is
24227  relative to the left edge (for positive ARG) or the right edge (for  relative to the left edge (for positive ARG) or the right edge (for
24228  negative ARG) of the current window.  negative ARG) of the current window.
24229  If no window is at the desired location, an error is signaled." t nil)  If no window is at the desired location, an error is signaled.
24230    
24231    \(fn &optional ARG)" t nil)
24232    
24233  (autoload (quote windmove-right) "windmove" "\  (autoload (quote windmove-right) "windmove" "\
24234  Select the window to the right of the current one.  Select the window to the right of the current one.
# Line 19432  With no prefix argument, or with prefix Line 24236  With no prefix argument, or with prefix
24236  \"right\" is relative to the position of point in the window;  \"right\" is relative to the position of point in the window;
24237  otherwise it is relative to the top edge (for positive ARG) or the  otherwise it is relative to the top edge (for positive ARG) or the
24238  bottom edge (for negative ARG) of the current window.  bottom edge (for negative ARG) of the current window.
24239  If no window is at the desired location, an error is signaled." t nil)  If no window is at the desired location, an error is signaled.
24240    
24241    \(fn &optional ARG)" t nil)
24242    
24243  (autoload (quote windmove-down) "windmove" "\  (autoload (quote windmove-down) "windmove" "\
24244  Select the window below the current one.  Select the window below the current one.
# Line 19440  With no prefix argument, or with prefix Line 24246  With no prefix argument, or with prefix
24246  \"down\" is relative to the position of point in the window; otherwise  \"down\" is relative to the position of point in the window; otherwise
24247  it is relative to the left edge (for positive ARG) or the right edge  it is relative to the left edge (for positive ARG) or the right edge
24248  \(for negative ARG) of the current window.  \(for negative ARG) of the current window.
24249  If no window is at the desired location, an error is signaled." t nil)  If no window is at the desired location, an error is signaled.
24250    
24251    \(fn &optional ARG)" t nil)
24252    
24253  (autoload (quote windmove-default-keybindings) "windmove" "\  (autoload (quote windmove-default-keybindings) "windmove" "\
24254  Set up keybindings for `windmove'.  Set up keybindings for `windmove'.
24255  Keybindings are of the form MODIFIER-{left,right,up,down}.  Keybindings are of the form MODIFIER-{left,right,up,down}.
24256  Default MODIFIER is 'shift." t nil)  Default MODIFIER is 'shift.
24257    
24258    \(fn &optional MODIFIER)" t nil)
24259    
24260  ;;;***  ;;;***
24261    
24262  ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"  ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
24263  ;;;;;;  (15484 11830))  ;;;;;;  (15935 44772))
24264  ;;; Generated autoloads from winner.el  ;;; Generated autoloads from winner.el
24265    
24266  (defvar winner-mode nil "\  (defvar winner-mode nil "\
# Line 19458  Toggle winner-mode. Line 24268  Toggle winner-mode.
24268  Setting this variable directly does not take effect;  Setting this variable directly does not take effect;
24269  use either \\[customize] or the function `winner-mode'.")  use either \\[customize] or the function `winner-mode'.")
24270    
24271  (custom-add-to-group (quote winner) (quote winner-mode) (quote custom-variable))  (custom-autoload (quote winner-mode) "winner")
   
 (custom-add-load (quote winner-mode) (quote winner))  
24272    
24273  (autoload (quote winner-mode) "winner" "\  (autoload (quote winner-mode) "winner" "\
24274  Toggle Winner mode.  Toggle Winner mode.
24275  With arg, turn Winner mode on if and only if arg is positive." t nil)  With arg, turn Winner mode on if and only if arg is positive.
24276    
24277    \(fn &optional ARG)" t nil)
24278    
24279  ;;;***  ;;;***
24280    
24281  ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"  ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
24282  ;;;;;;  "woman.el" (15584 24775))  ;;;;;;  "woman.el" (15930 37838))
24283  ;;; Generated autoloads from woman.el  ;;; Generated autoloads from woman.el
24284    
24285  (autoload (quote woman) "woman" "\  (autoload (quote woman) "woman" "\
# Line 19482  speed, but a non-nil interactive argumen Line 24292  speed, but a non-nil interactive argumen
24292  updated (e.g. to re-interpret the current directory).  updated (e.g. to re-interpret the current directory).
24293    
24294  Used non-interactively, arguments are optional: if given then TOPIC  Used non-interactively, arguments are optional: if given then TOPIC
24295  should be a topic string and non-nil RE-CACHE forces re-caching." t nil)  should be a topic string and non-nil RE-CACHE forces re-caching.
24296    
24297    \(fn &optional TOPIC RE-CACHE)" t nil)
24298    
24299  (autoload (quote woman-dired-find-file) "woman" "\  (autoload (quote woman-dired-find-file) "woman" "\
24300  In dired, run the WoMan man-page browser on this file." t nil)  In dired, run the WoMan man-page browser on this file.
24301    
24302    \(fn)" t nil)
24303    
24304  (autoload (quote woman-find-file) "woman" "\  (autoload (quote woman-find-file) "woman" "\
24305  Find, decode and browse a specific UN*X man-page source file FILE-NAME.  Find, decode and browse a specific UN*X man-page source file FILE-NAME.
# Line 19494  When called interactively, optional argu Line 24308  When called interactively, optional argu
24308  of an existing WoMan buffer formatted earlier.  of an existing WoMan buffer formatted earlier.
24309  No external programs are used, except that `gunzip' will be used to  No external programs are used, except that `gunzip' will be used to
24310  decompress the file if appropriate.  See the documentation for the  decompress the file if appropriate.  See the documentation for the
24311  `woman' command for further details." t nil)  `woman' command for further details.
24312    
24313    \(fn FILE-NAME &optional REFORMAT)" t nil)
24314    
24315  ;;;***  ;;;***
24316    
24317  ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"  ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
24318  ;;;;;;  (15394 38674))  ;;;;;;  (15935 47203))
24319  ;;; Generated autoloads from emulation/ws-mode.el  ;;; Generated autoloads from emulation/ws-mode.el
24320    
24321  (autoload (quote wordstar-mode) "ws-mode" "\  (autoload (quote wordstar-mode) "ws-mode" "\
# Line 19606  The key bindings are: Line 24422  The key bindings are:
24422    C-q w         ws-last-error    C-q w         ws-last-error
24423    C-q y         ws-kill-eol    C-q y         ws-kill-eol
24424    C-q DEL       ws-kill-bol    C-q DEL       ws-kill-bol
24425  " t nil)  
24426    \(fn)" t nil)
24427    
24428  ;;;***  ;;;***
24429    
24430  ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15546  ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15935
24431  ;;;;;;  9142))  ;;;;;;  44818))
24432  ;;; Generated autoloads from xt-mouse.el  ;;; Generated autoloads from xt-mouse.el
24433    
24434    (defvar xterm-mouse-mode nil "\
24435    Non-nil if Xterm-Mouse mode is enabled.
24436    See the command `xterm-mouse-mode' for a description of this minor-mode.
24437    Setting this variable directly does not take effect;
24438    use either \\[customize] or the function `xterm-mouse-mode'.")
24439    
24440    (custom-autoload (quote xterm-mouse-mode) "xt-mouse")
24441    
24442  (autoload (quote xterm-mouse-mode) "xt-mouse" "\  (autoload (quote xterm-mouse-mode) "xt-mouse" "\
24443  Toggle XTerm mouse mode.  Toggle XTerm mouse mode.
24444  With prefix arg, turn XTerm mouse mode on iff arg is positive.  With prefix arg, turn XTerm mouse mode on iff arg is positive.
24445    
24446  Turn it on to use emacs mouse commands, and off to use xterm mouse commands." t nil)  Turn it on to use emacs mouse commands, and off to use xterm mouse commands.
24447    
24448    \(fn &optional ARG)" t nil)
24449    
24450  ;;;***  ;;;***
24451    
24452  ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism  ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
24453  ;;;;;;  yow) "yow" "play/yow.el" (15417 7434))  ;;;;;;  yow) "yow" "play/yow.el" (15397 31808))
24454  ;;; Generated autoloads from play/yow.el  ;;; Generated autoloads from play/yow.el
24455    
24456  (autoload (quote yow) "yow" "\  (autoload (quote yow) "yow" "\
24457  Return or display a random Zippy quotation.  With prefix arg, insert it." t nil)  Return or display a random Zippy quotation.  With prefix arg, insert it.
24458    
24459    \(fn &optional INSERT DISPLAY)" t nil)
24460    
24461  (autoload (quote insert-zippyism) "yow" "\  (autoload (quote insert-zippyism) "yow" "\
24462  Prompt with completion for a known Zippy quotation, and insert it at point." t nil)  Prompt with completion for a known Zippy quotation, and insert it at point.
24463    
24464    \(fn &optional ZIPPYISM)" t nil)
24465    
24466  (autoload (quote apropos-zippy) "yow" "\  (autoload (quote apropos-zippy) "yow" "\
24467  Return a list of all Zippy quotes matching REGEXP.  Return a list of all Zippy quotes matching REGEXP.
24468  If called interactively, display a list of matches." t nil)  If called interactively, display a list of matches.
24469    
24470    \(fn REGEXP)" t nil)
24471    
24472  (autoload (quote psychoanalyze-pinhead) "yow" "\  (autoload (quote psychoanalyze-pinhead) "yow" "\
24473  Zippy goes to the analyst." t nil)  Zippy goes to the analyst.
24474    
24475    \(fn)" t nil)
24476    
24477  ;;;***  ;;;***
24478    
24479  ;;;### (autoloads (zone) "zone" "play/zone.el" (15422 26592))  ;;;### (autoloads (zone) "zone" "play/zone.el" (15634 63601))
24480  ;;; Generated autoloads from play/zone.el  ;;; Generated autoloads from play/zone.el
24481    
24482  (autoload (quote zone) "zone" "\  (autoload (quote zone) "zone" "\
24483  Zone out, completely." t nil)  Zone out, completely.
24484    
24485    \(fn)" t nil)
24486    
24487  ;;;***  ;;;***
24488    
24489  ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"  ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"
24490  ;;;;;;  "net/zone-mode.el" (15575 13840))  ;;;;;;  "net/zone-mode.el" (15935 48476))
24491  ;;; Generated autoloads from net/zone-mode.el  ;;; Generated autoloads from net/zone-mode.el
24492    
24493  (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\  (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\
24494  Update the serial number in a zone if the file was modified." t nil)  Update the serial number in a zone if the file was modified.
24495    
24496    \(fn)" t nil)
24497    
24498  (autoload (quote zone-mode) "zone-mode" "\  (autoload (quote zone-mode) "zone-mode" "\
24499  A mode for editing DNS zone files.  A mode for editing DNS zone files.
# Line 19668  Zone-mode does two things: Line 24507  Zone-mode does two things:
24507    
24508  ;;;***  ;;;***
24509    
24510  ;;;### (autoloads nil nil ("emacs-lisp/byte-opt.el" "term/tty-colors.el"  ;;;### (autoloads nil nil ("abbrev.el" "abbrevlist.el" "bindings.el"
24511  ;;;;;;  "international/mule.el" "eshell/esh-util.el" "eshell/em-unix.el"  ;;;;;;  "buff-menu.el" "byte-run.el" "calc/calc-aent.el" "calc/calc-alg.el"
24512  ;;;;;;  "emulation/viper-cmd.el" "emacs-lisp/macroexp.el" "emacs-lisp/cl-extra.el"  ;;;;;;  "calc/calc-arith.el" "calc/calc-bin.el" "calc/calc-comb.el"
24513  ;;;;;;  "emacs-lisp/byte-lexbind.el" "subr.el" "simple.el" "replace.el"  ;;;;;;  "calc/calc-cplx.el" "calc/calc-embed.el" "calc/calc-fin.el"
24514  ;;;;;;  "format.el" "font-core.el" "files.el" "faces.el" "calc/calc-units.el"  ;;;;;;  "calc/calc-forms.el" "calc/calc-frac.el" "calc/calc-funcs.el"
24515  ;;;;;;  "calc/calc-help.el" "language/utf-8-lang.el" "language/georgian.el"  ;;;;;;  "calc/calc-graph.el" "calc/calc-help.el" "calc/calc-incom.el"
 ;;;;;;  "international/utf-8-subst.el" "international/ucs-tables.el"  
 ;;;;;;  "international/mule-cmds.el" "gnus/nnvirtual.el" "gnus/nnmail.el"  
 ;;;;;;  "gnus/gnus-cite.el" "emulation/cua-rect.el" "emulation/cua-gmrk.el"  
 ;;;;;;  "emacs-lisp/cl-seq.el" "term/x-win.el" "progmodes/cc-engine.el"  
 ;;;;;;  "net/ldap.el" "xscheme.el" "w32-vars.el" "version.el" "uniquify.el"  
 ;;;;;;  "startup.el" "mouse.el" "menu-bar.el" "loadup.el" "indent.el"  
 ;;;;;;  "filesets.el" "custom.el" "abbrev.el" "abbrevlist.el" "allout.el"  
 ;;;;;;  "bindings.el" "buff-menu.el" "byte-run.el" "case-table.el"  
 ;;;;;;  "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el" "dos-fns.el"  
 ;;;;;;  "dos-vars.el" "dos-w32.el" "ediff-diff.el" "ediff-hook.el"  
 ;;;;;;  "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el"  
 ;;;;;;  "ediff-wind.el" "electric.el" "emacs-lock.el" "env.el" "finder-inf.el"  
 ;;;;;;  "float-sup.el" "foldout.el" "forms-d2.el" "forms-pass.el"  
 ;;;;;;  "frame.el" "generic-x.el" "help.el" "isearch.el" "kermit.el"  
 ;;;;;;  "map-ynp.el" "misc.el" "mouse-copy.el" "mouse-drag.el" "patcomp.el"  
 ;;;;;;  "paths.el" "pcvs-parse.el" "pcvs-util.el" "regi.el" "register.el"  
 ;;;;;;  "s-region.el" "saveplace.el" "scroll-bar.el" "soundex.el"  
 ;;;;;;  "tempo.el" "timezone.el" "unused.el" "vc-hooks.el" "vcursor.el"  
 ;;;;;;  "vms-patch.el" "vmsproc.el" "vt-control.el" "vt100-led.el"  
 ;;;;;;  "w32-fns.el" "widget.el" "window.el" "xml.el" "calc/calc-aent.el"  
 ;;;;;;  "calc/calc-alg.el" "calc/calc-arith.el" "calc/calc-bin.el"  
 ;;;;;;  "calc/calc-comb.el" "calc/calc-cplx.el" "calc/calc-embed.el"  
 ;;;;;;  "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el"  
 ;;;;;;  "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-incom.el"  
24516  ;;;;;;  "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-macs.el"  ;;;;;;  "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-macs.el"
24517  ;;;;;;  "calc/calc-maint.el" "calc/calc-map.el" "calc/calc-math.el"  ;;;;;;  "calc/calc-maint.el" "calc/calc-map.el" "calc/calc-math.el"
24518  ;;;;;;  "calc/calc-misc.el" "calc/calc-mode.el" "calc/calc-mtx.el"  ;;;;;;  "calc/calc-misc.el" "calc/calc-mode.el" "calc/calc-mtx.el"
24519  ;;;;;;  "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el"  ;;;;;;  "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el"
24520  ;;;;;;  "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el"  ;;;;;;  "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el"
24521  ;;;;;;  "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el"  ;;;;;;  "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el"
24522  ;;;;;;  "calc/calc-undo.el" "calc/calc-vec.el" "calc/calc-yank.el"  ;;;;;;  "calc/calc-undo.el" "calc/calc-units.el" "calc/calc-vec.el"
24523  ;;;;;;  "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el"  ;;;;;;  "calc/calc-yank.el" "calc/calcalg2.el" "calc/calcalg3.el"
24524  ;;;;;;  "calc/calcsel2.el" "eshell/em-alias.el" "eshell/em-banner.el"  ;;;;;;  "calc/calccomp.el" "calc/calcsel2.el" "calendar/cal-china.el"
 ;;;;;;  "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el"  
 ;;;;;;  "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el"  
 ;;;;;;  "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"  
 ;;;;;;  "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"  
 ;;;;;;  "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el"  
 ;;;;;;  "eshell/esh-ext.el" "eshell/esh-io.el" "eshell/esh-maint.el"  
 ;;;;;;  "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el"  
 ;;;;;;  "eshell/esh-var.el" "net/eudc-vars.el" "net/eudcb-bbdb.el"  
 ;;;;;;  "net/eudcb-ldap.el" "net/eudcb-ph.el" "net/netrc.el" "calendar/cal-china.el"  
24525  ;;;;;;  "calendar/cal-coptic.el" "calendar/cal-french.el" "calendar/cal-islam.el"  ;;;;;;  "calendar/cal-coptic.el" "calendar/cal-french.el" "calendar/cal-islam.el"
24526  ;;;;;;  "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el"  ;;;;;;  "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el"
24527  ;;;;;;  "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"  ;;;;;;  "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"
24528  ;;;;;;  "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/parse-time.el"  ;;;;;;  "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/parse-time.el"
24529  ;;;;;;  "emacs-lisp/assoc.el" "emacs-lisp/authors.el" "emacs-lisp/cl-compat.el"  ;;;;;;  "case-table.el" "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el"
24530  ;;;;;;  "emacs-lisp/cl-macs.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el"  ;;;;;;  "cus-theme.el" "custom.el" "dos-fns.el" "dos-vars.el" "dos-w32.el"
24531    ;;;;;;  "ediff-diff.el" "ediff-init.el" "ediff-merg.el" "ediff-ptch.el"
24532    ;;;;;;  "ediff-vers.el" "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el"
24533    ;;;;;;  "emacs-lisp/authors.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el"
24534    ;;;;;;  "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el"
24535    ;;;;;;  "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el"
24536  ;;;;;;  "emacs-lisp/ewoc.el" "emacs-lisp/find-gc.el" "emacs-lisp/float.el"  ;;;;;;  "emacs-lisp/ewoc.el" "emacs-lisp/find-gc.el" "emacs-lisp/float.el"
24537  ;;;;;;  "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el"  ;;;;;;  "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el"
24538  ;;;;;;  "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el"  ;;;;;;  "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el"
24539  ;;;;;;  "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" "emacs-lisp/sregex.el"  ;;;;;;  "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" "emacs-lisp/sregex.el"
24540    ;;;;;;  "emacs-lisp/testcover-ses.el" "emacs-lisp/testcover-unsafep.el"
24541    ;;;;;;  "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el"
24542  ;;;;;;  "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el"  ;;;;;;  "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el"
24543  ;;;;;;  "emulation/edt-vt100.el" "emulation/tpu-mapper.el" "emulation/viper-ex.el"  ;;;;;;  "emulation/edt-vt100.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el"
24544  ;;;;;;  "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el"  ;;;;;;  "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el"
24545  ;;;;;;  "emulation/viper-mous.el" "emulation/viper-util.el" "gnus/flow-fill.el"  ;;;;;;  "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"
24546  ;;;;;;  "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"  ;;;;;;  "env.el" "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el"
24547    ;;;;;;  "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el"
24548    ;;;;;;  "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el"
24549    ;;;;;;  "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el"
24550    ;;;;;;  "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el"
24551    ;;;;;;  "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el"
24552    ;;;;;;  "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el"
24553    ;;;;;;  "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el"
24554    ;;;;;;  "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
24555    ;;;;;;  "faces.el" "files.el" "filesets.el" "finder-inf.el" "float-sup.el"
24556    ;;;;;;  "foldout.el" "font-core.el" "format.el" "forms-d2.el" "forms-pass.el"
24557    ;;;;;;  "frame.el" "generic-x.el" "gnus/flow-fill.el" "gnus/format-spec.el"
24558    ;;;;;;  "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el"
24559  ;;;;;;  "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el"  ;;;;;;  "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el"
24560  ;;;;;;  "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"  ;;;;;;  "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"
24561  ;;;;;;  "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"  ;;;;;;  "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
# Line 19744  Zone-mode does two things: Line 24569  Zone-mode does two things:
24569  ;;;;;;  "gnus/mm-encode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml.el"  ;;;;;;  "gnus/mm-encode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml.el"
24570  ;;;;;;  "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el"  ;;;;;;  "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el"
24571  ;;;;;;  "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el"  ;;;;;;  "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el"
24572  ;;;;;;  "gnus/nnimap.el" "gnus/nnlistserv.el" "gnus/nnmbox.el" "gnus/nnmh.el"  ;;;;;;  "gnus/nnimap.el" "gnus/nnlistserv.el" "gnus/nnmail.el" "gnus/nnmbox.el"
24573  ;;;;;;  "gnus/nnoo.el" "gnus/nnslashdot.el" "gnus/nnspool.el" "gnus/nntp.el"  ;;;;;;  "gnus/nnmh.el" "gnus/nnoo.el" "gnus/nnslashdot.el" "gnus/nnspool.el"
24574  ;;;;;;  "gnus/nnultimate.el" "gnus/nnwarchive.el" "gnus/nnweb.el"  ;;;;;;  "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el" "gnus/nnwarchive.el"
24575  ;;;;;;  "gnus/pop3.el" "gnus/qp.el" "gnus/rfc1843.el" "gnus/rfc2045.el"  ;;;;;;  "gnus/nnweb.el" "gnus/pop3.el" "gnus/qp.el" "gnus/rfc1843.el"
24576  ;;;;;;  "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/starttls.el"  ;;;;;;  "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el"
24577  ;;;;;;  "gnus/utf7.el" "gnus/webmail.el" "international/characters.el"  ;;;;;;  "gnus/starttls.el" "gnus/utf7.el" "gnus/webmail.el" "help.el"
24578    ;;;;;;  "indent.el" "international/characters.el" "international/fontset.el"
24579  ;;;;;;  "international/iso-ascii.el" "international/iso-insert.el"  ;;;;;;  "international/iso-ascii.el" "international/iso-insert.el"
24580  ;;;;;;  "international/iso-swed.el" "international/ja-dic-cnv.el"  ;;;;;;  "international/iso-swed.el" "international/ja-dic-cnv.el"
24581  ;;;;;;  "international/ja-dic-utl.el" "international/latin-1.el"  ;;;;;;  "international/ja-dic-utl.el" "international/latin-1.el"
24582  ;;;;;;  "international/latin-2.el" "international/latin-3.el" "international/latin-4.el"  ;;;;;;  "international/latin-2.el" "international/latin-3.el" "international/latin-4.el"
24583  ;;;;;;  "international/latin-5.el" "international/latin-8.el" "international/latin-9.el"  ;;;;;;  "international/latin-5.el" "international/latin-8.el" "international/latin-9.el"
24584  ;;;;;;  "international/mule-conf.el" "international/ogonek.el" "international/swedish.el"  ;;;;;;  "international/mule-cmds.el" "international/mule-conf.el"
24585  ;;;;;;  "international/utf-8.el" "language/chinese.el" "language/czech.el"  ;;;;;;  "international/mule.el" "international/ogonek.el" "international/subst-big5.el"
24586  ;;;;;;  "language/devanagari.el" "language/english.el" "language/ethiopic.el"  ;;;;;;  "international/subst-gb2312.el" "international/subst-jis.el"
24587  ;;;;;;  "language/european.el" "language/greek.el" "language/hebrew.el"  ;;;;;;  "international/subst-ksc.el" "international/swedish.el" "international/ucs-tables.el"
24588  ;;;;;;  "language/indian.el" "language/japanese.el" "language/korean.el"  ;;;;;;  "international/utf-16.el" "international/utf-8.el" "isearch.el"
24589  ;;;;;;  "language/lao.el" "language/misc-lang.el" "language/romanian.el"  ;;;;;;  "kermit.el" "language/chinese.el" "language/cyrillic.el"
24590  ;;;;;;  "language/slovak.el" "language/thai.el" "language/tibetan.el"  ;;;;;;  "language/czech.el" "language/devanagari.el" "language/english.el"
24591  ;;;;;;  "language/vietnamese.el" "mail/blessmail.el" "mail/mailheader.el"  ;;;;;;  "language/ethiopic.el" "language/european.el" "language/georgian.el"
24592  ;;;;;;  "mail/mailpost.el" "mail/mh-funcs.el" "mail/mh-pick.el" "mail/mh-seq.el"  ;;;;;;  "language/greek.el" "language/hebrew.el" "language/indian.el"
24593  ;;;;;;  "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el"  ;;;;;;  "language/japanese.el" "language/korean.el" "language/lao.el"
24594  ;;;;;;  "mail/vms-pmail.el" "obsolete/c-mode.el" "obsolete/cplus-md.el"  ;;;;;;  "language/misc-lang.el" "language/romanian.el" "language/slovak.el"
24595    ;;;;;;  "language/thai.el" "language/tibetan.el" "language/utf-8-lang.el"
24596    ;;;;;;  "language/vietnamese.el" "loadup.el" "mail/blessmail.el"
24597    ;;;;;;  "mail/mailheader.el" "mail/mailpost.el" "mail/mspools.el"
24598    ;;;;;;  "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el" "mail/vms-pmail.el"
24599    ;;;;;;  "map-ynp.el" "menu-bar.el" "mh-e/mh-alias.el" "mh-e/mh-customize.el"
24600    ;;;;;;  "mh-e/mh-funcs.el" "mh-e/mh-identity.el" "mh-e/mh-index.el"
24601    ;;;;;;  "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-pick.el"
24602    ;;;;;;  "mh-e/mh-seq.el" "mh-e/mh-speed.el" "mh-e/mh-xemacs-compat.el"
24603    ;;;;;;  "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el"
24604    ;;;;;;  "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-ph.el"
24605    ;;;;;;  "net/ldap.el" "net/netrc.el" "net/tramp-ftp.el" "net/tramp-smb.el"
24606    ;;;;;;  "net/tramp-util.el" "net/tramp-uu.el" "net/tramp-vc.el" "obsolete/cplus-md.el"
24607  ;;;;;;  "obsolete/hilit19.el" "obsolete/mlsupport.el" "obsolete/ooutline.el"  ;;;;;;  "obsolete/hilit19.el" "obsolete/mlsupport.el" "obsolete/ooutline.el"
24608  ;;;;;;  "obsolete/profile.el" "obsolete/rnews.el" "obsolete/sc.el"  ;;;;;;  "obsolete/profile.el" "obsolete/rnews.el" "obsolete/sc.el"
24609  ;;;;;;  "obsolete/sun-curs.el" "obsolete/sun-fns.el" "obsolete/uncompress.el"  ;;;;;;  "obsolete/sun-curs.el" "obsolete/sun-fns.el" "obsolete/uncompress.el"
24610  ;;;;;;  "obsolete/x-apollo.el" "obsolete/x-menu.el" "play/gamegrid.el"  ;;;;;;  "obsolete/x-apollo.el" "obsolete/x-menu.el" "patcomp.el"
24611  ;;;;;;  "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"  ;;;;;;  "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el"
24612    ;;;;;;  "play/gamegrid.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
24613  ;;;;;;  "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el"  ;;;;;;  "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el"
24614  ;;;;;;  "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-menus.el"  ;;;;;;  "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el"
24615  ;;;;;;  "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el"  ;;;;;;  "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el"
24616  ;;;;;;  "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el"  ;;;;;;  "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el"
24617  ;;;;;;  "progmodes/mantemp.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el"  ;;;;;;  "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "regi.el"
24618    ;;;;;;  "register.el" "replace.el" "s-region.el" "saveplace.el" "scroll-bar.el"
24619    ;;;;;;  "select.el" "simple.el" "soundex.el" "startup.el" "subdirs.el"
24620    ;;;;;;  "subr.el" "tempo.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el"
24621  ;;;;;;  "term/bobcat.el" "term/internal.el" "term/iris-ansi.el" "term/keyswap.el"  ;;;;;;  "term/bobcat.el" "term/internal.el" "term/iris-ansi.el" "term/keyswap.el"
24622  ;;;;;;  "term/linux.el" "term/lk201.el" "term/mac-win.el" "term/news.el"  ;;;;;;  "term/linux.el" "term/lk201.el" "term/mac-win.el" "term/news.el"
24623  ;;;;;;  "term/pc-win.el" "term/rxvt.el" "term/sun-mouse.el" "term/sun.el"  ;;;;;;  "term/pc-win.el" "term/rxvt.el" "term/sun-mouse.el" "term/sun.el"
24624  ;;;;;;  "term/sup-mouse.el" "term/tvi970.el" "term/vt100.el" "term/vt102.el"  ;;;;;;  "term/sup-mouse.el" "term/tty-colors.el" "term/tvi970.el"
24625  ;;;;;;  "term/vt125.el" "term/vt200.el" "term/vt201.el" "term/vt220.el"  ;;;;;;  "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el"
24626  ;;;;;;  "term/vt240.el" "term/vt300.el" "term/vt320.el" "term/vt400.el"  ;;;;;;  "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el"
24627  ;;;;;;  "term/vt420.el" "term/w32-win.el" "term/wyse50.el" "term/xterm.el"  ;;;;;;  "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/w32-win.el"
24628  ;;;;;;  "textmodes/bib-mode.el" "textmodes/fill.el" "textmodes/makeinfo.el"  ;;;;;;  "term/wyse50.el" "term/x-win.el" "term/xterm.el" "textmodes/bib-mode.el"
24629  ;;;;;;  "textmodes/page-ext.el" "textmodes/page.el" "textmodes/paragraphs.el"  ;;;;;;  "textmodes/fill.el" "textmodes/makeinfo.el" "textmodes/page-ext.el"
24630  ;;;;;;  "textmodes/refbib.el" "textmodes/refer.el" "textmodes/reftex-auc.el"  ;;;;;;  "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/refbib.el"
24631  ;;;;;;  "textmodes/reftex-dcr.el" "textmodes/reftex-global.el" "textmodes/reftex-parse.el"  ;;;;;;  "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
24632    ;;;;;;  "textmodes/reftex-global.el" "textmodes/reftex-parse.el"
24633  ;;;;;;  "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"  ;;;;;;  "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
24634  ;;;;;;  "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el"  ;;;;;;  "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el"
24635  ;;;;;;  "pcvs-info.el" "select.el" "language/cyrillic.el" "eshell/esh-groups.el"  ;;;;;;  "timezone.el" "uniquify.el" "unused.el" "vc-hooks.el" "vcursor.el"
24636  ;;;;;;  "subdirs.el") (15625 47390 732124))  ;;;;;;  "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el"
24637    ;;;;;;  "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el"
24638    ;;;;;;  "xml.el" "xscheme.el") (15937 17172 70907))
24639    
24640  ;;;***  ;;;***
24641    

Legend:
Removed from v.2.77.2.1  
changed lines
  Added in v.2.77.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26