emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102058: Make all copies of xw-define


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102058: Make all copies of xw-defined-colors have identical docs.
Date: Sat, 23 Oct 2010 13:43:59 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102058
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-10-23 13:43:59 -0700
message:
  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.
modified:
  lisp/ChangeLog
  lisp/term/ns-win.el
  lisp/term/x-win.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-10-23 20:40:46 +0000
+++ b/lisp/ChangeLog    2010-10-23 20:43:59 +0000
@@ -1,5 +1,8 @@
 2010-10-23  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'lisp/term/ns-win.el'
--- a/lisp/term/ns-win.el       2010-10-11 23:57:49 +0000
+++ b/lisp/term/ns-win.el       2010-10-23 20:43:59 +0000
@@ -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

=== modified file 'lisp/term/x-win.el'
--- a/lisp/term/x-win.el        2010-10-23 20:40:46 +0000
+++ b/lisp/term/x-win.el        2010-10-23 20:43:59 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]