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 /test/lisp/emacs-lisp | |
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 'test/lisp/emacs-lisp')
-rw-r--r-- | test/lisp/emacs-lisp/backtrace-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/emacs-lisp/edebug-tests.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/emacs-lisp/backtrace-tests.el b/test/lisp/emacs-lisp/backtrace-tests.el index 12164b46ec3..fbc71e0ec86 100644 --- a/test/lisp/emacs-lisp/backtrace-tests.el +++ b/test/lisp/emacs-lisp/backtrace-tests.el @@ -41,7 +41,7 @@ (backtrace-mode) (setq backtrace-frames (backtrace-get-frames)) (let ((this-index)) - ;; Discard all past `backtrace-tests-make-backtrace'. + ;; Discard all past `backtrace-tests--make-backtrace'. (dotimes (index (length backtrace-frames)) (when (eq (backtrace-frame-fun (nth index backtrace-frames)) 'backtrace-tests--make-backtrace) diff --git a/test/lisp/emacs-lisp/edebug-tests.el b/test/lisp/emacs-lisp/edebug-tests.el index 41811c9dc07..88c4a0fe175 100644 --- a/test/lisp/emacs-lisp/edebug-tests.el +++ b/test/lisp/emacs-lisp/edebug-tests.el @@ -210,7 +210,7 @@ All other elements will be nil." (defvar edebug-tests-thunks nil "List containing thunks to run after each command in a keyboard macro.") (defvar edebug-tests-kbd-macro-index nil - "Index into `edebug-tests-run-unpacked-kbd-macro's current keyboard macro.") + "Index into `edebug-tests-run-kbd-macro's current keyboard macro.") (defun edebug-tests-run-macro (kbdmac &rest thunks) "Run a keyboard macro and execute a thunk after each command in it. |