emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/bash-completion f1d8d73b42 072/313: changed comment


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion f1d8d73b42 072/313: changed comment
Date: Sat, 3 Dec 2022 10:59:18 -0500 (EST)

branch: elpa/bash-completion
commit f1d8d73b42fb27553cb03224b5f19e2e79ef99dd
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: Stephane Zermatten <szermatt@gmx.net>

    changed comment
---
 bash-completion.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash-completion.el b/bash-completion.el
index e983fdd58a..6551efeb12 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -244,7 +244,7 @@ Return an association list with the current symbol as keys:
 
 This function takes a list of TOKENS created by `bash-completion-tokenize'
 for the current buffer and generate the data needed by compgen functions
-as returned by `bash-completion-parse-line' given the current position POS."
+as returned by `bash-completion-parse-line' given the cursor position POS."
   (let* ((first-token (car tokens))
         (last-token (car (last tokens)))
         (start (or (car (bash-completion-tokenize-get-range first-token)) pos))



reply via email to

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