# HG changeset patch # User Juanma Barranquero # Date 1031302984 0 # Node ID fbe02a3670063b9f44c44f704c0e9bb66cb77d55 # Parent 49ac77cddafb4e3451227be274154f59397ef448 (Flsh): Fix spacing. diff -r 49ac77cddafb -r fbe02a367006 src/data.c --- 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; {