# HG changeset patch # User Juanma Barranquero # Date 1181176692 0 # Node ID 6785be4e7e925d8b482b7887cb59ab24ca35ccc1 # Parent 4e4e24cab7c8bea25c2d940e87b4bdb15ba811ff (erc-startup-file-list): Fix typo in docstring. diff -r 4e4e24cab7c8 -r 6785be4e7e92 lisp/erc/erc.el --- 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))