Mercurial > hg > xemacs-beta
diff lisp/files.el @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | 4141aeddc55b |
children | 4dee0387b9de |
line wrap: on
line diff
--- a/lisp/files.el Thu Mar 24 06:22:25 2011 +0000 +++ b/lisp/files.el Thu Mar 24 11:00:11 2011 -0600 @@ -726,7 +726,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."