]> git.eshelyaron.com Git - emacs.git/commitdiff
(erc-startup-file-list): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Jun 2007 00:38:27 +0000 (00:38 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Jun 2007 00:38:27 +0000 (00:38 +0000)
lisp/erc/ChangeLog
lisp/erc/erc.el

index eec2478b162aac27f008249e15860d7915627c38..5f283b44ee0d8248765abda6a9aa2d580bb218f7 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * erc.el (erc-startup-file-list): Fix typo in docstring.
+
 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
 
        * erc.el (erc-show-channel-key-p): Fix typo in docstring.
index 72442de9f95015dcb859e3c2de4a596d1f5d42e2..d6875ffc4af33e506035c7aa606b4546dc485a35 100644 (file)
@@ -842,7 +842,7 @@ See `erc-server-flood-margin' for other flood-related parameters.")
 The first existent and readable one will get executed.
 
 If the filename ends with `.el' it is presumed to be an Emacs Lisp
-script and it gets (load)ed.  Otherwise is is treated as a bunch of
+script and it gets (load)ed.  Otherwise it is treated as a bunch of
 regular IRC commands."
   :group 'erc-scripts
   :type '(repeat file))