From 3a9b12977dc54cd83fccde5aa389ec188e3297f3 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:03:04 +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 dc0ddc5108f..c8867ef3cd7 100644 --- a/src/data.c +++ b/src/data.c @@ -2742,7 +2742,7 @@ In this case, the sign bit is duplicated. */) DEFUN ("lsh", Flsh, Slsh, 2, 2, 0, doc: /* Return VALUE with its bits shifted left by COUNT. If COUNT is negative, shifting is actually to the right. -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.2