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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
f42f1094
Commit
f42f1094
authored
Oct 17, 2012
by
Dani Moncayo
Committed by
Glenn Morris
Oct 17, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/emacs/mini.texi (Completion Options): Fix off-by-one error
Fixes: debbugs:12644
parent
03d24a82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+4
-0
doc/emacs/mini.texi
doc/emacs/mini.texi
+1
-1
No files found.
doc/emacs/ChangeLog
View file @
f42f1094
2012-10-18 Dani Moncayo <dmoncayo@gmail.com>
* mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
2012-10-17 Glenn Morris <rgm@gnu.org>
* mini.texi (Repetition): Further copyedit.
...
...
doc/emacs/mini.texi
View file @
f42f1094
...
...
@@ -550,7 +550,7 @@ those completion alternatives; each subsequent invocation of the
completion command replaces that with the next completion alternative,
in a cyclic manner. If you give @code{completion-cycle-threshold} a
numeric value @var{n}, completion commands switch to this cycling
behavior only when there are
fewer than @var{n}
alternatives.
behavior only when there are
@var{n} or fewer
alternatives.
@cindex Icomplete mode
@findex icomplete-mode
...
...
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