comparison lisp/prim/auto-autoloads.el @ 207:e45d5e7c476e r20-4b2

Import from CVS: tag r20-4b2
author cvs
date Mon, 13 Aug 2007 10:03:52 +0200
parents 850242ba4a81
children 41ff10fd062f
comparison
equal deleted inserted replaced
206:d3e9274cbc4e 207:e45d5e7c476e
124 124
125 (autoload 'find-function "find-func" "\ 125 (autoload 'find-function "find-func" "\
126 Find the definition of the function near point in the current window. 126 Find the definition of the function near point in the current window.
127 127
128 Finds the Emacs Lisp library containing the definition of the function 128 Finds the Emacs Lisp library containing the definition of the function
129 near point (selected by `find-function-function') in a buffer and 129 near point (selected by `function-at-point') in a buffer and
130 places point before the definition. Point is saved in the buffer if 130 places point before the definition. Point is saved in the buffer if
131 it is one of the current buffers. 131 it is one of the current buffers.
132 132
133 The library where FUNCTION is defined is searched for in 133 The library where FUNCTION is defined is searched for in
134 `find-function-source-path', if non `nil', otherwise in `load-path'." t nil) 134 `find-function-source-path', if non `nil', otherwise in `load-path'." t nil)
135 135
136 (autoload 'find-function-other-window "find-func" "\ 136 (autoload 'find-function-other-window "find-func" "\
137 Find the definition of the function near point in the other window. 137 Find the definition of the function near point in the other window.
138 138
139 Finds the Emacs Lisp library containing the definition of the function 139 Finds the Emacs Lisp library containing the definition of the function
140 near point (selected by `find-function-function') in a buffer and 140 near point (selected by `function-at-point') in a buffer and
141 places point before the definition. Point is saved in the buffer if 141 places point before the definition. Point is saved in the buffer if
142 it is one of the current buffers. 142 it is one of the current buffers.
143 143
144 The library where FUNCTION is defined is searched for in 144 The library where FUNCTION is defined is searched for in
145 `find-function-source-path', if non `nil', otherwise in `load-path'." t nil) 145 `find-function-source-path', if non `nil', otherwise in `load-path'." t nil)
146 146
147 (autoload 'find-function-other-frame "find-func" "\ 147 (autoload 'find-function-other-frame "find-func" "\
148 Find the definition of the function near point in the another frame. 148 Find the definition of the function near point in the another frame.
149 149
150 Finds the Emacs Lisp library containing the definition of the function 150 Finds the Emacs Lisp library containing the definition of the function
151 near point (selected by `find-function-function') in a buffer and 151 near point (selected by `function-at-point') in a buffer and
152 places point before the definition. Point is saved in the buffer if 152 places point before the definition. Point is saved in the buffer if
153 it is one of the current buffers. 153 it is one of the current buffers.
154 154
155 The library where FUNCTION is defined is searched for in 155 The library where FUNCTION is defined is searched for in
156 `find-function-source-path', if non `nil', otherwise in `load-path'." t nil) 156 `find-function-source-path', if non `nil', otherwise in `load-path'." t nil)
298 (autoload 'package-admin-add-binary-package "package-admin" "\ 298 (autoload 'package-admin-add-binary-package "package-admin" "\
299 Install a pre-bytecompiled XEmacs package into package hierarchy." t nil) 299 Install a pre-bytecompiled XEmacs package into package hierarchy." t nil)
300 300
301 ;;;*** 301 ;;;***
302 302
303 ;;;### (autoloads (profile-key-sequence profile profiling-results) "profile" "prim/profile.el") 303 ;;;### (autoloads (profile-key-sequence profile profile-results) "profile" "prim/profile.el")
304 304
305 (autoload 'profiling-results "profile" "\ 305 (autoload 'profile-results "profile" "\
306 Print profiling info INFO to STREAM in a pretty format. 306 Print profiling info INFO to STREAM in a pretty format.
307 If INFO is omitted, the current profiling info is retrieved using 307 If INFO is omitted, the current profiling info is retrieved using
308 `get-profiling-info'. 308 `get-profiling-info'.
309 If STREAM is omitted, either a *Profiling Results* buffer or standard 309 If STREAM is omitted, either a *Profiling Results* buffer or standard
310 output are used, depending on whether the function was called 310 output are used, depending on whether the function was called