diff options
| -rw-r--r-- | lisp/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index 976787d3483..aa4d0d8353f 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -264,7 +264,7 @@ FACE does not need to be quoted. | |||
| 264 | 264 | ||
| 265 | Third argument DOC is the face documentation. | 265 | Third argument DOC is the face documentation. |
| 266 | 266 | ||
| 267 | If FACE has been set with `custom-set-face', set the face attributes | 267 | If FACE has been set with `custom-set-faces', set the face attributes |
| 268 | as specified by that function, otherwise set the face attributes | 268 | as specified by that function, otherwise set the face attributes |
| 269 | according to SPEC. | 269 | according to SPEC. |
| 270 | 270 | ||