diff options
author | JSDurand <mmemmew@gmail.com> | 2021-12-24 22:56:50 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-12-24 22:56:50 +0800 |
commit | acada2ee8417f5c179955e2034334a12a40fa182 (patch) | |
tree | 54e68a4c309f62471baa66b87ada6703bd02a0f5 /eshell-conf.el | |
parent | f1eb4870f65c9272004c494c1a85558f3af292d9 (diff) |
eshell-conf: delete redundant paragraph in a doc
Diffstat (limited to 'eshell-conf.el')
-rw-r--r-- | eshell-conf.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eshell-conf.el b/eshell-conf.el index 588a088..ce49e4c 100644 --- a/eshell-conf.el +++ b/eshell-conf.el @@ -241,10 +241,6 @@ If the keyword argument TEST is non-nil, it should be a function with two arguments which tests for equality of elements in the sequence. The default is the function `equal'. -If the keyword argument TEST is non-nil, it should be a function -with two arguments which tests for equality of elements in the -sequence. The default is the function `equal'. - If the keyword argument KEY is non-nil, it should be a function with one argument which returns the key of the element in the sequence to be compared by the test function. The default is the |