diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-19 18:29:42 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-19 18:29:42 -0800 |
commit | e1dbe924b53c541fdf238a5a722b7177d5c8760b (patch) | |
tree | cef637ee7849fac3160c668f88e0f761305f87d3 /lisp/erc | |
parent | 7fb18e9ef9edb3b47cf463babe83922f9310a473 (diff) | |
download | emacs-e1dbe924b53c541fdf238a5a722b7177d5c8760b.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/erc')
-rw-r--r-- | lisp/erc/ChangeLog.01 | 5 | ||||
-rw-r--r-- | lisp/erc/ChangeLog.02 | 3 | ||||
-rw-r--r-- | lisp/erc/ChangeLog.03 | 2 | ||||
-rw-r--r-- | lisp/erc/erc-log.el | 3 | ||||
-rw-r--r-- | lisp/erc/erc-match.el | 3 | ||||
-rw-r--r-- | lisp/erc/erc-track.el | 3 | ||||
-rw-r--r-- | lisp/erc/erc.el | 2 |
7 files changed, 8 insertions, 13 deletions
diff --git a/lisp/erc/ChangeLog.01 b/lisp/erc/ChangeLog.01 index 1e90b33a23b..001ab42926f 100644 --- a/lisp/erc/ChangeLog.01 +++ b/lisp/erc/ChangeLog.01 @@ -912,7 +912,7 @@ fixed one occurrence of a setq with only one argument (XEmacs didn't like that) * erc.el: - Added erc-next-line-add-newlines customisation possibility. + Added erc-next-line-add-newlines customization possibility. * erc.el: added erc-fill-prefix for defining your own way of filling and fixed filling somehow @@ -940,8 +940,7 @@ * erc.el: typo - * erc.el: ommit - :wq + * erc.el: omit 2001-07-06 Alex Schroeder <alex@gnu.org> diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02 index d1b05a23140..279a336f15f 100644 --- a/lisp/erc/ChangeLog.02 +++ b/lisp/erc/ChangeLog.02 @@ -343,7 +343,7 @@ 2002-12-14 Damien Elmes <erc@repose.cx> * erc.el: - last-peers: initialise to a cons. thanks to Francis Litterio + last-peers: initialize to a cons. thanks to Francis Litterio <franl@world.std.com> for the patch * erc.el: @@ -2616,4 +2616,3 @@ See ChangeLog.01 for earlier changes. ;; Local Variables: ;; coding: utf-8 ;; End: - diff --git a/lisp/erc/ChangeLog.03 b/lisp/erc/ChangeLog.03 index 956ef5f4c66..322f7c93f7d 100644 --- a/lisp/erc/ChangeLog.03 +++ b/lisp/erc/ChangeLog.03 @@ -1425,7 +1425,7 @@ reference argument directly - no string matching * erc.el(erc-extract-command-from-line): - hmm, thinko in the canonicalisation. should + hmm, thinko in the canonicalization. should be fixed 2003-01-16 Francis Litterio <franl@users.sourceforge.net> diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el index 24990e1e068..c6b0984fe67 100644 --- a/lisp/erc/erc-log.el +++ b/lisp/erc/erc-log.el @@ -50,7 +50,7 @@ ;; erc-log-write-after-send t ;; erc-log-write-after-insert t) ;; -;; If you only want to save logs for some buffers, customise the +;; If you only want to save logs for some buffers, customize the ;; variable `erc-enable-logging'. ;; How it works: @@ -450,4 +450,3 @@ You can save every individual message by putting this function on ;; indent-tabs-mode: t ;; tab-width: 8 ;; End: - diff --git a/lisp/erc/erc-match.el b/lisp/erc/erc-match.el index bde51da6e3d..7e567bd1648 100644 --- a/lisp/erc/erc-match.el +++ b/lisp/erc/erc-match.el @@ -36,7 +36,7 @@ (require 'erc) (eval-when-compile (require 'cl)) -;; Customisation: +;; Customization: (defgroup erc-match nil "Keyword and Friend/Foe/... recognition. @@ -633,4 +633,3 @@ This function is meant to be called from `erc-text-matched-hook'." ;; indent-tabs-mode: t ;; tab-width: 8 ;; End: - diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el index b663aeed423..e2e5fa1c4f2 100644 --- a/lisp/erc/erc-track.el +++ b/lisp/erc/erc-track.el @@ -1040,7 +1040,7 @@ relative to `erc-track-switch-direction'" ((oldest leastactive) (- (length erc-modified-channels-alist) arg)) (t (1- arg)))) - ;; normalise out of range user input + ;; normalize out of range user input (cond ((>= offset (length erc-modified-channels-alist)) (setq offset (1- (length erc-modified-channels-alist)))) ((< offset 0) @@ -1075,4 +1075,3 @@ switch back to the last non-ERC buffer visited. Next is defined by ;; indent-tabs-mode: t ;; tab-width: 8 ;; End: - diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 8e0973c7b8b..a218dd12555 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -5797,7 +5797,7 @@ If it doesn't exist, create it." "Give information about the nickname at `point'. If called interactively, give a human readable message in the -minibuffer. If called programatically, return the corresponding +minibuffer. If called programmatically, return the corresponding entry of `channel-members'." (interactive) (require 'thingatpt) |