diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-08-02 23:22:03 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-08-02 23:22:03 +0000 |
commit | d977a092436b905a15f22ad75a98cda63fc0f22f (patch) | |
tree | 332801b1b6c50f8a6f63ffd1aefaf5e87eb42ba5 /lisp/w32-fns.el | |
parent | b6ce92f1c49b105bd7d13acd817a793a807d1e21 (diff) | |
download | emacs-d977a092436b905a15f22ad75a98cda63fc0f22f.tar.gz |
* select.el (x-set-selection): Doc fix (Bug#4021).
* w32-fns.el (x-set-selection): Doc fix (Bug#4021).
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r-- | lisp/w32-fns.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 033333918f9..6303287dee2 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -294,7 +294,7 @@ shell requires it (see `w32-shell-dos-semantics')." ;;; 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 |