From 8b2e00a3297607e38e2be686bd2c7cab28f082d1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 26 Aug 2012 03:29:37 -0700 Subject: [PATCH] Spelling fixes. * Makefile.in (.PHONY): versioclean -> versionclean. --- etc/NEWS | 2 +- lisp/calc/calccomp.el | 2 +- lisp/woman.el | 2 +- src/ChangeLog | 3 +++ src/Makefile.in | 2 +- src/w32.c | 4 ++-- src/xdisp.c | 2 +- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 13355abe4c..3c2857f3a8 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -23,7 +23,7 @@ so we will look at it and add it to the manual. * Installation Changes in Emacs 24.3 -** New configure option '--without-all' to disable additonal features. +** New configure option '--without-all' to disable additional features. This disables most of the features that are normally enabled by default. ** New configure option '--enable-link-time-optimization' to utilize diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el index 51ea8e7b7a..2f1c95b766 100644 --- a/lisp/calc/calccomp.el +++ b/lisp/calc/calccomp.el @@ -86,7 +86,7 @@ (setq sn (math-to-underscores sn))) sn))) -;;; Give multiplication precendence when composing to avoid +;;; Give multiplication precedence when composing to avoid ;;; writing a*(b c) instead of a b c (defun math-compose-expr (a prec &optional div) (let ((calc-multiplication-has-precedence t) diff --git a/lisp/woman.el b/lisp/woman.el index 5933d593aa..c8cc7ea676 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -2531,7 +2531,7 @@ REQUEST is the invoking directive without the leading dot." (cond ;; ((looking-at "[no]") (setq c t)) ; accept n(roff) and o(dd page) ;; ((looking-at "[te]") (setq c nil)) ; reject t(roff) and e(ven page) - ;; Per groff ".if v" is recognised as false (it means -Tversatec). + ;; Per groff ".if v" is recognized as false (it means -Tversatec). ((looking-at "[ntoev]") (setq c (memq (following-char) woman-if-conditions-true))) ;; Unrecognized letter so reject: diff --git a/src/ChangeLog b/src/ChangeLog index 21aec9cb3c..550d2774ad 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 8564522205..60df1f1c67 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 b460660cb8..84a46e522b 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 f5edb4b16f..18e537e938 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; } -- 2.20.1