Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
782a943e
Commit
782a943e
authored
Oct 26, 2009
by
Juanma Barranquero
Browse files
* minibuf.c (Fall_completions): Fix typos in docstring.
parent
057bce6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/ChangeLog
src/ChangeLog
+1
-1
src/minibuf.c
src/minibuf.c
+1
-1
No files found.
src/ChangeLog
View file @
782a943e
2009-10-26 Juanma Barranquero <lekktu@gmail.com>
* minibuf.c (Fall_completions): Fix typo in docstring.
* minibuf.c (Fall_completions): Fix typo
s
in docstring.
2009-10-26 Andreas Schwab <schwab@redhat.com>
...
...
src/minibuf.c
View file @
782a943e
...
...
@@ -1561,7 +1561,7 @@ predicate is called with two arguments: the key and the value.
Additionally to this predicate, `completion-regexp-list'
is used to further constrain the set of candidates.
An o
s
bolete optional fourth argument HIDE-SPACES is still accepted for
An ob
s
olete optional fourth argument HIDE-SPACES is still accepted for
backward compatibility. If non-nil, strings in COLLECTION that start
with a space are ignored unless STRING itself starts with a space. */
)
(
string
,
collection
,
predicate
,
hide_spaces
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment