diff options
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/net/tramp.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58135b43dfa..cf514054d1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-08-04 Andreas Schwab <schwab@suse.de> + + * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix. + 2002-08-03 Andrew Choi <akochoi@shaw.ca> * term/mac-win.el: Set keys to enable mouse wheel support. diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index a3b343b99ef..b1da1789dda 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -1296,7 +1296,7 @@ while (my $data = <STDIN>) { '" "Perl program to use for encoding a file. Escape sequence %s is replaced with name of Perl binary. -This string is passwd to `format', so percent characters need to be doubled.") +This string is passed to `format', so percent characters need to be doubled.") (defvar tramp-perl-decode "%s -e ' @@ -1340,7 +1340,7 @@ while (my $data = <STDIN>) { '" "Perl program to use for decoding a file. Escape sequence %s is replaced with name of Perl binary. -This string is passwd to `format', so percent characters need to be doubled.") +This string is passed to `format', so percent characters need to be doubled.") ; These values conform to `file-attributes' from XEmacs 21.2. ; GNU Emacs and other tools not checked. |