diff options
| author | Paul Eggert | 2017-09-23 00:34:01 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-09-23 00:36:56 -0700 |
| commit | f2b2201594b59ff758347644a84cdc8f6b046ec9 (patch) | |
| tree | a6e42ca28f5c4e95b101a8e2cf5a0758cf54dcac /test | |
| parent | 0e143b1fc5d716cbc4509b416a1067b417df2676 (diff) | |
| download | emacs-f2b2201594b59ff758347644a84cdc8f6b046ec9.tar.gz emacs-f2b2201594b59ff758347644a84cdc8f6b046ec9.zip | |
; Spelling and URL fixes
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el | 2 | ||||
| -rw-r--r-- | test/lisp/emacs-lisp/edebug-tests.el | 6 | ||||
| -rw-r--r-- | test/lisp/vc/smerge-mode-tests.el | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el b/test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el index 0cc7b1e8b4e..f52a2b1896c 100644 --- a/test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el +++ b/test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; General Public License for more details. | 17 | ;; General Public License for more details. |
| 18 | ;; | 18 | ;; |
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with this program. If not, see `http://www.gnu.org/licenses/'. | 20 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | ;;; Commentary: | 22 | ;;; Commentary: |
| 23 | 23 | ||
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 @@ | |||
| 17 | ;; General Public License for more details. | 17 | ;; General Public License for more details. |
| 18 | ;; | 18 | ;; |
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with this program. If not, see `http://www.gnu.org/licenses/'. | 20 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | ;;; Commentary: | 22 | ;;; Commentary: |
| 23 | 23 | ||
| @@ -310,7 +310,7 @@ Then clear edebug-tests' saved messages." | |||
| 310 | (setq edebug-tests-messages "")) | 310 | (setq edebug-tests-messages "")) |
| 311 | 311 | ||
| 312 | (defun edebug-tests-locate-def (def-name) | 312 | (defun edebug-tests-locate-def (def-name) |
| 313 | "Search for a definiton of DEF-NAME from the start of the current buffer. | 313 | "Search for a definition of DEF-NAME from the start of the current buffer. |
| 314 | Place point at the end of DEF-NAME in the buffer." | 314 | Place point at the end of DEF-NAME in the buffer." |
| 315 | (goto-char (point-min)) | 315 | (goto-char (point-min)) |
| 316 | (re-search-forward (concat "def\\S-+ edebug-test-code-" def-name))) | 316 | (re-search-forward (concat "def\\S-+ edebug-test-code-" def-name))) |
| @@ -584,7 +584,7 @@ test and possibly others should be updated." | |||
| 584 | 584 | ||
| 585 | (ert-deftest edebug-tests-error-trying-to-set-breakpoint-in-uninstrumented-code | 585 | (ert-deftest edebug-tests-error-trying-to-set-breakpoint-in-uninstrumented-code |
| 586 | () | 586 | () |
| 587 | "Edebug refuses to set a breakpoint in uninsented code." | 587 | "Edebug refuses to set a breakpoint in uninstrumented code." |
| 588 | (edebug-tests-with-normal-env | 588 | (edebug-tests-with-normal-env |
| 589 | (edebug-tests-setup-@ "fac" '(5) t) | 589 | (edebug-tests-setup-@ "fac" '(5) t) |
| 590 | (let* ((debug-on-error nil) | 590 | (let* ((debug-on-error nil) |
diff --git a/test/lisp/vc/smerge-mode-tests.el b/test/lisp/vc/smerge-mode-tests.el index 204a4b93ab5..10d090632da 100644 --- a/test/lisp/vc/smerge-mode-tests.el +++ b/test/lisp/vc/smerge-mode-tests.el | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | ;; GNU General Public License for more details. | 15 | ;; GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | ;; You should have received a copy of the GNU General Public License | 17 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 18 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 19 | ||
| 20 | ;;; Code: | 20 | ;;; Code: |
| 21 | 21 | ||