diff 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
line wrap: on
line diff
--- a/lisp/prim/auto-autoloads.el	Mon Aug 13 10:02:48 2007 +0200
+++ b/lisp/prim/auto-autoloads.el	Mon Aug 13 10:03:52 2007 +0200
@@ -126,7 +126,7 @@
 Find the definition of the function near point in the current window.
 
 Finds the Emacs Lisp library containing the definition of the function
-near point (selected by `find-function-function') in a buffer and
+near point (selected by `function-at-point') in a buffer and
 places point before the definition.  Point is saved in the buffer if
 it is one of the current buffers.
 
@@ -137,7 +137,7 @@
 Find the definition of the function near point in the other window.
 
 Finds the Emacs Lisp library containing the definition of the function
-near point (selected by `find-function-function') in a buffer and
+near point (selected by `function-at-point') in a buffer and
 places point before the definition.  Point is saved in the buffer if
 it is one of the current buffers.
 
@@ -148,7 +148,7 @@
 Find the definition of the function near point in the another frame.
 
 Finds the Emacs Lisp library containing the definition of the function
-near point (selected by `find-function-function') in a buffer and
+near point (selected by `function-at-point') in a buffer and
 places point before the definition.  Point is saved in the buffer if
 it is one of the current buffers.
 
@@ -300,9 +300,9 @@
 
 ;;;***
 
-;;;### (autoloads (profile-key-sequence profile profiling-results) "profile" "prim/profile.el")
+;;;### (autoloads (profile-key-sequence profile profile-results) "profile" "prim/profile.el")
 
-(autoload 'profiling-results "profile" "\
+(autoload 'profile-results "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'.