* lisp/term/ns-win.el (xw-defined-colors):
* lisp/term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
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.
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)
(provide 'ns-win)
-;; arch-tag: eb138a45-4e2e-4d68-b1c9-a39665731644
;;; ns-win.el ends here
(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)