comparison lisp/custom.el @ 53040:5c1c3b292fe3

doc typo fix
author Sam Steingold <sds@gnu.org>
date Tue, 11 Nov 2003 14:28:53 +0000
parents 695cf19ef79e
children 89c5aff0d5d7
comparison
equal deleted inserted replaced
53039:76d624ff3e9f 53040:5c1c3b292fe3
262 "Declare FACE as a customizable face that defaults to SPEC. 262 "Declare FACE as a customizable face that defaults to SPEC.
263 FACE does not need to be quoted. 263 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
271 The remaining arguments should have the form 271 The remaining arguments should have the form
272 272