diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 6 |
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. | |||
| 1561 | Additionally to this predicate, `completion-regexp-list' | 1561 | Additionally to this predicate, `completion-regexp-list' |
| 1562 | is used to further constrain the set of candidates. | 1562 | is used to further constrain the set of candidates. |
| 1563 | 1563 | ||
| 1564 | If the optional fourth argument HIDE-SPACES is non-nil, | 1564 | An osbolete optional fourth argument HIDE-SPACES is still accepted for |
| 1565 | strings in COLLECTION that start with a space | 1565 | backward compatiblity. If non-nil, strings in COLLECTION that start |
| 1566 | are ignored unless STRING itself starts with a space. */) | 1566 | with 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 | { |