emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105363: * mini.texi (Minibuffer File


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105363: * mini.texi (Minibuffer File): Insert a reference to Tramp for
Date: Sat, 30 Jul 2011 17:50:56 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105363
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Sat 2011-07-30 17:50:56 +0200
message:
  * mini.texi (Minibuffer File): Insert a reference to Tramp for
  remote file name completion.  (Bug#9197)
modified:
  doc/emacs/ChangeLog
  doc/emacs/mini.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-07-28 17:18:25 +0000
+++ b/doc/emacs/ChangeLog       2011-07-30 15:50:56 +0000
@@ -1,3 +1,8 @@
+2011-07-30  Michael Albinus  <address@hidden>
+
+       * mini.texi (Minibuffer File): Insert a reference to Tramp for
+       remote file name completion.  (Bug#9197)
+
 2011-07-28  Eli Zaretskii  <address@hidden>
 
        * mule.texi (Bidirectional Editing): Document the fact that

=== modified file 'doc/emacs/mini.texi'
--- a/doc/emacs/mini.texi       2011-05-17 02:26:56 +0000
+++ b/doc/emacs/mini.texi       2011-07-30 15:50:56 +0000
@@ -125,6 +125,10 @@
 Nonetheless, relative file name arguments are still interpreted based
 on the same default directory.
 
+  For rules how to read remote file names in the minibuffer, see
address@hidden completion, file name completion,, tramp}, in the Tramp
+manual.
+
 @node Minibuffer Edit
 @section Editing in the Minibuffer
 
@@ -491,7 +495,7 @@
 Move to the next item in the minibuffer history
 (@code{next-history-element}).
 @item M-r @var{regexp} @key{RET}
-Move to an earlier item in the minibuffer history that 
+Move to an earlier item in the minibuffer history that
 matches @var{regexp} (@code{previous-matching-history-element}).
 @item M-s @var{regexp} @key{RET}
 Move to a later item in the minibuffer history that matches


reply via email to

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