From ccf29586ca76570b3b999a6e98b416688a7a4b07 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 3 Aug 2002 23:26:26 +0000 Subject: [PATCH] (tramp-perl-encode, tramp-perl-decode): Doc fix. --- lisp/ChangeLog | 4 ++++ 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 + + * 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. -- 2.39.2