aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2011-07-30 17:50:56 +0200
committerMichael Albinus2011-07-30 17:50:56 +0200
commitfe676f9114d1bda9db967ce7bcef263079ae1179 (patch)
tree32e4ce6e71eb9af3f3a305605c7248b85442addf
parent829c0fe56a43516d8169de48d1e99347ca4dce1b (diff)
downloademacs-fe676f9114d1bda9db967ce7bcef263079ae1179.tar.gz
emacs-fe676f9114d1bda9db967ce7bcef263079ae1179.zip
* mini.texi (Minibuffer File): Insert a reference to Tramp for
remote file name completion. (Bug#9197)
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/mini.texi6
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 794771e24d3..8e5efc4f87d 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12011-07-30 Michael Albinus <michael.albinus@gmx.de>
2
3 * mini.texi (Minibuffer File): Insert a reference to Tramp for
4 remote file name completion. (Bug#9197)
5
12011-07-28 Eli Zaretskii <eliz@gnu.org> 62011-07-28 Eli Zaretskii <eliz@gnu.org>
2 7
3 * mule.texi (Bidirectional Editing): Document the fact that 8 * mule.texi (Bidirectional Editing): Document the fact that
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index ce0d396fd0d..da1e88ab331 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -125,6 +125,10 @@ file names, change the variable @code{insert-default-directory} to
125Nonetheless, relative file name arguments are still interpreted based 125Nonetheless, relative file name arguments are still interpreted based
126on the same default directory. 126on the same default directory.
127 127
128 For rules how to read remote file names in the minibuffer, see
129@ref{Filename completion, file name completion,, tramp}, in the Tramp
130manual.
131
128@node Minibuffer Edit 132@node Minibuffer Edit
129@section Editing in the Minibuffer 133@section Editing in the Minibuffer
130 134
@@ -491,7 +495,7 @@ argument (@code{previous-history-element}).
491Move to the next item in the minibuffer history 495Move to the next item in the minibuffer history
492(@code{next-history-element}). 496(@code{next-history-element}).
493@item M-r @var{regexp} @key{RET} 497@item M-r @var{regexp} @key{RET}
494Move to an earlier item in the minibuffer history that 498Move to an earlier item in the minibuffer history that
495matches @var{regexp} (@code{previous-matching-history-element}). 499matches @var{regexp} (@code{previous-matching-history-element}).
496@item M-s @var{regexp} @key{RET} 500@item M-s @var{regexp} @key{RET}
497Move to a later item in the minibuffer history that matches 501Move to a later item in the minibuffer history that matches