From: Juanma Barranquero Date: Fri, 6 Sep 2002 10:03:14 +0000 (+0000) Subject: (Flsh): Fix spacing. X-Git-Tag: emacs-pretest-21.2.91~47 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a7f31cc60a8bd80fe803b8be276f60f9ef8edf5;p=emacs.git (Flsh): Fix spacing. --- diff --git a/src/data.c b/src/data.c index ee898e29b39..883fb80bebd 100644 --- a/src/data.c +++ b/src/data.c @@ -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; {