summaryrefslogtreecommitdiff
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2013-12-21 21:44:20 +0800
committerChong Yidong <cyd@gnu.org>2013-12-21 21:44:20 +0800
commitbacb0e7791b68b1b0a254c09910d666087a386b5 (patch)
tree4eeb4ddb5836ddcd08db09e2bcbedf4be1f2254e /lisp/custom.el
parentc2790aecc822314f5c1e5f28f76ada1572301eb3 (diff)
downloademacs-bacb0e7791b68b1b0a254c09910d666087a386b5.tar.gz
Doc fixes for face functions.
* faces.el (face-spec-set): * cus-face.el (custom-theme-set-faces, custom-set-faces): * custom.el (defface): Doc fixes. Fixes: debbugs:16203
Diffstat (limited to 'lisp/custom.el')
-rw-r--r--lisp/custom.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index 43775a16911..8b675c4a743 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -353,7 +353,7 @@ FACE does not need to be quoted.
Third argument DOC is the face documentation.
-If FACE has been set with `custom-set-faces', set the face
+If FACE has been set with `custom-theme-set-faces', set the face
attributes as specified by that function, otherwise set the face
attributes according to SPEC.
@@ -361,7 +361,7 @@ The remaining arguments should have the form [KEYWORD VALUE]...
For a list of valid keywords, see the common keywords listed in
`defcustom'.
-SPEC should be an alist of the form
+SPEC should be a \"face spec\", i.e., an alist of the form
((DISPLAY . ATTS)...)