diff options
| author | Richard M. Stallman | 2005-10-28 16:44:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-10-28 16:44:20 +0000 |
| commit | 30cb17f0c205a6e8ee60b9d847f6c1a52bc74ee4 (patch) | |
| tree | b32d9119bf7acbb5d46280347bb48fc409709bf6 | |
| parent | 185d95fc3edf44acd4c6029241b9647a9d02748b (diff) | |
| download | emacs-30cb17f0c205a6e8ee60b9d847f6c1a52bc74ee4.tar.gz emacs-30cb17f0c205a6e8ee60b9d847f6c1a52bc74ee4.zip | |
(Completion Commands): Clean up prev change.
| -rw-r--r-- | lispref/minibuf.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index 6810cd97ffa..ced4524c4c0 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi | |||
| @@ -960,12 +960,12 @@ which is printed as if the strings were concatenated. The first of | |||
| 960 | the two strings is the actual completion, the second string serves as | 960 | the two strings is the actual completion, the second string serves as |
| 961 | annotation. | 961 | annotation. |
| 962 | 962 | ||
| 963 | @var{common-substring} represents a string common prefix between all | 963 | The argument @var{common-substring} is the prefix that is common to |
| 964 | completions. @var{common-substring} is used to put faces on | 964 | all the completions. With normal Emacs completion, it is usually the |
| 965 | @samp{*Completions*} to enhance visual feedback of the buffer; | 965 | same as the string that was completed. @code{display-completion-list} |
| 966 | @code{display-completion-list} use faces to highlight what all completions | 966 | uses this to highlight text in the completion list for better visual |
| 967 | have in common and where they begin to differ. @var{common-substring} | 967 | feedback. This is not needed in the minibuffer; for minibuffer |
| 968 | specifies the common part. | 968 | completion, you can pass @code{nil}. |
| 969 | 969 | ||
| 970 | This function is called by @code{minibuffer-completion-help}. The | 970 | This function is called by @code{minibuffer-completion-help}. The |
| 971 | most common way to use it is together with | 971 | most common way to use it is together with |