aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2002-05-06 06:49:11 +0000
committerPavel Janík2002-05-06 06:49:11 +0000
commit14bda6dbbffdc36f305ed9e3c833896c81daf35c (patch)
treeeb5cac187290d25b65a262806173e3bef38b1aee /src
parente86a3837cff07514324fbe3086bb2caab7dd4144 (diff)
downloademacs-14bda6dbbffdc36f305ed9e3c833896c81daf35c.tar.gz
emacs-14bda6dbbffdc36f305ed9e3c833896c81daf35c.zip
(mac-cut-function): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/mac.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a79a2eafc4e..4f37ed65ac7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-05-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * mac.c (mac-cut-function): Doc fix.
4
12002-05-05 Richard M. Stallman <rms@gnu.org> 52002-05-05 Richard M. Stallman <rms@gnu.org>
2 6
3 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it. 7 * 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,
2699 doc: /* Whether there is an owner for the given X Selection. 2699 doc: /* Whether there is an owner for the given X Selection.
2700The arg should be the name of the selection in question, typically one of 2700The arg should be the name of the selection in question, typically one of
2701the symbols `PRIMARY', `SECONDARY', or `CLIPBOARD'. 2701the symbols `PRIMARY', `SECONDARY', or `CLIPBOARD'.
2702(Those are literal upper-case symbol names, since that's what X expects.) 2702\(Those are literal upper-case symbol names, since that's what X expects.)
2703For convenience, the symbol nil is the same as `PRIMARY', 2703For convenience, the symbol nil is the same as `PRIMARY',
2704and t is the same as `SECONDARY'. */) 2704and t is the same as `SECONDARY'. */)
2705 (selection) 2705 (selection)