emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/minibuf.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi
Date: Fri, 28 Oct 2005 12:44:20 -0400

Index: emacs/lispref/minibuf.texi
diff -c emacs/lispref/minibuf.texi:1.66 emacs/lispref/minibuf.texi:1.67
*** emacs/lispref/minibuf.texi:1.66     Thu Oct 27 05:43:37 2005
--- emacs/lispref/minibuf.texi  Fri Oct 28 16:44:20 2005
***************
*** 960,971 ****
  the two strings is the actual completion, the second string serves as
  annotation.
  
! @var{common-substring} represents a string common prefix between all 
! completions.  @var{common-substring} is used to put faces on 
! @samp{*Completions*} to enhance visual feedback of the buffer; 
! @code{display-completion-list} use faces to highlight what all completions 
! have in common and where they begin to differ.  @var{common-substring}
! specifies the common part.
  
  This function is called by @code{minibuffer-completion-help}.  The 
  most common way to use it is together with
--- 960,971 ----
  the two strings is the actual completion, the second string serves as
  annotation.
  
! The argument @var{common-substring} is the prefix that is common to
! all the completions.  With normal Emacs completion, it is usually the
! same as the string that was completed.  @code{display-completion-list}
! uses this to highlight text in the completion list for better visual
! feedback.  This is not needed in the minibuffer; for minibuffer
! completion, you can pass @code{nil}.
  
  This function is called by @code{minibuffer-completion-help}.  The 
  most common way to use it is together with




reply via email to

[Prev in Thread] Current Thread [Next in Thread]