Mercurial > emacs
changeset 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 | 4e4e24cab7c8 |
children | 9fb9a0400a74 |
files | lisp/erc/erc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))