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
542a3840
Commit
542a3840
authored
Mar 03, 2014
by
Juanma Barranquero
Browse files
lisp/icomplete.el (icomplete-completions): Follow-up to 2014-03-01T01:25:29Z!lekktu@gmail.com.
parent
d11320e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/icomplete.el
lisp/icomplete.el
+1
-1
No files found.
lisp/ChangeLog
View file @
542a3840
2014-03-03 Juanma Barranquero <lekktu@gmail.com>
* icomplete.el (icomplete-completions): Follow-up to revno:116616.
2014-03-03 Juanma Barranquero <lekktu@gmail.com>
* icomplete.el: Miscellaneous doc fixes.
...
...
lisp/icomplete.el
View file @
542a3840
...
...
@@ -483,7 +483,7 @@ matches exist."
(
concat
determ
"{"
(
mapconcat
'identity
prospects
icomplete-separator
)
(
and
limit
(
concat
icomplete-separator
"…"
))
(
and
limit
(
concat
icomplete-separator
ellipsis
))
"}"
)
(
concat
determ
" [Matched]"
))))))
...
...
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