Mercurial > emacs
changeset 81197:908fd0cfde57
(erc-startup-file-list): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 07 Jun 2007 00:12:56 +0000 |
parents | 6a0b9ff383c7 |
children | bbd353a53e3d |
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:06:39 2007 +0000 +++ b/lisp/erc/erc.el Thu Jun 07 00:12:56 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))