Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 165:5a88923fcbfe r20-3b9
Import from CVS: tag r20-3b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:44:42 +0200 |
parents | 0132846995bd |
children | 85ec50267440 |
comparison
equal
deleted
inserted
replaced
164:4e0740e5aab2 | 165:5a88923fcbfe |
---|---|
221 in which there are commands to set the option values. | 221 in which there are commands to set the option values. |
222 Type \\[describe-mode] in that buffer for a list of commands." t nil) | 222 Type \\[describe-mode] in that buffer for a list of commands." t nil) |
223 | 223 |
224 ;;;*** | 224 ;;;*** |
225 | 225 |
226 ;;;### (autoloads (pretty-print-profiling-info) "profile" "prim/profile.el") | 226 ;;;### (autoloads (profile pretty-print-profiling-info) "profile" "prim/profile.el") |
227 | 227 |
228 (autoload 'pretty-print-profiling-info "profile" "\ | 228 (autoload 'pretty-print-profiling-info "profile" "\ |
229 Print profiling info INFO to standard output in a pretty format. | 229 Print profiling info INFO to standard output in a pretty format. |
230 If INFO is omitted, the current profiling info is retrieved using | 230 If INFO is omitted, the current profiling info is retrieved using |
231 `get-profiling-info'." nil nil) | 231 `get-profiling-info'." nil nil) |
232 | |
233 (autoload 'profile "profile" "\ | |
234 Turn on profiling, execute FORMS and stop profiling. | |
235 Returns the profiling info, printable by `pretty-print-profiling-info'." nil 'macro) | |
232 | 236 |
233 ;;;*** | 237 ;;;*** |
234 | 238 |
235 ;;;### (autoloads (clear-rectangle string-rectangle open-rectangle insert-rectangle yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle delete-rectangle) "rect" "prim/rect.el") | 239 ;;;### (autoloads (clear-rectangle string-rectangle open-rectangle insert-rectangle yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle delete-rectangle) "rect" "prim/rect.el") |
236 | 240 |