diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-19 23:30:16 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-19 23:30:16 -0800 |
commit | 40ba43b4b71df1d51954bdad071e74243c4aea7c (patch) | |
tree | e4cb03937e72463278264e9684481d68ece4698c /lisp/net/tramp-sh.el | |
parent | 24901d610c9ff524e7e7c132dca1cd4312368db0 (diff) | |
download | emacs-40ba43b4b71df1d51954bdad071e74243c4aea7c.tar.gz emacs-40ba43b4b71df1d51954bdad071e74243c4aea7c.tar.bz2 emacs-40ba43b4b71df1d51954bdad071e74243c4aea7c.zip |
Spelling fixes.
Diffstat (limited to 'lisp/net/tramp-sh.el')
-rw-r--r-- | lisp/net/tramp-sh.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 51fc6e295f0..941b788ae4d 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -4905,7 +4905,7 @@ If no corresponding command is found, nil is returned." (defun tramp-get-inline-coding (vec prop size) "Return the coding command related to PROP. -PROP is either `remote-encoding', `remode-decoding', +PROP is either `remote-encoding', `remote-decoding', `local-encoding' or `local-decoding'. SIZE is the length of the file to be coded. Depending on SIZE, |