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
281c9d2b
Commit
281c9d2b
authored
Oct 17, 2012
by
Glenn Morris
Browse files
* lisp/minibuffer.el (completion-cycle-threshold): Doc fix
parent
f42f1094
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/minibuffer.el
lisp/minibuffer.el
+3
-3
No files found.
lisp/ChangeLog
View file @
281c9d2b
2012-10-18 Glenn Morris <rgm@gnu.org>
* minibuffer.el (completion-cycle-threshold): Doc fix.
2012-10-17 Kenichi Handa <handa@gnu.org>
* international/mule.el (set-keyboard-coding-system): Recover
...
...
lisp/minibuffer.el
View file @
281c9d2b
...
...
@@ -859,8 +859,8 @@ Depending on this setting `minibuffer-complete' may use cycling,
like `minibuffer-force-complete'.
If nil, cycling is never used.
If t, cycling is always used.
If an integer, cycling is used
as
soon as there are
fewer completion
candidates than this number."
If an integer, cycling is used so
l
on
g
as there are
not more
completion
candidates than this number."
:version
"24.1"
:type
completion--cycling-threshold-type
)
...
...
@@ -977,7 +977,7 @@ when the buffer's text is already an exact match."
;; This signal an (intended) error if comps is too
;; short or if completion-cycle-threshold is t.
(
consp
(
nthcdr
threshold
comps
)))))
;;
Fewer
than completion-cycle-threshold remaining
;;
Not more
than completion-cycle-threshold remaining
;; completions: let's cycle.
(
setq
completed
t
exact
t
)
(
completion--cache-all-sorted-completions
comps
)
...
...
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