Mercurial > emacs
changeset 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 | 0bef83c2fc08 |
children | a951b4e69c77 |
files | lisp/ChangeLog lisp/select.el lisp/w32-fns.el |
diffstat | 3 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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).
--- 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
--- 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