# HG changeset patch # User Glenn Morris # Date 1287866639 25200 # Node ID 6fc1cc9c6bfd6fa6581d9fddd056102d61d295fc # Parent 8764fdce10f5ddd5f634b07cd175fae4dac21580 Make all copies of xw-defined-colors have identical docs. * lisp/term/ns-win.el (xw-defined-colors): * lisp/term/x-win.el (xw-defined-colors): Make docs identical to w32-win. diff -r 8764fdce10f5 -r 6fc1cc9c6bfd lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 23 13:40:46 2010 -0700 +++ b/lisp/ChangeLog Sat Oct 23 13:43:59 2010 -0700 @@ -1,5 +1,8 @@ 2010-10-23 Glenn Morris + * 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. diff -r 8764fdce10f5 -r 6fc1cc9c6bfd lisp/term/ns-win.el --- a/lisp/term/ns-win.el Sat Oct 23 13:40:46 2010 -0700 +++ b/lisp/term/ns-win.el Sat Oct 23 13:43:59 2010 -0700 @@ -1138,7 +1138,7 @@ 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 @@ (provide 'ns-win) -;; arch-tag: eb138a45-4e2e-4d68-b1c9-a39665731644 ;;; ns-win.el ends here diff -r 8764fdce10f5 -r 6fc1cc9c6bfd lisp/term/x-win.el --- a/lisp/term/x-win.el Sat Oct 23 13:40:46 2010 -0700 +++ b/lisp/term/x-win.el Sat Oct 23 13:43:59 2010 -0700 @@ -255,7 +255,7 @@ (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)