* select.el (x-set-selection): Doc fix (Bug#4021).

* w32-fns.el (x-set-selection): Doc fix (Bug#4021).
This commit is contained in:
Chong Yidong 2009-08-02 23:22:03 +00:00
parent b6ce92f1c4
commit d977a09243
3 changed files with 6 additions and 2 deletions

View file

@ -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).

View file

@ -115,7 +115,7 @@ in `selection-converter-alist', which see."
(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

View file

@ -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