diff options
| author | Glenn Morris | 2008-07-01 03:02:37 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-07-01 03:02:37 +0000 |
| commit | 549c0a96643f59cd999c289b3251040f679de69a (patch) | |
| tree | 52c9b5dfaff17d8bdefaeffac7bb0bcdfd48a143 | |
| parent | 375dd2b6a29f9a5e70ca25485affb1c78bb33a9c (diff) | |
| download | emacs-549c0a96643f59cd999c289b3251040f679de69a.tar.gz emacs-549c0a96643f59cd999c289b3251040f679de69a.zip | |
Spelling fix.
| -rw-r--r-- | lisp/ChangeLog.8 | 2 | ||||
| -rw-r--r-- | lisp/gnus/nndb.el | 6 | ||||
| -rw-r--r-- | lisp/progmodes/cperl-mode.el | 2 | ||||
| -rw-r--r-- | lisp/window.el | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 0f924efa6d0..3b21f10eded 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -5278,7 +5278,7 @@ | |||
| 5278 | 1999-05-08 Ken Stevens <k.stevens@ieee.org> | 5278 | 1999-05-08 Ken Stevens <k.stevens@ieee.org> |
| 5279 | 5279 | ||
| 5280 | * ispell.el (ispell-local-dictionary-alist): New variable for | 5280 | * ispell.el (ispell-local-dictionary-alist): New variable for |
| 5281 | customizing local dictionaries not accessable by everyone. | 5281 | customizing local dictionaries not accessible by everyone. |
| 5282 | (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | 5282 | (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. |
| 5283 | (ispell-required-version): Changed format `(major minor | 5283 | (ispell-required-version): Changed format `(major minor |
| 5284 | revision)' to support general pattern matching. | 5284 | revision)' to support general pattern matching. |
diff --git a/lisp/gnus/nndb.el b/lisp/gnus/nndb.el index 53ad69630d2..602895826f1 100644 --- a/lisp/gnus/nndb.el +++ b/lisp/gnus/nndb.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndb.el --- nndb access for Gnus | 1 | ;;; nndb.el --- nndb access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 4 | ;; 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Kai Grossjohann <grossjohann@ls6.informatik.uni-dortmund.de> | 7 | ;; Kai Grossjohann <grossjohann@ls6.informatik.uni-dortmund.de> |
| @@ -307,7 +307,7 @@ Optional LAST is ignored." | |||
| 307 | ; nndb-request-rename-group does not exist | 307 | ; nndb-request-rename-group does not exist |
| 308 | ; todo -- maybe later | 308 | ; todo -- maybe later |
| 309 | 309 | ||
| 310 | ;; -- standard compatability functions | 310 | ;; -- standard compatibility functions |
| 311 | 311 | ||
| 312 | (deffoo nndb-status-message (&optional server) | 312 | (deffoo nndb-status-message (&optional server) |
| 313 | "Return server status as a string." | 313 | "Return server status as a string." |
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 13c3d37b79b..57ecf03e2c7 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el | |||
| @@ -834,7 +834,7 @@ voice); | |||
| 834 | 834 | ||
| 835 | 3) Everything is customizable, one-by-one or in a big sweep; | 835 | 3) Everything is customizable, one-by-one or in a big sweep; |
| 836 | 836 | ||
| 837 | 4) It has many easily-accessable \"tools\": | 837 | 4) It has many easily-accessible \"tools\": |
| 838 | a) Can run program, check syntax, start debugger; | 838 | a) Can run program, check syntax, start debugger; |
| 839 | b) Can lineup vertically \"middles\" of rows, like `=' in | 839 | b) Can lineup vertically \"middles\" of rows, like `=' in |
| 840 | a = b; | 840 | a = b; |
diff --git a/lisp/window.el b/lisp/window.el index 4a29f45164e..5eafb2a1ac9 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -790,7 +790,7 @@ hold: | |||
| 790 | high as `split-height-threshold'. | 790 | high as `split-height-threshold'. |
| 791 | 791 | ||
| 792 | - When WINDOW is split evenly, the emanating windows are at least | 792 | - When WINDOW is split evenly, the emanating windows are at least |
| 793 | `window-min-height' lines tall and can accomodate at least one | 793 | `window-min-height' lines tall and can accommodate at least one |
| 794 | line plus - if WINDOW has one - a modeline. | 794 | line plus - if WINDOW has one - a modeline. |
| 795 | 795 | ||
| 796 | WINDOW can be split horizontally when the following conditions | 796 | WINDOW can be split horizontally when the following conditions |