From: Andreas Schwab Date: Sat, 3 Aug 2002 23:26:26 +0000 (+0000) Subject: (tramp-perl-encode, tramp-perl-decode): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~13769 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccf29586ca76570b3b999a6e98b416688a7a4b07;p=emacs.git (tramp-perl-encode, tramp-perl-decode): Doc fix. --- 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 + + * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix. + 2002-08-03 Andrew Choi * 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 = ) { '" "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 = ) { '" "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.