emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106409: Spelling fixes.
Date: Fri, 18 Nov 2011 00:31:02 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106409
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Fri 2011-11-18 00:31:02 -0800
message:
  Spelling fixes.
modified:
  doc/misc/org.texi
  etc/ChangeLog
  etc/NEWS.1-17
  etc/themes/manoj-dark-theme.el
  lisp/calc/calc-misc.el
  lisp/cedet/ede/proj.el
  lisp/cedet/pulse.el
  lisp/emacs-lisp/edebug.el
  lisp/emulation/cua-rect.el
  lisp/gnus/gnus-sum.el
  lisp/gnus/spam-report.el
  lisp/info-xref.el
  lisp/international/quail.el
  lisp/minibuffer.el
  lisp/net/browse-url.el
  lisp/org/org-taskjuggler.el
  lisp/play/bubbles.el
  lisp/progmodes/cperl-mode.el
  lisp/progmodes/ebnf2ps.el
  lisp/progmodes/ps-mode.el
  lisp/shell.el
  lisp/textmodes/flyspell.el
  lwlib/xlwmenu.c
  nt/INSTALL
  src/gtkutil.c
  src/w32.c
=== modified file 'doc/misc/org.texi'
--- a/doc/misc/org.texi 2011-11-17 09:09:20 +0000
+++ b/doc/misc/org.texi 2011-11-18 08:31:02 +0000
@@ -15533,7 +15533,7 @@
 @i{Jambunathan K} contributed the OpenDocumentText exporter.
 @item
 @i{Sebastien Vauban} reported many issues with LaTeX and BEAMER export and
-enabled source code highlighling in Gnus.
+enabled source code highlighting in Gnus.
 @item
 @i{Stefan Vollmar} organized a video-recorded talk at the
 Max-Planck-Institute for Neurology.  He also inspired the creation of a

=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2011-11-14 23:59:56 +0000
+++ b/etc/ChangeLog     2011-11-18 08:31:02 +0000
@@ -4107,7 +4107,7 @@
 
 2002-02-01  ShengHuo ZHU  <address@hidden>
 
-       * gnus.xpm: Remove garbages.
+       * gnus.xpm: Remove garbage.
 
 2002-01-27  Pavel Janík  <address@hidden>
 

=== modified file 'etc/NEWS.1-17'
--- a/etc/NEWS.1-17     2011-11-17 17:40:48 +0000
+++ b/etc/NEWS.1-17     2011-11-18 08:31:02 +0000
@@ -2423,7 +2423,7 @@
  or show the text or subheadings under each heading line
  independently.  Hidden text or subheadings are invisibly
  attached to the end of the preceding heading line, so that
- if you kill the hading line and yank it back elsewhere
+ if you kill the heading line and yank it back elsewhere
  all the invisible lines accompany it.
 
   All editing commands treat hidden outline-mode lines

=== modified file 'etc/themes/manoj-dark-theme.el'
--- a/etc/themes/manoj-dark-theme.el    2011-11-14 23:59:56 +0000
+++ b/etc/themes/manoj-dark-theme.el    2011-11-18 08:31:02 +0000
@@ -37,7 +37,7 @@
 ;; (blueish) or mail (greenish), have states (large number of under
 ;; messages, normal, and empty). The large number unread groups have
 ;; highest luminance (appear brighter), and the empty one have lower
-;; luminance (appear greyer), but have the same chroma and saturation.
+;; luminance (appear grayer), but have the same chroma and saturation.
 ;; Sub states and group priorities are rendered using a color series
 ;; which has constant luminance and saturation, and vary in hue by a
 ;; constant separation -- so all the related groups have the same
@@ -53,7 +53,7 @@
 
 ;; In the message itself, quoted mail messages from different people
 ;; are color coordinated, with high contrast between citations that are
-;; close to each other in the heirarchy, so it is less likely that one
+;; close to each other in the hierarchy, so it is less likely that one
 ;; misunderstands who said what in a long conversation.
 
 ;; The following scheme covers programming languages, Gnus, Erc, mail,

=== modified file 'lisp/calc/calc-misc.el'
--- a/lisp/calc/calc-misc.el    2011-01-25 04:08:28 +0000
+++ b/lisp/calc/calc-misc.el    2011-11-18 08:31:02 +0000
@@ -260,13 +260,13 @@
                                                       (length msg)) 32)
                                       "  [?=MORE]")
                             ""))))))))
-  
+
 
 
 
 ;;;; Stack and buffer management.
 
-;; The variable calc-last-why-command is set in calc-do-handly-whys
+;; The variable calc-last-why-command is set in calc-do-handle-whys
 ;; and used in calc-why (in calc-stuff.el).
 (defvar calc-last-why-command)
 

=== modified file 'lisp/cedet/ede/proj.el'
--- a/lisp/cedet/ede/proj.el    2011-01-26 08:36:39 +0000
+++ b/lisp/cedet/ede/proj.el    2011-11-18 08:31:02 +0000
@@ -584,7 +584,7 @@
       link)))
 
 
-;;; Target type specific autogenerating gobbldegook.
+;;; Target type specific autogenerating gobbledygook.
 ;;
 
 (defun ede-proj-makefile-type (&optional proj)

=== modified file 'lisp/cedet/pulse.el'
--- a/lisp/cedet/pulse.el       2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/pulse.el       2011-11-18 08:31:02 +0000
@@ -77,7 +77,7 @@
      (:background "#AAAA33"))
     (((class color) (background light))
      (:background "#FFFFAA")))
-  "*Face used at beginning of a highight."
+  "*Face used at beginning of a highlight."
   :group 'pulse)
 
 (defface pulse-highlight-face

=== modified file 'lisp/emacs-lisp/edebug.el'
--- a/lisp/emacs-lisp/edebug.el 2011-10-05 05:30:03 +0000
+++ b/lisp/emacs-lisp/edebug.el 2011-11-18 08:31:02 +0000
@@ -1285,7 +1285,7 @@
   ;; Wrap a form, usually a defining form, but any evaluated one.
   ;; If speclist is non-nil, this is being called by edebug-defining-form.
   ;; Otherwise it is being called from edebug-read-and-maybe-wrap-form1.
-  ;; This is a hack, but I havent figured out a simpler way yet.
+  ;; This is a hack, but I haven't figured out a simpler way yet.
   (let* ((form-data-entry (edebug-get-form-data-entry form-begin form-end))
         ;; Set this marker before parsing.
         (edebug-form-begin-marker

=== modified file 'lisp/emulation/cua-rect.el'
--- a/lisp/emulation/cua-rect.el        2011-05-23 17:57:17 +0000
+++ b/lisp/emulation/cua-rect.el        2011-11-18 08:31:02 +0000
@@ -741,7 +741,7 @@
   ;; We try to reuse overlays where possible because this is more efficient
   ;; and results in less flicker.
   ;; If cua--rectangle-virtual-edges is nil and the buffer contains tabs or 
short lines,
-  ;; the higlighted region may not be perfectly rectangular.
+  ;; the highlighted region may not be perfectly rectangular.
   (let ((deactivate-mark deactivate-mark)
         (old cua--rectangle-overlays)
         (new nil)

=== modified file 'lisp/gnus/gnus-sum.el'
--- a/lisp/gnus/gnus-sum.el     2011-11-16 17:47:25 +0000
+++ b/lisp/gnus/gnus-sum.el     2011-11-18 08:31:02 +0000
@@ -364,7 +364,7 @@
 This variable can either be the symbols `first' (place point on the
 first subject), `unread' (place point on the subject line of the first
 unread article), `best' (place point on the subject line of the
-higest-scored article), `unseen' (place point on the subject line of
+highest-scored article), `unseen' (place point on the subject line of
 the first unseen article), `unseen-or-unread' (place point on the subject
 line of the first unseen article or, if all articles have been seen, on the
 subject line of the first unread article), or a function to be called to

=== modified file 'lisp/gnus/spam-report.el'
--- a/lisp/gnus/spam-report.el  2011-01-26 08:36:39 +0000
+++ b/lisp/gnus/spam-report.el  2011-11-18 08:31:02 +0000
@@ -102,7 +102,7 @@
       (customize-set-variable
        spam-report-resend-to
        (read-from-minibuffer "email address to resend SPAM/HAM to? ")))
-    ;; This is ganked from the `gnus-summary-resend-message' function.
+    ;; This is yanked from the `gnus-summary-resend-message' function.
     ;; It involves rendering the SPAM, which is undesirable, but there does
     ;; not seem to be a nicer way to achieve this.
     ;; select this particular article

=== modified file 'lisp/info-xref.el'
--- a/lisp/info-xref.el 2011-04-19 13:44:55 +0000
+++ b/lisp/info-xref.el 2011-11-18 08:31:02 +0000
@@ -313,7 +313,7 @@
   (interactive)
   (info-xref-check-list (info-xref-all-info-files)))
 
-;; An alternative for geting only top-level files here would be to simply
+;; An alternative for getting only top-level files here would be to simply
 ;; return all files and have info-xref-check-list not follow "Indirect:".
 ;; The current way seems better because it (potentially) gets the proper
 ;; top-level filename into the error messages, and suppresses duplicate "not

=== modified file 'lisp/international/quail.el'
--- a/lisp/international/quail.el       2011-11-15 17:37:37 +0000
+++ b/lisp/international/quail.el       2011-11-18 08:31:02 +0000
@@ -2701,7 +2701,7 @@
 
 (put 'quail-decode-map 'char-table-extra-slots 0)
 
-;; Generate a halfly-cooked decode map (char-table) for the current
+;; Generate a half-cooked decode map (char-table) for the current
 ;; Quail map.  An element for a character C is a key string or a list
 ;; of a key strings to type to input C.  The lenth of key string is at
 ;; most 2.  If it is 2, more keys may be required to input C.
@@ -2974,7 +2974,7 @@
       (if (not (re-search-forward leim-list-entry-regexp nil t))
          nil
 
-       ;; Remove garbages after the header.
+       ;; Remove garbage after the header.
        (goto-char (match-beginning 0))
        (if (< pos (point))
            (delete-region pos (point)))

=== modified file 'lisp/minibuffer.el'
--- a/lisp/minibuffer.el        2011-10-17 16:30:02 +0000
+++ b/lisp/minibuffer.el        2011-11-18 08:31:02 +0000
@@ -51,7 +51,7 @@
 ;; - choose-completion doesn't know how to quote the text it inserts.
 ;;   E.g. it fails to double the dollars in file-name completion, or
 ;;   to backslash-escape spaces and other chars in comint completion.
-;;   - when completing ~/tmp/fo$$o, the highligting in *Completions*
+;;   - when completing ~/tmp/fo$$o, the highlighting in *Completions*
 ;;     is off by one position.
 ;;   - all code like PCM which relies on all-completions to match
 ;;     its argument gets confused because all-completions returns unquoted

=== modified file 'lisp/net/browse-url.el'
--- a/lisp/net/browse-url.el    2011-11-14 06:27:12 +0000
+++ b/lisp/net/browse-url.el    2011-11-18 08:31:02 +0000
@@ -100,7 +100,7 @@
 ;; <URL:ftp://ftp.lysator.liu.se/pub/sgml>; hm--html-menus can be used
 ;; with this.
 
-;; This package generalises function html-previewer-process in Marc
+;; This package generalizes function html-previewer-process in Marc
 ;; Andreessen's html-mode (LCD modes/html-mode.el.Z).  See also the
 ;; ffap.el package.  The huge hyperbole package also contains similar
 ;; functions.

=== modified file 'lisp/org/org-taskjuggler.el'
--- a/lisp/org/org-taskjuggler.el       2011-08-18 20:41:06 +0000
+++ b/lisp/org/org-taskjuggler.el       2011-11-18 08:31:02 +0000
@@ -70,7 +70,7 @@
 ;; "taskjuggler_project" (or whatever you customized
 ;; `org-export-taskjuggler-project-tag' to). You are now ready to
 ;; export the project plan with `org-export-as-taskjuggler-and-open'
-;; which will export the project plan and open a gant chart in
+;; which will export the project plan and open a Gantt chart in
 ;; TaskJugglerUI.
 ;;
 ;; * Resources
@@ -354,8 +354,8 @@
   (let* ((props (org-entry-properties))
         (components (org-heading-components))
         (level (nth 1 components))
-        (headline 
-         (replace-regexp-in-string 
+        (headline
+         (replace-regexp-in-string
           "\"" "\\\"" (nth 4 components) t t)) ; quote double quotes in 
headlines
         (parent-ordered (org-taskjuggler-parent-is-ordered-p)))
     (push (cons "level" level) props)
@@ -405,10 +405,10 @@
            (successor (car (cdr tasks))))
        (cond
         ;; if a task has no successors it is a leaf
-        ((null successor) 
+        ((null successor)
          (push (cons (cons "leaf-node" t) task) new-list))
         ;; if the successor has a lower level than task it is a leaf
-        ((<= (cdr (assoc "level" successor)) (cdr (assoc "level" task))) 
+        ((<= (cdr (assoc "level" successor)) (cdr (assoc "level" task)))
          (push (cons (cons "leaf-node" t) task) new-list))
         ;; otherwise examine the rest of the tasks
         (t (push task new-list))))

=== modified file 'lisp/play/bubbles.el'
--- a/lisp/play/bubbles.el      2011-04-21 12:24:46 +0000
+++ b/lisp/play/bubbles.el      2011-11-18 08:31:02 +0000
@@ -55,7 +55,7 @@
 
 ;; 0.3 (2007-03-11)
 ;;     - Renamed shift modes and thus names of score files. All
-;;       highscores are lost, unless you rename the score files from
+;;       high scores are lost, unless you rename the score files from
 ;;       bubbles-shift-... to bubbles-...!
 ;;     - Bugfixes: Check for successful image creation.
 ;;                 Disable menus and counter when game is over.

=== modified file 'lisp/progmodes/cperl-mode.el'
--- a/lisp/progmodes/cperl-mode.el      2011-11-17 09:09:20 +0000
+++ b/lisp/progmodes/cperl-mode.el      2011-11-18 08:31:02 +0000
@@ -927,7 +927,7 @@
 
     A1) CPerl may work around these deficiencies (for big chunks, mostly
         PODs and HERE-documents), or
-    A2) On capable Emaxen CPerl will use improved syntax-handlings
+    A2) On capable Emaxen CPerl will use improved syntax-handling
        which reads mark-up hints directly.
 
     The scan in case A2 is much more comprehensive, thus may be slower.
@@ -4540,7 +4540,7 @@
                                       (forward-char 2))
                                (and (eq (following-char) ?\] )
                                     (forward-char 1)))
-                             (setq REx-subgr-end qtag) ;EndOf smart-highlighed
+                             (setq REx-subgr-end qtag) ;End smart-highlighted
                              ;; Apparently, I can't put \] into a charclass
                              ;; in m]]: m][\\\]\]] produces [\\]]
 ;;; POSIX?  [:word:] [:^word:] only inside []

=== modified file 'lisp/progmodes/ebnf2ps.el'
--- a/lisp/progmodes/ebnf2ps.el 2011-11-17 09:09:20 +0000
+++ b/lisp/progmodes/ebnf2ps.el 2011-11-18 08:31:02 +0000
@@ -6069,7 +6069,7 @@
 
 
 (defun ebnf-make-terminal1 (name gen-func dim-func)
-  (vector gen-func                     ; 0 generatore
+  (vector gen-func                     ; 0 generator
          'ignore                       ; 1 width fun
          dim-func                      ; 2 dimension fun
          0.0                           ; 3 entry

=== modified file 'lisp/progmodes/ps-mode.el'
--- a/lisp/progmodes/ps-mode.el 2011-11-13 07:48:23 +0000
+++ b/lisp/progmodes/ps-mode.el 2011-11-18 08:31:02 +0000
@@ -267,7 +267,7 @@
       . (1 font-lock-function-name-face))
     '("/\\w+" . font-lock-variable-name-face)
     (cons ps-mode-operators 'font-lock-keyword-face)))
-  "High level highliting for PostScript mode.")
+  "High level highlighting for PostScript mode.")
 
 (defconst ps-mode-font-lock-keywords ps-mode-font-lock-keywords-1
   "Default expressions to highlight in PostScript mode.")

=== modified file 'lisp/shell.el'
--- a/lisp/shell.el     2011-10-19 12:54:24 +0000
+++ b/lisp/shell.el     2011-11-18 08:31:02 +0000
@@ -293,7 +293,7 @@
                   (getenv "ESHELL") shell-file-name))
         (name (file-name-nondirectory prog)))
     ;; Tell bash not to use readline, except for bash 1.x which
-    ;; doesn't grook --noediting.  Bash 1.x has -nolineediting, but
+    ;; doesn't grok --noediting.  Bash 1.x has -nolineediting, but
     ;; process-send-eof cannot terminate bash if we use it.
     (if (and (not purify-flag)
             (equal name "bash")

=== modified file 'lisp/textmodes/flyspell.el'
--- a/lisp/textmodes/flyspell.el        2011-11-15 07:55:13 +0000
+++ b/lisp/textmodes/flyspell.el        2011-11-18 08:31:02 +0000
@@ -715,7 +715,7 @@
   (remove-hook 'after-change-functions 'flyspell-after-change-function t)
   (remove-hook 'hack-local-variables-hook
               (function flyspell-hack-local-variables-hook) t)
-  ;; we remove all the flyspell hilightings
+  ;; we remove all the flyspell highlightings
   (flyspell-delete-all-overlays)
   ;; we have to erase pre cache variables
   (setq flyspell-pre-buffer nil)

=== modified file 'lwlib/xlwmenu.c'
--- a/lwlib/xlwmenu.c   2011-10-13 14:55:46 +0000
+++ b/lwlib/xlwmenu.c   2011-11-18 08:31:02 +0000
@@ -1486,7 +1486,7 @@
   if (new_selection && !new_selection->enabled)
     new_selection = NULL;
 
-  /* Call callback when the hightlighted item changes.  */
+  /* Call callback when the highlighted item changes.  */
   if (old_selection || new_selection)
     XtCallCallbackList ((Widget)mw, mw->menu.highlight,
                        (XtPointer) new_selection);

=== modified file 'nt/INSTALL'
--- a/nt/INSTALL        2011-11-05 11:34:56 +0000
+++ b/nt/INSTALL        2011-11-18 08:31:02 +0000
@@ -29,7 +29,7 @@
 
        "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x86 
/Debug
 
-      if you are goiung to compile a debug version, or
+      if you are going to compile a debug version, or
 
        "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x86 
/Release
 
@@ -268,7 +268,7 @@
   "Error in --cflags argument: ... Backslashes and quotes cannot be
   used with --cflags.  Please use forward slashes for filenames and
   paths (e.g. when passing directories to -I)."
-  
+
   N.B.  It is normal to see a few error messages output while configure
   is running, when gcc support is being tested.  These cannot be
   suppressed because of limitations in the Windows 9X command.com shell.

=== modified file 'src/gtkutil.c'
--- a/src/gtkutil.c     2011-11-17 09:09:20 +0000
+++ b/src/gtkutil.c     2011-11-18 08:31:02 +0000
@@ -348,7 +348,7 @@
 
 /* For the image defined in IMG, make and return a GtkImage.  For displays with
    8 planes or less we must make a GdkPixbuf and apply the mask manually.
-   Otherwise the highlightning and dimming the tool bar code in GTK does
+   Otherwise the highlighting and dimming the tool bar code in GTK does
    will look bad.  For display with more than 8 planes we just use the
    pixmap and mask directly.  For monochrome displays, GTK doesn't seem
    able to use external pixmaps, it looks bad whatever we do.

=== modified file 'src/w32.c'
--- a/src/w32.c 2011-11-07 16:42:34 +0000
+++ b/src/w32.c 2011-11-18 08:31:02 +0000
@@ -3403,7 +3403,7 @@
                           FILE_FLAG_BACKUP_SEMANTICS, NULL))
          != INVALID_HANDLE_VALUE)
     {
-      /* This is more accurate in terms of gettting the correct number
+      /* This is more accurate in terms of getting the correct number
         of links, but is quite slow (it is noticeable when Emacs is
         making a list of file name completions). */
       BY_HANDLE_FILE_INFORMATION info;


reply via email to

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