comparison lisp/prim/auto-autoloads.el @ 36:c53a95d3c46d r19-15b101

Import from CVS: tag r19-15b101
author cvs
date Mon, 13 Aug 2007 08:53:38 +0200
parents d620409f5eb8
children 1a767b41a199
comparison
equal deleted inserted replaced
35:279432d5c479 36:c53a95d3c46d
2598 of the region on which it should operate. Returns number of applications of 2598 of the region on which it should operate. Returns number of applications of
2599 FUNC that return non-nil." t nil) 2599 FUNC that return non-nil." t nil)
2600 2600
2601 ;;;*** 2601 ;;;***
2602 2602
2603 ;;;### (autoloads (rolo-yank rolo-sort rolo-kill rolo-grep rolo-fgrep rolo-edit rolo-display-matches rolo-add) "wrolo" "hyperbole/wrolo.el") 2603 ;;;### (autoloads (rolo-yank rolo-toggle-datestamps rolo-sort rolo-kill rolo-grep rolo-fgrep rolo-edit rolo-display-matches rolo-add) "wrolo" "hyperbole/wrolo.el")
2604 2604
2605 (autoload 'rolo-add "wrolo" "\ 2605 (autoload 'rolo-add "wrolo" "\
2606 Adds a new entry in personal rolodex for NAME. 2606 Adds a new entry in personal rolodex for NAME.
2607 Last name first is best, e.g. \"Smith, John\". 2607 Last name first is best, e.g. \"Smith, John\".
2608 With prefix argument, prompts for optional FILE to add entry within. 2608 With prefix argument, prompts for optional FILE to add entry within.
2609 NAME may be of the form: parent/child to insert child below a parent 2609 NAME may be of the form: parent/child to insert child below a parent
2610 entry which begins with the parent string." t nil) 2610 entry which begins with the parent string." t nil)
2611 2611
2612 (autoload 'rolo-display-matches "wrolo" "\ 2612 (autoload 'rolo-display-matches "wrolo" "\
2613 Display optional DISPLAY-BUF buffer of previously found rolodex matches. 2613 Display optional DISPLAY-BUF buffer of previously found rolodex matches.
2614 If DISPLAY-BUF is nil, use the value in 'rolo-display-buffer'. 2614 If DISPLAY-BUF is nil, use the value in `rolo-display-buffer'.
2615 Second arg RETURN-TO-BUFFER is the buffer to leave point within after the display." t nil) 2615 Second arg RETURN-TO-BUFFER is the buffer to leave point within after the display." t nil)
2616 2616
2617 (autoload 'rolo-edit "wrolo" "\ 2617 (autoload 'rolo-edit "wrolo" "\
2618 Edits a rolodex entry given by optional NAME within 'rolo-file-list'. 2618 Edits a rolodex entry given by optional NAME within `rolo-file-list'.
2619 With prefix argument, prompts for optional FILE to locate entry within. 2619 With prefix argument, prompts for optional FILE to locate entry within.
2620 With no NAME arg, simply displays FILE or first entry in 'rolo-file-list' in an 2620 With no NAME arg, simply displays FILE or first entry in `rolo-file-list' in an
2621 editable mode. NAME may be of the form: parent/child to edit child below a 2621 editable mode. NAME may be of the form: parent/child to edit child below a
2622 parent entry which begins with the parent string." t nil) 2622 parent entry which begins with the parent string." t nil)
2623 2623
2624 (autoload 'rolo-fgrep "wrolo" "\ 2624 (autoload 'rolo-fgrep "wrolo" "\
2625 Display rolodex entries matching STRING. 2625 Display rolodex entries matching STRING.
2650 2650
2651 Returns number of entries matched. See also documentation for the variable 2651 Returns number of entries matched. See also documentation for the variable
2652 rolo-file-list." t nil) 2652 rolo-file-list." t nil)
2653 2653
2654 (autoload 'rolo-kill "wrolo" "\ 2654 (autoload 'rolo-kill "wrolo" "\
2655 Kills a rolodex entry given by NAME within 'rolo-file-list'. 2655 Kills a rolodex entry given by NAME within `rolo-file-list'.
2656 With prefix argument, prompts for optional FILE to locate entry within. 2656 With prefix argument, prompts for optional FILE to locate entry within.
2657 NAME may be of the form: parent/child to kill child below a parent entry 2657 NAME may be of the form: parent/child to kill child below a parent entry
2658 which begins with the parent string. 2658 which begins with the parent string.
2659 Returns t if entry is killed, nil otherwise." t nil) 2659 Returns t if entry is killed, nil otherwise." t nil)
2660 2660
2661 (autoload 'rolo-sort "wrolo" "\ 2661 (autoload 'rolo-sort "wrolo" "\
2662 Sorts up to 14 levels of entries in ROLO-FILE (default is personal rolo). 2662 Sorts up to 14 levels of entries in ROLO-FILE (default is personal rolo).
2663 Assumes entries are delimited by one or more '*'characters. 2663 Assumes entries are delimited by one or more `*'characters.
2664 Returns list of number of groupings at each entry level." t nil) 2664 Returns list of number of groupings at each entry level." t nil)
2665
2666 (autoload 'rolo-toggle-datestamps "wrolo" "\
2667 Toggle whether datestamps are updated when rolodex entries are modified.
2668 With optional ARG, turn them on iff ARG is positive." t nil)
2665 2669
2666 (autoload 'rolo-yank "wrolo" "\ 2670 (autoload 'rolo-yank "wrolo" "\
2667 Inserts at point the first rolodex entry matching NAME. 2671 Inserts at point the first rolodex entry matching NAME.
2668 With optional prefix arg, REGEXP-P, treats NAME as a regular expression instead 2672 With optional prefix arg, REGEXP-P, treats NAME as a regular expression instead
2669 of a string." t nil) 2673 of a string." t nil)
3672 ;;;*** 3676 ;;;***
3673 3677
3674 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 3678 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
3675 3679
3676 (autoload 'ksh-mode "ksh-mode" "\ 3680 (autoload 'ksh-mode "ksh-mode" "\
3677 ksh-mode $Revision: 1.14 $ - Major mode for editing (Bourne, Korn or Bourne again) 3681 ksh-mode $Revision: 1.15 $ - Major mode for editing (Bourne, Korn or Bourne again)
3678 shell scripts. 3682 shell scripts.
3679 Special key bindings and commands: 3683 Special key bindings and commands:
3680 \\{ksh-mode-map} 3684 \\{ksh-mode-map}
3681 Variables controlling indentation style: 3685 Variables controlling indentation style:
3682 ksh-indent 3686 ksh-indent
4944 4948
4945 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 4949 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
4946 4950
4947 (autoload 'vhdl-mode "vhdl-mode" "\ 4951 (autoload 'vhdl-mode "vhdl-mode" "\
4948 Major mode for editing VHDL code. 4952 Major mode for editing VHDL code.
4949 vhdl-mode $Revision: 1.14 $ 4953 vhdl-mode $Revision: 1.15 $
4950 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 4954 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
4951 vhdl-mode buffer. This automatically sets up a mail buffer with version 4955 vhdl-mode buffer. This automatically sets up a mail buffer with version
4952 information already added. You just need to add a description of the 4956 information already added. You just need to add a description of the
4953 problem, including a reproducible test case and send the message. 4957 problem, including a reproducible test case and send the message.
4954 4958