summaryrefslogtreecommitdiff
path: root/lisp/w32-fns.el
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1996-05-11 20:55:33 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1996-05-11 20:55:33 +0000
commit3b765645623611b2349f64fbb63bc0a0938bf3f0 (patch)
tree402e6a5a8d1c9506dd5833ee354a718f442c0ce1 /lisp/w32-fns.el
parent1d149295eebe5d7280c6628a7dbe77aefabf37b3 (diff)
downloademacs-3b765645623611b2349f64fbb63bc0a0938bf3f0.tar.gz
(using-unix-filesystems): Update doc string.
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r--lisp/w32-fns.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el
index 0502fe9986a..9b6046b4f13 100644
--- a/lisp/w32-fns.el
+++ b/lisp/w32-fns.el
@@ -146,6 +146,10 @@ against the file name, and TYPE is nil for text, t for binary.")
;; Really should provide this capability at the drive letter granularity.
(defun using-unix-filesystems (flag)
+ "Read and write all files assuming that they are on a drive attached
+to a remote Unix file system. No CR/LF translation is done on any files
+in this case. This behavior is activated when FLAG is t and deactived
+when FLAG is any other value."
(if flag
(progn
(add-hook 'write-file-hooks 'save-to-unix-hook)