aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
authorPaul Eggert2011-11-22 23:03:56 -0800
committerPaul Eggert2011-11-22 23:03:56 -0800
commitee7683ebb70c308e596103e379ef6b91d001eebc (patch)
tree45382191619e27df7106a8d990bc03903d0fa03f /lisp/erc
parent6b21de180fba10432988d94d2b8f3e2521be5b17 (diff)
downloademacs-ee7683ebb70c308e596103e379ef6b91d001eebc.tar.gz
emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.zip
Spelling fixes.
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index a218dd12555..0eff33f1e75 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -2626,7 +2626,7 @@ VALUE is computed by evaluating the rest of LINE in Lisp."
2626(defun erc-cmd-default (line) 2626(defun erc-cmd-default (line)
2627 "Fallback command. 2627 "Fallback command.
2628 2628
2629Commands for which no erc-cmd-xxx exists, are tunnelled through 2629Commands for which no erc-cmd-xxx exists, are tunneled through
2630this function. LINE is sent to the server verbatim, and 2630this function. LINE is sent to the server verbatim, and
2631therefore has to contain the command itself as well." 2631therefore has to contain the command itself as well."
2632 (erc-log (format "cmd: DEFAULT: %s" line)) 2632 (erc-log (format "cmd: DEFAULT: %s" line))