X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/34035df32674d5a6a4eb4112dfa5ea69b4dec64f..8e6208c5d2c91d70f2338d1c3d788e194c6c9d52:/src/dired.c diff --git a/src/dired.c b/src/dired.c index 8e6add1f6e..54ba743791 100644 --- a/src/dired.c +++ b/src/dired.c @@ -152,7 +152,7 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\ CHECK_STRING (match, 3); /* MATCH might be a flawed regular expression. Rather than - catching and signalling our own errors, we just call + catching and signaling our own errors, we just call compile_pattern to do the work for us. */ #ifdef VMS bufp = compile_pattern (match, 0, @@ -166,7 +166,7 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\ which might compile a new regexp until we're done with the loop! */ /* Do this opendir after anything which might signal an error; if - an error is signalled while the directory stream is open, we + an error is signaled while the directory stream is open, we have to make sure it gets closed, and setting up an unwind_protect to do so would be a pain. */ d = opendir (XSTRING (dirfilename)->data);