Mercurial > hg > xemacs-beta
diff lisp/select.el @ 388:aabb7f5b1c81 r21-2-9
Import from CVS: tag r21-2-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:09:42 +0200 |
parents | 8626e4521993 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/lisp/select.el Mon Aug 13 11:08:51 2007 +0200 +++ b/lisp/select.el Mon Aug 13 11:09:42 2007 +0200 @@ -68,7 +68,7 @@ (otherwise nil))) (defun selection-owner-p (&optional selection) - "Return t if current emacs process owns the given Selection. + "Return t if current XEmacs process owns the given Selection. The arg should be the name of the selection in question, typically one of the symbols PRIMARY, SECONDARY, or CLIPBOARD. (For convenience, the symbol nil is the same as PRIMARY, and t is the same as @@ -249,7 +249,7 @@ (defun cut-copy-clear-internal (mode) (or (memq mode '(cut copy clear)) (error "unkown mode %S" mode)) (or (selection-owner-p) - (error "emacs does not own the primary selection")) + (error "XEmacs does not own the primary selection")) (setq last-command nil) (or primary-selection-extent (error "the primary selection is not an extent?"))