]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcolor_supported_p): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 24 Jul 2004 20:56:59 +0000 (20:56 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 24 Jul 2004 20:56:59 +0000 (20:56 +0000)
src/ChangeLog
src/xfaces.c

index 8d9d72de9d2270e414c05565af07b7bc7e403c33..d10452c7fa5b62df4dbe3be59d2e498cfea88e83 100644 (file)
@@ -1,3 +1,10 @@
+2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * xfaces.c (Fcolor_supported_p): Doc fix.
+
+       * frame.c (Fselect_frame, Fset_frame_selected_window)
+       (Fframe_visible_p, Fraise_frame): Doc fixes.
+
 2004-07-24  Richard M. Stallman  <rms@gnu.org>
 
        * xfns.c (x_icon_verify): New function.
index 7f5012f3e0acadc449c93bb53d51bcf5aaf9572b..f78ecacee1ac1318c112df421e2d98ff9e0d7211 100644 (file)
@@ -1544,6 +1544,7 @@ DEFUN ("color-supported-p", Fcolor_supported_p,
        Scolor_supported_p, 1, 3, 0,
        doc: /* Return non-nil if COLOR can be displayed on FRAME.
 BACKGROUND-P non-nil means COLOR is used as a background.
+Otherwise, this function tells whether it can be used as a foreground.
 If FRAME is nil or omitted, use the selected frame.
 COLOR must be a valid color name.  */)
      (color, frame, background_p)