projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9199fa0
)
; Fix typo in docstring
author
Jim Porter
<jporterbugs@gmail.com>
Sun, 12 Mar 2023 07:51:20 +0000
(23:51 -0800)
committer
Jim Porter
<jporterbugs@gmail.com>
Sun, 12 Mar 2023 07:51:20 +0000
(23:51 -0800)
* test/lisp/eshell/em-cmpl-tests.el
(em-cmpl-test/variable-assign-completion/non-assignment): Fix typo.
test/lisp/eshell/em-cmpl-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/eshell/em-cmpl-tests.el
b/test/lisp/eshell/em-cmpl-tests.el
index b60faab911401a1261e93f45cbfc59242a0e7f95..ea907f1945d9ff6dc1daeda5354584590f828a67 100644
(file)
--- a/
test/lisp/eshell/em-cmpl-tests.el
+++ b/
test/lisp/eshell/em-cmpl-tests.el
@@
-261,7
+261,7
@@
See <lisp/eshell/esh-var.el>."
"Test completion of things that look like variable assignment, but aren't.
For example, the second argument in \"tar --directory=dir\" looks
like it could be a variable assignment, but it's not. We should
-let `pcomplete
-
tar' handle it instead.
+let `pcomplete
/
tar' handle it instead.
See <lisp/eshell/esh-var.el>."
(with-temp-eshell