emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog select.el w32-fns.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog select.el w32-fns.el
Date: Sun, 02 Aug 2009 23:22:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/08/02 23:22:06

Modified files:
        lisp           : ChangeLog select.el w32-fns.el 

Log message:
        * select.el (x-set-selection): Doc fix (Bug#4021).
        * w32-fns.el (x-set-selection): Doc fix (Bug#4021).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15879&r2=1.15880
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/select.el?cvsroot=emacs&r1=1.51&r2=1.52
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/w32-fns.el?cvsroot=emacs&r1=1.93&r2=1.94

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15879
retrieving revision 1.15880
diff -u -b -r1.15879 -r1.15880
--- ChangeLog   2 Aug 2009 23:09:00 -0000       1.15879
+++ ChangeLog   2 Aug 2009 23:22:03 -0000       1.15880
@@ -1,5 +1,9 @@
 2009-08-02  Chong Yidong  <address@hidden>
 
+       * select.el (x-set-selection): Doc fix (Bug#4021).
+
+       * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
+
        * help-fns.el (describe-variable): Treat list return values from
        dir-locals-find-file properly (Bug#4005).
 

Index: select.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/select.el,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- select.el   25 Jul 2009 09:31:05 -0000      1.51
+++ select.el   2 Aug 2009 23:22:06 -0000       1.52
@@ -115,7 +115,7 @@
                  (selection &optional time))
 
 (defun x-set-selection (type data)
-  "Make an X Windows selection of type TYPE and value DATA.
+  "Make an X selection of type TYPE and value DATA.
 The argument TYPE (nil means `PRIMARY') says which selection, and
 DATA specifies the contents.  TYPE must be a symbol.  \(It can also
 be a string, which stands for the symbol with that name, but this

Index: w32-fns.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/w32-fns.el,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- w32-fns.el  25 Jul 2009 09:31:06 -0000      1.93
+++ w32-fns.el  2 Aug 2009 23:22:06 -0000       1.94
@@ -294,7 +294,7 @@
 
 ;;; Fix interface to (X-specific) mouse.el
 (defun x-set-selection (type data)
-  "Make an X Windows selection of type TYPE and value DATA.
+  "Make an X selection of type TYPE and value DATA.
 The argument TYPE (nil means `PRIMARY') says which selection, and
 DATA specifies the contents.  TYPE must be a symbol.  \(It can also
 be a string, which stands for the symbol with that name, but this




reply via email to

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