aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index fc876370a2d..6a2d52ae6b7 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -1561,9 +1561,9 @@ predicate is called with two arguments: the key and the value.
1561Additionally to this predicate, `completion-regexp-list' 1561Additionally to this predicate, `completion-regexp-list'
1562is used to further constrain the set of candidates. 1562is used to further constrain the set of candidates.
1563 1563
1564If the optional fourth argument HIDE-SPACES is non-nil, 1564An osbolete optional fourth argument HIDE-SPACES is still accepted for
1565strings in COLLECTION that start with a space 1565backward compatiblity. If non-nil, strings in COLLECTION that start
1566are ignored unless STRING itself starts with a space. */) 1566with a space are ignored unless STRING itself starts with a space. */)
1567 (string, collection, predicate, hide_spaces) 1567 (string, collection, predicate, hide_spaces)
1568 Lisp_Object string, collection, predicate, hide_spaces; 1568 Lisp_Object string, collection, predicate, hide_spaces;
1569{ 1569{