Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
166:7a77eb660975 | 167:85ec50267440 |
---|---|
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 (profile pretty-print-profiling-info) "profile" "prim/profile.el") | 226 ;;;### (autoloads (profile-key-sequence 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 STREAM 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'. |
232 If STREAM is omitted, either current buffer or standard output are used, | |
233 depending on whether the function was called interactively or not." t nil) | |
232 | 234 |
233 (autoload 'profile "profile" "\ | 235 (autoload 'profile "profile" "\ |
234 Turn on profiling, execute FORMS and stop profiling. | 236 Turn on profiling, execute FORMS and stop profiling. |
235 Returns the profiling info, printable by `pretty-print-profiling-info'." nil 'macro) | 237 Returns the profiling info, printable by `pretty-print-profiling-info'." nil 'macro) |
238 | |
239 (autoload 'profile-key-sequence "profile" "\ | |
240 Dispatch the key sequence KEYS and profile the execution. | |
241 KEYS can be a vector of keypress events, a keypress event, or a character. | |
242 The function returns the profiling info." t nil) | |
236 | 243 |
237 ;;;*** | 244 ;;;*** |
238 | 245 |
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") | 246 ;;;### (autoloads (clear-rectangle string-rectangle open-rectangle insert-rectangle yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle delete-rectangle) "rect" "prim/rect.el") |
240 | 247 |