diff lisp/prim/auto-autoloads.el @ 199:169c0442b401 r20-3b26

Import from CVS: tag r20-3b26
author cvs
date Mon, 13 Aug 2007 10:00:33 +0200
parents a2f645c6b9f8
children 850242ba4a81
line wrap: on
line diff
--- a/lisp/prim/auto-autoloads.el	Mon Aug 13 10:00:04 2007 +0200
+++ b/lisp/prim/auto-autoloads.el	Mon Aug 13 10:00:33 2007 +0200
@@ -241,9 +241,10 @@
 (autoload 'pretty-print-profiling-info "profile" "\
 Print profiling info INFO to STREAM in a pretty format.
 If INFO is omitted, the current profiling info is retrieved using
-`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)
+ `get-profiling-info'.
+If STREAM is omitted, either a *Profiling Results* 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 restore profiling state.