]> code.delx.au - gnu-emacs/blobdiff - lisp/faces.el
Fix 2010-07-03 change to mouse-drag-track.
[gnu-emacs] / lisp / faces.el
index 83c7c8b2a0f690e33273e60358b4ec9630d5bb63..b7c238e14f3005f45c9e79137cd9b0188c5c2a2b 100644 (file)
@@ -376,7 +376,7 @@ FRAME nil or not specified means do it for all frames."
 (defun face-all-attributes (face &optional frame)
   "Return an alist stating the attributes of FACE.
 Each element of the result has the form (ATTR-NAME . ATTR-VALUE).
-Normally the value describes the default attributes,
+If FRAME is omitted or nil the value describes the default attributes,
 but if you specify FRAME, the value describes the attributes
 of FACE on FRAME."
   (mapcar (lambda (pair)