From 651a2c7798b03adc427fb10ad1f41df64e122253 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 5 Jan 2013 17:49:56 +0100 Subject: * tramp.texi (Remote shell setup): Replace literal NUL character by \0. --- doc/misc/ChangeLog | 1 + doc/misc/tramp.texi | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index cf71332c7f8..a71745f6258 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -20,6 +20,7 @@ before @end. * tramp.texi (Obtaining Tramp): Remove extra dots. (Configuration): Reorder menu to match structure. + (Remote shell setup): Replace literal NUL character by \0. * viper.texi (Marking): Add missing argument for @item. 2013-01-04 Glenn Morris diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 0e241a1d7f8..2609b331b7d 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -1885,7 +1885,7 @@ of your (local or remote) host, you might need to adapt this. Example: "passwort" "Passwort" ;; Fran@,{c}ais "mot de passe" "Mot de passe") t) - ".*:? *")) + ".*:\0? *")) @end lisp In parallel, it might also be necessary to adapt -- cgit v1.2.3