]> code.delx.au - gnu-emacs/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Oct 2012 05:57:24 +0000 (22:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Oct 2012 05:57:24 +0000 (22:57 -0700)
42 files changed:
admin/grammars/srecode-template.wy
doc/emacs/display.texi
doc/lispref/commands.texi
doc/lispref/errors.texi
doc/misc/ede.texi
doc/misc/eieio.texi
doc/misc/org.texi
etc/ORG-NEWS
lib/stdlib.in.h
lisp/ChangeLog
lisp/ChangeLog.10
lisp/cedet/ede.el
lisp/cedet/ede/auto.el
lisp/cedet/ede/autoconf-edit.el
lisp/cedet/inversion.el
lisp/cedet/semantic/bovine/c.el
lisp/cedet/semantic/complete.el
lisp/cedet/semantic/db-global.el
lisp/cedet/semantic/db-typecache.el
lisp/cedet/semantic/decorate/include.el
lisp/cedet/semantic/fw.el
lisp/cedet/semantic/lex-spp.el
lisp/cedet/semantic/symref/filter.el
lisp/cedet/semantic/tag-ls.el
lisp/cedet/semantic/tag.el
lisp/emacs-lisp/eieio-base.el
lisp/emacs-lisp/timer.el
lisp/ido.el
lisp/org/ChangeLog
lisp/org/org-agenda.el
lisp/org/org-element.el
lisp/org/org-faces.el
lisp/org/org-remember.el
lisp/proced.el
lisp/profiler.el
lisp/progmodes/python.el
lisp/progmodes/verilog-mode.el
lisp/subr.el
lisp/textmodes/reftex.el
lisp/window.el
src/lread.c
src/unexmacosx.c

index 95ac8a07307737c75aee3c5874ddcc2b17e04823..f84a414b46e8abd6810be7ceaa8544252cd5fe39 100644 (file)
@@ -212,7 +212,7 @@ section-dictionary
   ;
 
 dictionary-entry-list
-  : ;; emtpy
+  : ;; empty
     ()
   | dictionary-entry-list dictionary-entry
     (append $1 $2)
index 2313d117a90895c453e82f69f77fff257e0b73a9..90bfcf147c55dde18e069a557dcb3205cb8c7fde 100644 (file)
@@ -1065,7 +1065,7 @@ present.
   Type @kbd{M-x delete-trailing-whitespace} to delete all trailing
 whitespace.  This command deletes all extra spaces at the end of each
 line in the buffer, and all empty lines at the end of the buffer; to
-ignore the latter, change the varaible @code{delete-trailing-lines} to
+ignore the latter, change the variable @code{delete-trailing-lines} to
 @code{nil}.  If the region is active, the command instead deletes
 extra spaces at the end of each line in the region.
 
index 93dba237013a3b4984330258566d28782b03382b..9ffa2b74857e9f0faea77dd4e78b146b44d23b74 100644 (file)
@@ -1952,7 +1952,7 @@ position such events have.
 
 @defun posnp object
 This function returns non-@code{nil} if @var{object} is a mouse
-oposition list, in either of the formats documented in @ref{Click
+position list, in either of the formats documented in @ref{Click
 Events}); and @code{nil} otherwise.
 @end defun
 
index b7b26c8708cbadc3b348ccf3656bd986257fc31e..b28ed6e84c4b45e1a1e06f9e27d0d283376638b5 100644 (file)
@@ -148,7 +148,7 @@ The message is @samp{No catch for tag}.  @xref{Catch and Throw}.
 @ignore
 @c Not actually used for anything?  Probably definition should be removed.
 @item protected-field
-The message is @samp{Attempt to modify a protected fiel.
+The message is @samp{Attempt to modify a protected file}.
 @end ignore
 
 @item scan-error
@@ -205,7 +205,7 @@ of @code{domain-error}.
 The message is @code{Arithmetic range error}.
 
 @item singularity-error
-The mssage is @samp{Arithmetic singularity error}.  This is a
+The message is @samp{Arithmetic singularity error}.  This is a
 subcategory of @code{domain-error}.
 
 @item underflow-error
index b0e149b09b6d8c2c5e2d9dc453c02909f7c1a1f7..046cdc994142216578700403f65a8d8fc8f8bb83 100644 (file)
@@ -302,7 +302,7 @@ that file to your target.
 . a myprogram RET
 @end example
 
-Note that these promps often have completion, so you can just press
+Note that these prompts often have completion, so you can just press
 @kbd{TAB} to complete the name @file{myprogram}.
 
 If you had many files to add to the same target, you could mark them
@@ -785,7 +785,7 @@ also supports several debugging tools via @file{android.el}.
 An arduino project of type @samp{ede-arduino-project} will read your
 @file{~/.arduino/preferences.txt} file, and identify your sketches.
 You will still need the Arduino IDE to set up your preferences and
-locate your arduino.  After quiting the IDE, Emacs will be able to
+locate your arduino.  After quitting the IDE, Emacs will be able to
 find your sketches, compile them, and upload them to your arduino.
 
 If you have the @file{arduino} command on your path, @ede{} will be
@@ -1169,14 +1169,14 @@ Some example project types are:
 
 @table @code
 @item project-am
-Autmake project which reads existing Automake files.
+Automake project which reads existing Automake files.
 @item ede-proj-project
 This project type will create @file{Makefiles},
 or @file{Makefile.am} files to compile your project.
 @item ede-linux
 This project type will detect linux source trees.
 @item ede-emacs
-This proejct will detect an Emacs source tree.
+This project will detect an Emacs source tree.
 @end table
 
 There are several other project types as well.
@@ -1291,7 +1291,7 @@ it finds the top of the project.  It does this by calling
 @code{ede-toplevel-project}.  If this hasn't already been discovered,
 the directories as scanned upward one at a time until a directory with
 no project is found.  The last found project becomes the project
-root.  If the ofund instance of @code{ede-project-autoload} has a
+root.  If the found instance of @code{ede-project-autoload} has a
 valid @code{proj-root} slot value, then that function is called instead
 of scanning the project by hand.  Some project types have a short-cut
 for determining the root of a project, so this comes in handy.
@@ -3331,7 +3331,7 @@ Bonus: Return a cons cell: (COMPILED . UPTODATE).
 @end deffn
 
 @deffn Method ede-proj-flush-autoconf :AFTER this
-Flush the configure file (current buffer) to accomodate @var{THIS}.
+Flush the configure file (current buffer) to accommodate @var{THIS}.
 @end deffn
 
 @deffn Method ede-buffer-mine :AFTER this buffer
@@ -3920,7 +3920,7 @@ Return the default macro to 'edit' for this object type.
 @end deffn
 
 @deffn Method project-compile-target-command :AFTER this
-Default target t- use when compling a texinfo file.
+Default target to use when compiling a texinfo file.
 @end deffn
 
 @deffn Method ede-documentation :AFTER this
index 9f3625e180fb4921882a6b2fe88b623434483a88..6b3a87f19fc5006e4fa0ab1ac631a6affe8a516e 100644 (file)
@@ -595,7 +595,7 @@ This is the default.
 @item :depth-first
 Search for methods in the class hierarchy in a depth first order.
 @item :c3
-Searches for methods in in a learnarized way that most closely matches
+Searches for methods in in a linearized way that most closely matches
 what CLOS does when a monotonic class structure is defined.
 @end table
 
@@ -1010,7 +1010,7 @@ This is the default.
 @item :depth-first
 Search for methods in the class hierarchy in a depth first order.
 @item :c3
-Searches for methods in in a learnarized way that most closely matches
+Searches for methods in in a linearized way that most closely matches
 what CLOS does when CLOS when a monotonic class structure is defined.
 
 This is derived from the Dylan language documents by
@@ -1408,8 +1408,8 @@ provided.
 Read a persistent object from @var{filename}, and return it.
 Signal an error if the object in @var{FILENAME} is not a constructor
 for @var{CLASS}.  Optional @var{allow-subclass} says that it is ok for
-@code{eieio-peristent-read} to load in subclasses of class instead of
-being pendantic."
+@code{eieio-persistent-read} to load in subclasses of class instead of
+being pedantic.
 @end defun
 
 @node eieio-named
@@ -1564,9 +1564,9 @@ texinfo format by using the tools in the file @file{eieio-doc.el}
 
 @deffn Command eieiodoc-class class indexstring &optional skiplist
 
-This will start at the current point, and created an indented menu of
+This will start at the current point, and create an indented menu of
 all the child classes of, and including @var{class}, but skipping any
-classes that might be in @var{skiplist} It will then create nodes for
+classes that might be in @var{skiplist} It will then create nodes for
 all these classes, subsection headings, and indexes.
 
 Each class will be indexed using the texinfo labeled index
@@ -1585,7 +1585,7 @@ where @var{indexstring} is replaced with the two letter code.
 Next, an inheritance tree will be created listing all parents of that
 section's class.
 
-Then,all the slots will be expanded in tables, and described
+Then, all the slots will be expanded in tables, and described
 using the documentation strings from the code.  Default values will also
 be displayed.  Only those slots with @code{:initarg} specified will be
 expanded, others will be hidden.  If a slot is inherited from a parent,
index 227af8faf1056d1c5708756524471455862c4131..89c99018460ac26ffa2441238fd677dcd987d9a2 100644 (file)
@@ -947,7 +947,7 @@ description on Worg}.
 Installing Info files is system dependent, because of differences in the
 @file{install-info} program.  The Info documentation is installed together
 with the rest of Org mode.  If you don't install Org mode, it is possible to
-install the Info documentation seperately (you need to have
+install the Info documentation separately (you need to have
 install-info@footnote{The output from install-info (if any) is system
 dependent.  In particular Debian and its derivatives use two different
 versions of install-info and you may see the message:
@@ -2671,13 +2671,13 @@ durations computations @ref{Durations and time values}.
 @cindex Lisp forms, as table formulas
 
 It is also possible to write a formula in Emacs Lisp.  This can be useful
-for string manipulation and control structures, if Calc's functionality is 
-not enough.  
+for string manipulation and control structures, if Calc's functionality is
+not enough.
 
 If a formula starts with a single-quote followed by an opening parenthesis,
 then it is evaluated as a Lisp form.  The evaluation should return either a
 string or a number.  Just as with @file{calc} formulas, you can specify modes
-and a printf format after a semicolon.  
+and a printf format after a semicolon.
 
 With Emacs Lisp forms, you need to be conscious about the way field
 references are interpolated into the form.  By default, a reference will be
@@ -6114,7 +6114,7 @@ is only necessary if you edit the timestamps directly.  If you change
 them with @kbd{S-@key{cursor}} keys, the update is automatic.
 @orgcmd{C-S-@key{up/down},org-clock-timestamps-up/down}
 On @code{CLOCK} log lines, increase/decrease both timestamps so that the
-clock duration keeps the same. 
+clock duration keeps the same.
 @orgcmd{S-M-@key{up/down},org-timestamp-up/down}
 On @code{CLOCK} log lines, increase/decrease the timestamp at point and
 the one of the previous (or the next clock) timestamp by the same duration.
@@ -16556,7 +16556,7 @@ rely on outline paths, in the hope that these will be unique enough.}.
 Finally, Org writes the file @file{index.org}, containing links to all other
 files.  @i{MobileOrg} first reads this file from the server, and then
 downloads all agendas and Org files listed in it.  To speed up the download,
-MobileOrg will only read files whose checksums@footnote{Checksums are stored 
+MobileOrg will only read files whose checksums@footnote{Checksums are stored
 automatically in the file @file{checksums.dat}} have changed.
 
 @node Pulling from MobileOrg,  , Pushing to MobileOrg, MobileOrg
@@ -16704,7 +16704,7 @@ on @file{org-element.el} and @file{org-export.el} has been outstanding, and
 opened the doors for many new ideas and features.
 
 @item Jambunathan K
-Jambunathan contributed the ODT exporter, definitly a killer feature of
+Jambunathan contributed the ODT exporter, definitely a killer feature of
 Org mode.  He also contributed the new HTML exporter, which is another core
 feature of Org.  Here too, I knew I could rely on him to fix bugs in these
 areas and to patiently explain the users what was the problems and solutions.
@@ -16712,7 +16712,7 @@ areas and to patiently explain the users what was the problems and solutions.
 @item Achim Gratz
 Achim rewrote the building process of Org, turning some @emph{ad hoc} tools
 into a flexible and conceptually clean process.  He patiently coped with the
-many hicups that such a change can create for users.
+many hiccups that such a change can create for users.
 
 @item Nick Dokos
 The Org mode mailing list would not be such a nice place without Nick, who
index 35aab7a0eefce7553fcaa664b670e4508713e2a1..c68519483689bd856a4b0d7796bf551daa388f4d 100644 (file)
@@ -65,12 +65,12 @@ See http://orgmode.org/elpa/
 
 *** Org Element
 
-    =org-element.el= is a toolbox for parsing and analysing "elements"
+    =org-element.el= is a toolbox for parsing and analyzing "elements"
     in an Org-mode buffer.  This has been written by Nicolas Goaziou
     and has been tested for quite some time.  It is now part of Org's
     core and many core functions rely on this package.
 
-    Two functions might be particularily handy for users:
+    Two functions might be particularly handy for users:
     =org-element-at-point= and =org-element-context=.
 
     See the docstrings for more details.
@@ -539,7 +539,7 @@ supported.
 **** =:results org= now put results in a =#+BEGIN_SRC org= block
 
 =:results org= used to put results in a =#+BEGIN_ORG= block but it now puts
-results in a =#+BEGIN_SRC org= block, wich comma-escaped lines.
+results in a =#+BEGIN_SRC org= block, with comma-escaped lines.
 
 =#+BEGIN_ORG= blocks are obsolete.
 
@@ -552,7 +552,7 @@ It used to exports the results of the code.
 **** New menu entry for [[doc::org-refile][org-refile]]
 **** Allow capturing to encrypted entries
 
-If you capture to an encrypted entry, it will be decrpyted before
+If you capture to an encrypted entry, it will be decrypted before
 inserting the template then re-encrypted after finalizing the capture.
 
 **** Inactive timestamps are now handled in tables
@@ -932,7 +932,7 @@ that Calc formulas can operate on them.
 
 **** org-gnus.el now allows link creation from messages
 
-     You can now create links from messages.  This is particularily
+     You can now create links from messages.  This is particularly
      useful when the user wants to stored messages that he sends, for
      later check.  Thanks to Ulf Stegemann for the patch.
 
@@ -1115,7 +1115,7 @@ that Calc formulas can operate on them.
 
 *** Completion
 
-**** In-buffer completion is now done using John Wiegleys pcomplete.el
+**** In-buffer completion is now done using John Wiegley's pcomplete.el
 
      Thanks to John Wiegley for much of this code.
 
index 8311a2893c8ac086c1db71eafd921c7d9c899676..65558402bf3f4ac8791dc6c629a6c1d0724c5107 100644 (file)
@@ -458,7 +458,7 @@ _GL_WARN_ON_USE (posix_openpt, "posix_openpt is not portable - "
 /* Return the pathname of the pseudo-terminal slave associated with
    the master FD is open on, or NULL on errors.  */
 # if @REPLACE_PTSNAME@
-#  if !(defined __cplusplus && defined GNULIB_NAMESPCE)
+#  if !(defined __cplusplus && defined GNULIB_NAMESPACE)
 #   undef ptsname
 #   define ptsname rpl_ptsname
 #  endif
index f6138eaa15ba45336b8bb1fdc449f7543c8f4d46..eaef867e9e2e524f2d55997ef9ebc245b28dd341 100644 (file)
 
 2012-03-18  Leo Liu  <sdl.web@gmail.com>
 
-       * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
+       * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
+       prefix.
 
 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
 
index d94d72d0f3c088c2fc30b207a6a9e40b6f4ca0a8..c9085827f7b3407ca71b09a75b50596869a66bde 100644 (file)
 
 2003-02-14  Dave Love  <fx@gnu.org>
 
-       * international/code-pages.el: Undo `Trailing whitepace deleted.'
+       * international/code-pages.el: Undo `Trailing whitespace deleted.'
        damage.
        (cp1125, mik): Nullify mime-charset.
 
index ce3536d53ee95d995228f7f1f23af215c19fb7c8..22fe362d5d9ef69c803f3d1632402ec1d10b00b1 100644 (file)
@@ -1358,13 +1358,13 @@ Return the first non-nil value returned by PROC."
 (defmethod ede-system-include-path ((this ede-project))
   "Get the system include path used by project THIS."
   nil)
-  
+
 (defmethod ede-system-include-path ((this ede-target))
   "Get the system include path used by project THIS."
   nil)
 
 (defmethod ede-source-paths ((this ede-project) mode)
-  "Get the base to all source trees in the current projet for MODE.
+  "Get the base to all source trees in the current project for MODE.
 For example, <root>/src for sources of c/c++, Java, etc,
 and <root>/doc for doc sources."
   nil)
index f6446db91083773274b0b7ca2b61e4b77490b87e..152f8130ad77b3131d5600d9a836202c2bef4381 100644 (file)
@@ -68,7 +68,7 @@ into memory.")
 
      ;; Add new types of dirmatches here.
 
-     ;; Error for wierd stuff
+     ;; Error for weird stuff
      (t (error "Unknown dirmatch type.")))))
 
 
@@ -285,7 +285,7 @@ the current buffer."
            ;; If this file DOES NOT match dirmatch, we set the callfcn
            ;; to nil, meaning don't load the ede support file for this
            ;; type of project.  If it does match, we will load the file
-           ;; and use a more accurate programatic match from there.
+           ;; and use a more accurate programmatic match from there.
            (unless (ede-project-dirmatch-p file dirmatch)
              (setq callfcn nil))))
        ;; Call into the project support file for a match.
index 8144b135ac5adb18a4cfd08f26f415063395597e..ebfb4154d81695784705e5d5a2f169b4a376e3ef 100644 (file)
@@ -165,7 +165,7 @@ items such as CHECK_HEADERS."
     (setq param (substring param (match-end 0))))
   (when (string-match "\\s-*\\]?\\s-*\\'" param)
     (setq param (substring param 0  (match-beginning 0))))
-  ;; Look for occurances of backslash newline
+  ;; Look for occurrences of backslash newline
   (while (string-match "\\s-*\\\\\\s-*\n\\s-*" param)
     (setq param (replace-match " " t t param)))
   param)
index 6a13a12e8e11d2603c573601670b0dfeb97d1c44..6b0f007916ba00895de48bc3885cf14d7e9b0c71 100644 (file)
@@ -348,7 +348,7 @@ Optional argument RESERVED is saved for later use."
 
 ;;;###autoload
 (defun inversion-require-emacs (emacs-ver xemacs-ver sxemacs-ver)
-  "Declare that you need either EMACS-VER, XEMACS-VER or SXEMACE-ver.
+  "Declare that you need either EMACS-VER, XEMACS-VER or SXEMACS-ver.
 Only checks one based on which kind of Emacs is being run."
   (let ((err (inversion-test 'emacs
                             (cond ((featurep 'sxemacs)
index 871bcdd6176648acc65b5e7d0d33d0198175c3c8..02ad6e05d1a895f50523b38bce743df167216018 100644 (file)
@@ -390,7 +390,7 @@ Pulls out the symbol list, and call `semantic-c-convert-spp-value-to-hideif-valu
       ;; can then interpret.
       (let ((stream (semantic-lex-spp-symbol-stream spp-symbol)))
        (cond
-        ;; Empyt string means defined, so t.
+        ;; Empty string means defined, so t.
         ((null stream) t)
         ;; A list means a parsed macro stream.
         ((listp stream)
@@ -515,7 +515,7 @@ code to parse."
          ;; should be skipped.
          (semantic-c-skip-conditional-section)
          (setq semantic-lex-end-point (point))
-         
+
          ;; @TODO -somewhere around here, we also need to skip
          ;; other sections of the conditional.
 
index f666491d667666fa9568d1a436adc9422ff0c520..61760dd3fe833ff396da4f6bf1609c474eb16a5f 100644 (file)
@@ -1555,7 +1555,7 @@ number of completions initially.  Pressing TAB will show the
 extended set.
 
 Quiet: Only show completions when we have narrowed all
-posibilities down to a maximum of
+possibilities down to a maximum of
 `semantic-displayor-tooltip-initial-max-tags' tags.  Pressing TAB
 multiple times will also show completions.
 
@@ -2239,4 +2239,3 @@ will perform the completion."
 ;; End:
 
 ;;; semantic/complete.el ends here
-
index 0d144483cb90bb3d3996489f1c43786e1e0356d4..a7bb130810e16b9a4b3e288605235a334aa5ba7f 100644 (file)
@@ -48,7 +48,7 @@ in a GNU Global supported hierarchy.
 Two sanity checks are performed to assure (a) that GNU global program exists
 and (b) that the GNU global program version is compatibility with the database
 version.  If optional NOERROR is nil, then an error may be signalled on version
-mismatch.  If NOERROR is not nil, then no error will be signlled.  Instead
+mismatch.  If NOERROR is not nil, then no error will be signaled.  Instead
 return value will indicate success or failure with non-nil or nil respective
 values."
   (interactive
index 94999a2797b7b0441f950cc2aee933e1381e5006..0da98a6d3570b4c5cf5acdeca144ae91372ac738 100644 (file)
@@ -584,7 +584,7 @@ If there isn't one, create it.
     (dolist (P path)
       (condition-case nil
          (oset P pointmax nil)
-       ;; Pointmax may not exist for all tables disovered in the
+       ;; Pointmax may not exist for all tables discovered in the
        ;; path.
        (error nil))
       (semantic-reset (semanticdb-get-typecache P)))))
index ede5c8901634443c5b0b989df45109d11bc6c81b..0c2c5e3ce371da961f8f120a7df7487524177cd9 100644 (file)
@@ -589,7 +589,7 @@ This means that Semantic cannot find a file associated with this tag
 on disk, but a database table of tags has been associated with it.
 
 This means that the include will still be used to find tags for
-searches, but you connot visit this include.\n\n")
+searches, but you cannot visit this include.\n\n")
       (princ "This Header is now represented by the following database table:\n\n  ")
       (princ (object-print table))
       )))
index c14ffb77169973a733998a9b3045d2c18da3dfd8..5a12047eb76f8b45b025ae622f54f92bc62dec90 100644 (file)
@@ -85,7 +85,7 @@
                    c)))
            event))
        (defun semantic-popup-menu (menu)
-         "Blockinig version of `popup-menu'"
+         "Blocking version of `popup-menu'"
          (popup-menu menu)
          ;; Wait...
          (while (popup-up-p) (dispatch-event (next-event))))
        'run-mode-hooks
       'run-hooks))
 
-  ;; Fancy compat useage now handled in cedet-compat
+  ;; Fancy compat usage now handled in cedet-compat
   (defalias 'semantic-subst-char-in-string 'subst-char-in-string)
   )
 
index 5fe900452a0af3b16987980fec6f899e9cbfe1a8..406f2900563910fc45459dbb810de0fa052504f4 100644 (file)
@@ -646,7 +646,7 @@ be merged recursively."
                 ;; #define FOO(a) foo##a##bar
                 (semantic-lex-spp-symbol-merge (cadr tok)))
                (t
-                (message "Invalid merge macro ecountered; \
+                (message "Invalid merge macro encountered; \
 will return empty string instead.")
                 "")))
             txt
index c294fd1727ec4728d9875f3a8f8c60c7a5d7688a..c6aa48bfbc371a3bca9335d4e800af7da1e49cd2 100644 (file)
@@ -101,7 +101,7 @@ tag that contains point, and return that."
        (semantic-tag-start tag)
        (semantic-tag-end tag))
       (when (called-interactively-p 'interactive)
-       (message "Found %d occurances of %s in %.2f seconds"
+       (message "Found %d occurrences of %s in %.2f seconds"
                 Lcount (semantic-tag-name target)
                 (semantic-elapsed-time start (current-time))))
       Lcount)))
index d6d2c203aa85e47f3986cbc93d643fc99898d8a5..094ea55428785e446f32d61a21e66814e9610852 100644 (file)
@@ -66,7 +66,7 @@ have values, they must still match."
 
 (define-overloadable-function semantic--tag-similar-types-p (tag1 tag2)
   "Compare the types of TAG1 and TAG2.
-This functions can be overriden, for example to compare a fully
+This function can be overridden, for example to compare a fully
 qualified with an unqualified type."
   (cond
    ((and (null (semantic-tag-type tag1))
@@ -80,7 +80,7 @@ qualified with an unqualified type."
 
 (defun semantic--tag-similar-types-p-default (tag1 tag2)
   "Compare the types of TAG1 and TAG2.
-This functions can be overriden, for example to compare a fully
+This function can be overridden, for example to compare a fully
 qualified with an unqualified type."
   (semantic-tag-of-type-p tag1 (semantic-tag-type tag2)))
 
@@ -97,7 +97,7 @@ Modes that override this function can call `semantic--tag-attribute-similar-p-de
 to do the default equality tests if ATTR is not special for that mode.")
 
 (defun semantic--tag-attribute-similar-p-default (attr value1 value2 ignorable-attributes)
-  "For ATTR, VALUE1, VALUE2 and IGNORABLE-ATTRIBUTES, test for similarness."
+  "For ATTR, VALUE1, VALUE2 and IGNORABLE-ATTRIBUTES, test for similarity."
   (cond
    ;; Tag sublists require special testing.
    ((and (listp value1) (semantic-tag-p (car value1))
@@ -131,7 +131,7 @@ Similar tags that have sub-tags such as arg lists or type members,
 are similar w/out checking the sub-list of tags.
 Optional argument IGNORABLE-ATTRIBUTES are attributes to ignore while comparing similarity.
 By default, `semantic-tag-similar-ignorable-attributes' is referenced for
-attributes, and IGNOREABLE-ATTRIBUTES will augment this list.
+attributes, and IGNORABLE-ATTRIBUTES will augment this list.
 
 Note that even though :name is not an attribute, it can be used to
 to indicate lax comparison of names via `semantic--tag-similar-names-p'")
@@ -207,7 +207,7 @@ Return the name of the first tag of class `package' in STREAM."
 
 (define-overloadable-function semantic-tag-full-name (tag &optional stream-or-buffer)
   "Return the fully qualified name of TAG in the package hierarchy.
-STREAM-OR-BUFFER can be anything convertable by `semantic-something-to-stream',
+STREAM-OR-BUFFER can be anything convertible by `semantic-something-to-stream',
 but must be a toplevel semantic tag stream that contains TAG.
 A Package Hierarchy is defined in UML by the way classes and methods
 are organized on disk.  Some languages use this concept such that a
index 08fe467b36729029714303e129647aa90891c9ea..38166871cea1bcd1af0e845077f8868b69988400 100644 (file)
@@ -554,7 +554,7 @@ You can identify a faux tag with `semantic-tag-faux-p'"
   "Set TAG name to NAME."
   (setcar tag name))
 
-;;; TAG Proxys
+;;; TAG Proxies
 ;;
 ;; A new kind of tag is a TAG PROXY.  These are tags that have some
 ;; minimal number of features set, such as name and class, but have a
@@ -570,7 +570,7 @@ two arguments, DATA and TAG.  TAG is a proxy tag that needs
 to be resolved, and DATA is the DATA passed into this function.
 DATA is data to help resolve the proxy.  DATA can be an EIEIO object,
 such that FUNCTION is a method.
-FUNCTION should return a list of tags, preferrably one tag."
+FUNCTION should return a list of tags, preferably one tag."
   (let ((sym (make-symbol ":tag-proxy")))
     (put sym 'proxy-function function)
     (put sym 'proxy-data data)
index 6677e2c3abbcd1e51e403e6b98eb0fbcf01b6e19..69fe762887f70e62aa557444799d837da454a47c 100644 (file)
@@ -228,8 +228,8 @@ a file.  Optional argument NAME specifies a default file name."
   "Read a persistent object from FILENAME, and return it.
 Signal an error if the object in FILENAME is not a constructor
 for CLASS.  Optional ALLOW-SUBCLASS says that it is ok for
-`eieio-peristent-read' to load in subclasses of class instead of
-being pendantic."
+`eieio-persistent-read' to load in subclasses of class instead of
+being pedantic."
   (unless class
     (message "Unsafe call to `eieio-persistent-read'."))
   (when (and class (not (class-p class)))
@@ -301,7 +301,7 @@ identified, and needing more object creation."
   "Validate that in CLASS, the SLOT with PROPOSED-VALUE is good, then fix.
 A limited number of functions, such as quote, list, and valid object
 constructor functions are considered valid.
-Secondarilly, any text properties will be stripped from strings."
+Second, any text properties will be stripped from strings."
   (cond ((consp proposed-value)
         ;; Lists with something in them need special treatment.
         (let ((slot-idx (eieio-slot-name-index class nil slot))
index 494d8a87e0e43653b39aee99685774ca2c287520..08b8ced9860cad460e392676b505b2e3c516bb60 100644 (file)
@@ -204,7 +204,7 @@ timers).  If nil, allocate a new cell."
   "Insert TIMER into `timer-idle-list'.
 This arranges to activate TIMER whenever Emacs is next idle.
 If optional argument DONT-WAIT is non-nil, set TIMER to activate
-immediately \(see beloe\), or at the right time, if Emacs is
+immediately \(see below\), or at the right time, if Emacs is
 already idle.
 
 REUSE-CELL, if non-nil, is a cons cell to reuse when inserting
index 94818fe57b08f26b89379a60290cd3c960766857..ffa2604d4fb3bd30c2d759aa6ff34ec1ecba6df7 100644 (file)
@@ -496,7 +496,7 @@ as first char even if `ido-enable-prefix' is nil."
 ;; See http://debbugs.gnu.org/2042 for more info.
 (defcustom ido-buffer-disable-smart-matches t
   "Non-nil means not to re-order matches for buffer switching.
-By default, ido aranges matches in the following order:
+By default, ido arranges matches in the following order:
 
   full-matches > suffix matches > prefix matches > remaining matches
 
index 066ebf3e6e0353e0f08c317b0eda169d36189b86..ef40c9316cf97b54bd5f8e812516f5652006211d 100644 (file)
 
        * org-agenda.el (org-agenda-list): Ensures that the list returned
        by `org-agenda-add-time-grid-maybe' is appended to Ě€rtnall' before
-       checking if the latter is emtpy.
-
-2012-09-30  Christophe Junke  <junke.christophe@gmail.com>  (tiny change)
-
-       * org-agenda.el (org-agenda-list): Ensure that the list returned
-       by `org-agenda-add-time-grid-maybe' is appended to `rtnall' before
-       checking if the latter is emtpy.
+       checking if the latter is empty.
 
 2012-09-30  Christophe Rhodes  <csr21@cantab.net>  (tiny change)
 
        * org-element.el (org-element-paragraph-parser): Fix parsing of
        paragraph at the beginning of an item.
 
-       * org.el (org-mode): Set back comment-start-skip so comment-dwin
+       * org.el (org-mode): Set back comment-start-skip so comment-dwim
        can tell a keyword from a comment.
 
        * org.el (org-set-autofill-regexps): Install new comment line
 
        * org-capture.el (org-capture-fill-template): Expand %<num> escape
        sequences into text entered for <num>'th %^{PROMPT} escape.
-       
+
        * org-capture.el (org-capture-fill-template): Fixed regexp for
        %<n> expandos to match any positive integer.
        (org-capture-templates): Updated docstring accordingly.
index 97241b6ac65bd83d149e9e5c78d4c54b6c1a521b..32fecde2af014ff577938016fc5ff29a9097bee8 100644 (file)
@@ -823,7 +823,7 @@ because you will take care of it on the day when scheduled."
   :group 'org-agenda-daily/weekly
   :version "24.1"
   :type '(choice
-         (const :tag "Alwas show prewarning" nil)
+         (const :tag "Always show prewarning" nil)
          (const :tag "Remove prewarning if entry is scheduled" t)
          (integer :tag "Restart prewarning N days before deadline")))
 
@@ -2837,7 +2837,7 @@ L   Timeline for current buffer         #   List stuck projects (!=configure)
     (widen)
     (let ((inhibit-read-only t))
       (add-text-properties (point-min) (point-max)
-                          `(org-serie t org-serie-redo-cmd ,redo)))
+                          `(org-series t org-series-redo-cmd ,redo)))
     (setq org-agenda-redo-command redo)
     (goto-char (point-min)))
   (org-agenda-fit-window-to-buffer)
@@ -4019,7 +4019,7 @@ given in `org-agenda-start-on-weekday'."
                           `(org-agenda-type agenda
                                             org-last-args (,arg ,start-day ,span)
                                             org-redo-cmd ,org-agenda-redo-command
-                                            org-serie-cmd ,org-cmd))
+                                            org-series-cmd ,org-cmd))
       (if (eq org-agenda-show-log-scoped 'clockcheck)
          (org-agenda-show-clocking-issues))
       (org-agenda-finalize)
@@ -4324,7 +4324,7 @@ in `org-agenda-text-search-extra-files'."
                           `(org-agenda-type search
                                             org-last-args (,todo-only ,string ,edit-at)
                                             org-redo-cmd ,org-agenda-redo-command
-                                            org-serie-cmd ,org-cmd))
+                                            org-series-cmd ,org-cmd))
       (org-agenda-finalize)
       (setq buffer-read-only t))))
 
@@ -4414,7 +4414,7 @@ for a keyword.  A numeric prefix directly selects the Nth keyword in
                           `(org-agenda-type todo
                                             org-last-args ,arg
                                             org-redo-cmd ,org-agenda-redo-command
-                                            org-serie-cmd ,org-cmd))
+                                            org-series-cmd ,org-cmd))
       (org-agenda-finalize)
       (setq buffer-read-only t))))
 
@@ -4499,7 +4499,7 @@ The prefix arg TODO-ONLY limits the search to TODO entries."
                           `(org-agenda-type tags
                                             org-last-args (,todo-only ,match)
                                             org-redo-cmd ,org-agenda-redo-command
-                                            org-serie-cmd ,org-cmd))
+                                            org-series-cmd ,org-cmd))
       (org-agenda-finalize)
       (setq buffer-read-only t))))
 
@@ -6583,7 +6583,7 @@ Org-mode buffers visited directly by the user will not be touched."
   (org-agenda-Quit))
 
 (defun org-agenda-kill-all-agenda-buffers ()
-  "Kill all buffers in `org-agena-mode'.
+  "Kill all buffers in `org-agenda-mode'.
 This is used when toggling sticky agendas.  You can also explicitly invoke it
 with `C-c a C-k'."
   (interactive)
@@ -6623,20 +6623,20 @@ in the agenda."
         (lprops (get 'org-agenda-redo-command 'org-lprops))
         (redo-cmd (get-text-property p 'org-redo-cmd))
         (last-args (get-text-property p 'org-last-args))
-        (org-agenda-overriding-cmd (get-text-property p 'org-serie-cmd))
+        (org-agenda-overriding-cmd (get-text-property p 'org-series-cmd))
         (org-agenda-overriding-cmd-arguments
          (unless (eq all t)
            (cond ((listp last-args)
                   (cons (or cpa (car last-args)) (cdr last-args)))
                  ((stringp last-args)
                   last-args))))
-        (serie-redo-cmd (get-text-property p 'org-serie-redo-cmd)))
+        (series-redo-cmd (get-text-property p 'org-series-redo-cmd)))
     (put 'org-agenda-tag-filter :preset-filter nil)
     (put 'org-agenda-category-filter :preset-filter nil)
     (and cols (org-columns-quit))
     (message "Rebuilding agenda buffer...")
-    (if serie-redo-cmd
-       (eval serie-redo-cmd)
+    (if series-redo-cmd
+       (eval series-redo-cmd)
       (org-let lprops '(eval redo-cmd)))
     (setq org-agenda-undo-list nil
          org-agenda-pending-undo-list nil)
@@ -7035,7 +7035,7 @@ Negative selection means regexp must not match for selection of an entry."
    (or (and cnt (text-property-any (point-min) (point-max) 'org-day-cnt cnt))
        (text-property-any (point-min) (point-max) 'org-today t)
        (text-property-any (point-min) (point-max) 'org-agenda-type 'agenda)
-       (and (get-text-property (min (1- (point-max)) (point)) 'org-serie)
+       (and (get-text-property (min (1- (point-max)) (point)) 'org-series)
            (org-agenda-goto-block-beginning))
        (point-min))))
 
@@ -7090,7 +7090,7 @@ With prefix ARG, go forward that many times the current span."
           ;; `cmd' may have been set by `org-agenda-run-series' which
           ;; uses `org-agenda-overriding-cmd' to decide whether
           ;; overriding is allowed for `cmd'
-          (get-text-property (min (1- (point-max)) (point)) 'org-serie-cmd))
+          (get-text-property (min (1- (point-max)) (point)) 'org-series-cmd))
          (org-agenda-overriding-arguments
           (list (car args) sd span)))
       (org-agenda-redo)
@@ -7183,7 +7183,7 @@ SPAN may be `day', `week', `month', `year'."
                   org-starting-day))
           (sd (org-agenda-compute-starting-span sd span n))
           (org-agenda-overriding-cmd
-           (get-text-property (min (1- (point-max)) (point)) 'org-serie-cmd))
+           (get-text-property (min (1- (point-max)) (point)) 'org-series-cmd))
           (org-agenda-overriding-arguments
            (list (car args) sd span)))
       (org-agenda-redo)
index 3d67ae7892a7628555fbb8706d9da5970ad5df1f..8b44d4936f58c0076aaea2faee3fa6c34fa9ff46 100644 (file)
@@ -3924,7 +3924,7 @@ Return Org syntax as a string."
                         (and (eq type 'paragraph)
                              (equal data (car (org-element-contents parent)))
                              (memq (org-element-type parent)
-                                   '(footnote-definiton item))))))
+                                   '(footnote-definition item))))))
                     "")))
              (funcall (intern (format "org-element-%s-interpreter" type))
                       data
index cfa4c1c30a586e32c15049d6d8db149690af64eb..51aead1b8bb591034760845996b928ad24234187 100644 (file)
@@ -293,7 +293,7 @@ column view defines special faces for each outline level.  See the file
       (((class color) (min-colors 8)  (background dark))  (:foreground "red"  :inverse-video t))
       (t (:inverse-video t))))
   "Face for highlighting the calendar day when using `org-read-date'.
-Using a bold face here might cause discrepencies while displaying the
+Using a bold face here might cause discrepancies while displaying the
 calendar."
   :group 'org-faces)
 
index 7a1eb7762de68d6a1ba087f2ba2bcd0a34fbdabf..dd493749295f4380045e2d5e97c1ed145caae365 100644 (file)
@@ -64,7 +64,7 @@ and `org-remember-default-headline'.  To force prompting anyway, use
 \\[universal-argument] \\[org-remember-finalize] to file the note.
 
 When this variable is nil, \\[org-remember-finalize] gives you the prompts, and
-\\[universal-argument] \\[org-remember-finalize] triggers the fasttrack."
+\\[universal-argument] \\[org-remember-finalize] triggers the fast track."
   :group 'org-remember
   :type 'boolean)
 
index be6cae2ef0827a9ec81e08b70889a5a67bdb85a5..ec41ce65ef5e8e7a3a635c2244082c063917cd1d 100644 (file)
@@ -1784,7 +1784,7 @@ supported but discouraged.  It will be removed in a future version of Emacs."
              process-alist))))
 
   (unless (and signal process-alist)
-    ;; Discouraged usge (supported for backward compatibility):
+    ;; Discouraged usage (supported for backward compatibility):
     ;; The new calling sequence separates more cleanly between the parts
     ;; of the code required for interactive and noninteractive calls so that
     ;; the command can be used more flexibly in noninteractive ways, too.
index efa23e7aec066e468c264d88b8365ce6fecae559..5e60595783387923fcaef5cec30250206a7c94d0 100644 (file)
@@ -495,7 +495,7 @@ return it."
            t))))))
 
 (defun profiler-report-collapse-entry ()
-  "Collpase entry at point."
+  "Collapse entry at point."
   (interactive)
   (save-excursion
     (beginning-of-line)
index b917d3f64290281e9ad15eb2ec352190ceec41ad..d5aa73f5ef3235883c685498dcdf73438ff182c6 100644 (file)
@@ -502,7 +502,7 @@ The type returned can be `comment', `string' or `paren'."
      (and
       ;; Match even number of backslashes.
       (or (not (any ?\\ ?\' ?\")) point
-          ;; Quotes might be preceeded by a escaped quote.
+          ;; Quotes might be preceded by a escaped quote.
           (and (or (not (any ?\\)) point) ?\\
                (* ?\\ ?\\) (any ?\' ?\")))
       (* ?\\ ?\\)
index 86ffdf535a0e0dc273566c8171aed4e268dbe61d..8c4167b6724a29b9ed4be58783fa1232e46ed28b 100644 (file)
@@ -5148,7 +5148,7 @@ This sets up the appropriate Verilog mode environment, removes
 whitespace with \\[verilog-delete-trailing-whitespace] on all
 command-line files, and saves the buffers."
   (unless noninteractive
-    (error "Use verilog-batch-delete-trailing-whitepace only with --batch"))  ;; Otherwise we'd mess up buffer modes
+    (error "Use verilog-batch-delete-trailing-whitespace only with --batch"))  ;; Otherwise we'd mess up buffer modes
   (verilog-batch-execute-func `verilog-delete-trailing-whitespace))
 
 (defun verilog-batch-diff-auto ()
@@ -12161,7 +12161,7 @@ Limitations:
   Interface names must be resolvable to filenames.  See `verilog-auto-inst'.
 
 As with other autos, any inputs/outputs declared in the module
-will suppress the AUTO from redeclarating an inputs/outputs by
+will suppress the AUTO from redeclaring an input/output by
 the same name.
 
 An example:
index 8dfe78d8c751d255a59587f444bfb14f4ea3ccda..b0ffb0db746608334d19aa9c87c7d3f2a470bb20 100644 (file)
@@ -3170,7 +3170,7 @@ in which case `save-window-excursion' cannot help."
          (set-window-hscroll window 0)
          ;; Don't try this with NOFORCE non-nil!
          (set-window-start window (point-min) t)
-         ;; This hould not be necessary.
+         ;; This should not be necessary.
          (set-window-point window (point-min))
          ;; Run `temp-buffer-show-hook', with the chosen window selected.
          (with-selected-window window
index 7052dcf473e59617a2bdb5978ae82c26015ea3ea..bdee0fcf1d41bcbbc26d400ab1e2940b5d3dbbc3 100644 (file)
@@ -2466,7 +2466,7 @@ information about your RefTeX version and configuration."
      "Remember to cover the basics, that is, what you expected to happen and
 what in fact did happen.
 
-Check if the bug is reproducable with an up-to-date version of
+Check if the bug is reproducible with an up-to-date version of
 RefTeX available from http://www.gnu.org/software/auctex/.
 
 If the bug is triggered by a specific \(La\)TeX file, you should try
index 811b1781b4ce8d66abdb413e4dd31bea91830e53..41af7f9f44b5f25746d6be7d74db21002883d478 100644 (file)
@@ -701,7 +701,7 @@ SIDE.  Return the new window, nil if its creation window failed."
       (set-window-parameter new 'delete-window 'delete-side-window)
       ;; Auto-adjust height/width of new window unless a size has been
       ;; explicitly requested.
-      (unless (if left-or-right 
+      (unless (if left-or-right
                  (cdr (assq 'window-width alist))
                (cdr (assq 'window-height alist)))
        (setq alist
@@ -5615,7 +5615,7 @@ the selected one."
              buffer window 'reuse alist display-buffer-mark-dedicated)))))
 
 (defun display-buffer-at-bottom (buffer alist)
-  "Try displaying BUFFER in a window at the botom of the selected frame.
+  "Try displaying BUFFER in a window at the bottom of the selected frame.
 This either splits the window at the bottom of the frame or the
 frame's root window, or reuses an existing window at the bottom
 of the selected frame."
index 581332502ed2885d9427786c9587f4932aace06a..a2b6d1f26d92f9b6bb47ebdec9eea5f435a0cc99 100644 (file)
@@ -1700,7 +1700,7 @@ readevalloop (Lisp_Object readcharfun,
   if (NILP (Ffboundp (macroexpand))
       /* Don't macroexpand in .elc files, since it should have been done
         already.  We actually don't know whether we're in a .elc file or not,
-        so we use circumstancial evidence: .el files normally go through
+        so we use circumstantial evidence: .el files normally go through
         Vload_source_file_function -> load-with-code-conversion
         -> eval-buffer.  */
       || EQ (readcharfun, Qget_file_char)
index d38b91e955aa11c6624b19a28a756ec0927c2e3d..d304e85d490b2eddc581f13d10c39a7f7db27b6d 100644 (file)
@@ -119,7 +119,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* LC_DATA_IN_CODE is not defined in mach-o/loader.h on OS X 10.7.
    But it is used if we build with "Command Line Tools for Xcode 4.5
-   (OS X Lion) - Septemper 2012".  */
+   (OS X Lion) - September 2012".  */
 #ifndef LC_DATA_IN_CODE
 #define LC_DATA_IN_CODE 0x29 /* table of non-instructions in __text */
 #endif