diff lisp/packages/crypt.el @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 131b0175ea99
children cca96a509cfe
line wrap: on
line diff
--- a/lisp/packages/crypt.el	Mon Aug 13 09:18:41 2007 +0200
+++ b/lisp/packages/crypt.el	Mon Aug 13 09:19:45 2007 +0200
@@ -1916,7 +1916,7 @@
               (if crypt-dos-has-ctrl-z (replace-match ""))))))))
 
 (defun crypt-unix-to-dos-region (start end)
-  "Converts region from START to END, from dos to unix format.
+  "Converts region from START to END, from unix to os format.
 Replaces \"\\n\" with \"\\r\\n\" and adds a ^Z at end of file if
 `crypt-dos-has-ctrl-z' is non-nil."
   (save-excursion