]> code.delx.au - gnu-emacs/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 20 Nov 2011 03:48:53 +0000 (04:48 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 20 Nov 2011 03:48:53 +0000 (04:48 +0100)
96 files changed:
ChangeLog
admin/CPP-DEFINES
admin/notes/multi-tty
autogen/install-sh
doc/lispref/ChangeLog
doc/lispref/compile.texi
doc/lispref/help.texi
doc/misc/ChangeLog
doc/misc/ede.texi
doc/misc/eieio.texi
doc/misc/gnus-coding.texi
doc/misc/gnus-news.texi
etc/MH-E-NEWS
etc/NEWS
etc/NEWS.19
etc/NEWS.21
etc/NEWS.22
lib/sha256.c
lib/sha512.c
lisp/ChangeLog
lisp/ChangeLog.10
lisp/ChangeLog.13
lisp/ChangeLog.15
lisp/ChangeLog.2
lisp/ChangeLog.3
lisp/ChangeLog.8
lisp/ChangeLog.9
lisp/allout.el
lisp/cedet/ChangeLog
lisp/cedet/cedet-cscope.el
lisp/cedet/cedet-files.el
lisp/cedet/cedet-global.el
lisp/cedet/cedet-idutils.el
lisp/cedet/cedet.el
lisp/cedet/data-debug.el
lisp/cedet/ede.el
lisp/cedet/ede/proj-comp.el
lisp/cedet/inversion.el
lisp/cedet/mode-local.el
lisp/cedet/pulse.el
lisp/cedet/semantic.el
lisp/cedet/semantic/bovine/c.el
lisp/cedet/semantic/bovine/debug.el
lisp/cedet/semantic/db-typecache.el
lisp/cedet/semantic/debug.el
lisp/cedet/semantic/edit.el
lisp/cedet/semantic/idle.el
lisp/cedet/semantic/symref/list.el
lisp/cedet/srecode/dictionary.el
lisp/emacs-lisp/ert.el
lisp/emacs-lisp/package.el
lisp/erc/ChangeLog
lisp/erc/ChangeLog.01
lisp/erc/ChangeLog.03
lisp/erc/erc-backend.el
lisp/erc/erc-log.el
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog.2
lisp/gnus/mm-util.el
lisp/international/mule.el
lisp/mail/feedmail.el
lisp/mail/rmail.el
lisp/mail/smtpmail.el
lisp/mh-e/ChangeLog
lisp/mh-e/ChangeLog.1
lisp/mh-e/mh-utils.el
lisp/nxml/xsd-regexp.el
lisp/org/ChangeLog
lisp/org/org-table.el
lisp/progmodes/cc-langs.el
lisp/progmodes/cfengine.el
lisp/progmodes/cwarn.el
lisp/progmodes/ebnf-dtd.el
lisp/progmodes/idlwave.el
lisp/progmodes/pascal.el
lisp/term/iris-ansi.el
lisp/term/rxvt.el
lisp/textmodes/artist.el
lisp/textmodes/reftex-dcr.el
lisp/vc/vc-mtn.el
lisp/xml.el
src/ChangeLog
src/ChangeLog.11
src/ChangeLog.3
src/ChangeLog.7
src/ChangeLog.8
src/bidi.c
src/buffer.c
src/casetab.c
src/charset.c
src/dispextern.h
src/frame.c
src/search.c
src/xterm.c
test/ChangeLog
test/cedet/semantic-utest-c.el

index 34039b3860c7d1abcc22da0c6ce6ac4cd0241e02..a082dc5b08a38fd8435e18f3499085f80cb0b2e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * autogen/Makefile.in: Add auto-updated generated files.
        * autogen.sh: No longer a no-op, now it tests for autotools
        and runs them as necessary.
-       * configure.in: Defaule maintainer-mode to on.
+       * configure.in: Default maintainer-mode to on.
        * aclocal.m4, configure, lib/Makefile.in: Remove files.
 
 2011-03-13  Paul Eggert  <eggert@cs.ucla.edu>
        paths.h.in, Makefile.in in src.
 
        * configure: Delete .tmp files before creating them; don't bother
-       trying to make final targets writeable first, since it won't
+       trying to make final targets writable first, since it won't
        matter to move-if-change.
 
 1992-05-19  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
index 6e0f736a06f00e736e4d32f366f8c7598b63062d..9723ca720e1e687c881619a78083631251475717 100644 (file)
@@ -48,7 +48,7 @@ SYSTEM_MALLOC Use the system library's malloc.
 subprocesses    System can use subprocesses (for M-x shell for example).  Defined by default, only MSDOS undefines it.
 USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int.
 
-** System specific macros, decribed in detail in src/s/template.h
+** System specific macros, described in detail in src/s/template.h
 CLASH_DETECTION
 COFF
 FIRST_PTY_LETTER
@@ -58,7 +58,7 @@ NARROWPROTO
 SEPCHAR
 SYSTEM_TYPE
 
-** Machine specific macros, decribed in detail in src/m/template.h
+** Machine specific macros, described in detail in src/m/template.h
 VIRT_ADDR_VARIES
 
 ** Misc macros
index 67516fa78b6bf8556e3a06aa1c556041e0755231..8a10997eb8ba533f0a063da8c85a88a1d3c55a17 100644 (file)
@@ -521,7 +521,7 @@ THINGS TO DO
 
 ** Very strange bug: visible-bell does not work on secondary
    terminals in xterm and konsole.  The screen does flicker a bit,
-   but it's so quick it isn't noticable.
+   but it's so quick it isn't noticeable.
 
    (Update: This is probably some problem with padding or whatnot on
    the secondary terminals.)
index 6781b987bdbcbc23efe6bbe1654a1e3637b9af07..37709aed8b29578ac1e167cac9567a2ed64ff1d8 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2011-11-20.02; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -347,7 +347,7 @@ do
              if test -z "$dir_arg" || {
                   # Check for POSIX incompatibilities with -m.
                   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
-                  # other-writeable bit of parent directory when it shouldn't.
+                  # other-writable bit of parent directory when it shouldn't.
                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
                   case $ls_ld_tmpdir in
index 232ddff6d3f52666b8d70e1071ee84fdac41429f..150731bdb987cf14aadf29daaec7419b51189447 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * compile.texi (Compiler Errors):
+       * help.texi (Help Functions): Fix typos.
+
 2011-11-19  Chong Yidong  <cyd@gnu.org>
 
        * windows.texi (Splitting Windows): Clarify role of window
index fe5563370c4f19c4054b44eebf5530c9018f4366..372c041ab7a6f7e8ba213ea0dc1675b6bbaac585 100644 (file)
@@ -528,7 +528,7 @@ but the compiler does not issue warnings for anything that occurs
 inside @var{body}.
 
 We recommend that you use this construct around the smallest
-possible piece of code, to avoid missing possible warnings other than one
+possible piece of code, to avoid missing possible warnings other than
 one you intend to suppress.
 @end defspec
 
index 0ce05d55a07bb5c667e394b8c2b99c9afd709d0e..3426e81cdb3462fd5ca65a1817aacdb152a07e69 100644 (file)
@@ -653,7 +653,7 @@ buffer, which is used to regenerate the help information when the user
 clicks on the @samp{Back} or @samp{Forward} buttons.  Most commands
 that use the @samp{*Help*} buffer should invoke this function before
 clearing the buffer.  The @var{item} argument should have the form
-@code{(@var{funtion} . @var{args})}, where @var{funtion} is a function
+@code{(@var{function} . @var{args})}, where @var{function} is a function
 to call, with argument list @var{args}, to regenerate the help buffer.
 The @var{interactive-p} argument is non-@code{nil} if the calling
 command was invoked interactively; in that case, the stack of items
index 924f3501bfaf1ad8a2e302d1e3b2d81ffd983b4f..78282d7c57724ef07e34509baccfde8f1485f824 100644 (file)
@@ -1,3 +1,12 @@
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-coding.texi (Gnus Maintenance Guide):
+       Rename from "Gnus Maintainance Guide".
+
+       * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
+       * eieio.texi (Customizing):
+       * gnus-news.texi: Fix typos.
+
 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
 
        * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
index 55dc7f9a8227aae666ff4032f1988f8f320a98ba..f8d757c2d87608fa9408e0452d6cc35a4f32b38b 100644 (file)
@@ -3526,7 +3526,7 @@ use the same autoconf form.
 @item :objectextention
 Type: @code{string}
 
-A string which is the extention used for object files.
+A string which is the extension used for object files.
 For example, C code uses .o on unix, and Emacs Lisp uses .elc.
 @refill
 
@@ -3634,7 +3634,7 @@ it's rule definition.
 @item :objectextention
 Type: @code{string}
 
-A string which is the extention used for object files.
+A string which is the extension used for object files.
 For example, C code uses .o on unix, and Emacs Lisp uses .elc.
 @refill
 
@@ -3782,7 +3782,7 @@ it's rule definition.
 @item :objectextention
 Type: @code{string}
 
-A string which is the extention used for object files.
+A string which is the extension used for object files.
 For example, C code uses .o on unix, and Emacs Lisp uses .elc.
 @refill
 
index 8ee40288fe0b7561cf04ddd53ab5cfd253a9a08e..7b4945027d364e417d0496f8fda3bca18eb28853 100644 (file)
@@ -1212,9 +1212,9 @@ This method does nothing by default, but that may change in the future.
 This would be the best way to make your objects persistent when using
 in-place editing.
 
-@section Widget extention
+@section Widget extension
 
-When widgets are being created, one new widget extention has been added,
+When widgets are being created, one new widget extension has been added,
 called the @code{:slotofchoices}.  When this occurs in a widget
 definition, all elements after it are removed, and the slot is specifies
 is queried and converted into a series of constants.
index ab9c0232d3d34ae92877dbbc373a7a948f88cc39..a79c68f0123188d21c9c875ae61947a592113147 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo
 
 @setfilename gnus-coding
-@settitle Gnus Coding Style and Maintainance Guide
+@settitle Gnus Coding Style and Maintenance Guide
 @syncodeindex fn cp
 @syncodeindex vr cp
 @syncodeindex pg cp
@@ -45,7 +45,7 @@ license to the document, as described in section 6 of the license.
 
 @ifnottex
 @node Top
-@top Gnus Coding Style and Maintainance Guide
+@top Gnus Coding Style and Maintenance Guide
 This manual describes @dots{}
 
 @insertcopying 
@@ -53,7 +53,7 @@ This manual describes @dots{}
 
 @menu
 * Gnus Coding Style:: Gnus Coding Style
-* Gnus Maintainance Guide:: Gnus Maintainance Guide
+* Gnus Maintenance Guide:: Gnus Maintenance Guide
 @end menu
 
 @c @ref{Gnus Reference Guide, ,Gnus Reference Guide, gnus, The Gnus Newsreader}
@@ -250,8 +250,8 @@ Emacs 20.7 and up.
 XEmacs 21.1 and up.
 @end itemize
 
-@node Gnus Maintainance Guide
-@chapter Gnus Maintainance Guide
+@node Gnus Maintenance Guide
+@chapter Gnus Maintenance Guide
 
 @section Stable and development versions
 
index 94984e5d3c347ab8e17d675e8de102f060998d56..612ea14e2cf8bbdfffdf19bdb62a011340a37c29 100644 (file)
@@ -107,7 +107,7 @@ EasyPG is included in Emacs 23 and available separately as well.
 @itemize @bullet
 
 @item
-Symbols like @code{gcc-self} now has the same precedence rules in
+Symbols like @code{gcc-self} now have the same precedence rules in
 @code{gnus-parameters} as other ``real'' variables: The last match
 wins instead of the first match.
 
index 2e93b5c3f42cad7654388b4f2ac05803cd0b7ded..44c87c8946c5cc188b8daa98dd57ae2a58faec6a 100644 (file)
@@ -2666,7 +2666,7 @@ consistent mnemonics were realized that should make it easier to
 remember key bindings.
 
 Added new sub-keymaps for folder commands, sequence commands,
-extraction commands, and digest commands which begin with with F, S,
+extraction commands, and digest commands which begin with F, S,
 X, and D, respectively. These sub-keymaps allowed some consistency
 (e.g., especially with l(ist) and k(ill)).
 
index b5ff946f722e6a9d4aa3a413f473a9e3671b654f..f37bb00e65738b6d383186056391944de3fe784b 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -147,7 +147,7 @@ then the equivalent line in ~/.authinfo would be
 
 **** The variable `smtpmail-starttls-credentials' has been removed.
 
-If you had that set, then then you need to put
+If you had that set, then you need to put
 
   machine smtp.whatever.foo port 25 key "~/.my_smtp_tls.key" cert "~/.my_smtp_tls.cert"
 
index 90671cee18c7a823b48945974d01419192082b69..88e5849f136c7ecc2c86552a382b0a350aeb7532 100644 (file)
@@ -1828,7 +1828,7 @@ c-fill-paragraph's behavior.
 containing an open brace just after a case/default label.
 
 *** New variable, c-progress-interval, which controls minibuffer update
-message displays during long re-indention.  This is a new feature
+message displays during long re-indentation.  This is a new feature
 which prints percentage complete messages at specified intervals.
 
 ** Makefile mode changes.
index c3c54d8bb01dbfd877154afeb92c9edc364521a4..c018567c40dfb54595ae5994b082ca7b2274b814 100644 (file)
@@ -1678,7 +1678,7 @@ current file, or you can use C-x v r RET to get an update for an
 entire directory tree.
 
 The new user option `vc-cvs-use-edit' indicates whether VC should call
-"cvs edit" to make files writeable; it defaults to `t'.  (This option
+"cvs edit" to make files writable; it defaults to `t'.  (This option
 is only meaningful if the CVSREAD variable is set, or if files are
 "watched" by other developers.)
 
index 3920f59fefac3ee200e38996f96d481c4ada22b3..8cf0cdee879795d5b886eca4100bf2a7f90b76b7 100644 (file)
@@ -3356,7 +3356,7 @@ contracts or expands the line under the cursor.
 *** The new commands `speedbar-expand-line-descendants' and
 `speedbar-contract-line-descendants', bound to `[' and `]'
 respectively, expand and contract the line under cursor with all of
-its descendents.
+its descendants.
 
 *** The new user option `speedbar-use-tool-tips-flag', if non-nil,
 means to display tool-tips for speedbar items.
index c125542248bc98ea80408c9b7fc4713bc45472da..4dbb5e91291840e1e3e65be95cdd147031ba9708 100644 (file)
@@ -51,7 +51,7 @@ static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ...  */ };
 
 /*
   Takes a pointer to a 256 bit block of data (eight 32 bit ints) and
-  intializes it to the start constants of the SHA256 algorithm.  This
+  initializes it to the start constants of the SHA256 algorithm.  This
   must be called before using hash in the call to sha256_hash
 */
 void
index c0bed95758f4d3d605e894a3b3d30cf458cc0603..5c2e3ab9f811f6bcc76265cb22ae08908fcb5c62 100644 (file)
@@ -58,7 +58,7 @@ static const unsigned char fillbuf[128] = { 0x80, 0 /* , 0, 0, ...  */ };
 
 /*
   Takes a pointer to a 512 bit block of data (eight 64 bit ints) and
-  intializes it to the start constants of the SHA512 algorithm.  This
+  initializes it to the start constants of the SHA512 algorithm.  This
   must be called before using hash in the call to sha512_hash
 */
 void
index 11a4acd3b16d91cdf7b13751868bf5c45894f001..8f9038ffedec0012f06fb61900adbcb0747fdda8 100644 (file)
@@ -1,3 +1,10 @@
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
+       * progmodes/pascal.el (electric-pascal-equal):
+       * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
+       * xml.el (xml-substitute-special): Fix typos.
+
 2011-11-20  Glenn Morris  <rgm@gnu.org>
 
        * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
index e40f419b32a3517ec5fc418ded5fd7841bb5713f..b67cc2f67bcf503e1c71bfe43fd7166c5ca94696 100644 (file)
        the function is advised in cc-defs.  However, that advice
        doesn't help if the autoloads are updated in an old (X)Emacs
        with this version of CC Mode, but I believe it's unlikely that
-       anyone does that when CC Mode isn't distributed with with it.
+       anyone does that when CC Mode isn't distributed with it.
 
        * progmodes/cc-defs.el (add-to-list): Add advice to get the
        optional third append argument in older (X)Emacsen.
 
        * gdb-ui.el (gud-gdba-command-name): Use -noasync option for Gdb
        with MS windows.
-       (gdb-display-end): Only make buffer writeable temporarily.
+       (gdb-display-end): Only make buffer writable temporarily.
        Move "View" submenu up one level.
 
 2003-05-21  Nick Roberts  <nick@nick.uklinux.net>
        (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
        (kill-buffer-hook): Don't change globally.
 
-2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>.
+2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>
 
        * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
        (calc-stack-top, calc-always-load-extensions)
        * Makefile.in (distclean): Remove Makefile in the build
        directory, not in the source directory.
 
-2001-12-21  Simon Josefsson  <jas@extundo.com>.
+2001-12-21  Simon Josefsson  <jas@extundo.com>
 
        * mail/smtpmail.el (smtpmail-send-queued-mail):
        Use with-temp-buffer instead of find-file-noselect, and bind
index 0642a4d14abff980df0f871846bb0a55ef0302e8..9f7c26c5d4bde704ea6b8c5708dfc24cd32c1ea0 100644 (file)
 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
 
        * Makefile.in (bootstrap-prepare): When copying from
-       ldefs-boot.el, make sure loaddefs.el is writeable.
+       ldefs-boot.el, make sure loaddefs.el is writable.
 
        (bootstrap-prepare): Make $(lisp)/ps-print.el
        and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
index dfd9b94b53e790f96689700c62991db8105211d0..04133f17364c06beaf8d4d544d0cc8cc37a4ca3b 100644 (file)
 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
 
        * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
-       `dired-uncache' for every elemnt which is an absolute file name.
+       `dired-uncache' for every element which is an absolute file name.
 
        * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
        directory, handle its directory component.
index 5b0f2ac4270436c9a7d1b9c9113dc734047daf0c..65005a4ba47b5a3efc4f16f2466f9f32e2942e00 100644 (file)
 
 1986-06-17  Richard M. Stallman  (rms@prep)
 
-       * nroff-mode.el: Add elements to nrofff-brace-table.
+       * nroff-mode.el: Add elements to nroff-brace-table.
 
 1986-06-16  Richard M. Stallman  (rms@prep)
 
index 8cafac2c0c4df922703a50f26dd263c25006847b..2b384d791695680db5284fc138ad6ed2fa78d564 100644 (file)
 
        * Makefile: Created.  This exists mainly so developers elsewhere
        can unlock the lisp files to accept an update tar, then relock
-       them without locking the few that should stay writeable.
+       them without locking the few that should stay writable.
 
        * solar.el, ange-ftp.el: Corrected Keywords header
 
index dea5137d2460b6030a21d38a143c17b1e20ffb1d..7aca1b521a2f4326407aaafb9ed831e6ddaa5ab2 100644 (file)
 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
        * vc.el (vc-backend-revert): For CVS files that were made
-       writeable with "cvs edit", call "cvs unedit" to undo that.
+       writable with "cvs edit", call "cvs unedit" to undo that.
 
 1999-04-08  Dave Love  <fx@gnu.org>
 
index f08e6fb88634a5e3d9f84461807b5362c1423eee..538f3f1d401aa3051801cc3aee6c1b628c6e66db 100644 (file)
 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
 
        * faces.el (face-set-after-frame-default):
-       If `inhibit-default-face-x-resources' is bound, don't intialize the
+       If `inhibit-default-face-x-resources' is bound, don't initialize the
        default face from X resources.
 
 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
index a08aa05d5812b520da4794b26fa783cebfd4a5e9..bd2094da253e133e1ca796ecc436870ac6482268 100644 (file)
@@ -170,7 +170,7 @@ respective allout-mode keybinding variables, `allout-command-prefix',
   ;; the function value keymap of allout-mode-map is used in
   ;; minor-mode-map-alist - update it:
   (fset allout-mode-map allout-mode-map-value))
-;;;_  * intialize the mode map:
+;;;_  * initialize the mode map:
 ;; ensure that allout-mode-map has some setting even if allout-mode hasn't
 ;; been invoked:
 (allout-compose-and-institute-keymap)
index e5969a3c2914d420c9676255069944706969b684..788bf71845faefd0f263b18ff76630876177787b 100644 (file)
@@ -1,3 +1,27 @@
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * cedet-cscope.el (cedet-cscope-version-check):
+       * cedet-global.el (cedet-global-min-version)
+       (cedet-gnu-global-version-check):
+       * cedet.el (cedet-version):
+       * data-debug.el (data-debug-prev, data-debug-contract-current-line):
+       * ede.el (ede-buffer-belongs-to-project-p, ede-auto-add-to-target)
+       (ede-new, ede-invoke-method, project-edit-file-target, project-rescan)
+       (ede-add-project-to-global-list, ede-map-all-subprojects):
+       * inversion.el (inversion-check-version):
+       * mode-local.el (mode-local-map-file-buffers, define-child-mode)
+       (define-overloadable-function):
+       * pulse.el (pulse-flag, pulse):
+       * semantic.el (semantic-elapsed-time, semantic-parse-region)
+       (navigate-menu):
+       * ede/proj-comp.el (ede-compilation-program):
+       * semantic/debug.el (semantic-debug-parser-go)
+       (semantic-debug-parser-fail, semantic-debug-parser-quit)
+       (semantic-debug-parser-abort):
+       * semantic/idle.el (semantic-idle-core-handler):
+       * semantic/bovine/debug.el (semantic-bovine-debug-error-frame):
+       Fix typos.
+
 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
 
        * semantic/lex.el (semantic-lex-tokens):
index 74892533ab6f4de2db12256c2cffeb91d6dd68df..71942698c5f61bb92f012e1135495c6c29efe0e3 100644 (file)
@@ -135,8 +135,8 @@ the error code."
 
 (defun cedet-cscope-version-check (&optional noerror)
   "Check the version of the installed CScope command.
-If optional programatic argument NOERROR is non-nil, then
-instead of throwing an error if CScope isn't available, then
+If optional programmatic argument NOERROR is non-nil,
+then instead of throwing an error if CScope isn't available,
 return nil."
   (interactive)
   (require 'inversion)
index ae037028bf7294c23be5c95eaf18b9c6c1d99f60..6f40ee7030fad255f19f1b3be526bd959a1059c5 100644 (file)
@@ -83,7 +83,7 @@ specific conversions during tests."
          (setq file (concat driveletter ":"
                             (substring file (match-end 1))))))
 
-      ;; Handle the \\file\name nomenclature on some windows boxes.
+      ;; Handle the \\file\name nomenclature on some Windows boxes.
       (when (string-match "^!" file)
        (setq file (concat "//" (substring file 1)))))
     file))
index d2a9794ec81e846d8c6a4b059e2a04355ef85d17..aa18c0d2f42f1d961a0a2ca0c85a3f59907dd0ee 100644 (file)
@@ -27,7 +27,7 @@
 (declare-function inversion-check-version "inversion")
 
 (defvar cedet-global-min-version "5.0"
-  "Minimum version of GNU global required.")
+  "Minimum version of GNU Global required.")
 
 (defcustom cedet-global-command "global"
   "Command name for the GNU Global executable."
@@ -131,8 +131,8 @@ If a default starting DIR is not specified, the current buffer's
 
 (defun cedet-gnu-global-version-check (&optional noerror)
   "Check the version of the installed GNU Global command.
-If optional programatic argument NOERROR is non-nil, then
-instead of throwing an error if Global isn't available, then
+If optional programmatic argument NOERROR is non-nil,
+then instead of throwing an error if Global isn't available,
 return nil."
   (interactive)
   (require 'inversion)
index e071265c1434ed3fabda7c25fd11673829e85f09..ee8e432ddd93505a539995286ff443ffeeb26dd9 100644 (file)
@@ -84,7 +84,7 @@ Note: Scope is not yet supported."
 
 (defun cedet-idutils-fnid-call (flags)
   "Call ID Utils fnid with the list of FLAGS.
-Return the created buffer with with program output."
+Return the created buffer with program output."
   (let ((b (get-buffer-create "*CEDET fnid*"))
        (cd default-directory)
        )
@@ -112,7 +112,7 @@ Return the created buffer with with program output."
 
 (defun cedet-idutils-mkid-call (flags)
   "Call ID Utils mkid with the list of FLAGS.
-Return the created buffer with with program output."
+Return the created buffer with program output."
   (let ((b (get-buffer-create "*CEDET mkid*"))
        (cd default-directory)
        )
@@ -163,8 +163,8 @@ the error code."
 
 (defun cedet-idutils-version-check (&optional noerror)
   "Check the version of the installed ID Utils command.
-If optional programatic argument NOERROR is non-nil, then
-instead of throwing an error if Global isn't available, then
+If optional programmatic argument NOERROR is non-nil,
+then instead of throwing an error if Global isn't available,
 return nil."
   (interactive)
   (require 'inversion)
index d7645bc97edfebe55fbea51830a630b2bc3cf224..9ccf74de27a22b6021af043437bce7bbae420781 100644 (file)
@@ -75,7 +75,7 @@
 This is used by `semantic-mode' and `global-ede-mode'.")
 
 (defun cedet-version ()
-  "Display all active versions of CEDET and Dependent packages.
+  "Display all active versions of CEDET and dependent packages.
 
 The PACKAGE column is the name of a given package from CEDET.
 
@@ -85,7 +85,7 @@ See `cedet-packages' for details.
 FILE VERSION is the version number found in the source file
 for the specified PACKAGE.
 
-LOADED VERSION is the version of PACKAGE current loaded in Emacs
+LOADED VERSION is the version of PACKAGE currently loaded in Emacs
 memory and (presumably) running in this Emacs instance.  Value is X
 if the package has not been loaded."
   (interactive)
index e50e9993af0ce17d3a841c6f20fea3827ba488bb..329d1c608c294261205820fe4ed9433623bd52f7 100644 (file)
@@ -916,7 +916,7 @@ If PARENT is non-nil, it is somehow related as a parent to thing."
   (skip-chars-forward " *-><[]" (point-at-eol)))
 
 (defun data-debug-prev ()
-  "Go to the next line in the Ddebug buffer."
+  "Go to the previous line in the Ddebug buffer."
   (interactive)
   (forward-line -1)
   (beginning-of-line)
@@ -972,7 +972,7 @@ Do nothing if already expanded."
 
 (defun data-debug-contract-current-line ()
   "Contract the current line (if possible).
-Do nothing if already expanded."
+Do nothing if already contracted."
   (when (and (data-debug-current-line-expanded-p)
             ;; Don't contract if the current line is not expandable.
             (get-text-property (point) 'ddebug-function))
index 987351a25e0215817c969fff3777ca12d7f57652..741e1ffbe5fd6bae688939a245d5acd76849f1e6 100644 (file)
@@ -214,7 +214,7 @@ Argument LIST-O-O is the list of objects to choose from."
     (and obj (obj-of-class-p obj ede-target))))
 
 (defun ede-buffer-belongs-to-project-p ()
-  "Return non-nil if this buffer belongs to at least one target."
+  "Return non-nil if this buffer belongs to at least one project."
   (if (or (null ede-object) (consp ede-object)) nil
     (obj-of-class-p ede-object ede-project)))
 
@@ -243,7 +243,7 @@ Argument MENU-DEF is the menu definition to use."
              ede-obj (if (listp ede-object) ede-object (list ede-object)))
        ;; First, collect the build items from the project
        (setq newmenu (append newmenu (ede-menu-items-build obj t)))
-       ;; Second, Declare the current target menu items
+       ;; Second, declare the current target menu items
        (if (and ede-obj (ede-menu-obj-of-class-p ede-target))
            (while ede-obj
              (setq newmenu (append newmenu
@@ -264,7 +264,7 @@ Argument MENU-DEF is the menu definition to use."
          (setq targets (cdr targets)))
        ;; Fourth, build sub projects.
        ;; -- nerp
-       ;; Fifth, Add make distribution
+       ;; Fifth, add make distribution
        (append newmenu (list [ "Make distribution" ede-make-dist t ]))
        )))))
 
@@ -512,7 +512,7 @@ an EDE controlled project."
   "Look for a target that wants to own the current file.
 Follow the preference set with `ede-auto-add-method' and get the list
 of objects with the `ede-want-file-p' method."
-  (if ede-object (error "Ede-object already defined for %s" (buffer-name)))
+  (if ede-object (error "ede-object already defined for %s" (buffer-name)))
   (if (or (eq ede-auto-add-method 'never)
          (ede-ignore-file (buffer-file-name)))
       nil
@@ -566,7 +566,7 @@ Argument FILE is the file or directory to load a project from."
     (ede-load-project-file (file-name-directory file))))
 
 (defun ede-new (type &optional name)
-  "Create a new project starting of project type TYPE.
+  "Create a new project starting from project type TYPE.
 Optional argument NAME is the name to give this project."
   (interactive
    (list (completing-read "Project Type: "
@@ -642,7 +642,7 @@ Optional argument NAME is the name to give this project."
 
 (defun ede-invoke-method (sym &rest args)
   "Invoke method SYM on the current buffer's project object.
-ARGS are additional arguments to pass to method sym."
+ARGS are additional arguments to pass to method SYM."
   (if (not ede-object)
       (error "Cannot invoke %s for %s" (symbol-name sym)
             (buffer-name)))
@@ -815,7 +815,7 @@ Argument FNND is an argument."
   (error "remove-file not supported by %s" (object-name ot)))
 
 (defmethod project-edit-file-target ((ot ede-target))
-  "Edit the target OT associated w/ this file."
+  "Edit the target OT associated with this file."
   (find-file (oref (ede-current-project) file)))
 
 (defmethod project-new-target ((proj ede-project) &rest args)
@@ -857,7 +857,7 @@ Argument COMMAND is the command to use for compiling the target."
   (error "Dist-files is not supported by %s" (object-name this)))
 
 (defmethod project-rescan ((this ede-project))
-  "Rescan the EDE proj project THIS."
+  "Rescan the EDE project THIS."
   (error "Rescanning a project is not supported by %s" (object-name this)))
 
 (defun ede-ecb-project-paths ()
@@ -879,7 +879,7 @@ On success, return the added project."
   (when (not proj)
     (error "No project created to add to master list"))
   (when (not (eieio-object-p proj))
-    (error "Attempt to add Non-object to master project list"))
+    (error "Attempt to add non-object to master project list"))
   (when (not (obj-of-class-p proj ede-project-placeholder))
     (error "Attempt to add a non-project to the ede projects list"))
   (add-to-list 'ede-projects proj)
@@ -1157,7 +1157,7 @@ See also `ede-map-all-subprojects'."
   (mapcar proc (oref this subproj)))
 
 (defmethod ede-map-all-subprojects ((this ede-project) allproc)
-  "For object THIS, execute PROC on THIS and  all subprojects.
+  "For object THIS, execute PROC on THIS and all subprojects.
 This function also applies PROC to sub-sub projects.
 See also `ede-map-subprojects'."
   (apply 'append
index ae5796e042b1ea412442645c8be3a136cae707cd..84bf8ebf1a04a0a318d60289bd3711ab2b91cdb9 100644 (file)
@@ -97,8 +97,8 @@ use the same autoconf form.")
    (objectextention :initarg :objectextention
                    :type string
                    :documentation
-                   "A string which is the extention used for object files.
-For example, C code uses .o on unix, and Emacs Lisp uses .elc.")
+                   "A string which is the extension used for object files.
+For example, C code uses .o on Unix, and Emacs Lisp uses .elc.")
    )
   "A program used to compile or link a program via a Makefile.
 Contains everything needed to output code into a Makefile, or autoconf
index 065ac6d05599a8ee96ab2dd5266c87f73039eca4..53639b19a960bde9ec0a52b719fd170571aaede2 100644 (file)
@@ -216,14 +216,14 @@ not an indication of new features or bug fixes."
        )))
 
 (defun inversion-check-version (version incompatible-version
-                                       minimum &rest reserved)
+                                minimum &rest reserved)
   "Check that a given version meets the minimum requirement.
 VERSION, INCOMPATIBLE-VERSION and MINIMUM are of similar format to
 return entries of `inversion-decode-version', or a classic version
 string.         INCOMPATIBLE-VERSION can be nil.
 RESERVED arguments are kept for a later use.
 Return:
-- nil if everything is ok
+- nil if everything is ok.
 - 'outdated if VERSION is less than MINIMUM.
 - 'incompatible if VERSION is not backward compatible with MINIMUM.
 - t if the check failed."
@@ -374,7 +374,7 @@ Return nil when VERSION-STRING was not found."
       (with-temp-buffer
        ;; The 3000 is a bit arbitrary, but should cut down on
        ;; fileio as version info usually is at the very top
-       ;; of a file.  AFter a long commentary could be bad.
+       ;; of a file.  After a long commentary could be bad.
        (insert-file-contents-literally file nil 0 3000)
        (goto-char (point-min))
        (when (re-search-forward (format tag package 'version) nil t)
index 0e7657642c2617dca2eb7daa125f3df0de3e74c0..511a3cd1d8b2d8f484fb145a7f70f68afb74ee52 100644 (file)
@@ -36,7 +36,7 @@
 ;;
 ;; You should use a mode-local variable or override to allow extension
 ;; only if you expect a mode author to provide that extension.  If a
-;; user might wish to customize a give variable or function then
+;; user might wish to customize a given variable or function then
 ;; the existing customization mechanism should be used.
 
 ;; To Do:
@@ -55,7 +55,7 @@
 FUNCTION does not have arguments; when it is entered `current-buffer'
 is the currently selected file buffer.
 If optional argument PREDICATE is non nil, only select file buffers
-for which the function PREDICATE return non-nil.
+for which the function PREDICATE returns non-nil.
 If optional argument BUFFERS is non-nil, it is a list of buffers to
 walk through.  It defaults to `buffer-list'."
   (dolist (b (or buffers (buffer-list)))
@@ -146,7 +146,7 @@ local variables have been defined."
   (mode-local-map-mode-buffers #'activate-mode-local-bindings mode))
 
 (defmacro define-child-mode (mode parent &optional docstring)
-  "Make major mode MODE inherits behavior from PARENT mode.
+  "Make major mode MODE inherit behavior from PARENT mode.
 DOCSTRING is optional and not used.
 To work properly, this should be put after PARENT mode local variables
 definition."
@@ -523,11 +523,11 @@ See also the function `define-overload'."
       result)))
 
 (defmacro define-overloadable-function (name args docstring &rest body)
-  "Define a new function, as with `defun' which can be overloaded.
+  "Define a new function, as with `defun', which can be overloaded.
 NAME is the name of the function to create.
 ARGS are the arguments to the function.
 DOCSTRING is a documentation string to describe the function.  The
-docstring will automatically had details about its overload symbol
+docstring will automatically have details about its overload symbol
 appended to the end.
 BODY is code that would be run when there is no override defined.  The
 default is to call the function `NAME-default' with the appropriate
index e3d2bd967b61133ba0c87bd9173cb9157365d651..4929feb03025e9d0a61774943a4c55f40726bf93 100644 (file)
@@ -36,7 +36,7 @@
 ;;
 ;; `pulse-momentary-highlight-one-line' - Pulse a single line at POINT.
 ;; `pulse-momentary-highlight-region' - Pulse a region.
-;; `pulse-momentary-highlight-overlay' - Pulse an overlay
+;; `pulse-momentary-highlight-overlay' - Pulse an overlay.
 ;;      These three functions will just blink the specified area if
 ;;      the version of Emacs you are using doesn't support pulsing.
 ;;
@@ -65,7 +65,7 @@ background color.
 If the value is nil, highlight with an unchanging color until a
 key is pressed.
 If the value is `never', do no coloring at all.
-Any other value means to the default pulsing behavior.
+Any other value means to do the default pulsing behavior.
 
 If `pulse-flag' is non-nil, but `pulse-available-p' is nil, then
 this flag is ignored."
@@ -163,7 +163,7 @@ Return t if there is more drift to do, nil if completed."
 
 (defun pulse (&optional face)
   "Pulse the colors on our highlight face.
-If optional FACE is provide, reset the face to FACE color,
+If optional FACE is provided, reset the face to FACE color,
 instead of `pulse-highlight-start-face'.
 Be sure to call `pulse-reset-face' after calling pulse."
   (unwind-protect
index 639b46ad2cfd3d907f9f9eadc9c26995bcbbfb77..3ffb6baee9fa01ad6b426a8bcce2e336756e6be8 100644 (file)
@@ -344,7 +344,7 @@ to use Semantic, and `semantic-init-hook' is run."
     ;; don't go along for the ride.
     (add-hook 'clone-indirect-buffer-hook 'semantic-clear-toplevel-cache
              nil t)
-    ;; Specify that this function has done it's work.  At this point
+    ;; Specify that this function has done its work.  At this point
     ;; we can consider that semantic is active in this buffer.
     (setq semantic-new-buffer-fcn-was-run t)
     ;; Here are some buffer local variables we can initialize ourselves
@@ -378,7 +378,7 @@ Do not set this yourself.  Call `semantic-debug'.")
 
 (defun semantic-elapsed-time (start end)
   "Copied from elp.el.  Was `elp-elapsed-time'.
-Argument START and END bound the time being calculated."
+Arguments START and END bound the time being calculated."
   (float-time (time-subtract end start)))
 
 (defun bovinate (&optional clear)
@@ -431,7 +431,7 @@ will be silently ignored.
 
 Optional arguments:
 NONTERMINAL is the rule to start parsing at.
-DEPTH specifies the lexical depth to descend for parser that use
+DEPTH specifies the lexical depth to descend for parsers that use
 lexical analysis as their first step.
 RETURNONERROR specifies that parsing should stop on the first
 unmatched syntax encountered.  When nil, parsing skips the syntax,
@@ -960,7 +960,7 @@ Throw away all the old tags, and recreate the tag database."
     '("--"))
   (define-key navigate-menu [senator-go-to-up-reference]
     '(menu-item "Parent Tag" senator-go-to-up-reference
-               :help "Navigate up one reference by tag."))
+               :help "Navigate up one reference by tag"))
   (define-key navigate-menu [senator-next-tag]
     '(menu-item "Next Tag" senator-next-tag
                :help "Go to the next tag"))
@@ -971,7 +971,7 @@ Throw away all the old tags, and recreate the tag database."
   ;; Top level menu items:
   (define-key cedet-menu-map [semantic-force-refresh]
     '(menu-item "Reparse Buffer" semantic-force-refresh
-               :help "Force a full reparse of the current buffer."
+               :help "Force a full reparse of the current buffer"
                :visible semantic-mode))
   (define-key cedet-menu-map [semantic-edit-menu]
     `(menu-item "Edit Tags" ,edit-menu
index 9a862c64d10ca5de255bde2c8015f5d296e64754..7de0011ce92deec42abe766f73b229198972a300 100644 (file)
@@ -1591,7 +1591,7 @@ DO NOT return the list of tags encompassing point."
        (setq tagreturn (cons (semantic-tag-type (car (semanticdb-find-result-nth tmp idx))) tagreturn))
        (setq idx (1+ idx)))
       )
-    ;; Use the encompased types around point to also look for using statements.
+    ;; Use the encompassed types around point to also look for using statements.
     ;;(setq tagreturn (cons "bread_name" tagreturn))
     (while (cdr tagsaroundpoint)  ; don't search the last one
       (setq tmp (semantic-find-tags-by-class 'using (semantic-tag-components (car tagsaroundpoint))))
index 9ca7409e33521f06e7c98ebaa71ddc90542fd7fe..684db1e7bbfe6868d1641c7ce4e3fcd9c55c798a 100644 (file)
@@ -114,7 +114,7 @@ LEXTOKEN, is a token returned by the lexer which is being matched."
              :documentation
              "An error condition caught in an action.")
    )
-  "Debugger frame representaion of a lisp error thrown during parsing.")
+  "Debugger frame representation of a lisp error thrown during parsing.")
 
 (defun semantic-create-bovine-debug-error-frame (condition)
   "Create an error frame for bovine debugger.
index a4c4bd99f26a98a265ae52fcb508befc21592b28..7d23ad17009ee954d9a81eda3c5ee4505c14e919 100644 (file)
@@ -368,7 +368,7 @@ a master list."
                  (semanticdb-typecache-merge-streams
                   incstream
                   ;; Getting the cache from this table will also cause this
-                  ;; file to update its cache from its decendents.
+                  ;; file to update its cache from its descendants.
                   ;;
                   ;; In theory, caches are only built for most includes
                   ;; only once (in the loop before this one), so this ends
index ecab73a80dce43089347d75eb6c6b61aae752fa4..45b807df12b9cb042bfa0e573ffae77c98355bac 100644 (file)
@@ -519,22 +519,22 @@ down to your parser later."
   )
 
 (defmethod semantic-debug-parser-go ((parser semantic-debug-parser))
-  "Continue executiong in this PARSER until the next breakpoint."
+  "Continue execution in this PARSER until the next breakpoint."
   (setq semantic-debug-user-command 'go)
   )
 
 (defmethod semantic-debug-parser-fail ((parser semantic-debug-parser))
-  "Continue executiong in this PARSER until the next breakpoint."
+  "Continue execution in this PARSER until the next breakpoint."
   (setq semantic-debug-user-command 'fail)
   )
 
 (defmethod semantic-debug-parser-quit ((parser semantic-debug-parser))
-  "Continue executiong in this PARSER until the next breakpoint."
+  "Continue execution in this PARSER until the next breakpoint."
   (setq semantic-debug-user-command 'quit)
   )
 
 (defmethod semantic-debug-parser-abort ((parser semantic-debug-parser))
-  "Continue executiong in this PARSER until the next breakpoint."
+  "Continue execution in this PARSER until the next breakpoint."
   (setq semantic-debug-user-command 'abort)
   )
 
index a007f21b69f94eeabc9c9bd16bb9960a09f476ac..0780a628254a30ff9e61974964dae58fa0e98f03 100644 (file)
@@ -549,7 +549,7 @@ This function is for internal use by `semantic-edits-incremental-parser'."
                       ;; is not the first change for this
                       ;; iteration, and it starts before the end
                       ;; of current parse region, then it is
-                      ;; encompased within the bounds of tags
+                      ;; encompassed within the bounds of tags
                       ;; modified by the previous iteration's
                       ;; change.
                       (< (semantic-overlay-start (car changes))
index b49d1db1ad5b00ff2d79d6e5dd1998d15f035e22..6761a7f532ba2455a7e6638dc3dfe955a41d3684 100644 (file)
@@ -245,7 +245,7 @@ And also manages services that depend on tag values."
         ;; services.  Stop on keypress.
 
        ;; NOTE ON COMMENTED SAFE HERE
-       ;; We used to not execute the services if the buffer wsa
+       ;; We used to not execute the services if the buffer was
        ;; unparseable.  We now assume that they are lexically
        ;; safe to do, because we have marked the buffer unparseable
        ;; if there was a problem.
@@ -254,11 +254,11 @@ And also manages services that depend on tag values."
          (save-excursion
            (semantic-throw-on-input 'idle-queue)
            (when semantic-idle-scheduler-verbose-flag
-             (message "IDLE: execture service %s..." service))
+             (message "IDLE: execute service %s..." service))
            (semantic-safe (format "Idle Service Error %s: %%S" service)
              (funcall service))
            (when semantic-idle-scheduler-verbose-flag
-             (message "IDLE: execture service %s...done" service))
+             (message "IDLE: execute service %s...done" service))
            )))
        ;;)
       ;; Finally loop over remaining buffers, trying to update them as
index a09928c7dfc2e3e3da3388044d4a350a3d5fc94f..ce3500f83e1053980b52667f979c768d0be70b76 100644 (file)
@@ -24,7 +24,7 @@
 ;; Provide a simple user facing API to finding symbol references.
 ;;
 ;; This UI is the base of some refactoring tools.  For any refactor,
-;; the user will execture [FIXME what?] `semantic-symref' in a tag.
+;; the user will execute `semantic-symref' in a tag.
 ;; Once that data is collected, the output will be listed in a buffer.
 ;; In the output buffer, the user can then initiate different
 ;; refactoring operations.
@@ -103,7 +103,7 @@ Display the references in`semantic-symref-results-mode'."
     (when (not res) (error "No references found"))
     (semantic-symref-result-get-tags res t)
     (message "Gathering References...done")
-    ;; Build a refrences buffer.
+    ;; Build a references buffer.
     (let ((buff (get-buffer-create
                 (format "*Symref %s" str)))
          )
index 62ceff82448b11040b3aa13ea7b206100fded752..1575ce7ae3b8a481be038b68c01edcf5d39a0e48 100644 (file)
@@ -437,7 +437,7 @@ The root dictionary is usually for a current or active insertion."
 ;;; COMPOUND VALUE METHODS
 ;;
 ;; Compound values must provide at least the toString method
-;; for use in converting the compound value into sometehing insertable.
+;; for use in converting the compound value into something insertable.
 
 (defmethod srecode-compound-toString ((cp srecode-dictionary-compound-value)
                                      function
index 8b64cd84bb1eb0d85c35c17df666915aafff9761..820519e92d8fd4cf5ad3a35f33d20e254d835444 100644 (file)
@@ -392,7 +392,7 @@ DATA is displayed to the user and should state the reason of the failure."
          ;; compiling doesn't depend on cl and thus doesn't need an
          ;; environment arg for `macroexpand'.
          (if (fboundp 'cl-macroexpand)
-             ;; Suppress warning about run-time call to cl funtion: we
+             ;; Suppress warning about run-time call to cl function: we
              ;; only call it if it's fboundp.
              (with-no-warnings
                (cl-macroexpand form (and (boundp 'cl-macro-environment)
index 0bd37ce1d4988c45b950eeb12accb0f25a8e4f3a..8417aa8d380ab8266726a2828caf72cc8a6b1d7c 100644 (file)
@@ -277,7 +277,7 @@ contrast, `package-user-dir' contains packages for personal use."
   :version "24.1")
 
 ;; The value is precomputed in finder-inf.el, but don't load that
-;; until it's needed (i.e. when `package-intialize' is called).
+;; until it's needed (i.e. when `package-initialize' is called).
 (defvar package--builtins nil
   "Alist of built-in packages.
 The actual value is initialized by loading the library
index 9a02989335268e96c907223867892731aa787bf6..3fd2c87d59cb3a7379862e4debab5f41b488a8c6 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * erc-log.el (erc-logging-enabled): Fix typo.
+
 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
 
        * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos.
index 001ab42926f7b95fcda5ea7cf2e4544f6965e09e..f4e10d0598154637bb91c671675037fc46c05ed5 100644 (file)
 
        * erc.el: * Tijs van Bakel's work from 10th Nov. merged in
        * My additions to that idea merged in too
-       Basicly, this is a major rewrite, if you are scared and want avoid problems,
+       Basically, this is a major rewrite, if you are scared and want avoid problems,
        stay at your current version. It seems fairly stable though.
        That changed? erc-buffer-name handling was completely rewritten,
        and erc-buffer-list local variable handling removed.
index 322f7c93f7d07ad1aca4c2e8866ed1c810584227..fc7fd09e76cbdffc97754292bc85855fe8b30a58 100644 (file)
        * erc.el:
        erc-log-channels: removed; set the directory to start logging
        (erc-directory-writeable-p): create directory if it doesn't exist, check if
-           it's writeable
+           it's writable
        (erc-logging-enabled): don't reference erc-log-channels
 
 2003-04-07  Damien Elmes  <erc@repose.cx>
 
        * erc.el: This is the "everything is suddenly broken!" release
        You know, this is CVS, you can still go back, and wait until the transition
-       is finished, but here is patch one, which basicly breaks every command
+       is finished, but here is patch one, which basically breaks every command
        which is typed on the prompt.
        Hit me, we can still revert, but something needs to be done about this.
        * (erc-extract-command-from-line): intern-soft the function here.
index f86c9ef845aa8c02df59c93f24d437778885b2f9..5baa676ab39d418574db9e4f8a58fd01243cf497 100644 (file)
@@ -1432,7 +1432,7 @@ add things to `%s' instead."
         (when (string= cmd "PRIVMSG")
           (erc-auto-query proc parsed))))))
 
-;; FIXME: need clean way of specifiying extra hooks in
+;; FIXME: need clean way of specifying extra hooks in
 ;; define-erc-response-handler.
 (add-hook 'erc-server-PRIVMSG-functions 'erc-auto-query)
 
index c6b0984fe672384934ef55ce384cca78c9fa5dc6..f1754afd1ac9d993cc29512a88acf3e4da289a08 100644 (file)
@@ -314,7 +314,7 @@ Returns nil if `erc-server-buffer-p' returns t."
   "Return non-nil if logging is enabled for BUFFER.
 If BUFFER is nil, the value of `current-buffer' is used.
 Logging is enabled if `erc-log-channels-directory' is non-nil, the directory
-is writeable (it will be created as necessary) and
+is writable (it will be created as necessary) and
 `erc-enable-logging' returns a non-nil value."
   (and erc-log-channels-directory
        (or (functionp erc-log-channels-directory)
index a9db3c23fef6500b3d33e6af91a933457129d8ec..27693ab771b3ecfae1f112f0dd84fbacb1ce0786 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * mm-util.el (mm-charset-after): Fix typo.
+
 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
 
        * gnus-sum.el (gnus-summary-make-menu-bar):
 
 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
+       * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
        backgrounds.
        (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
        in a more sensible manner.
        * gnus-group.el (gnus-group-get-new-news-this-group):
        Don't update info that isn't there.
 
-2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
+2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
 
        * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
        entry.
index dcdf1c2934b794d1f38fb34439ebffec5b4460fd..d7defec1a78cce898ad663f2f6fd14ce1fd43e8b 100644 (file)
        * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
        groups correctly.
 
-2003-06-06  Benjamin Rutt  <rutt+news@cis.ohio-state.edu>.
+2003-06-06  Benjamin Rutt  <rutt+news@cis.ohio-state.edu>
 
        * message.el (message-fetch-field): Augment documentation to state
        the narrowed-to-headers restriction.
        downloaded variable if we're in an uncovered group.
 
        * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
-       font to soemthing less noticeable.
+       font to something less noticeable.
        (gnus-agent-group-covered-p): New function.
 
 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
        * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
        print message on entry.
 
-2002-11-25  Kevin Greiner  <kgreiner@xpediantsolutions.com>.
+2002-11-25  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
        * gnus-range.el (gnus-range-difference): New function.
        * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
        (mml2015-pgg-encrypt): New functions.
        (defvar, autoload): Prevent byte-compile warnings.
 
-2002-09-24  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>.
+2002-09-24  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
        * gnus-art.el (article-strip-banner): Check for the existence of
        from header.
 
        * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
 
-2002-09-12  John Paul Wallington  <jpw@shootybangbang.com>.
+2002-09-12  John Paul Wallington  <jpw@shootybangbang.com>
 
        * gnus.el (gnus-visual, gnus-meta): Fix typo.
 
        (nnimap-split-rule): Doc fix.
        (nnimap-request-expire-articles): Cleanup code.
 
-2002-09-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>.
+2002-09-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
        * gnus-art.el (gnus-article-address-banner-alist): New option.
        (article-strip-banner): Refer the above option to split banners of
        (gnus-group-fetch-control): New function.
        Add them to the keymap and menu.  Require mm-url.
 
-2002-08-30  Alex Schroeder  <alex@emacswiki.org>.
+2002-08-30  Alex Schroeder  <alex@emacswiki.org>
 
        * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
 
 
        * gnus-util.el (gnus-select-frame-set-input-focus): New function.
 
-2002-08-20  \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori)  <kose@meadowy.org>.
+2002-08-20  \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori)  <kose@meadowy.org>
 
        * message.el (message-set-auto-save-file-name): Add support for
        the Cygwin Emacs; the system-type is `cygwin'.
        * nnimap.el (nnimap-split-articles): Do not call nnmail-fetch-field
        when splitting malformed messages without message-id.
 
-2002-07-28  Niklas Morberg  <niklas.morberg@axis.com>.
+2002-07-28  Niklas Morberg  <niklas.morberg@axis.com>
 
        * nnweb.el (nnweb-type, nnweb-type-definition)
        (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
        nnmail-expiry-target to 'delete, so that absolute deletion
        happens when absolute deletion is requested.
 
-2002-07-21  Nevin Kapur  <nevin@jhu.edu>.
+2002-07-21  Nevin Kapur  <nevin@jhu.edu>
 
        * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
        headers as empty headers.
 
-2002-07-21  Jochen Hein  <jochen@jochen.org>.
+2002-07-21  Jochen Hein  <jochen@jochen.org>
 
        * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
        correct typo.
        (gnus-emphasis-strikethru): New face.
 
-2002-07-20  Jason Merrill  <jason@redhat.com>.
+2002-07-20  Jason Merrill  <jason@redhat.com>
 
        * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
        entire file for each of a sequence of missing articles.
        (rfc2047-decode-region): Don't unfold.  Let
        gnus-article-treat-unfold-headers do it.
 
-2002-02-07  Matt Armstrong  <matt@lickey.com>.
+2002-02-07  Matt Armstrong  <matt@lickey.com>
 
        * message.el (message-mode): Set local-abbrev-table.
 
        (gnus-topic-catchup-articles): New function.  Suggested by Robin
        S. Socha <robin-dated-1001857693.185e29@socha.net>.
 
-2001-09-27 11:00:00  Gerd M\e,Av\e(Bllmann  <gerd@gnu.org>.
+2001-09-27 11:00:00  Gerd M\e,Av\e(Bllmann  <gerd@gnu.org>
 
        * gnus-ems.el (gnus-article-display-xface): Insert xface after
        previous ones.
        * mml.el (mml-menu): Changed name to "Attachments".
 
        * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
-       when there is something to detroy.
+       when there is something to destroy.
 
 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
index d57b61dac838058ab44ddf991e4480188ea2b27a..129609df10d1324dd794341e72e24c81758efc88 100644 (file)
@@ -956,7 +956,7 @@ This is a no-op in XEmacs."
 
 (defun mm-charset-after (&optional pos)
   "Return charset of a character in current buffer at position POS.
-If POS is nil, it defauls to the current point.
+If POS is nil, it defaults to the current point.
 If POS is out of range, the value is nil.
 If the charset is `composition', return the actual one."
   (let ((char (char-after pos)) charset)
index 6888056704d7f73bffdd87aefa274fa65b3dc9ef..58a08f4506fd31c3b5e9a2a744e4fc4a0a6dd4fa 100644 (file)
@@ -1572,7 +1572,7 @@ of `ctext-non-standard-encodings-alist'.")
 ;; character in CHARSET is encoded using extended segment.  In the
 ;; latter case, a character in CHARSET is encoded using normal ISO2022
 ;; designation sequence.  If a character is not in any of CHARSETs, it
-;; is encoded using UTF-8 encoding extention.
+;; is encoded using UTF-8 encoding extension.
 
 (defun ctext-non-standard-encodings-table ()
   (let* ((table (append ctext-non-standard-encodings
@@ -1656,7 +1656,7 @@ in-place."
                      (insert 2)))
                ;; Encode this range as characters in CHARSET.
                (put-text-property last-pos (point) 'charset charset))
-           ;; Encode this range using UTF-8 encoding extention.
+           ;; Encode this range using UTF-8 encoding extension.
            (encode-coding-region last-pos (point) 'mule-utf-8)
            (save-excursion
              (goto-char last-pos)
index eaac5c17cd3bd4a05d1c3a133e2e781c255865a0..43d4361763130795bc84dc67bb043feb0417b59b 100644 (file)
@@ -2261,9 +2261,9 @@ the counts."
   (while (string-match feedmail-queue-slug-suspect-regexp slug) (setq slug (replace-match "-" nil nil slug)))
   ;; collapse multiple hyphens to one
   (while (string-match "--+" slug) (setq slug (replace-match "-" nil nil slug)))
-  ;; for tidyness, peel off leading hyphens
+  ;; for tidiness, peel off leading hyphens
   (if (string-match "^-*" slug) (setq slug (replace-match "" nil nil slug)))
-  ;; for tidyness, peel off trailing hyphens
+  ;; for tidiness, peel off trailing hyphens
   (if (string-match "-*$" slug) (setq slug (replace-match "" nil nil slug)))
   slug
   )
index a8efe10ec768e75728d87d91f3d20eaa881f1a0c..e2bbdd0a6bd72a7c9790b229ece9b05b6097e21d 100644 (file)
@@ -4504,7 +4504,7 @@ With prefix argument N moves forward N messages with these labels.
 
 ;;;***
 \f
-;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "6296f0170a37670c49a88a1b92d78187")
+;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "3aa9747bf925bd2cd450f4b1f9c7cd03")
 ;;; Generated autoloads from rmailmm.el
 
 (autoload 'rmail-mime "rmailmm" "\
index 026b03e350fc79114bde3d93621299947a9b1fcb..bc38b10124e5c6da76f31800d7cb34b63739db9f 100644 (file)
@@ -975,7 +975,7 @@ The list is in preference order.")
          (subst-char-in-region (point-min) (point-max)  9 ?  t) ; tab     --> blank
 
          (goto-char (point-min))
-         ;; tidyness in case hook is not robust when it looks at this
+         ;; tidiness in case hook is not robust when it looks at this
          (while (re-search-forward "[ \t]+" header-end t) (replace-match " "))
 
          (goto-char (point-min))
index ca179a78b6182dd675ff8ec5064877086a4f9727..802f2fab74fbedea2cfe97306c1fae175542107f 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * mh-utils.el (mh-folder-list): Fix typo.
+       (mh-children-p): Move part of the docstring to a comment.
+
 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
 
        * mh-search.el (mh-pick-parse-search-buffer): Fix typo.
index b12c47e7f1f9de0464177e3a815c3e3eb518d283..d35d7d4c676834357b2ee667d1fa49964e6115ba 100644 (file)
 2001-11-21  Peter S Galbraith  <psg@debian.org>
 
        * mh-comp.el (mh-reply-show-message-p): The setting of this
-       variable determines whether the MH show-buffer is diplayed with
+       variable determines whether the MH show-buffer is displayed with
        the current message when using mh-reply without a prefix argument.
        Set it to nil if you already include the message automatically in
        your draft using "repl: -filter repl.filter" in your ~/.mh_profile
index 6132af17dab2ee365e488af666d4c3a31d24b32d..00a03c87ed935b7c115e40eab429def4f05feeb5 100644 (file)
@@ -484,18 +484,18 @@ no effect."
   folder)
 
 (defmacro mh-children-p (folder)
-  "Return t if FOLDER from sub-folders cache has children.
-The car of folder is the name, and the cdr is either t or some
-sort of count that I do not understand. It's too small to be the
-number of messages in the sub-folders and too large to be the
-number of sub-folders. XXX"
+  "Return t if FOLDER from sub-folders cache has children."
+;; The car of folder is the name, and the cdr is either t or some
+;; sort of count that I do not understand. It's too small to be the
+;; number of messages in the sub-folders and too large to be the
+;; number of sub-folders. XXX"
   `(if (cdr ,folder)
        t
      nil))
 
 ;;;###mh-autoload
 (defun mh-folder-list (folder)
-  "Return FOLDER and its descendents.
+  "Return FOLDER and its descendants.
 FOLDER may have a + prefix. Returns a list of strings without the
 + prefix. If FOLDER is nil, then all folders are considered. For
 example, if your Mail directory only contains the folders +inbox,
index fbf0e159247e299a681963d65914d3ef3e0e2df0..9701b8dc6e0e0097f9ad0b6fe19d9147c0ab9dfe 100644 (file)
@@ -49,7 +49,7 @@
 ;; Unicode character means a character in one of the Mule charsets
 ;; ascii, latin-iso8859-1, mule-unicode-0100-24ff,
 ;; mule-unicode-2500-33ff, mule-unicode-e000-ffff, eight-bit-control
-;; or a character translateable to such a character (i.e a character
+;; or a character translatable to such a character (i.e a character
 ;; for which `encode-char' will return non-nil).
 ;;
 ;; Using unify-8859-on-decoding-mode is probably a good idea here
index 477daf75534dd3304c2d749030b6f065cf497506..4f4fbf0f931d4aaadffefbb3dd34c086316fd11f 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * org-table.el (org-table-line-to-dline): Fix typo.
+
 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
 
        * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org-indent.el (org-indent-add-properties):
-       Use `with-silent-modificatons'.
-       (org-indent-remove-properties): Use `with-silent-modificatons'.
+       Use `with-silent-modifications'.
+       (org-indent-remove-properties): Use `with-silent-modifications'.
 
 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
 
 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org.el (org-remove-empty-overlays-at)
-       (org-clean-visibility-after-subtree-move): New functons.
+       (org-clean-visibility-after-subtree-move): New functions.
        (org-move-subtree-down): Simplify cleanup of display.
 
 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org-exp.el (org-export-as-html): Use IDs in the correct way.
 
-       * org.el (org-uuidgen-p): New funtion.
+       * org.el (org-uuidgen-p): New function.
 
        * org-agenda.el (org-agenda-fontify-priorities): New default value
        `cookies'.
        (org-file-apps-defaults-macosx): Let PostScript files be opened by
        preview.
        (org-time-stamp-inactive): Call `org-time-stamp'.
-       (org-time-stamp): New argument `inactive'.  Also edit inacive
+       (org-time-stamp): New argument `inactive'.  Also edit inactive
        stamps.  Convert time stamp type.
        (org-open-file): Interpret the `default' value for the `command'
        in `org-file-apps'.
index 727238454267a1052f394b2cc3e0d431f90ea80c..92c14f4cd597656c1475f0daea3217ebb03fea1a 100644 (file)
@@ -1302,7 +1302,7 @@ However, when FORCE is non-nil, create new columns if necessary."
 (defun org-table-line-to-dline (line &optional above)
   "Turn a buffer line number into a data line number.
 If there is no data line in this line, return nil.
-If there is no matching dline (most likely te refrence was a hline), the
+If there is no matching dline (most likely the reference was a hline), the
 first dline below it is used.  When ABOVE is non-nil, the one above is used."
   (catch 'exit
     (let ((ll (length org-table-dlines))
index 76dfb3c7a28ae1827eeac5b7992313491aaf510f..4a6344727b424c11462f727cfae8bbb10205ab7e 100644 (file)
@@ -221,7 +221,7 @@ the evaluated constant value at compile time."
     ;;
     ;; OPS either has the structure of `c-operators', is a single
     ;; group in `c-operators', or is a plain list of operators.
-    ;; 
+    ;;
     ;; OPGROUP-FILTER specifies how to select the operator groups.  It
     ;; can be t to choose all groups, a list of group type symbols
     ;; (such as 'prefix) to accept, or a function which will be called
index eea822328f1781c22278ccaee85636e739d8b68d..823304bd2508c145085b564946758623f737cfa8 100644 (file)
@@ -24,7 +24,7 @@
 ;;; Commentary:
 
 ;; Provides support for editing GNU Cfengine files, including
-;; font-locking, Imenu and indention, but with no special keybindings.
+;; font-locking, Imenu and indentation, but with no special keybindings.
 
 ;; The CFEngine 3.x support doesn't have Imenu support but patches are
 ;; welcome.
index 211c856f9b7d42ec80cac4b7cdcaa3b7ac9340ae..0516aca8d2bbe6fbe7f05e8e7e7c233071c0986a 100644 (file)
@@ -210,16 +210,16 @@ This function is designed to be added to hooks, for example:
 
 (defun cwarn-is-enabled (mode &optional feature)
   "Non-nil if CWarn FEATURE is enabled for MODE.
-feature is an atom representing one construction to highlight.
+FEATURE is an atom representing one construction to highlight.
 
 Check if any feature is enabled for MODE if no feature is specified.
 
 The valid features are described by the variable
 `cwarn-font-lock-feature-keywords-alist'."
-  (let ((mode-configuraion (assq mode cwarn-configuration)))
-    (and mode-configuraion
+  (let ((mode-configuration (assq mode cwarn-configuration)))
+    (and mode-configuration
         (or (null feature)
-            (let ((list-or-t (nth 1 mode-configuraion)))
+            (let ((list-or-t (nth 1 mode-configuration)))
               (or (eq list-or-t t)
                   (if (eq (car-safe list-or-t) 'not)
                       (not (memq feature (cdr list-or-t)))
@@ -235,7 +235,7 @@ The valid features are described by the variable
     (eq (char-after) ?#)))
 
 (defun cwarn-font-lock-keywords (addp)
-  "Install/Remove keywords into current buffer.
+  "Install/remove keywords into current buffer.
 If ADDP is non-nil, install else remove."
   (dolist (pair cwarn-font-lock-feature-keywords-alist)
     (let ((feature (car pair))
index 204b6a91b0f5e2f810a0b1df9819007be5a73bb5..7b63575195e52c14ef6d6e4126bc26c3702043fd 100644 (file)
 ;; -----
 ;;
 ;; At moment, only the `<!ELEMENT' generates a syntactic chart.  The
-;; `<!ATTLIST', `<!NOTATION' and `<!ENTITY' are syntacticly checked but they
+;; `<!ATTLIST', `<!NOTATION' and `<!ENTITY' are syntactically checked but they
 ;; don't generate a syntactic chart.
 ;;
 ;; Besides the syntax above, ebnf-dtd also accepts a `pure' dtd file.  An
index 1233ee19ff65be5f087b3da5bb52676ea27e4204..d8715599d74f75e8cdeaf5793762bc6b9c7ac8a6 100644 (file)
@@ -5789,7 +5789,7 @@ end
     (setq idlwave-idlwave_routine_info-compiled t))
 
   ;; Restore if necessary.  Must use execute to hide lame routine_info
-  ;; errors on undefinded routine
+  ;; errors on undefined routine
   (idlwave-shell-send-command
    (format "if execute(\"_v=routine_info('idlwave_routine_info',/SOURCE)\") eq 0 then restore,'%s' else if _v.path eq '' then restore,'%s'"
           idlwave-shell-temp-rinfo-save-file
index 91a2e9467538c259232e40ff23ceaf93086e715f..b1502adbeb19d0eb91e1cc6af22c009d9369964f 100644 (file)
@@ -427,7 +427,7 @@ no args, if that value is non-nil."
       (pascal-indent-command))))
 
 (defun electric-pascal-equal ()
-  "Insert `=', and do indention if within type declaration."
+  "Insert `=', and do indentation if within type declaration."
   (interactive)
   (insert last-command-event)
   (if (eq (car (pascal-calculate-indent)) 'declaration)
index 574b838981897ac40085c71c99117177567a0be0..3e06810cce64d4e77021ad4af25074f18eee3bba 100644 (file)
 
     (define-key map "\e[Z" [?\S-\t])
     (define-key map "\e[072q" [?\C-\t])
-    ;; This only works if you remove the M-TAB keyring from the system.4Dwmrc
-    ;; our your ~/.4Dwmrc, if you use the 4Dwm window manager.
+    ;; This only works if you remove the M-TAB keybinding from the system.4Dwmrc
+    ;; or your ~/.4Dwmrc, if you use the 4Dwm window manager.
     (define-key map "\e[073q" [?\M-\t])
 
     (define-key map "\e[074q" [?\M-q])
index 14c4ce1c8b729cc3c9a4909d8cd52d68e865dd0e..c784892ce6b25d0b53c1564d84a8074ab9335d35 100644 (file)
     ;; function keys F11->F42 from the termcap/terminfo information.  On
     ;; a PC-style keyboard these keys correspond to
     ;; MODIFIER-FUNCTION_KEY, where modifier is S-, C-, C-S-.  The
-    ;; code here subsitutes the corresponding definitions in
+    ;; code here substitutes the corresponding definitions in
     ;; function-key-map.  This substitution is needed because if a key
     ;; definition if found in function-key-map, there are no further
     ;; lookups in other keymaps.
index d13437f4c7cdcc243cb3b3b296309be3d295767d..e7f2e3f1396f4c98f07f0504c8c2ac75bdcf5276 100644 (file)
@@ -2338,7 +2338,7 @@ Octant are numbered 1--8, anti-clockwise as:
          5
        6))))
 
-;; Some inline funtions for creating, setting and reading
+;; Some inline functions for creating, setting and reading
 ;; members of a coordinate
 ;;
 
index 7de15c66cec8b8a5441a4ece60265e716efc4f81..ff6ffffc3825f960b1b9cfd02dae4bb83c6daa72 100644 (file)
@@ -361,7 +361,7 @@ will display info in the echo area."
   "View location in a LaTeX document which cites the BibTeX entry at point.
 Since BibTeX files can be used by many LaTeX documents, this function
 prompts upon first use for a buffer in RefTeX mode.  To reset this
-link to a document, call the function with with a prefix arg.
+link to a document, call the function with a prefix arg.
 Calling this function several times find successive citation locations."
   (interactive "P")
   (when arg
index 0b263e9c669f2cc1debd7379747b8215494702e2..0fc7ba96fb70de524823ed748372a29052156810 100644 (file)
@@ -299,7 +299,7 @@ If nil, use the value of `vc-diff-switches'.  If t, use no switches."
       ids)))
 
 (defun vc-mtn-revision-completion-table (files)
-  ;; TODO: Implement completion for for selectors
+  ;; TODO: Implement completion for selectors
   ;; TODO: Implement completion for composite selectors.
   (lexical-let ((files files))
     ;; What about using `files'?!?  --Stef
index 68aa5f4db6f59b872cee055b4826c94ac583014f..478872dd92e55438d91be275c6ec4f2bc6aeaa21 100644 (file)
@@ -756,7 +756,7 @@ This follows the rule [28] in the XML specifications."
 ;;*******************************************************************
 
 (defun xml-substitute-special (string)
-  "Return STRING, after subsituting entity references."
+  "Return STRING, after substituting entity references."
   ;; This originally made repeated passes through the string from the
   ;; beginning, which isn't correct, since then either "&amp;amp;" or
   ;; "&#38;amp;" won't DTRT.
index 7accd0d5eea68d77f77d009338a85517ed104c03..6cb461b0ea1ead1cdc18717c6d51eb771fe0b6b1 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * casetab.c (Fset_case_table):
+       * charset.c (Fcharset_after): Fix typos.
+
 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
 
        Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
index 37a75c3c998bd20e1aad630e61166d3e27e75e6a..85f6c00eaaf7b814d72cb1cee8d7566db390f4db 100644 (file)
        * keyboard.c (input_available_signal): Declare.
        (kbd_buffer_nr_stored): New function.
        (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
-       more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
+       more than KBD_BUFFER_SIZE/2, stop reading input (Bug#6571).
        (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
-       returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
+       returns less than KBD_BUFFER_SIZE/4, resume reading input (Bug#6571).
        (tty_read_avail_input): If input is on hold, return.
        Don't read more that free slots in kbd_buffer (Bug#6571).
 
 
 2010-05-20  Juri Linkov  <juri@jurta.org>
 
-       * fileio.c (Fdelete_file): Change interative spec to use
+       * fileio.c (Fdelete_file): Change interactive spec to use
        `read-file-name' like in `find-file-read-args' where the default
        value is `default-directory' instead of `buffer-file-name'.
        http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
 
        * process.c (status_notify): Don't perform redisplay.
        (Fdelete_process, list_processes_1, process_send_signal):
-       Expliticly perform redisplay.
+       Explicitly perform redisplay.
        (wait_reading_process_output): Always check process status, but
        don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
 
        * keymap.c (describe_vector): Handle default value of a char table.
 
        * fontset.c (fontset_face): Handle fallback fonts correctly.
-       (Ffontset_info): Return infomation about fallback fonts.
+       (Ffontset_info): Return information about fallback fonts.
 
 2008-02-01  Kenichi Handa  <handa@m17n.org>
 
 2007-06-14  Jason Rumney  <jasonr@gnu.org>
 
        * w32.c (get_process_times_fn): New function pointer.
-       (globals_of_w32): Intialize it if present in kernel32.dll.
+       (globals_of_w32): Initialize it if present in kernel32.dll.
        (w32_get_internal_run_time): New function.
 
        * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
index fb3ec1720559dc0243ff72e20e3d02007bf4a65e..cbf867829c7b143b11151c16c6c2fb2ffd48ac06 100644 (file)
        shrink below the minimum, this code would only try to delete it if
        it had a parent.  Well, even if the window doesn't have a parent,
        you want Fdelete_window to signal an error, since you're trying to
-       resize one of the undeleteable windows into nothingness.  So call
+       resize one of the undeletable windows into nothingness.  So call
        Fdelete_window even if the window doesn't have a parent.
 
        * window.c (MINSIZE): Add kludge so that the minibuffer is always
index ec4c27a4d9ea1b4cca3eaef92c5814132db9daa4..fc97acdeb1ed4af287c1d866a5f5348e16087fbf 100644 (file)
 
        (w32_initialize): Set input mode.  Use w32_msg_worker instead
        of windows_msg_worker.  Dynamically link proportional scroll bar
-       functions and intialize proportional scroll bar variables.
+       functions and initialize proportional scroll bar variables.
        (syms_of_w32term): DEFVAR new variables.
 
        * w32term.h (w32_output): New fields menubar_widget, menubar_active,
index bd51e55cdc6c0c03e77d8137be2ee947556bccb0..e21af17657f1dc56c00439d9733a0431672588d6 100644 (file)
        (CURSOR_FACE_ID, MOUSE_FACE_ID): New.
 
        * xfaces.c (Qscroll_bar, Qcursor, Qborder, Qmouse): New.
-       (syms_of_xfaces): Intialize new symbols.
+       (syms_of_xfaces): Initialize new symbols.
 
        * fns.c (Fmakehash): Take one argument, test, make all the
        rest keyword arguments.
        * xdisp.c (store_frame_title_char): New function to store a
        single character for the frame title with re-allocation of
        frame_title_buf.
-       (init_xdisp): Intialize frame_title_.* variables to null.
+       (init_xdisp): Initialize frame_title_.* variables to null.
 
        * dispnew.c (quit_error_check): Removed.
 
        (enumfont_t): Remove unused head pointer.
        (enum_font_cb2): Dereference elfLogFont.
        (w32_list_bdf_fonts): New function.
-       (w32_list_fonts): Use one_w32_dispay_info instead of insisting on
+       (w32_list_fonts): Use one_w32_display_info instead of insisting on
        valid frame.  Remove MessageBox.  Support BDF fonts.
        (Fw32_find_bdf_fonts): New function.
        (syms_of_w32fns): Add Vw32_bdf_filename_alist and
index e688637a40868b3f43d78792f3729ee00fca5209..e0337927ec50d22aed04646c47e1842e1619f47d 100644 (file)
@@ -51,7 +51,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
    A note about references to UAX#9 rules: if the reference says
    something like "X9/Retaining", it means that you need to refer to
-   rule X9 and to its modifications decribed in the "Implementation
+   rule X9 and to its modifications described in the "Implementation
    Notes" section of UAX#9, under "Retaining Format Codes".  */
 
 #include <config.h>
index 8bc6e37732d205e3d608d2fa65e91700018da1ed..a327a1650f114f4041805d06a9f24db6a51e4284 100644 (file)
@@ -4400,7 +4400,7 @@ static int mmap_fd_1;
 
 static int mmap_page_size;
 
-/* 1 means mmap has been intialized.  */
+/* 1 means mmap has been initialized.  */
 
 static int mmap_initialized_p;
 
index 3433b313c037a045fa72f8d3829eeab9a3d1ba20..575a48ed14696e8c3685cbcd8a8abe33a2260b4f 100644 (file)
@@ -95,7 +95,7 @@ CANONICALIZE maps each character to a canonical equivalent;
  any two characters that are related by case-conversion have the same
  canonical equivalent character; it may be nil, in which case it is
  deduced from DOWNCASE and UPCASE.
-EQUIVALENCES is a map that cyclicly permutes each equivalence class
+EQUIVALENCES is a map that cyclically permutes each equivalence class
  (of characters with the same canonical equivalent); it may be nil,
  in which case it is deduced from CANONICALIZE.  */)
   (Lisp_Object table)
index 266753f9d05196a76e002c51a5fa4491f1e58b64..b6921a762b6b8da4081fc95b7d9343485d1ad205 100644 (file)
@@ -2082,7 +2082,7 @@ that case, find the charset from what supported by that coding system.  */)
 DEFUN ("charset-after", Fcharset_after, Scharset_after, 0, 1, 0,
        doc: /*
 Return charset of a character in the current buffer at position POS.
-If POS is nil, it defauls to the current point.
+If POS is nil, it defaults to the current point.
 If POS is out of range, the value is nil.  */)
   (Lisp_Object pos)
 {
index 486aa4f7a407c85196f7f6bb0daed0d84ce37eea..3225c1eb46e5e68dd132fc629ea6b14715ea3961 100644 (file)
@@ -2649,11 +2649,11 @@ struct redisplay_interface
   void (*flush_display) (struct frame *f);
 
   /* Flush the display of frame F if non-NULL.  This is called
-     during redisplay, and should be NULL on systems which flushes
+     during redisplay, and should be NULL on systems which flush
      automatically before reading input.  */
   void (*flush_display_optional) (struct frame *f);
 
-  /* Clear the mouse hightlight in window W, if there is any.  */
+  /* Clear the mouse highlight in window W, if there is any.  */
   void (*clear_window_mouse_face) (struct window *w);
 
   /* Set *LEFT and *RIGHT to the left and right overhang of GLYPH on
index 984651ae9ce1ebb1a280c45e80def01f8457b9eb..039ed6543cb3aa1fc5f402f8c6226de5db676faa 100644 (file)
@@ -374,7 +374,7 @@ make_frame (int mini_p)
 
     /* Use set_window_buffer, not Fset_window_buffer, and don't let
        hooks be run by it.  The reason is that the whole frame/window
-       arrangement is not yet fully intialized at this point.  Windows
+       arrangement is not yet fully initialized at this point.  Windows
        don't have the right size, glyph matrices aren't initialized
        etc.  Running Lisp functions at this point surely ends in a
        SEGV.  */
@@ -1712,7 +1712,7 @@ If omitted, FRAME defaults to the currently selected frame.  */)
 }
 
 /* Update the display_time slot of the buffers shown in WINDOW
-   and all its descendents.  */
+   and all its descendants.  */
 
 static void
 make_frame_visible_1 (Lisp_Object window)
index a3b4e1dcbcef545c162d142075cb01fb1550ea99..a6a0fddb137464e926076e86e31dfc3f64026956 100644 (file)
@@ -1892,7 +1892,7 @@ boyer_moore (EMACS_INT n, unsigned char *base_pat,
                               || CHAR_HEAD_P (cursor[1]))
                              && (CHAR_HEAD_P (cursor[0])
                                  /* Check if this is the last byte of
-                                    a translable character.  */
+                                    a translatable character.  */
                                  || (translate_prev_byte1 == cursor[-1]
                                      && (CHAR_HEAD_P (translate_prev_byte1)
                                          || (translate_prev_byte2 == cursor[-2]
@@ -1991,7 +1991,7 @@ boyer_moore (EMACS_INT n, unsigned char *base_pat,
                           || CHAR_HEAD_P (ptr[1]))
                          && (CHAR_HEAD_P (ptr[0])
                              /* Check if this is the last byte of a
-                                translable character.  */
+                                translatable character.  */
                              || (translate_prev_byte1 == ptr[-1]
                                  && (CHAR_HEAD_P (translate_prev_byte1)
                                      || (translate_prev_byte2 == ptr[-2]
index 0e529714eb61898e4e4cd5f4af4c79ad0edfd7d2..de7703c2ec788aafddc3d40dbd2416b701ad9d3b 100644 (file)
@@ -8765,7 +8765,7 @@ x_wait_for_event (struct frame *f, int eventtype)
   pending_event_wait.f = f;
   pending_event_wait.eventtype = eventtype;
 
-  /* Set timeout to 0.1 second.  Hopefully not noticable.
+  /* Set timeout to 0.1 second.  Hopefully not noticeable.
      Maybe it should be configurable.  */
   EMACS_SET_SECS_USECS (tmo, 0, 100000);
   EMACS_GET_TIME (tmo_at);
index 9afed6f5f90c69b30c2d50f20f33d372ca19fd2d..80c26a9cf448e9ec0784b9c4b6d471db21152c59 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
+
 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
 
        * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
index 946a818e70e2fadc7750a3a77323399653dc6ccc..3fbd180290c8b224b9347d741ef22573f9c56e6c 100644 (file)
@@ -28,7 +28,7 @@
 (defvar semantic-utest-c-comparisons
   '( ("testsppreplace.c" . "testsppreplaced.c")
      )
-  "List of files to parse and compare against eachother.")
+  "List of files to parse and compare against each other.")
 
 ;;; Code:
 ;;;###autoload