Note to self: coffee first, *then* push upstream.
* test/lisp/eshell/esh-cmd-tests.el
(esh-cmd-test--deftest-invoke-directly): Add missing docstring.
(cherry picked from commit
b803d10d5fa550338e184baded42cc17d01c866e)
;; Direct invocation
(defmacro esh-cmd-test--deftest-invoke-directly (name command expected)
- "FIXME"
+ "Test `eshell-invoke-directly-p' returns EXPECTED for COMMAND.
+NAME is the name of the test case."
(declare (indent 2))
`(ert-deftest ,(intern (concat "esh-cmd-test/invoke-directly/"
(symbol-name name)))