]> git.eshelyaron.com Git - emacs.git/commitdiff
(Flsh): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 10:03:14 +0000 (10:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 10:03:14 +0000 (10:03 +0000)
src/data.c

index ee898e29b398c32774223fcd1383c1f83f60f545..883fb80bebdf8315cf8c8dd59052a050707fd850 100644 (file)
@@ -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;
 {