summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-12 04:50:22 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-12 04:50:22 +0000
commit31fb1b2c67118f9444c630850d3758085a097af7 (patch)
treed215544a3b2bcc7488ca5e18918c4a2b70a6efed
parenta4de8c3dfc0a6942cf72b2e515b1ca580d84fce2 (diff)
downloademacs-31fb1b2c67118f9444c630850d3758085a097af7.tar.gz
(Flogxor): Fix typo in docstring.
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index c9ece8d142c..f362b0253d9 100644
--- a/src/data.c
+++ b/src/data.c
@@ -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;