diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-27 10:17:40 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-27 10:17:40 -0800 |
commit | e9a452d9cd08b5e09fa7ee51d1f57bbc4a9509c0 (patch) | |
tree | f5010e7da454fad010da146863fdf54ff7bfa153 /lisp/net/tramp.el | |
parent | c3f1c606c9818ca0b5eaa7929ef3b7a60dbf6088 (diff) | |
download | emacs-e9a452d9cd08b5e09fa7ee51d1f57bbc4a9509c0.tar.gz |
Spelling fixes (mostly "inactive" vs "deactivate").
Diffstat (limited to 'lisp/net/tramp.el')
-rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 0ee6ad8dea4..c89b61c2eb1 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -1331,7 +1331,7 @@ ARGS to actually emit the message (if applicable)." (setq fn nil))) (setq btn (1+ btn)))) ;; The following code inserts filename and line number. - ;; Should be deactivated by default, because it is time + ;; Should be inactive by default, because it is time ;; consuming. ; (let ((ffn (find-function-noselect (intern fn)))) ; (insert |