From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:03:04 +0000 (+0000) Subject: (Flsh): Fix spacing. X-Git-Tag: ttn-vms-21-2-B4~13352 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a9b12977dc54cd83fccde5aa389ec188e3297f3;p=emacs.git (Flsh): Fix spacing. --- 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; {