Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
724 | 724 |
725 If DIR-FLAG is non-nil, create a new empty directory instead of a file. | 725 If DIR-FLAG is non-nil, create a new empty directory instead of a file. |
726 | 726 |
727 If SUFFIX is non-nil, add that at the end of the file name. | 727 If SUFFIX is non-nil, add that at the end of the file name. |
728 | 728 |
729 This function is analagous to mkstemp(3) under POSIX, avoiding the race | 729 This function is analogous to mkstemp(3) under POSIX, avoiding the race |
730 condition between testing for the existence of the generated filename (under | 730 condition between testing for the existence of the generated filename (under |
731 POSIX with mktemp(3), under Emacs Lisp with `make-temp-name') and creating | 731 POSIX with mktemp(3), under Emacs Lisp with `make-temp-name') and creating |
732 it." | 732 it." |
733 (let ((umask (default-file-modes)) | 733 (let ((umask (default-file-modes)) |
734 (temporary-file-directory (temp-directory)) | 734 (temporary-file-directory (temp-directory)) |