Mercurial > emacs
diff lisp/select.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 | 1d1d5d9bd884 |
line wrap: on
line diff
--- a/lisp/select.el Sun Aug 02 23:09:00 2009 +0000 +++ b/lisp/select.el Sun Aug 02 23:22:03 2009 +0000 @@ -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
