]> code.delx.au - gnu-emacs/blobdiff - lisp/faces.el
Fix docstring quoting problems with ‘ '’
[gnu-emacs] / lisp / faces.el
index 769f326efbe18a68023e7a71f6ab5204783f82bd..ecd34a5280e98fa48c1b3301c1a9e3e4a486e0f1 100644 (file)
@@ -276,7 +276,7 @@ If FRAME is omitted or nil, use the selected frame."
 (defun face-list-p (face-or-list)
   "True if FACE-OR-LIST is a list of faces.
 Return nil if FACE-OR-LIST is a non-nil atom, or a cons cell whose car
-is either 'foreground-color, 'background-color, or a keyword."
+is either `foreground-color', `background-color', or a keyword."
   ;; The logic of merge_face_ref (xfaces.c) is recreated here.
   (and (listp face-or-list)
        (not (memq (car face-or-list)