diff options
| author | Andreas Schwab | 2002-08-03 23:26:26 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-08-03 23:26:26 +0000 |
| commit | ccf29586ca76570b3b999a6e98b416688a7a4b07 (patch) | |
| tree | 36ff7fcd58fd46541608f59387f333392a91dc8e | |
| parent | 742fbed75b4cd5c2c2e7a8d4c0f4add9957e7f9a (diff) | |
| download | emacs-ccf29586ca76570b3b999a6e98b416688a7a4b07.tar.gz emacs-ccf29586ca76570b3b999a6e98b416688a7a4b07.zip | |
(tramp-perl-encode, tramp-perl-decode): Doc fix.
| -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 @@ | |||
| 1 | 2002-08-04 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix. | ||
| 4 | |||
| 1 | 2002-08-03 Andrew Choi <akochoi@shaw.ca> | 5 | 2002-08-03 Andrew Choi <akochoi@shaw.ca> |
| 2 | 6 | ||
| 3 | * term/mac-win.el: Set keys to enable mouse wheel support. | 7 | * 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>) { | |||
| 1296 | '" | 1296 | '" |
| 1297 | "Perl program to use for encoding a file. | 1297 | "Perl program to use for encoding a file. |
| 1298 | Escape sequence %s is replaced with name of Perl binary. | 1298 | Escape sequence %s is replaced with name of Perl binary. |
| 1299 | This string is passwd to `format', so percent characters need to be doubled.") | 1299 | This string is passed to `format', so percent characters need to be doubled.") |
| 1300 | 1300 | ||
| 1301 | (defvar tramp-perl-decode | 1301 | (defvar tramp-perl-decode |
| 1302 | "%s -e ' | 1302 | "%s -e ' |
| @@ -1340,7 +1340,7 @@ while (my $data = <STDIN>) { | |||
| 1340 | '" | 1340 | '" |
| 1341 | "Perl program to use for decoding a file. | 1341 | "Perl program to use for decoding a file. |
| 1342 | Escape sequence %s is replaced with name of Perl binary. | 1342 | Escape sequence %s is replaced with name of Perl binary. |
| 1343 | This string is passwd to `format', so percent characters need to be doubled.") | 1343 | This string is passed to `format', so percent characters need to be doubled.") |
| 1344 | 1344 | ||
| 1345 | ; These values conform to `file-attributes' from XEmacs 21.2. | 1345 | ; These values conform to `file-attributes' from XEmacs 21.2. |
| 1346 | ; GNU Emacs and other tools not checked. | 1346 | ; GNU Emacs and other tools not checked. |