]> code.delx.au - gnu-emacs/commitdiff
(tramp-perl-encode, tramp-perl-decode): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Sat, 3 Aug 2002 23:26:26 +0000 (23:26 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 3 Aug 2002 23:26:26 +0000 (23:26 +0000)
lisp/ChangeLog
lisp/net/tramp.el

index 58135b43dfa719f81584cd4e9c54b08c2a144aab..cf514054d1dcb1eedf114f10e90b42c3f09393df 100644 (file)
@@ -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.
index a3b343b99ef2706506845ce8dcd58343ead27a02..b1da1789dda15667e0a5625f260c1cc7e75e1b1a 100644 (file)
@@ -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.