summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-03-24 01:17:31 +0100
committerJuanma Barranquero <lekktu@gmail.com>2010-03-24 01:17:31 +0100
commitc6f3804c031103c63f48a0aed3257e217df66e9c (patch)
tree465f3ae4bafdd29999fb616c774e83a9adf49cd4
parentc333f279e525604d78fc58829404186e4f4ed54a (diff)
downloademacs-c6f3804c031103c63f48a0aed3257e217df66e9c.tar.gz
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.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/cedet/srecode/table.el2
-rw-r--r--lisp/faces.el8
3 files changed, 12 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d523b5511c9..8ec78196095 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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)
diff --git a/lisp/cedet/srecode/table.el b/lisp/cedet/srecode/table.el
index 8da38b5f4c4..3d22922d551 100644
--- a/lisp/cedet/srecode/table.el
+++ b/lisp/cedet/srecode/table.el
@@ -66,7 +66,7 @@ Format is from the `file-attributes' function.")
If this is nil, then this template table belongs to a set of generic
templates that can be used with no additional dictionary values.
When it is non-nil, it is assumed the template macros need specialized
-Emacs Lisp code to fill in the dictoinary.")
+Emacs Lisp code to fill in the dictionary.")
(priority :initarg :priority
:type number
:documentation
diff --git a/lisp/faces.el b/lisp/faces.el
index a5bc7b1c965..900e96ed048 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -590,7 +590,7 @@ the default for new frames (this is done automatically each time an
attribute is changed on all frames).
ARGS must come in pairs ATTRIBUTE VALUE. ATTRIBUTE must be a valid
-face attribute name. All attributes can be set to `unspecified';
+face attribute name. All attributes can be set to `unspecified';
this fact is not further mentioned below.
The following attributes are recognized:
@@ -988,9 +988,9 @@ Otherwise, return a single face."
(defun face-valid-attribute-values (attribute &optional frame)
"Return valid values for face attribute ATTRIBUTE.
The optional argument FRAME is used to determine available fonts
-and colors. If it is nil or not specified, the selected frame is
-used. Value is an alist of (NAME . VALUE) if ATTRIBUTE expects a value
-out of a set of discrete values. Value is `integerp' if ATTRIBUTE expects
+and colors. If it is nil or not specified, the selected frame is used.
+Value is an alist of (NAME . VALUE) if ATTRIBUTE expects a value out
+of a set of discrete values. Value is `integerp' if ATTRIBUTE expects
an integer value."
(let ((valid
(case attribute