+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.
'"
"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 '
'"
"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.