From 4a7f31cc60a8bd80fe803b8be276f60f9ef8edf5 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 10:03:14 +0000 Subject: [PATCH] (Flsh): Fix spacing. --- src/data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.c b/src/data.c index ee898e29b39..883fb80bebd 100644 --- a/src/data.c +++ b/src/data.c @@ -2653,7 +2653,7 @@ In this case, the sign bit is duplicated.") DEFUN ("lsh", Flsh, Slsh, 2, 2, 0, "Return VALUE with its bits shifted left by COUNT.\n\ If COUNT is negative, shifting is actually to the right.\n\ -In this case, zeros are shifted in on the left.") +In this case, zeros are shifted in on the left.") (value, count) register Lisp_Object value, count; { -- 2.39.5