diff options
author | Glenn Morris <rgm@gnu.org> | 2008-05-23 04:41:33 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-05-23 04:41:33 +0000 |
commit | cc4a96c68033373445cc62eacec68dfd67900105 (patch) | |
tree | 9d5444485fd2c1c5bb1194ce1f63d8675efcf722 /lisp/erc | |
parent | 5cb66178eb202074c24804172e9f0c2c41a8d70e (diff) | |
download | emacs-cc4a96c68033373445cc62eacec68dfd67900105.tar.gz |
Spelling fix.
Diffstat (limited to 'lisp/erc')
-rw-r--r-- | lisp/erc/ChangeLog.03 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/erc/ChangeLog.03 b/lisp/erc/ChangeLog.03 index 6fa4464b3de..30e6664dd27 100644 --- a/lisp/erc/ChangeLog.03 +++ b/lisp/erc/ChangeLog.03 @@ -1562,12 +1562,12 @@ * (erc-extract-command-from-line): intern-soft the function here. If the function symbol has a property 'do-not-parse-args, operate as before, otherwise, split the arguments prior to calling the command handler. - * (erc-process-input-line): Updated to accomodate the change above. + * (erc-process-input-line): Updated to accommodate the change above. * (erc-send-distinguish-noncommands): Ditto. * (erc-cmd-NAMES): Ditto. * (erc-cmd-ME): Put 'do-not-parse-args property. - * erc-dcc.el:nick: * erc-dcc.el: * erc-dcc-list: Renamed + * erc-dcc.el:nick: * erc-dcc.el: * erc-dcc-list: Renamed * (erc-dcc-member). Treat :nick as either a nick!user@host or nick, do appropriate comparisons, simplified. * (erc-dcc-list-add): New functions |