aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-07-01 03:02:37 +0000
committerGlenn Morris2008-07-01 03:02:37 +0000
commit549c0a96643f59cd999c289b3251040f679de69a (patch)
tree52c9b5dfaff17d8bdefaeffac7bb0bcdfd48a143
parent375dd2b6a29f9a5e70ca25485affb1c78bb33a9c (diff)
downloademacs-549c0a96643f59cd999c289b3251040f679de69a.tar.gz
emacs-549c0a96643f59cd999c289b3251040f679de69a.zip
Spelling fix.
-rw-r--r--lisp/ChangeLog.82
-rw-r--r--lisp/gnus/nndb.el6
-rw-r--r--lisp/progmodes/cperl-mode.el2
-rw-r--r--lisp/window.el2
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 @@
52781999-05-08 Ken Stevens <k.stevens@ieee.org> 52781999-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
8353) Everything is customizable, one-by-one or in a big sweep; 8353) Everything is customizable, one-by-one or in a big sweep;
836 836
8374) It has many easily-accessable \"tools\": 8374) 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
796WINDOW can be split horizontally when the following conditions 796WINDOW can be split horizontally when the following conditions