summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2006-11-11 04:01:02 +0000
committerGlenn Morris <rgm@gnu.org>2006-11-11 04:01:02 +0000
commit95bb178f0c9b7e7bb10faf6392eeba167b8a70e2 (patch)
tree44100e928091ad9a7baf32cade6517f2c7254143
parentf1a0e330d6af013278b4bde99265fb08e5b20bfd (diff)
downloademacs-95bb178f0c9b7e7bb10faf6392eeba167b8a70e2.tar.gz
(tramp-unified-filenames): Improve previos doc fix.
-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 @@
;;;###autoload
(defvar tramp-unified-filenames (not (featurep 'xemacs))
"Non-nil means to use unified Ange-FTP/Tramp filename syntax.
-nil means to use a separate filename syntax for Tramp.")
+Otherwise, use a separate filename syntax for Tramp.")
;; Load foreign methods. Because they do require Tramp internally, this
;; must be done with the `eval-after-load' trick.