comparison man/lispref/debugging.texi @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents 8eaf7971accc
children 74fd4e045ea6
comparison
equal deleted inserted replaced
297:deca3c1083ac 298:70ad99077275
188 for @var{function-name} in the minibuffer. 188 for @var{function-name} in the minibuffer.
189 189
190 If the function is already set up to invoke the debugger on entry, 190 If the function is already set up to invoke the debugger on entry,
191 @code{debug-on-entry} does nothing. 191 @code{debug-on-entry} does nothing.
192 192
193 @strong{Note:} if you redefine a function after using 193 @strong{Please note:} if you redefine a function after using
194 @code{debug-on-entry} on it, the code to enter the debugger is lost. 194 @code{debug-on-entry} on it, the code to enter the debugger is lost.
195 195
196 @code{debug-on-entry} returns @var{function-name}. 196 @code{debug-on-entry} returns @var{function-name}.
197 197
198 @example 198 @example