diff options
| author | Andreas Schwab <schwab@linux-m68k.org> | 2013-01-05 17:49:56 +0100 | 
|---|---|---|
| committer | Andreas Schwab <schwab@linux-m68k.org> | 2013-01-05 17:49:56 +0100 | 
| commit | 651a2c7798b03adc427fb10ad1f41df64e122253 (patch) | |
| tree | 923fc86d054dff22b0ae3c8414146415939d3a5c | |
| parent | db671917a86153317d53dbad481337eb82e85cdf (diff) | |
| download | emacs-651a2c7798b03adc427fb10ad1f41df64e122253.tar.gz | |
* tramp.texi (Remote shell setup): Replace literal NUL character by \0.
| -rw-r--r-- | doc/misc/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 2 | 
2 files changed, 2 insertions, 1 deletions
| 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  <rgm@gnu.org> 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 | 
