emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109786: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109786: Spelling fixes.
Date: Sun, 26 Aug 2012 03:29:37 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109786
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2012-08-26 03:29:37 -0700
message:
  Spelling fixes.
  
  * Makefile.in (.PHONY): versioclean -> versionclean.
modified:
  etc/NEWS
  lisp/calc/calccomp.el
  lisp/woman.el
  src/ChangeLog
  src/Makefile.in
  src/w32.c
  src/xdisp.c
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-08-26 09:16:48 +0000
+++ b/etc/NEWS  2012-08-26 10:29:37 +0000
@@ -23,7 +23,7 @@
 
 * 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

=== modified file 'lisp/calc/calccomp.el'
--- a/lisp/calc/calccomp.el     2012-08-09 14:46:03 +0000
+++ b/lisp/calc/calccomp.el     2012-08-26 10:29:37 +0000
@@ -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)

=== modified file 'lisp/woman.el'
--- a/lisp/woman.el     2012-08-07 03:57:05 +0000
+++ b/lisp/woman.el     2012-08-26 10:29:37 +0000
@@ -2531,7 +2531,7 @@
     (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:

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-08-26 10:04:27 +0000
+++ b/src/ChangeLog     2012-08-26 10:29:37 +0000
@@ -1,5 +1,8 @@
 2012-08-26  Paul Eggert  <address@hidden>
 
+       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):

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2012-08-25 04:04:08 +0000
+++ b/src/Makefile.in   2012-08-26 10:29:37 +0000
@@ -502,7 +502,7 @@
 @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

=== modified file 'src/w32.c'
--- a/src/w32.c 2012-08-18 02:49:24 +0000
+++ b/src/w32.c 2012-08-26 10:29:37 +0000
@@ -4098,7 +4098,7 @@
     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 @@
    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

=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2012-08-21 23:39:56 +0000
+++ b/src/xdisp.c       2012-08-26 10:29:37 +0000
@@ -2420,7 +2420,7 @@
 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;
 }


reply via email to

[Prev in Thread] Current Thread [Next in Thread]