]> code.delx.au - gnu-emacs/commitdiff
(Flsh): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:03:04 +0000 (09:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:03:04 +0000 (09:03 +0000)
src/data.c

index dc0ddc5108f3b1adbf45727e1c80c3ff31797904..c8867ef3cd76d6487d9f5063686136e80e273485 100644 (file)
@@ -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;
 {