* w32-fns.el (x-set-selection): Doc fix (Bug#4021).
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).
(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
;;; 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