]> code.delx.au - gnu-emacs/blobdiff - lisp/net/tramp-smb.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / net / tramp-smb.el
index 14360b96fe64a87dfcf88fc4243af1bef098917e..c4f0f1f500a2cf6452d1bf4419a7ddc8180f296b 100644 (file)
@@ -1242,9 +1242,9 @@ target of the symlink differ."
        (kill-buffer (tramp-get-connection-property v "process-buffer" nil)))
 
       ;; `process-file-side-effects' has been introduced with GNU
-      ;; Emacs 23.2.  If set to `nil', no remote file will be changed
+      ;; Emacs 23.2.  If set to nil, no remote file will be changed
       ;; by `program'.  If it doesn't exist, we assume its default
-      ;; value `t'.
+      ;; value t.
       (unless (and (boundp 'process-file-side-effects)
                   (not (symbol-value 'process-file-side-effects)))
        (tramp-flush-directory-property v ""))