aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/erc/ChangeLog4
-rw-r--r--lisp/erc/erc.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index eec2478b162..5f283b44ee0 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,7 @@
12007-06-07 Juanma Barranquero <lekktu@gmail.com>
2
3 * erc.el (erc-startup-file-list): Fix typo in docstring.
4
12007-06-06 Juanma Barranquero <lekktu@gmail.com> 52007-06-06 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * erc.el (erc-show-channel-key-p): Fix typo in docstring. 7 * erc.el (erc-show-channel-key-p): Fix typo in docstring.
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 72442de9f95..d6875ffc4af 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -842,7 +842,7 @@ See `erc-server-flood-margin' for other flood-related parameters.")
842The first existent and readable one will get executed. 842The first existent and readable one will get executed.
843 843
844If the filename ends with `.el' it is presumed to be an Emacs Lisp 844If the filename ends with `.el' it is presumed to be an Emacs Lisp
845script and it gets (load)ed. Otherwise is is treated as a bunch of 845script and it gets (load)ed. Otherwise it is treated as a bunch of
846regular IRC commands." 846regular IRC commands."
847 :group 'erc-scripts 847 :group 'erc-scripts
848 :type '(repeat file)) 848 :type '(repeat file))