Mercurial > hg > xemacs-beta
diff lisp/prim/auto-autoloads.el @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 5a88923fcbfe |
children | 8eaf7971accc |
line wrap: on
line diff
--- a/lisp/prim/auto-autoloads.el Mon Aug 13 09:44:44 2007 +0200 +++ b/lisp/prim/auto-autoloads.el Mon Aug 13 09:45:46 2007 +0200 @@ -223,17 +223,24 @@ ;;;*** -;;;### (autoloads (profile pretty-print-profiling-info) "profile" "prim/profile.el") +;;;### (autoloads (profile-key-sequence profile pretty-print-profiling-info) "profile" "prim/profile.el") (autoload 'pretty-print-profiling-info "profile" "\ -Print profiling info INFO to standard output in a pretty format. +Print profiling info INFO to STREAM in a pretty format. If INFO is omitted, the current profiling info is retrieved using -`get-profiling-info'." nil nil) +`get-profiling-info'. +If STREAM is omitted, either current buffer or standard output are used, + depending on whether the function was called interactively or not." t nil) (autoload 'profile "profile" "\ Turn on profiling, execute FORMS and stop profiling. Returns the profiling info, printable by `pretty-print-profiling-info'." nil 'macro) +(autoload 'profile-key-sequence "profile" "\ +Dispatch the key sequence KEYS and profile the execution. +KEYS can be a vector of keypress events, a keypress event, or a character. +The function returns the profiling info." t nil) + ;;;*** ;;;### (autoloads (clear-rectangle string-rectangle open-rectangle insert-rectangle yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle delete-rectangle) "rect" "prim/rect.el")