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
10156852
Commit
10156852
authored
Nov 19, 2005
by
Eli Zaretskii
Browse files
(partial-completion-mode): Mention completion-auto-help in the doc string.
parent
71726072
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/complete.el
lisp/complete.el
+8
-1
No files found.
lisp/ChangeLog
View file @
10156852
2005-11-19 Eli Zaretskii <eliz@gnu.org>
* complete.el (partial-completion-mode): Mention
completion-auto-help in the doc string.
* man.el (Man-highlight-references): Doc fix. Reformat code in a
more Lisp-ish way.
...
...
lisp/complete.el
View file @
10156852
...
...
@@ -203,7 +203,14 @@ other file in that directory begin with that sequence of characters.
Unless `PC-disable-includes' is non-nil, the `<...>' sequence is interpreted
specially in \\[find-file]. For example,
\\[find-file] <sys/time.h> RET finds the file `/usr/include/sys/time.h'.
See also the variable `PC-include-file-path'."
See also the variable `PC-include-file-path'.
Partial Completion mode extends the meaning of `completion-auto-help' (which
see) so that if it is neither nil nor t, Emacs will show the *Completions*
buffer only on the second attempt to complete. I.e. if TAB finds nothing
to complete, the first TAB will just say \"Next char not unique\" without
bringing up the *Completions* buffer, and the second TAB will then bring up
the *Completions* buffer."
:global
t
:group
'partial-completion
;; Deal with key bindings...
(
PC-bindings
partial-completion-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