# HG changeset patch # User Juanma Barranquero # Date 1181175176 0 # Node ID 908fd0cfde57a00dfe48fef79199e1e67a32d064 # Parent 6a0b9ff383c7daec11849985864d4690334a2f22 (erc-startup-file-list): Fix typo in docstring. diff -r 6a0b9ff383c7 -r 908fd0cfde57 lisp/erc/erc.el --- 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))