# HG changeset patch # User Chong Yidong # Date 1249255323 0 # Node ID decfa3e02ba06ec89c709128ca9099e7963cb587 # Parent 0bef83c2fc082a3916d2457f6c149bc058d7af9c * select.el (x-set-selection): Doc fix (Bug#4021). * w32-fns.el (x-set-selection): Doc fix (Bug#4021). diff -r 0bef83c2fc08 -r decfa3e02ba0 lisp/ChangeLog --- a/lisp/ChangeLog Sun Aug 02 23:09:00 2009 +0000 +++ b/lisp/ChangeLog Sun Aug 02 23:22:03 2009 +0000 @@ -1,5 +1,9 @@ 2009-08-02 Chong Yidong + * 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). diff -r 0bef83c2fc08 -r decfa3e02ba0 lisp/select.el --- 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 diff -r 0bef83c2fc08 -r decfa3e02ba0 lisp/w32-fns.el --- a/lisp/w32-fns.el Sun Aug 02 23:09:00 2009 +0000 +++ b/lisp/w32-fns.el Sun Aug 02 23:22:03 2009 +0000 @@ -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