]> git.eshelyaron.com Git - emacs.git/commitdiff
* select.el (x-set-selection): Doc fix (Bug#4021).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 2 Aug 2009 23:22:03 +0000 (23:22 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 2 Aug 2009 23:22:03 +0000 (23:22 +0000)
* w32-fns.el (x-set-selection): Doc fix (Bug#4021).

lisp/ChangeLog
lisp/select.el
lisp/w32-fns.el

index 2f3ea144e7d11bd1d4f1013057453544c80426e1..7bdf311297b026fb6be691fcddd6126bebb7b1df 100644 (file)
@@ -1,5 +1,9 @@
 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
 
+       * 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 52c31a8ca2093023c533fa188acf05f2eabcbf76..4473c47982f41b3ca75b3e0799a9c6204e8fa4e8 100644 (file)
@@ -115,7 +115,7 @@ in `selection-converter-alist', which see."
                  (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 033333918f9a1896e250d7c4e2943d322f1d1151..6303287dee276e8177e10677fea2fb1a0313b00d 100644 (file)
@@ -294,7 +294,7 @@ shell requires it (see `w32-shell-dos-semantics')."
 
 ;;; 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