comparison lisp/w32-fns.el @ 104135:decfa3e02ba0

* select.el (x-set-selection): Doc fix (Bug#4021). * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 02 Aug 2009 23:22:03 +0000
parents b564cde0cb8b
children 76a2a2b0cf04
comparison
equal deleted inserted replaced
104134:0bef83c2fc08 104135:decfa3e02ba0
292 (setq start (match-end 0)))) 292 (setq start (match-end 0))))
293 name))) 293 name)))
294 294
295 ;;; Fix interface to (X-specific) mouse.el 295 ;;; Fix interface to (X-specific) mouse.el
296 (defun x-set-selection (type data) 296 (defun x-set-selection (type data)
297 "Make an X Windows selection of type TYPE and value DATA. 297 "Make an X selection of type TYPE and value DATA.
298 The argument TYPE (nil means `PRIMARY') says which selection, and 298 The argument TYPE (nil means `PRIMARY') says which selection, and
299 DATA specifies the contents. TYPE must be a symbol. \(It can also 299 DATA specifies the contents. TYPE must be a symbol. \(It can also
300 be a string, which stands for the symbol with that name, but this 300 be a string, which stands for the symbol with that name, but this
301 is considered obsolete.) DATA may be a string, a symbol, an 301 is considered obsolete.) DATA may be a string, a symbol, an
302 integer (or a cons of two integers or list of two integers). 302 integer (or a cons of two integers or list of two integers).