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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/man/mini.texi
Date: Sat, 14 May 2005 10:05:59 -0400

Index: emacs/man/mini.texi
diff -c emacs/man/mini.texi:1.29 emacs/man/mini.texi:1.30
*** emacs/man/mini.texi:1.29    Mon Mar 21 18:38:31 2005
--- emacs/man/mini.texi Sat May 14 14:05:59 2005
***************
*** 260,266 ****
  (@code{minibuffer-complete-word}).
  @item @key{RET}
  Submit the text in the minibuffer as the argument, possibly completing
! first as described below (@code{minibuffer-complete-and-exit}).
  @item ?
  Display a list of all possible completions of the text in the minibuffer
  (@code{minibuffer-list-completions}).
--- 260,273 ----
  (@code{minibuffer-complete-word}).
  @item @key{RET}
  Submit the text in the minibuffer as the argument, possibly completing
! first as described
! @iftex
! in the next subsection (@code{minibuffer-complete-and-exit}).
! @end iftex
! @ifnottex
! in the next node (@code{minibuffer-complete-and-exit}).  @xref{Strict
! Completion}.
! @end ifnottex
  @item ?
  Display a list of all possible completions of the text in the minibuffer
  (@code{minibuffer-list-completions}).
***************
*** 410,416 ****
  @vindex PC-include-file-path
  @vindex PC-disable-includes
    Another feature of Partial Completion mode is to extend
! @code{find-file} so that the @samp{<@var{include}>} stands for the
  file named @var{include} in some directory in the path
  @code{PC-include-file-path}.  If you set @code{PC-disable-includes} to
  address@hidden, this feature is disabled.
--- 417,423 ----
  @vindex PC-include-file-path
  @vindex PC-disable-includes
    Another feature of Partial Completion mode is to extend
! @code{find-file} so that @samp{<@var{include}>} stands for the
  file named @var{include} in some directory in the path
  @code{PC-include-file-path}.  If you set @code{PC-disable-includes} to
  address@hidden, this feature is disabled.




reply via email to

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