emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113232: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r113232: Spelling fixes.
Date: Sun, 30 Jun 2013 15:10:38 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113232
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2013-06-30 08:10:33 -0700
message:
  Spelling fixes.
modified:
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/ChangeLog.13              
changelog.13-20091113204419-o5vbwnq5f7feedwu-8671
  lisp/calendar/todo-mode.el     todos.el-20120911155047-0ytqo2nidwqquefa-1
  lisp/gnus/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-1433
  src/conf_post.h                conf_post.h-20120730211826-q0qbxxwh2emw52hd-1
  src/xdisp.c                    xdisp.c-20091113204419-o5vbwnq5f7feedwu-240
  test/automated/flymake-tests.el 
flymaketests.el-20130621142346-ara3p0outs2ckhw3-2
=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2013-06-29 13:36:19 +0000
+++ b/doc/lispref/display.texi  2013-06-30 15:10:33 +0000
@@ -4656,11 +4656,11 @@
 @item :max-width, :max-height
 The @code{:max-width} and @code{:max-height} keywords are used for
 scaling if the size of the image of the image exceeds these values.
-If @code{:width} is set it will have presedence over @code{max-width},
-and if @code{:height} is set it will have presedence over
+If @code{:width} is set it will have precedence over @code{max-width},
+and if @code{:height} is set it will have precedence over
 @code{max-height}, but you can otherwise mix these keywords as you
 wish.  @code{:max-width} and @code{:max-height} will always preserve
-the aspec ratio.
+the aspect ratio.
 
 @item :rotation
 Specifies a rotation angle in degrees.

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-06-29 13:36:19 +0000
+++ b/etc/NEWS  2013-06-30 15:10:33 +0000
@@ -369,7 +369,7 @@
 - support for multiple todo files and archive files of done items;
 - renaming, reordering, moving, merging, and deleting categories;
 - sortable tabular summaries of categories and the types of items they contain;
-- cross-categorial lists of items filtered by specific criteria;
+- cross-category lists of items filtered by specific criteria;
 - more fine-grained interaction with the Emacs diary, by being able to decide
   for each todo item whether it appears in the Fancy Diary display;
 - highly flexible new item insertion and item editing;

=== modified file 'lisp/ChangeLog.13'
--- a/lisp/ChangeLog.13 2013-01-01 09:11:05 +0000
+++ b/lisp/ChangeLog.13 2013-06-30 15:10:33 +0000
@@ -12554,7 +12554,7 @@
 
 2007-08-23  John Wiegley  <address@hidden>
 
-       * calendar/cal-bahai.el: Added in the diacriticals that were
+       * calendar/cal-bahai.el: Added in the diacritics that were
        missing for many of the month names.
 
 2007-08-22  Jason Rumney  <address@hidden>

=== modified file 'lisp/calendar/todo-mode.el'
--- a/lisp/calendar/todo-mode.el        2013-06-21 14:07:46 +0000
+++ b/lisp/calendar/todo-mode.el        2013-06-30 15:10:33 +0000
@@ -40,7 +40,7 @@
 ;; You can add new todo files and categories, rename categories, move
 ;; them to another file or delete them.  You can also display summary
 ;; tables of the categories in a file and the types of items they
-;; contain.  And you can build cross-categorial lists of items that
+;; contain.  And you can build cross-category lists of items that
 ;; satisfy various criteria.
 
 ;; To get started, load this package and type `M-x todo-show'.  This
@@ -440,7 +440,7 @@
     (((class color) (min-colors 16) (background dark)) :foreground 
"LightSteelBlue")
     (((class color) (min-colors 8)) :foreground "blue" :weight bold)
     (t :weight bold))
-  "Face for separator string bewteen done and not done todo items."
+  "Face for separator string between done and not done todo items."
   :group 'todo-faces)
 
 (defface todo-done
@@ -1095,7 +1095,7 @@
 This makes the entire file visible and the buffer writeable and
 you can use the self-insertion keys and standard Emacs editing
 commands to make changes.  To return to Todo mode, type
-\\[todo-edit-quit].  This runs a file format check, signalling
+\\[todo-edit-quit].  This runs a file format check, signaling
 an error if the format has become invalid.  However, this check
 cannot tell if the number of items changed, which could result in
 the file containing inconsistent information.  For this reason
@@ -1586,7 +1586,7 @@
       (todo-forward-item))))
 
 (defun todo-mark-category ()
-  "Mark all visiblw items in this category with `todo-item-mark'."
+  "Mark all visible items in this category with `todo-item-mark'."
   (interactive)
   (let* ((cat (todo-current-category))
         (marks (assoc cat todo-categories-with-marks)))
@@ -1628,7 +1628,7 @@
 This is the function from which the generated Todo mode item
 insertion commands derive.
 
-The generated commands have mnenomic key bindings based on the
+The generated commands have mnemonic key bindings based on the
 arguments' values and their order in the command's argument list,
 as follows: (1) for DIARY `d', (2) for NONMARKING `k', (3) for
 DATE-TYPE either `c' for calendar or `d' for date or `n' for
@@ -3288,7 +3288,7 @@
 
 In the initial display the categories are numbered, indicating
 their current order for navigating by \\[todo-forward-category]
-and \\[todo-backward-category].  You can persistantly change the
+and \\[todo-backward-category].  You can permanently change the
 order of the category at point by typing
 \\[todo-set-category-number], \\[todo-raise-category] or
 \\[todo-lower-category].
@@ -4019,10 +4019,10 @@
   "Buffer type string for `todo-filter-items'.")
 
 (defun todo-filter-items (filter &optional new multifile)
-  "Display a cross-categorial list of items filtered by FILTER.
+  "Display a cross-category list of items filtered by FILTER.
 The values of FILTER can be `top' for top priority items, a cons
 of `top' and a number passed by the caller, `diary' for diary
-items, or `regexp' for items matching a regular expresion entered
+items, or `regexp' for items matching a regular expression entered
 by the user.  The items can be from any categories in the current
 todo file or, with non-nil MULTIFILE, from several files.  If NEW
 is nil, visit an appropriate file containing the list of filtered
@@ -5069,7 +5069,7 @@
       (not (looking-at (regexp-quote todo-nondiary-start))))))
 
 ;; This duplicates the item locating code from diary-goto-entry, but
-;; without the marker code, to test whether the latter is dispensible.
+;; without the marker code, to test whether the latter is dispensable.
 ;; If it is, diary-goto-entry can be simplified.  The code duplication
 ;; here can also be eliminated, leaving only the widening and category
 ;; selection, and instead of :override advice :around can be used.
@@ -5266,10 +5266,10 @@
   "Generator list for argument lists of item insertion commands.")
 
 (defvar todo-insertion-commands-args
-  (let ((argslist (todo-gen-arglists todo-insertion-commands-args-genlist))
+  (let ((arglist (todo-gen-arglists todo-insertion-commands-args-genlist))
        res new)
     (setq res (cl-remove-duplicates
-              (apply 'append (mapcar 'todo-powerset argslist)) :test 'equal))
+              (apply 'append (mapcar 'todo-powerset arglist)) :test 'equal))
     (dolist (l res)
       (unless (= 5 (length l))
        (let ((v (make-vector 5 nil)) elt)
@@ -5524,12 +5524,12 @@
       ;; Default to the current file.
       (unless file0 (setq file0 todo-current-todo-file))
       ;; First validate only a name passed interactively from
-      ;; todo-add-category, which must be of a nonexisting category.
+      ;; todo-add-category, which must be of a nonexistent category.
       (unless (and (assoc cat categories) (not add))
        ;; Validate only against completion categories.
        (let ((todo-categories categories))
          (setq cat (todo-validate-name cat 'category)))
-       ;; When user enters a nonexisting category name by jumping or
+       ;; When user enters a nonexistest category name by jumping or
        ;; moving, confirm that it should be added, then validate.
        (unless add
          (if (todo-y-or-n-p (format "Add new category \"%s\" to file \"%s\"? "
@@ -5677,7 +5677,7 @@
     (completing-read "Enter a day name: "
                     (append calendar-day-name-array nil)
                     nil t)))
-  
+
 (defun todo-read-time ()
   "Prompt for and return a valid clock time as a string.
 
@@ -6221,7 +6221,7 @@
 ;;     ))
 
 ;; 
-----------------------------------------------------------------------------
-;;; Hook functions and mode definitions 
+;;; Hook functions and mode definitions
 ;; 
-----------------------------------------------------------------------------
 
 (defun todo-show-current-file ()

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2013-06-28 08:03:21 +0000
+++ b/lisp/gnus/ChangeLog       2013-06-30 15:10:33 +0000
@@ -80,7 +80,7 @@
        (eww-colorize-region): Use `add-face-text-property'.
 
        * shr.el (shr-add-font): Append face data, so that we get the correct
-       presedence: The innermost value (which is applied first) wins.
+       precedence: The innermost value (which is applied first) wins.
        (shr-make-overlay): Obsolete function.
 
        * mm-decode.el (mm-convert-shr-links): New function to convert

=== modified file 'src/conf_post.h'
--- a/src/conf_post.h   2013-06-21 20:11:44 +0000
+++ b/src/conf_post.h   2013-06-30 15:10:33 +0000
@@ -231,7 +231,7 @@
       #define FOO_INLINE EXTERN_INLINE
 
    before including any .h file other than config.h.
-   Other .c files should not define FOO_INILNE.
+   Other .c files should not define FOO_INLINE.
 
    C99 compilers compile functions like 'incr' as C99-style extern
    inline functions.  Pre-C99 GCCs do something similar with

=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2013-06-30 14:49:33 +0000
+++ b/src/xdisp.c       2013-06-30 15:10:33 +0000
@@ -20387,7 +20387,7 @@
                break;
            }
          /* If we ended up on a composed character inside
-            bidi-reordered text (e.g., Hebrew text with diacriticals),
+            bidi-reordered text (e.g., Hebrew text with diacritics),
             the iterator gives us the buffer position of the last (in
             logical order) character of the composed grapheme cluster,
             which is not what we want.  So we cheat: we compute the

=== modified file 'test/automated/flymake-tests.el'
--- a/test/automated/flymake-tests.el   2013-06-21 14:36:13 +0000
+++ b/test/automated/flymake-tests.el   2013-06-30 15:10:33 +0000
@@ -43,7 +43,7 @@
           (face-at-point))
       (and buffer (kill-buffer buffer)))))
 
-(ert-deftest warnining-predicate-rx-gcc ()
+(ert-deftest warning-predicate-rx-gcc ()
   "Test GCC warning via regexp predicate."
   :expected-result (if (executable-find "gcc") :passed :failed)
   (should (eq 'flymake-warnline


reply via email to

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