aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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