The following commit has been merged in the master branch:
commit 8f56de625e44fa43c42b83d9670dc115062ac1a5
Author: Ville Skyttä <[email protected]>
Date:   Thu Dec 24 15:31:19 2009 +0200

    Fix $2 example in _get_cword doc.

diff --git a/bash_completion b/bash_completion
index d6374f7..95fde21 100644
--- a/bash_completion
+++ b/bash_completion
@@ -265,7 +265,7 @@ __reassemble_comp_words_by_ref() {
 #     ensures we get the same word on both bash-3 and bash-4.
 # @param $2 integer  Index number of word to return, negatively offset to the
 #     current word (default is 0, previous is 1), respecting the exclusions
-#     given at $1.  For example, `__get_cword4 "=:" 1' returns the word left of
+#     given at $1.  For example, `_get_cword "=:" 1' returns the word left of
 #     the current word, respecting the exclusions "=:".
 #
 _get_cword()

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to