Spelling fixes.

This commit is contained in:
Paul Eggert 2011-12-04 00:02:42 -08:00
parent a24bf23e0f
commit c80e3b4aed
121 changed files with 351 additions and 353 deletions

View file

@ -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)))