diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2008-10-01 09:12:37 +0000 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2008-10-01 09:12:37 +0000 |
| commit | 183080b610ce4d3385d272aa26b61f3a54f7a9af (patch) | |
| tree | 23cec0c26976cad35c9e3da380161d9945c31b95 /lisp/erc | |
| parent | ca311e4261c746b9c7f3e48029cf56423fe6757e (diff) | |
| download | emacs-183080b610ce4d3385d272aa26b61f3a54f7a9af.tar.gz | |
Fix typos.
Diffstat (limited to 'lisp/erc')
| -rw-r--r-- | lisp/erc/ChangeLog.01 | 6 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.02 | 12 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.03 | 4 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.06 | 4 |
4 files changed, 13 insertions, 13 deletions
diff --git a/lisp/erc/ChangeLog.01 b/lisp/erc/ChangeLog.01 index 78187edc0fc..24da39d31b2 100644 --- a/lisp/erc/ChangeLog.01 +++ b/lisp/erc/ChangeLog.01 @@ -679,7 +679,7 @@ 2001-10-20 Alex Schroeder <alex@gnu.org> * erc.el: - Replaced all occurences of put-text-property with a call to + Replaced all occurrences of put-text-property with a call to erc-put-text-property. (erc-put-text-property): New function. (erc-tracking-modified-channels): Moved to the front of the file such @@ -780,7 +780,7 @@ * Changed some (if ...) without else part to (when ...) * Some (while ...) to use (dolist ...) * Fix for completion popup generating tracebacks. - * New function erc-arrange-session-in-mulptiple-windows + * New function erc-arrange-session-in-multiple-windows * Lots of other stuff, read the diff 2001-10-02 Mario Lang <mlang@delysid.org> @@ -909,7 +909,7 @@ 2001-07-26 Mario Lang <mlang@delysid.org> * erc.el: - fixed one occurence of a setq with only one argument (XEmacs didn't like that) + 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. diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02 index 7221ddca226..fd015f017e7 100644 --- a/lisp/erc/ChangeLog.02 +++ b/lisp/erc/ChangeLog.02 @@ -180,7 +180,7 @@ (erc-generate-log-file-name-long): Doc: Mention erc-generate-log-file-name-function. (erc-save-buffer-in-logs): Use erc-logging-enabled and - erc-current-logfile. Doc: Mention erc-logging-enabbled. + erc-current-logfile. Doc: Mention erc-logging-enabled. (erc-encode-string-for-target): Only do the real work when featurep mule; else just return the string unchanged. @@ -970,7 +970,7 @@ * erc-bbdb.el: * Create a global-minor-mode (i.e., make it a proper erc-module) - * erc.el: * (define-erc-modle): New defmacro + * erc.el: * (define-erc-module): New defmacro 2002-11-16 Jorgen Schaefer <forcer@users.sourceforge.net> @@ -1181,7 +1181,7 @@ * erc-notify.el: Add pcomplete support * erc.el: - Remove autoload statments, remove autoload cookie from erc-mode and erc-info-mode + Remove autoload statements, remove autoload cookie from erc-mode and erc-info-mode * erc-fill.el, erc-match.el: add/remove autoload cookies @@ -1332,7 +1332,7 @@ 2002-07-22 Mario Lang <mlang@delysid.org> * erc.el: - Removed timestamp related code and moved into erc-stampe.l + Removed timestamp related code and moved into erc-stamp.el * erc-stamp.el: Timestamping code moved out of erc.el. Additional, now we can timestamp either on the left or on the right side @@ -1571,7 +1571,7 @@ * added undefined-ctcp error message to english catalog * changed some (when (not erc-disable-ctcp-replies) to use unless instead - and some if's without else statments to use when or use + and some if's without else statements to use when or use * CTCP replies now use erc-display-message, formatted as notices @@ -2327,7 +2327,7 @@ * erc.el: * erc-format-nick-function: New variable. * (erc-format-nick): The default for above var. Just return the nick. * (erc-format-@nick): Prefix NICK with @ or + if OP or VOICE. - * Removed erc-track-modified-channels related code and moved into erc-tracke.l + * Removed erc-track-modified-channels related code and moved into erc-track.el Its auto-loaded now * erc-track.el: Split code from erc.el diff --git a/lisp/erc/ChangeLog.03 b/lisp/erc/ChangeLog.03 index 1d3c61ec506..9ab6a08f7e9 100644 --- a/lisp/erc/ChangeLog.03 +++ b/lisp/erc/ChangeLog.03 @@ -166,7 +166,7 @@ 2003-10-25 Mario Lang <mlang@delysid.org> - * erc.el: Fix typo tuncate->rruncate + * erc.el: Fix typo tuncate->truncate 2003-10-24 Mario Lang <mlang@delysid.org> @@ -1697,7 +1697,7 @@ * buffer-local variables erc-dcc-sent-marker and erc-dcc-send-confirmed marker removed Keep This info in erc-dcc-member :sent and :confirmed plist values * : * :buffer plist for :type 'SEND removed, since we can get this with (marker-buffer - * erc-dcc-send-connect-hook: New hook, defaults to erc-dcc-send-block and erc-dcc-send-conntected, which now prints a msg... + * erc-dcc-send-connect-hook: New hook, defaults to erc-dcc-send-block and erc-dcc-send-connected, which now prints a msg... * erc-dcc.el: * (erc-dcc-chat-accept): Renamed from erc-dcc-chat. Callers updated. diff --git a/lisp/erc/ChangeLog.06 b/lisp/erc/ChangeLog.06 index d13a3923f12..9d08043b068 100644 --- a/lisp/erc/ChangeLog.06 +++ b/lisp/erc/ChangeLog.06 @@ -370,7 +370,7 @@ * erc-log.el (log): Use erc-away-time. Remove unnecessary check. Pass `buffer' argument to erc-log-setup-logging instead of setting the current buffer. Ditto for erc-log-disable-logging. - (erc-log-setup-logging, erc-log-disable-loggin): Accept a `buffer' + (erc-log-setup-logging, erc-log-disable-logging): Accept a `buffer' argument. * erc-list.el (erc-chanlist): Use erc-with-server-buffer. @@ -1091,7 +1091,7 @@ (erc-speedbar-goto-buffer): Fix compiler warning. * erc-ibuffer.el: Use `define-ibuffer-filter' instead of - `ibuffer-degine-limiter'. Use `define-ibuffer-column' instead of + `ibuffer-define-limiter'. Use `define-ibuffer-column' instead of `ibuffer-define-column'. Require 'ibuf-ext so that the macros work without compiler warnings. |
