aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2013-01-24 10:43:32 +0100
committerMichael Albinus2013-01-24 10:43:32 +0100
commit7ff2b2a628fe6d6eb99038fb1e7d8cd086257742 (patch)
tree391110d10e2f821d07562c017c5936cccf73a716
parentfd3ceb099904ef08ba59ca78c6e501e2cf05125d (diff)
downloademacs-7ff2b2a628fe6d6eb99038fb1e7d8cd086257742.tar.gz
emacs-7ff2b2a628fe6d6eb99038fb1e7d8cd086257742.zip
* tramp.texi (Filename Syntax): Filenames must be unibyte strings.
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/tramp.texi2
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 95c7ac7b233..f139b4255e0 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12013-01-24 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
4
12013-01-13 Bastien Guerry <bzg@gnu.org> 52013-01-13 Bastien Guerry <bzg@gnu.org>
2 6
3 * org.texi (Installation): Simplify. 7 * org.texi (Installation): Simplify.
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 3a859c62728..cfa3f84bda1 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2362,6 +2362,8 @@ number than the default one, given by the method. This is specified
2362by adding @file{#<port>} to the host name, like in @file{@trampfn{ssh, 2362by adding @file{#<port>} to the host name, like in @file{@trampfn{ssh,
2363daniel, melancholia#42, .emacs}}. 2363daniel, melancholia#42, .emacs}}.
2364 2364
2365Note that @value{tramp} supports only filenames encoded in unibyte.
2366
2365 2367
2366@node Alternative Syntax 2368@node Alternative Syntax
2367@section URL-like filename syntax 2369@section URL-like filename syntax