aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-30 05:12:56 +0000
committerRichard M. Stallman1995-06-30 05:12:56 +0000
commit5db9a09f9b3abecfe78a53dbd683cbeab33ce951 (patch)
treeda077d2903ec215c691618cfedcd1153bc7d330c
parentb31121913578aee6e3b13d76a804eb0a22f8d25d (diff)
downloademacs-5db9a09f9b3abecfe78a53dbd683cbeab33ce951.tar.gz
emacs-5db9a09f9b3abecfe78a53dbd683cbeab33ce951.zip
(x-colors): Doc fix.
-rw-r--r--lisp/term/x-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index b23c14a6084..d1ca04573f4 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -486,7 +486,7 @@ This returns ARGS with the arguments that have been processed removed."
486 "Yellow" 486 "Yellow"
487 "green yellow" 487 "green yellow"
488 "GreenYellow") 488 "GreenYellow")
489 "The full list of X colors from the `rgb.text' file.") 489 "The list of X colors from the `rgb.txt' file.")
490 490
491(defun x-defined-colors (&optional frame) 491(defun x-defined-colors (&optional frame)
492 "Return a list of colors supported for a particular frame. 492 "Return a list of colors supported for a particular frame.