From 31f18480ca7291070837a305c64685c3e76afde3 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Sat, 11 Mar 2023 23:51:20 -0800 Subject: [PATCH] ; Fix typo in docstring * test/lisp/eshell/em-cmpl-tests.el (em-cmpl-test/variable-assign-completion/non-assignment): Fix typo. --- test/lisp/eshell/em-cmpl-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/eshell/em-cmpl-tests.el b/test/lisp/eshell/em-cmpl-tests.el index b60faab9114..ea907f1945d 100644 --- a/test/lisp/eshell/em-cmpl-tests.el +++ b/test/lisp/eshell/em-cmpl-tests.el @@ -261,7 +261,7 @@ See ." "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 ." (with-temp-eshell -- 2.39.2