]> code.delx.au - gnu-emacs/blobdiff - lisp/net/tramp-adb.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / net / tramp-adb.el
index a92ca4df51c562dc4ca75bdd5c8127fe1e8988cc..7c509e1d098d0f71ab5e35a40f67386f8574bc69 100644 (file)
@@ -850,9 +850,9 @@ PRESERVE-UID-GID and PRESERVE-EXTENDED-ATTRIBUTES are completely ignored."
       (when tmpinput (delete-file tmpinput))
 
       ;; `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 ""))