diff options
| author | Pavel Janík <Pavel@Janik.cz> | 2002-05-06 06:49:11 +0000 |
|---|---|---|
| committer | Pavel Janík <Pavel@Janik.cz> | 2002-05-06 06:49:11 +0000 |
| commit | 14bda6dbbffdc36f305ed9e3c833896c81daf35c (patch) | |
| tree | eb5cac187290d25b65a262806173e3bef38b1aee /src/mac.c | |
| parent | e86a3837cff07514324fbe3086bb2caab7dd4144 (diff) | |
| download | emacs-14bda6dbbffdc36f305ed9e3c833896c81daf35c.tar.gz | |
(mac-cut-function): Doc fix.
Diffstat (limited to 'src/mac.c')
| -rw-r--r-- | src/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
