From: Pavel Janík Date: Mon, 6 May 2002 06:49:11 +0000 (+0000) Subject: (mac-cut-function): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~15175 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14bda6dbbffdc36f305ed9e3c833896c81daf35c;p=emacs.git (mac-cut-function): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index a79a2eafc4e..4f37ed65ac7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-05-06 Pavel Jan,Bm(Bk + + * mac.c (mac-cut-function): Doc fix. + 2002-05-05 Richard M. Stallman * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it. diff --git a/src/mac.c b/src/mac.c index e72da769204..adf1dff3157 100644 --- a/src/mac.c +++ b/src/mac.c @@ -2699,7 +2699,7 @@ DEFUN ("x-selection-exists-p", Fx_selection_exists_p, Sx_selection_exists_p, doc: /* Whether there is an owner for the given X Selection. The arg should be the name of the selection in question, typically one of the symbols `PRIMARY', `SECONDARY', or `CLIPBOARD'. -(Those are literal upper-case symbol names, since that's what X expects.) +\(Those are literal upper-case symbol names, since that's what X expects.) For convenience, the symbol nil is the same as `PRIMARY', and t is the same as `SECONDARY'. */) (selection)