changeset 47276:fbe02a367006

(Flsh): Fix spacing.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Sep 2002 09:03:04 +0000
parents 49ac77cddafb
children 8a4e82b00f6f
files src/data.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/data.c	Fri Sep 06 09:02:46 2002 +0000
+++ b/src/data.c	Fri Sep 06 09:03:04 2002 +0000
@@ -2742,7 +2742,7 @@
 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;
 {