Spelling fixes.
This commit is contained in:
parent
a24bf23e0f
commit
c80e3b4aed
121 changed files with 351 additions and 353 deletions
|
@ -3448,7 +3448,7 @@ instrumented. Then it does `edebug-on-entry' and switches to `go' mode."
|
|||
(defun edebug-on-entry (function &optional flag)
|
||||
"Cause Edebug to stop when FUNCTION is called.
|
||||
With prefix argument, make this temporary so it is automatically
|
||||
cancelled the first time the function is entered."
|
||||
canceled the first time the function is entered."
|
||||
(interactive "aEdebug on entry to: \nP")
|
||||
;; Could store this in the edebug data instead.
|
||||
(put function 'edebug-on-entry (if flag 'temp t)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue