diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-23 00:34:01 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-23 00:36:56 -0700 |
commit | f2b2201594b59ff758347644a84cdc8f6b046ec9 (patch) | |
tree | a6e42ca28f5c4e95b101a8e2cf5a0758cf54dcac /test/lisp/emacs-lisp/edebug-tests.el | |
parent | 0e143b1fc5d716cbc4509b416a1067b417df2676 (diff) | |
download | emacs-f2b2201594b59ff758347644a84cdc8f6b046ec9.tar.gz emacs-f2b2201594b59ff758347644a84cdc8f6b046ec9.tar.bz2 emacs-f2b2201594b59ff758347644a84cdc8f6b046ec9.zip |
; Spelling and URL fixes
Diffstat (limited to 'test/lisp/emacs-lisp/edebug-tests.el')
-rw-r--r-- | test/lisp/emacs-lisp/edebug-tests.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/emacs-lisp/edebug-tests.el b/test/lisp/emacs-lisp/edebug-tests.el index 037278e772c..02f4d1c5abe 100644 --- a/test/lisp/emacs-lisp/edebug-tests.el +++ b/test/lisp/emacs-lisp/edebug-tests.el @@ -17,7 +17,7 @@ ;; General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see `http://www.gnu.org/licenses/'. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: @@ -310,7 +310,7 @@ Then clear edebug-tests' saved messages." (setq edebug-tests-messages "")) (defun edebug-tests-locate-def (def-name) - "Search for a definiton of DEF-NAME from the start of the current buffer. + "Search for a definition of DEF-NAME from the start of the current buffer. Place point at the end of DEF-NAME in the buffer." (goto-char (point-min)) (re-search-forward (concat "def\\S-+ edebug-test-code-" def-name))) @@ -584,7 +584,7 @@ test and possibly others should be updated." (ert-deftest edebug-tests-error-trying-to-set-breakpoint-in-uninstrumented-code () - "Edebug refuses to set a breakpoint in uninsented code." + "Edebug refuses to set a breakpoint in uninstrumented code." (edebug-tests-with-normal-env (edebug-tests-setup-@ "fac" '(5) t) (let* ((debug-on-error nil) |