Fix typos.

This commit is contained in:
Juanma Barranquero 2011-11-20 04:48:53 +01:00
parent 17e845af73
commit cd1181dbec
96 changed files with 250 additions and 179 deletions

View file

@ -689,7 +689,7 @@
* 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>
@ -9711,7 +9711,7 @@
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)

View 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

View 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.)

View file

@ -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

View 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

View 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

View 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

View 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.

View 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

View 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.

View 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

View 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.

View 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)).

View file

@ -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"

View 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.

View 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.)

View 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.

View 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

View 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

View 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.

View file

@ -374,7 +374,7 @@
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.
@ -2440,7 +2440,7 @@
* 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>
@ -9827,7 +9827,7 @@
(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)
@ -20778,7 +20778,7 @@
* 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

View file

@ -14943,7 +14943,7 @@
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.

View file

@ -13225,7 +13225,7 @@
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.

View file

@ -3788,7 +3788,7 @@
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)

View file

@ -1905,7 +1905,7 @@
* 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

View file

@ -5516,7 +5516,7 @@
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>

View file

@ -8638,7 +8638,7 @@
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>

View 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)

View 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):

View 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)

View 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))

View 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)

View 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)

View 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)

View 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))

View 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

View 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

View 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)

View 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

View 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

View 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

View 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))))

View 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.

View 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

View 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)
)

View 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))

View 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

View 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)))
)

View 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

View 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)

View 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

View 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.

View file

@ -399,7 +399,7 @@
* 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.

View file

@ -838,7 +838,7 @@
* 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>
@ -1556,7 +1556,7 @@
* 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.

View 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)

View 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)

View 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):
@ -2849,7 +2853,7 @@
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.
@ -19398,7 +19402,7 @@
* 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.

View file

@ -2111,7 +2111,7 @@
* 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.
@ -6816,7 +6816,7 @@
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>
@ -6972,7 +6972,7 @@
* 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.
@ -7964,7 +7964,7 @@
(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.
@ -8097,7 +8097,7 @@
* 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.
@ -8111,7 +8111,7 @@
(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
@ -8205,7 +8205,7 @@
(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.
@ -8270,7 +8270,7 @@
* gnus-util.el (gnus-select-frame-set-input-focus): New function.
2002-08-20 $B>.4X(B $B5HB'(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2002-08-20 $B>.4X(B $B5HB'(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'.
@ -8396,7 +8396,7 @@
* 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)
@ -8440,18 +8440,18 @@
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.
@ -9879,7 +9879,7 @@
(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.
@ -13226,7 +13226,7 @@
(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,Av(Bllmann <gerd@gnu.org>.
2001-09-27 11:00:00 Gerd M,Av(Bllmann <gerd@gnu.org>
* gnus-ems.el (gnus-article-display-xface): Insert xface after
previous ones.
@ -13977,7 +13977,7 @@
* 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>

View 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)

View 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)

View 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
)

View file

@ -4504,7 +4504,7 @@ With prefix argument N moves forward N messages with these labels.
;;;***
;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "6296f0170a37670c49a88a1b92d78187")
;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "3aa9747bf925bd2cd450f4b1f9c7cd03")
;;; Generated autoloads from rmailmm.el
(autoload 'rmail-mime "rmailmm" "\

View 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))

View 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.

View file

@ -10944,7 +10944,7 @@
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

View 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,

View 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

View 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)
@ -6185,8 +6189,8 @@
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>
@ -13637,7 +13641,7 @@
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>
@ -15201,7 +15205,7 @@
* 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'.
@ -17067,7 +17071,7 @@
(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'.

View 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))

View 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

View 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.

View 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))

View file

@ -515,7 +515,7 @@
;; -----
;;
;; 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

View 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

View 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)

View file

@ -136,8 +136,8 @@
(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])

View file

@ -118,7 +118,7 @@
;; 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.

View 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
;;

View 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

View 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

View 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.

View 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).

View file

@ -6604,9 +6604,9 @@
* 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).
@ -7683,7 +7683,7 @@
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
@ -11923,7 +11923,7 @@
* 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).
@ -25081,7 +25081,7 @@
* 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>
@ -30892,7 +30892,7 @@
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.

View file

@ -6089,7 +6089,7 @@
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

View file

@ -5774,7 +5774,7 @@
(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,

View file

@ -2723,7 +2723,7 @@
(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.
@ -9227,7 +9227,7 @@
* 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.
@ -12321,7 +12321,7 @@
(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

View 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>

View 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;

View 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)

View 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)
{

View 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

View 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)

View 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]

View 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);

View 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)

View 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