1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

Spelling fix.

This commit is contained in:
Glenn Morris 2008-05-23 04:44:07 +00:00
parent 71b7654711
commit 116f996b96
9 changed files with 14 additions and 14 deletions

View File

@ -142,7 +142,7 @@
* icomplete.el (icomplete-simple-completing-p):
Allow icomplete-with-completion-tables to say "use it everywhere".
(icomplete-completions): Obey completion-styles. Try to accomodate
(icomplete-completions): Obey completion-styles. Try to accommodate
partial-completion style.
2008-05-20 Michael Olson <mwolson@gnu.org>
@ -17497,7 +17497,7 @@
(org-agenda-to-appt): Require calendar.
(org-entry-get-with-inheritance): Widen for search.
(org-columns-display-here): Don't mark buffer as modified when
adding space characters to accomodate column overlays.
adding space characters to accommodate column overlays.
(org-export-as-html): Better formatting of tags in the toc.
(org-columns-display-here): Make the ITEM column as compact as possible.
(org-remember-templates): Customization interface improved.

View File

@ -10180,7 +10180,7 @@
* net/tramp.el: Version 2.0.18 released.
* net/tramp.el (tramp-perl-decode): Perl changes to accomodate
* net/tramp.el (tramp-perl-decode): Perl changes to accommodate
older versions of Perl. Now tested with 5.004. Suggestion from
Michael Albinus.

View File

@ -18133,7 +18133,7 @@
* progmodes/gdb-ui.el: Remove face-alias left over from change on
2005-08-15.
(gdb-ann3): New command gud-go.
(menu): Accomodate gdb-mi.el.
(menu): Accommodate gdb-mi.el.
(gdb-assembler-custom): Make buffer of selected window current
so that set-window-point works.

View File

@ -529,13 +529,13 @@
(outline-layout, outline-use-mode-specific-leader)
(outline-mode-leaders): Variables for new mode-activation scheme.
(outline-expose-topic): New specification format and
optimizations, including thorough accomodation of multiple top-
optimizations, including thorough accommodation of multiple top-
level topics.
(outline-forward-current-level, outline-next-sibling)
(outline-backward-current-level, outline-goto-prefix)
(outline-show-children, outline-up-current-level)
(outline-expose-topic): Behavior refinements and repairs, and
speed optimizations. Better accomodation for multiple top-level
speed optimizations. Better accommodation for multiple top-level
topics.
(outline-recent-end-of-subtree): New state var,
basis for many topic-oriented optimizations.
@ -966,7 +966,7 @@
- Exposure changes and navigation are greatly accelerated.
- More elaborate and clear doc-string for outline-mode,
giving better guidance on use of the mode.
- A new exposure-layout syntax, which accomodates outlines
- A new exposure-layout syntax, which accommodates outlines
with multiple top-level topics. (See `outline-expose' and
`outline-new-exposure'.)
- Automatic exposure and verfication-prompting on attempts to
@ -978,7 +978,7 @@
interepreted as if they were preceded by ^C, when
appropriate, so users can navigate and adjust exposure,
etc, with single-stroke commands.
- Lucid emacs accomodated.
- Lucid emacs accommodated.
1994-04-29 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
@ -8138,7 +8138,7 @@
(calendar-holiday-function-if): Removed.
(calendar-holiday-solar-equinoxes-solstices): Renamed
solar-equinoxes-solstices.
(calendar-holiday-list): Rewrote to accomodate the name changes
(calendar-holiday-list): Rewrote to accommodate the name changes
above and the unquoting of calendar-holidays.
(calendar-cursor-holidays): Change screen-width to frame-width.
(holiday-sexp): Rewritten.

View File

@ -6134,7 +6134,7 @@
(diary-remind-message, marking-diary-entries,
marking-diary-entry): New variables.
(diary-mark-sexp-diary-entries, mark-diary-entries): Rewritten to
accomodate marking-diary-entries.
accommodate marking-diary-entries.
(diary-sexp-entry): Fix indentation.
(diary-chinese-date, diary-coptic-date, diary-ethiopic-date):
Do autoloads.

View File

@ -6201,7 +6201,7 @@
1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
* makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
explicitly to accomodate Windows 9X lack of a useful copy program.
explicitly to accommodate Windows 9X lack of a useful copy program.
1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>

View File

@ -13228,7 +13228,7 @@
* vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
(vc-backend-revert): Function moved into `vc-revert';
`vc-next-action' must be updated to accomodate this change.
`vc-next-action' must be updated to accommodate this change.
(vc-backend-steal): Function moved into `vc-finish-steal'.
(vc-backend-logentry-check): Function moved into
`vc-finish-logentry'.

View File

@ -5974,7 +5974,7 @@ See `allout-toggle-current-subtree-encryption' for more details."
(when (not was-encrypted)
;; ensure that non-ascii chars pending encryption are noticed before
;; they're encrypted, so the coding system is set to accomodate
;; they're encrypted, so the coding system is set to accommodate
;; them.
(setq buffer-file-coding-system
(select-safe-coding-system subtree-beg subtree-end))

View File

@ -204,7 +204,7 @@ set to the appropriate coding system, and the value of
(add-hook 'find-file-not-found-functions
'find-file-not-found-set-buffer-file-coding-system)
;;; To accomodate filesystems that do not require CR/LF translation.
;;; To accommodate filesystems that do not require CR/LF translation.
(defvar untranslated-filesystem-list nil
"List of filesystems that require no CR/LF translation when reading
and writing files. Each filesystem in the list is a string naming