summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <basil@contovou.net>2026-04-13 23:04:44 +0200
committerBasil L. Contovounesios <basil@contovou.net>2026-04-13 23:04:44 +0200
commitf2223e473ef34f700b8743ff8d9068010c27a267 (patch)
tree6117b2327ee627a63a97bc73839d45fdd1a7c4bf
parente9287b17e53bdfefce78c4b2947baf9b76670900 (diff)
parent0d02f5063d36ff4fa6138f0973c83c6d3874fba0 (diff)
Merge branch 'master' into externals/ivyexternals/ivy
-rw-r--r--ivy.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ivy.el b/ivy.el
index 079cd01..8b8c639 100644
--- a/ivy.el
+++ b/ivy.el
@@ -2199,7 +2199,7 @@ PREDICATE is applied to filter out the COLLECTION immediately.
This argument is for compatibility with `completing-read'.
When REQUIRE-MATCH is non-nil, only members of COLLECTION can be
-selected. In can also be a lambda.
+selected. It can also be a lambda.
If INITIAL-INPUT is non-nil, then insert that input in the
minibuffer initially.