1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(using-unix-filesystems): Update doc string.

This commit is contained in:
Geoff Voelker 1996-05-11 20:55:33 +00:00
parent 0dd1fa0f19
commit 4d105bce0a

View File

@ -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)