diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-03-24 01:17:31 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-03-24 01:17:31 +0100 |
commit | c6f3804c031103c63f48a0aed3257e217df66e9c (patch) | |
tree | 465f3ae4bafdd29999fb616c774e83a9adf49cd4 /lisp/faces.el | |
parent | c333f279e525604d78fc58829404186e4f4ed54a (diff) | |
download | emacs-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.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 8 |
1 files changed, 4 insertions, 4 deletions
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 |