emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/mini.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/mini.texi
Date: Thu, 08 Dec 2005 12:58:36 -0500

Index: emacs/man/mini.texi
diff -c emacs/man/mini.texi:1.35 emacs/man/mini.texi:1.36
*** emacs/man/mini.texi:1.35    Fri Nov 18 17:04:22 2005
--- emacs/man/mini.texi Thu Dec  8 17:58:35 2005
***************
*** 198,211 ****
  argument.  @kbd{?} is defined to display a list of possible completions
  of what you have inserted.
  
!   For example, when @kbd{M-x} uses the minibuffer to read the name of a
! command, it provides a list of all available Emacs command names to
  complete against.  The completion keys match the minibuffer text
  against all the command names, find any additional name characters
  implied by the ones already present in the minibuffer, and add those
  characters to the ones you have given.  This is what makes it possible
  to type @kbd{M-x ins @key{SPC} b @key{RET}} instead of @kbd{M-x
! insert-buffer @key{RET}} (for example).
  
    Case is normally significant in completion, because it is significant
  in most of the names that you can complete (buffer names, file names and
--- 198,213 ----
  argument.  @kbd{?} is defined to display a list of possible completions
  of what you have inserted.
  
!   For example, when @kbd{M-x} uses the minibuffer to read the name of
! a command, it provides a list of all available Emacs command names to
  complete against.  The completion keys match the minibuffer text
  against all the command names, find any additional name characters
  implied by the ones already present in the minibuffer, and add those
  characters to the ones you have given.  This is what makes it possible
  to type @kbd{M-x ins @key{SPC} b @key{RET}} instead of @kbd{M-x
! insert-buffer @key{RET}} (for example).  (@key{SPC} does not do
! completion in reading file names, because it is common to use spaces
! in file names on some systems.)
  
    Case is normally significant in completion, because it is significant
  in most of the names that you can complete (buffer names, file names and
***************
*** 260,267 ****
  Complete the text before point in the minibuffer as much as possible
  (@code{minibuffer-complete}).
  @item @key{SPC}
! Complete the minibuffer text before point, but don't go beyond one word
! (@code{minibuffer-complete-word}).
  @item @key{RET}
  Submit the text in the minibuffer as the argument, possibly completing
  first as described
--- 262,271 ----
  Complete the text before point in the minibuffer as much as possible
  (@code{minibuffer-complete}).
  @item @key{SPC}
! Complete the minibuffer text before point, but don't go beyond one
! word (@code{minibuffer-complete-word}).  @key{SPC} for completion is
! not available when entering a file name, since some users often put
! spaces in filenames.
  @item @key{RET}
  Submit the text in the minibuffer as the argument, possibly completing
  first as described




reply via email to

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