forked from Github/emacs
* select.el (x-set-selection): Doc fix (Bug#4021).
* w32-fns.el (x-set-selection): Doc fix (Bug#4021).
This commit is contained in:
parent
b6ce92f1c4
commit
d977a09243
3 changed files with 6 additions and 2 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue