From 8b2e00a3297607e38e2be686bd2c7cab28f082d1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 26 Aug 2012 03:29:37 -0700 Subject: Spelling fixes. * Makefile.in (.PHONY): versioclean -> versionclean. --- src/ChangeLog | 3 +++ src/Makefile.in | 2 +- src/w32.c | 4 ++-- src/xdisp.c | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index 21aec9cb3c5..550d2774ad4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2012-08-26 Paul Eggert + Spelling fixes. + * Makefile.in (.PHONY): versioclean -> versionclean. + Remove unused external symbols. * data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector): * window.c (Qwindow_valid_p, decode_valid_window): diff --git a/src/Makefile.in b/src/Makefile.in index 85645222052..60df1f1c677 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -502,7 +502,7 @@ doc.o: buildobj.h @ns_frag@ .PHONY: mostlyclean clean bootstrap-clean distclean maintainer-clean -.PHONY: versioclean extraclean frc +.PHONY: versionclean extraclean frc mostlyclean: rm -f temacs$(EXEEXT) core *.core \#* *.o libXMenu11.a liblw.a diff --git a/src/w32.c b/src/w32.c index b460660cb8c..84a46e522bb 100644 --- a/src/w32.c +++ b/src/w32.c @@ -4098,7 +4098,7 @@ symlink (char const *filename, char const *linkname) dir_access = sys_access (filename, D_OK); /* Since Windows distinguishes between symlinks to directories and - to files, we provide a kludgey feature: if FILENAME doesn't + to files, we provide a kludgy feature: if FILENAME doesn't exist, but ends in a slash, we create a symlink to directory. If FILENAME exists and is a directory, we always create a symlink to directory. */ @@ -4165,7 +4165,7 @@ symlink (char const *filename, char const *linkname) whether the underlying volume actually supports symlinks, by testing the FILE_SUPPORTS_REPARSE_POINTS bit in volume's flags, and avoid the call to this function if it doesn't. That's because the - call to GetFileAttributes takes a non-negligible time, expecially + call to GetFileAttributes takes a non-negligible time, especially on non-local or removable filesystems. See stat_worker for an example of how to do that. */ static int diff --git a/src/xdisp.c b/src/xdisp.c index f5edb4b16f8..18e537e9385 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -2420,7 +2420,7 @@ remember_mouse_glyph (struct frame *f, int gx, int gy, NativeRectangle *rect) static Lisp_Object safe_eval_handler (Lisp_Object arg, ptrdiff_t nargs, Lisp_Object *args) { - add_to_log ("Error during redisplay: %S signalled %S", + add_to_log ("Error during redisplay: %S signaled %S", Flist (nargs, args), arg); return Qnil; } -- cgit v1.2.1