aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/tramp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 2a2213a675b..54bb6946498 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -113,7 +113,7 @@
113;;;###autoload 113;;;###autoload
114(defvar tramp-unified-filenames (not (featurep 'xemacs)) 114(defvar tramp-unified-filenames (not (featurep 'xemacs))
115 "Non-nil means to use unified Ange-FTP/Tramp filename syntax. 115 "Non-nil means to use unified Ange-FTP/Tramp filename syntax.
116nil means to use a separate filename syntax for Tramp.") 116Otherwise, use a separate filename syntax for Tramp.")
117 117
118;; Load foreign methods. Because they do require Tramp internally, this 118;; Load foreign methods. Because they do require Tramp internally, this
119;; must be done with the `eval-after-load' trick. 119;; must be done with the `eval-after-load' trick.