emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 31f18480ca7: ; Fix typo in docstring


From: Jim Porter
Subject: master 31f18480ca7: ; Fix typo in docstring
Date: Sun, 12 Mar 2023 03:52:05 -0400 (EDT)

branch: master
commit 31f18480ca7291070837a305c64685c3e76afde3
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    ; 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 <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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]