From: Stefan Kangas Date: Fri, 13 Sep 2019 12:53:41 +0000 (+0200) Subject: Change gui--selection-value-internal comment into doc string X-Git-Tag: emacs-27.0.90~1551^2~80 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=897540069fb09d091802046046daca821079aac5;p=emacs.git Change gui--selection-value-internal comment into doc string * lisp/select.el (gui--selection-value-internal): Change comment into doc string. (Bug#25528) --- diff --git a/lisp/select.el b/lisp/select.el index 59bcf7da664..334e10f41ba 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -160,12 +160,11 @@ The value nil is the same as the list (UTF8_STRING COMPOUND_TEXT STRING)." (const TEXT))) :group 'killing) -;; Get a selection value of type TYPE by calling gui-get-selection with -;; an appropriate DATA-TYPE argument decided by `x-select-request-type'. -;; The return value is already decoded. If gui-get-selection causes an -;; error, this function return nil. - (defun gui--selection-value-internal (type) + "Get a selection value of type TYPE. +Call `gui-get-selection' with an appropriate DATA-TYPE argument +decided by `x-select-request-type'. The return value is already +decoded. If `gui-get-selection' signals an error, return nil." (let ((request-type (if (eq window-system 'x) (or x-select-request-type '(UTF8_STRING COMPOUND_TEXT STRING))