]> git.eshelyaron.com Git - emacs.git/commitdiff
Make all copies of xw-defined-colors have identical docs.
authorGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 20:43:59 +0000 (13:43 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 20:43:59 +0000 (13:43 -0700)
* lisp/term/ns-win.el (xw-defined-colors):
* lisp/term/x-win.el (xw-defined-colors): Make docs identical to w32-win.

lisp/ChangeLog
lisp/term/ns-win.el
lisp/term/x-win.el

index e90abe8fe075ee18f487c8d5f81a82ad383b1f7b..b05951f54f652a40f7c5feac8f97524a7264a4a1 100644 (file)
@@ -1,5 +1,8 @@
 2010-10-23  Glenn Morris  <rgm@gnu.org>
 
+       * term/ns-win.el (xw-defined-colors):
+       * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
+
        * term/pc-win.el (x-select-enable-clipboard):
        * term/x-win.el (x-select-enable-clipboard):
        * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
index 4cc26326659f5ecaed316f4f1bba8cfba8a99874..0eb7322c618ce350f40e30b45e9c2921fcf0fc8b 100644 (file)
@@ -1138,7 +1138,7 @@ For Nextstep, this is a list of non-PANTONE colors returned by
 the operating system.")
 
 (defun xw-defined-colors (&optional frame)
-  "Internal function called by `defined-colors'."
+  "Internal function called by `defined-colors', which see."
   (or frame (setq frame (selected-frame)))
   (let ((all-colors x-colors)
        (this-color nil)
@@ -1263,5 +1263,4 @@ the operating system.")
 
 (provide 'ns-win)
 
-;; arch-tag: eb138a45-4e2e-4d68-b1c9-a39665731644
 ;;; ns-win.el ends here
index 5f5336ab2bfbb3495c4530633167d1b519708f4e..f79942ed33df3e586b0873db8ea298b597e22149 100644 (file)
@@ -255,7 +255,7 @@ exists."
 (defvar x-colors)
 
 (defun xw-defined-colors (&optional frame)
-  "Internal function called by `defined-colors'."
+  "Internal function called by `defined-colors', which see."
   (or frame (setq frame (selected-frame)))
   (let ((all-colors x-colors)
        (this-color nil)