Mercurial > emacs
diff src/data.c @ 47276:fbe02a367006
(Flsh): Fix spacing.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Fri, 06 Sep 2002 09:03:04 +0000 |
| parents | 06e2e0c47046 |
| children | a6906c113d14 |
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; {
