diff lisp/files.el @ 5474:4dee0387b9de

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 29 Mar 2011 00:02:47 +0200
parents ac37a5f7e5be 3889ef128488
children c17a46ac63af
line wrap: on
line diff
--- a/lisp/files.el	Thu Mar 17 23:42:59 2011 +0100
+++ b/lisp/files.el	Tue Mar 29 00:02:47 2011 +0200
@@ -724,7 +724,7 @@
 
 If SUFFIX is non-nil, add that at the end of the file name.
 
-This function is analagous to mkstemp(3) under POSIX, avoiding the race
+This function is analogous to mkstemp(3) under POSIX, avoiding the race
 condition between testing for the existence of the generated filename (under
 POSIX with mktemp(3), under Emacs Lisp with `make-temp-name') and creating
 it."