diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-23 13:43:59 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-23 13:43:59 -0700 |
commit | 3193e969dfd6f48fc5d39e7f6486280de7d2f09d (patch) | |
tree | dcccc788af7a36ef034f8a7e7fd5e007ec8bf245 /lisp/term | |
parent | 6f748f70b6c96f5dc7b0a80a3fcead98be5152cb (diff) | |
download | emacs-3193e969dfd6f48fc5d39e7f6486280de7d2f09d.tar.gz emacs-3193e969dfd6f48fc5d39e7f6486280de7d2f09d.tar.bz2 emacs-3193e969dfd6f48fc5d39e7f6486280de7d2f09d.zip |
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.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/ns-win.el | 3 | ||||
-rw-r--r-- | lisp/term/x-win.el | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 4cc26326659..0eb7322c618 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -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 diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 5f5336ab2bf..f79942ed33d 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -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) |