diff lisp/ChangeLog @ 107532:7c79bc199c73

Fix typos. * faces.el (set-face-attribute): Fix typo in docstring. (face-valid-attribute-values): Reflow docstring. * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 24 Mar 2010 01:17:31 +0100
parents 44c2979819e4
children 22bf58a96b3a
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Mar 24 01:16:45 2010 +0100
+++ b/lisp/ChangeLog	Wed Mar 24 01:17:31 2010 +0100
@@ -1,3 +1,10 @@
+2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
+
+	* faces.el (set-face-attribute): Fix typo in docstring.
+	(face-valid-attribute-values): Reflow docstring.
+
+	* cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
+
 2010-03-23  Glenn Morris  <rgm@gnu.org>
 
 	* textmodes/flyspell.el (sgml-lexical-context): Autoload it.  (Bug#5752)