emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115923: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r115923: Spelling fixes.
Date: Wed, 08 Jan 2014 19:16:16 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115923
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2014-01-08 11:16:10 -0800
message:
  Spelling fixes.
  
  * lisp/language/china-util.el (hz-ascii-designation):
  Rename from hz-ascii-designnation.
  (hz-ascii-designation): Rename from hz-ascii-designnation.
  All uses changed.
  * lisp/cedet/semantic/decorate/include.el (semantic-decoration-mouse-3):
  Rename from semantic-decoratiton-mouse-3.  All uses changed.
  * lisp/org/org-irc.el (org-irc-ellipsify-description): Rename from
  org-irc-elipsify-description.  All uses changed.
modified:
  doc/emacs/programs.texi        
programs.texi-20091113204419-o5vbwnq5f7feedwu-6272
  doc/lispintro/emacs-lisp-intro.texi 
emacslispintro.texi-20091113204419-o5vbwnq5f7feedwu-6143
  doc/lispref/help.texi          help.texi-20091113204419-o5vbwnq5f7feedwu-6185
  doc/misc/semantic.texi         semantic.texi-20091117210551-bqxn4u9uesl3d17a-2
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/ChangeLog.8               
changelog.8-20091113204419-o5vbwnq5f7feedwu-1894
  lisp/cedet/ChangeLog           changelog-20100919015713-3rbr456yray5m84f-1
  lisp/cedet/data-debug.el       
datadebug.el-20091113204419-o5vbwnq5f7feedwu-10979
  lisp/cedet/semantic/decorate/include.el 
include.el-20091113204419-o5vbwnq5f7feedwu-11271
  lisp/emulation/viper-cmd.el    
vipercmd.el-20091113204419-o5vbwnq5f7feedwu-1184
  lisp/gnus/gmm-utils.el         
gmmutils.el-20091113204419-o5vbwnq5f7feedwu-4409
  lisp/gnus/gnus-util.el         
gnusutil.el-20091113204419-o5vbwnq5f7feedwu-1140
  lisp/gnus/nnmail.el            nnmail.el-20091113204419-o5vbwnq5f7feedwu-1156
  lisp/language/china-util.el    
chinautil.el-20091113204419-o5vbwnq5f7feedwu-1052
  lisp/org/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-8688
  lisp/org/org-agenda.el         
orgagenda.el-20091113204419-o5vbwnq5f7feedwu-8640
  lisp/org/org-irc.el            orgirc.el-20091113204419-o5vbwnq5f7feedwu-8613
  lisp/textmodes/paragraphs.el   
paragraphs.el-20091113204419-o5vbwnq5f7feedwu-87
  lisp/wid-edit.el               widedit.el-20091113204419-o5vbwnq5f7feedwu-1095
=== modified file 'doc/emacs/programs.texi'
--- a/doc/emacs/programs.texi   2014-01-01 07:43:34 +0000
+++ b/doc/emacs/programs.texi   2014-01-08 19:16:10 +0000
@@ -1220,7 +1220,7 @@
 @cindex Eldoc mode
 @findex eldoc-mode
   Eldoc is a buffer-local minor mode that helps with looking up Lisp
-documention.  When it is enabled, the echo area displays some useful
+documentation.  When it is enabled, the echo area displays some useful
 information whenever there is a Lisp function or variable at point;
 for a function, it shows the argument list, and for a variable it
 shows the first line of the variable's documentation string.  To

=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2014-01-06 05:25:46 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2014-01-08 19:16:10 +0000
@@ -11912,7 +11912,6 @@
 @node No deferment solution
 @subsection No Deferment Solution
 @cindex No deferment solution
address@hidden Defermentless solution
 @cindex Solution without deferment
 
 The solution to the problem of deferred operations is to write in a

=== modified file 'doc/lispref/help.texi'
--- a/doc/lispref/help.texi     2014-01-03 05:49:06 +0000
+++ b/doc/lispref/help.texi     2014-01-08 19:16:10 +0000
@@ -59,7 +59,7 @@
 (@pxref{Accessing Documentation}).
 
 @cindex @code{variable-documentation} property
-  In a variable definition (a @code{defvar} form), the documention
+  In a variable definition (a @code{defvar} form), the documentation
 string is specified after the initial value.  @xref{Defining
 Variables}.  The string is stored in the variable's
 @code{variable-documentation} property.

=== modified file 'doc/misc/semantic.texi'
--- a/doc/misc/semantic.texi    2014-01-06 06:25:30 +0000
+++ b/doc/misc/semantic.texi    2014-01-08 19:16:10 +0000
@@ -355,7 +355,7 @@
 
 The database and tables both also provide applicable cache information,
 and cache flushing system.  The semanticdb search routines use caches
-to save datastructures that are complex to calculate.
+to save data structures that are complex to calculate.
 
 Lastly, it provides the concept of @dfn{project root}.  It is a system
 by which a file can be associated with the root of a project, so if

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-08 17:39:31 +0000
+++ b/lisp/ChangeLog    2014-01-08 19:16:10 +0000
@@ -1,3 +1,11 @@
+2014-01-08  Paul Eggert  <address@hidden>
+
+       Spelling fixes.
+       * language/china-util.el (hz-ascii-designation):
+       Rename from hz-ascii-designnation.
+       (hz-ascii-designation): Rename from hz-ascii-designnation.
+       All uses changed.
+
 2014-01-08  Bastien Guerry  <address@hidden>
 
        * emacs-lisp/package.el (package-installed-p): Fix my previous

=== modified file 'lisp/ChangeLog.8'
--- a/lisp/ChangeLog.8  2014-01-01 07:43:34 +0000
+++ b/lisp/ChangeLog.8  2014-01-08 19:16:10 +0000
@@ -295,7 +295,7 @@
        (font-lock-removed-keywords-alist): New variable.
        (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
        Empty `font-lock-keywords-alist' when `append' is `set' to avoid
-       growing datastructures.
+       growing data structures.
        (font-lock-set-defaults): Removes keywords stored in
        `font-lock-removed-keywords-alist' after local keywords added.
 

=== modified file 'lisp/cedet/ChangeLog'
--- a/lisp/cedet/ChangeLog      2014-01-01 07:43:34 +0000
+++ b/lisp/cedet/ChangeLog      2014-01-08 19:16:10 +0000
@@ -1,3 +1,9 @@
+2014-01-08  Paul Eggert  <address@hidden>
+
+       Spelling fixes.
+       * semantic/decorate/include.el (semantic-decoration-mouse-3):
+       Rename from semantic-decoratiton-mouse-3.  All uses changed.
+
 2013-12-28  Glenn Morris  <address@hidden>
 
        * ede/linux.el (project-linux-build-directory-default)

=== modified file 'lisp/cedet/data-debug.el'
--- a/lisp/cedet/data-debug.el  2014-01-01 07:43:34 +0000
+++ b/lisp/cedet/data-debug.el  2014-01-08 19:16:10 +0000
@@ -1,4 +1,4 @@
-;;; data-debug.el --- Datastructure Debugger
+;;; data-debug.el --- Data structure debugger
 
 ;; Copyright (C) 2007-2014 Free Software Foundation, Inc.
 

=== modified file 'lisp/cedet/semantic/decorate/include.el'
--- a/lisp/cedet/semantic/decorate/include.el   2014-01-01 07:43:34 +0000
+++ b/lisp/cedet/semantic/decorate/include.el   2014-01-08 19:16:10 +0000
@@ -42,8 +42,8 @@
 ;;; Code:
 
 ;;; FACES AND KEYMAPS
-(defvar semantic-decoratiton-mouse-3 (if (featurep 'xemacs) [ button3 ] [ 
mouse-3 ])
-  "The keybinding lisp object to use for binding the right mouse button.")
+(defvar semantic-decoration-mouse-3 (if (featurep 'xemacs) [ button3 ] [ 
mouse-3 ])
+  "The keybinding Lisp object to use for binding the right mouse button.")
 
 ;;; Includes that are in a happy state!
 ;;
@@ -55,7 +55,7 @@
 
 (defvar semantic-decoration-on-include-map
   (let ((km (make-sparse-keymap)))
-    (define-key km semantic-decoratiton-mouse-3 
'semantic-decoration-include-menu)
+    (define-key km semantic-decoration-mouse-3 
'semantic-decoration-include-menu)
     km)
   "Keymap used on includes.")
 
@@ -126,7 +126,7 @@
 (defvar semantic-decoration-on-unknown-include-map
   (let ((km (make-sparse-keymap)))
     ;(define-key km [ mouse-2 ] 'semantic-decoration-unknown-include-describe)
-    (define-key km semantic-decoratiton-mouse-3 
'semantic-decoration-unknown-include-menu)
+    (define-key km semantic-decoration-mouse-3 
'semantic-decoration-unknown-include-menu)
     km)
   "Keymap used on unparsed includes.")
 
@@ -189,7 +189,7 @@
 (defvar semantic-decoration-on-fileless-include-map
   (let ((km (make-sparse-keymap)))
     ;(define-key km [ mouse-2 ] 'semantic-decoration-fileless-include-describe)
-    (define-key km semantic-decoratiton-mouse-3 
'semantic-decoration-fileless-include-menu)
+    (define-key km semantic-decoration-mouse-3 
'semantic-decoration-fileless-include-menu)
     km)
   "Keymap used on unparsed includes.")
 
@@ -251,7 +251,7 @@
 
 (defvar semantic-decoration-on-unparsed-include-map
   (let ((km (make-sparse-keymap)))
-    (define-key km semantic-decoratiton-mouse-3 
'semantic-decoration-unparsed-include-menu)
+    (define-key km semantic-decoration-mouse-3 
'semantic-decoration-unparsed-include-menu)
     km)
   "Keymap used on unparsed includes.")
 

=== modified file 'lisp/emulation/viper-cmd.el'
--- a/lisp/emulation/viper-cmd.el       2014-01-01 07:43:34 +0000
+++ b/lisp/emulation/viper-cmd.el       2014-01-08 19:16:10 +0000
@@ -1896,7 +1896,7 @@
 ;; Quote region by each line with a user supplied string.
 (defun viper-quote-region ()
   (let ((quote-str viper-quote-string)
-       (donot-change-default t))
+       (do-not-change-default t))
     (setq quote-str
          (viper-read-string-with-history
           "Quote string: "
@@ -1908,9 +1908,9 @@
                 ((string-match "lisp.*-mode" (symbol-name major-mode)) ";;")
                 ((memq major-mode '(c-mode cc-mode c++-mode)) "//")
                 ((memq major-mode '(sh-mode shell-mode)) "#")
-                (t (setq donot-change-default nil)
+                (t (setq do-not-change-default nil)
                    quote-str))))
-    (or donot-change-default
+    (or do-not-change-default
        (setq viper-quote-string quote-str))
     (viper-enlarge-region (point) (mark t))
     (if (> (point) (mark t)) (exchange-point-and-mark))

=== modified file 'lisp/gnus/gmm-utils.el'
--- a/lisp/gnus/gmm-utils.el    2014-01-01 07:43:34 +0000
+++ b/lisp/gnus/gmm-utils.el    2014-01-08 19:16:10 +0000
@@ -99,7 +99,7 @@
 
 ;; Copy of the `nnmail-lazy' code from `nnmail.el':
 (define-widget 'gmm-lazy 'default
-  "Base widget for recursive datastructures.
+  "Base widget for recursive data structures.
 
 This is a copy of the `lazy' widget in Emacs 22.1 provided for compatibility."
   :format "%{%t%}: %v"

=== modified file 'lisp/gnus/gnus-util.el'
--- a/lisp/gnus/gnus-util.el    2014-01-01 07:43:34 +0000
+++ b/lisp/gnus/gnus-util.el    2014-01-08 19:16:10 +0000
@@ -937,7 +937,7 @@
       'previous-extent-change 'previous-char-property-change))
 
 ;;; Protected and atomic operations.  address@hidden 21.11.1996
-;; The primary idea here is to try to protect internal datastructures
+;; The primary idea here is to try to protect internal data structures
 ;; from becoming corrupted when the user hits C-g, or if a hook or
 ;; similar blows up.  Often in Gnus multiple tables/lists need to be
 ;; updated at the same time, or information can be lost.

=== modified file 'lisp/gnus/nnmail.el'
--- a/lisp/gnus/nnmail.el       2014-01-01 07:43:34 +0000
+++ b/lisp/gnus/nnmail.el       2014-01-08 19:16:10 +0000
@@ -374,7 +374,7 @@
                  (number :tag "count")))
 
 (define-widget 'nnmail-lazy 'default
-  "Base widget for recursive datastructures.
+  "Base widget for recursive data structures.
 
 This is copy of the `lazy' widget in Emacs 22.1 provided for compatibility."
   :format "%{%t%}: %v"

=== modified file 'lisp/language/china-util.el'
--- a/lisp/language/china-util.el       2014-01-01 07:43:34 +0000
+++ b/lisp/language/china-util.el       2014-01-08 19:16:10 +0000
@@ -52,16 +52,16 @@
 ;; ISO-2022 escape sequence to designate GB2312.
 (defvar iso2022-gb-designation "\e$A")
 ;; HZ escape sequence to designate GB2312.
-(defvar hz-gb-designnation "~{")
+(defvar hz-gb-designation "~{")
 ;; ISO-2022 escape sequence to designate ASCII.
 (defvar iso2022-ascii-designation "\e(B")
 ;; HZ escape sequence to designate ASCII.
-(defvar hz-ascii-designnation "~}")
+(defvar hz-ascii-designation "~}")
 ;; Regexp of ZW sequence to start GB2312.
 (defvar zw-start-gb "^zW")
 ;; Regexp for start of GB2312 in an encoding mixture of HZ and ZW.
 (defvar hz/zw-start-gb
-  (concat hz-gb-designnation "\\|" zw-start-gb "\\|[^\0-\177]"))
+  (concat hz-gb-designation "\\|" zw-start-gb "\\|[^\0-\177]"))
 
 (defvar decode-hz-line-continuation nil
   "Flag to tell if we should care line continuation convention of Hz.")
@@ -117,7 +117,7 @@
                (progn
                  (translate-region (point) end hz-set-msb-table)
                  (goto-char end))
-             (if (search-forward hz-ascii-designnation
+             (if (search-forward hz-ascii-designation
                                  (if decode-hz-line-continuation nil end)
                                  t)
                  (delete-char -2))
@@ -155,11 +155,11 @@
            (goto-char pos)
            (while (search-forward iso2022-gb-designation nil t)
              (delete-char -3)
-             (insert hz-gb-designnation))
+             (insert hz-gb-designation))
            (goto-char pos)
            (while (search-forward iso2022-ascii-designation nil t)
              (delete-char -3)
-             (insert hz-ascii-designnation))))
+             (insert hz-ascii-designation))))
       (- (point-max) (point-min)))))
 
 ;;;###autoload

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2014-01-07 13:22:53 +0000
+++ b/lisp/org/ChangeLog        2014-01-08 19:16:10 +0000
@@ -1,3 +1,9 @@
+2014-01-08  Paul Eggert  <address@hidden>
+
+       Spelling fixes.
+       * org-irc.el (org-irc-ellipsify-description): Rename from
+       org-irc-elipsify-description.  All uses changed.
+
 2013-01-07  Bastien Guerry  <address@hidden>
 
        * org-clock.el (org-clock-cancel-hook)

=== modified file 'lisp/org/org-agenda.el'
--- a/lisp/org/org-agenda.el    2014-01-07 13:22:53 +0000
+++ b/lisp/org/org-agenda.el    2014-01-08 19:16:10 +0000
@@ -764,7 +764,7 @@
          (integer :tag "Ignore if N or more days in past(-) or future(+).")))
 
 (defcustom org-agenda-todo-ignore-deadlines nil
-  "Non-nil means ignore some deadlined TODO items when making TODO list.
+  "Non-nil means ignore some deadline TODO items when making TODO list.
 There are different motivations for using different values, please think
 carefully when configuring this variable.
 

=== modified file 'lisp/org/org-irc.el'
--- a/lisp/org/org-irc.el       2014-01-01 07:43:34 +0000
+++ b/lisp/org/org-irc.el       2014-01-08 19:16:10 +0000
@@ -105,7 +105,7 @@
    ((eq major-mode 'erc-mode)
     (org-irc-erc-store-link))))
 
-(defun org-irc-elipsify-description (string &optional after)
+(defun org-irc-ellipsify-description (string &optional after)
   "Remove unnecessary white space from STRING and add ellipses if necessary.
 Strip starting and ending white space from STRING and replace any
 chars that the value AFTER with '...'"
@@ -158,7 +158,7 @@
            (progn
              (org-store-link-props
               :type "file"
-              :description (concat "'" (org-irc-elipsify-description
+              :description (concat "'" (org-irc-ellipsify-description
                                         (cadr parsed-line) 20)
                                    "' from an IRC conversation")
               :link (concat "file:" (car parsed-line) "::"

=== modified file 'lisp/textmodes/paragraphs.el'
--- a/lisp/textmodes/paragraphs.el      2014-01-01 07:43:34 +0000
+++ b/lisp/textmodes/paragraphs.el      2014-01-08 19:16:10 +0000
@@ -468,7 +468,7 @@
          (setq par-text-beg (point))
          ;; Start of the first line of the paragraph.
          ;; We use this as the search limit
-         ;; to allow s1entence-end to match if it is anchored at
+         ;; to allow sentence-end to match if it is anchored at
          ;; BOL and the paragraph starts indented.
          (beginning-of-line)
          (setq par-beg (point)))

=== modified file 'lisp/wid-edit.el'
--- a/lisp/wid-edit.el  2014-01-01 07:43:34 +0000
+++ b/lisp/wid-edit.el  2014-01-08 19:16:10 +0000
@@ -3462,14 +3462,14 @@
 ;; Recursive datatypes.
 
 (define-widget 'lazy 'default
-  "Base widget for recursive datastructures.
+  "Base widget for recursive data structures.
 
 The `lazy' widget will, when instantiated, contain a single inferior
 widget, of the widget type specified by the :type parameter.  The
 value of the `lazy' widget is the same as the value of the inferior
 widget.  When deriving a new widget from the 'lazy' widget, the :type
 parameter is allowed to refer to the widget currently being defined,
-thus allowing recursive datastructures to be described.
+thus allowing recursive data structures to be described.
 
 The :type parameter takes the same arguments as the defcustom
 parameter with the same name.
@@ -3479,7 +3479,7 @@
 of the inferior widgets may be of the same type you are currently
 defining.
 
-In Lisp, however, it is custom to define datastructures in terms of
+In Lisp, however, it is custom to define data structures in terms of
 themselves.  A list, for example, is defined as either nil, or a cons
 cell whose cdr itself is a list.  The obvious way to translate this
 into a widget type would be
@@ -3502,7 +3502,7 @@
     :type '(choice (const nil) (cons :value (nil) sexp sexp-list)))"
   :format "%{%t%}: %v"
   ;; We don't convert :type because we want to allow recursive
-  ;; datastructures.  This is slow, so we should not create speed
+  ;; data structures.  This is slow, so we should not create speed
   ;; critical widgets by deriving from this.
   :convert-widget 'widget-value-convert-widget
   :value-create 'widget-type-value-create


reply via email to

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