diff options
author | Juri Linkov <juri@linkov.net> | 2021-10-21 20:22:15 +0300 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2021-10-21 20:22:15 +0300 |
commit | 2841e26744d6f5f055ad37e7b104dbfb92afca69 (patch) | |
tree | 3df97e085a47eab1e86c7920e20a2f52eafdee81 /test/lisp/emacs-lisp/find-func-tests.el | |
parent | 1cdb4d2077c4e402bf2b2991e8395f0ccdedd1d1 (diff) | |
download | emacs-2841e26744d6f5f055ad37e7b104dbfb92afca69.tar.gz emacs-2841e26744d6f5f055ad37e7b104dbfb92afca69.tar.bz2 emacs-2841e26744d6f5f055ad37e7b104dbfb92afca69.zip |
* test/lisp/dabbrev-tests.el: Use 'kbd' for readable keys.
(dabbrev-expand-test, dabbrev-completion-test)
(dabbrev-completion-test-with-argument):
Use 'kbd' to format keys for 'execute-kbd-macro'.
(dabbrev-expand-test): Fix docstring.
Diffstat (limited to 'test/lisp/emacs-lisp/find-func-tests.el')
-rw-r--r-- | test/lisp/emacs-lisp/find-func-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/find-func-tests.el b/test/lisp/emacs-lisp/find-func-tests.el index 28a9a7ecda3..987e4047d35 100644 --- a/test/lisp/emacs-lisp/find-func-tests.el +++ b/test/lisp/emacs-lisp/find-func-tests.el @@ -26,7 +26,7 @@ ;;; Code: -(require 'ert-x) ;For `ert-run-keys'. +(require 'ert-x) ;For `ert-simulate-keys'. (require 'find-func) (ert-deftest find-func-tests--library-completion () ;bug#43393 |