(set-cursor-color): New function.
authormorioka <morioka>
Mon, 26 Oct 1998 16:08:16 +0000 (16:08 +0000)
committermorioka <morioka>
Mon, 26 Oct 1998 16:08:16 +0000 (16:08 +0000)
poe-xemacs.el

index 7ca74b8..a009350 100644 (file)
@@ -30,8 +30,7 @@
 
 (defun-maybe set-cursor-color (color-name)
   "Set the text cursor color of the selected frame to COLOR.
-When called interactively, prompt for the name of the color to use.
-To get the frame's current cursor color, use `frame-parameters'."
+When called interactively, prompt for the name of the color to use."
   (interactive "sColor: ")
   (set-frame-property (selected-frame) 'cursor-color
                       (if (color-instance-p color-name)