changeset 73911:c411526ac6bb

(tramp-unified-filenames): Improve previos doc fix.
author Glenn Morris <rgm@gnu.org>
date Sat, 11 Nov 2006 04:01:02 +0000
parents e9b3186ac360
children aa069c1a1c03
files lisp/net/tramp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tramp.el	Sat Nov 11 04:00:37 2006 +0000
+++ b/lisp/net/tramp.el	Sat Nov 11 04:01:02 2006 +0000
@@ -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.