]> git.eshelyaron.com Git - emacs.git/commitdiff
(mac-cut-function): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Mon, 6 May 2002 06:49:11 +0000 (06:49 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 6 May 2002 06:49:11 +0000 (06:49 +0000)
src/ChangeLog
src/mac.c

index a79a2eafc4e91e068326bf287fa47d4ad0a2c387..4f37ed65ac7fb72872f7f11e3f1ea3111374fb21 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * mac.c (mac-cut-function): Doc fix.
+
 2002-05-05  Richard M. Stallman  <rms@gnu.org>
 
        * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
index e72da7692047df4da02d61b0b59e289503baf640..adf1dff315777cb9657a1d293349154c3af8311b 100644 (file)
--- 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)