Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/prim/auto-autoloads.el Mon Aug 13 08:53:21 2007 +0200 +++ b/lisp/prim/auto-autoloads.el Mon Aug 13 08:53:38 2007 +0200 @@ -2600,7 +2600,7 @@ ;;;*** -;;;### (autoloads (rolo-yank rolo-sort rolo-kill rolo-grep rolo-fgrep rolo-edit rolo-display-matches rolo-add) "wrolo" "hyperbole/wrolo.el") +;;;### (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") (autoload 'rolo-add "wrolo" "\ Adds a new entry in personal rolodex for NAME. @@ -2611,13 +2611,13 @@ (autoload 'rolo-display-matches "wrolo" "\ Display optional DISPLAY-BUF buffer of previously found rolodex matches. -If DISPLAY-BUF is nil, use the value in 'rolo-display-buffer'. +If DISPLAY-BUF is nil, use the value in `rolo-display-buffer'. Second arg RETURN-TO-BUFFER is the buffer to leave point within after the display." t nil) (autoload 'rolo-edit "wrolo" "\ -Edits a rolodex entry given by optional NAME within 'rolo-file-list'. +Edits a rolodex entry given by optional NAME within `rolo-file-list'. With prefix argument, prompts for optional FILE to locate entry within. -With no NAME arg, simply displays FILE or first entry in 'rolo-file-list' in an +With no NAME arg, simply displays FILE or first entry in `rolo-file-list' in an editable mode. NAME may be of the form: parent/child to edit child below a parent entry which begins with the parent string." t nil) @@ -2652,7 +2652,7 @@ rolo-file-list." t nil) (autoload 'rolo-kill "wrolo" "\ -Kills a rolodex entry given by NAME within 'rolo-file-list'. +Kills a rolodex entry given by NAME within `rolo-file-list'. With prefix argument, prompts for optional FILE to locate entry within. NAME may be of the form: parent/child to kill child below a parent entry which begins with the parent string. @@ -2660,9 +2660,13 @@ (autoload 'rolo-sort "wrolo" "\ Sorts up to 14 levels of entries in ROLO-FILE (default is personal rolo). -Assumes entries are delimited by one or more '*'characters. +Assumes entries are delimited by one or more `*'characters. Returns list of number of groupings at each entry level." t nil) +(autoload 'rolo-toggle-datestamps "wrolo" "\ +Toggle whether datestamps are updated when rolodex entries are modified. +With optional ARG, turn them on iff ARG is positive." t nil) + (autoload 'rolo-yank "wrolo" "\ Inserts at point the first rolodex entry matching NAME. With optional prefix arg, REGEXP-P, treats NAME as a regular expression instead @@ -3674,7 +3678,7 @@ ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") (autoload 'ksh-mode "ksh-mode" "\ -ksh-mode $Revision: 1.14 $ - Major mode for editing (Bourne, Korn or Bourne again) +ksh-mode $Revision: 1.15 $ - Major mode for editing (Bourne, Korn or Bourne again) shell scripts. Special key bindings and commands: \\{ksh-mode-map} @@ -4946,7 +4950,7 @@ (autoload 'vhdl-mode "vhdl-mode" "\ Major mode for editing VHDL code. -vhdl-mode $Revision: 1.14 $ +vhdl-mode $Revision: 1.15 $ To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a vhdl-mode buffer. This automatically sets up a mail buffer with version information already added. You just need to add a description of the