Mercurial > emacs
diff lisp/erc/erc.el @ 77957:6785be4e7e92
(erc-startup-file-list): Fix typo in docstring.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Thu, 07 Jun 2007 00:38:12 +0000 |
| parents | 744999b354a0 |
| children | 85d67fae9a94 |
line wrap: on
line diff
--- a/lisp/erc/erc.el Thu Jun 07 00:35:28 2007 +0000 +++ b/lisp/erc/erc.el Thu Jun 07 00:38:12 2007 +0000 @@ -842,7 +842,7 @@ 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))
