]> code.delx.au - gnu-emacs/commitdiff
(Flogxor): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 12 Nov 2006 04:50:22 +0000 (04:50 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 12 Nov 2006 04:50:22 +0000 (04:50 +0000)
src/data.c

index c9ece8d142c9ae053690b0e7279120ca4db706e0..f362b0253d995c084c048893851f98e4973df95d 100644 (file)
@@ -2827,7 +2827,7 @@ usage: (logior &rest INTS-OR-MARKERS)  */)
 DEFUN ("logxor", Flogxor, Slogxor, 0, MANY, 0,
        doc: /* Return bitwise-exclusive-or of all the arguments.
 Arguments may be integers, or markers converted to integers.
-usage: (logxor &rest INTS-OR-MARKERS) */)
+usage: (logxor &rest INTS-OR-MARKERS)  */)
      (nargs, args)
      int nargs;
      Lisp_Object *args;