diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-09-23 13:35:55 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-02 13:29:45 +0200 |
commit | 78eacf31e8fe182801ad1943fac717b75fcf286b (patch) | |
tree | 38da2670157302d3663dbee6f1a708dea50a925b /lisp/emacs-lisp/ert.el | |
parent | d5d12707d639261a10726fcca992ba9e538be671 (diff) | |
download | emacs-78eacf31e8fe182801ad1943fac717b75fcf286b.tar.gz emacs-78eacf31e8fe182801ad1943fac717b75fcf286b.tar.bz2 emacs-78eacf31e8fe182801ad1943fac717b75fcf286b.zip |
; Fix many typos in symbols in docs and comments
Diffstat (limited to 'lisp/emacs-lisp/ert.el')
-rw-r--r-- | lisp/emacs-lisp/ert.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el index 764354b03b7..3c4891b49ae 100644 --- a/lisp/emacs-lisp/ert.el +++ b/lisp/emacs-lisp/ert.el @@ -729,7 +729,7 @@ run. ARGS are the arguments to `debugger'." ;; This means we have to limit `print-level' and ;; `print-length' when printing result objects. That ;; might not be worth while when we can also use - ;; `ert-results-rerun-test-debugging-errors-at-point', + ;; `ert-results-rerun-test-at-point-debugging-errors', ;; (i.e., when running interactively) but having the ;; backtrace ready for printing is important for batch ;; use. @@ -951,7 +951,7 @@ Selectors that do not, such as (member ...), just return the set implied by them without checking whether it is really contained in UNIVERSE." ;; This code needs to match the cases in - ;; `ert-insert-human-readable-selector'. + ;; `ert--insert-human-readable-selector'. (pcase-exhaustive selector ('nil nil) ('t (pcase-exhaustive universe |