From: Chong Yidong Date: Sun, 2 Aug 2009 23:22:03 +0000 (+0000) Subject: * select.el (x-set-selection): Doc fix (Bug#4021). X-Git-Tag: emacs-pretest-23.1.90~1971 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d977a092436b905a15f22ad75a98cda63fc0f22f;p=emacs.git * select.el (x-set-selection): Doc fix (Bug#4021). * w32-fns.el (x-set-selection): Doc fix (Bug#4021). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2f3ea144e7d..7bdf311297b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/select.el b/lisp/select.el index 52c31a8ca20..4473c47982f 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -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 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