summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/find-func-tests.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2021-10-21 20:22:15 +0300
committerJuri Linkov <juri@linkov.net>2021-10-21 20:22:15 +0300
commit2841e26744d6f5f055ad37e7b104dbfb92afca69 (patch)
tree3df97e085a47eab1e86c7920e20a2f52eafdee81 /test/lisp/emacs-lisp/find-func-tests.el
parent1cdb4d2077c4e402bf2b2991e8395f0ccdedd1d1 (diff)
downloademacs-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.el2
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