From 3b004a2d9eb1f3c793d73f96c50004efc439c2f5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 10 Nov 2006 09:10:07 +0000 Subject: [PATCH] (tramp-unified-filenames): Doc fix (Nil -> nil). --- lisp/net/tramp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index ae815b7d434..2a2213a675b 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.") +nil means to 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. -- 2.39.5