diff options
| author | Juanma Barranquero | 2002-09-06 09:03:04 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-09-06 09:03:04 +0000 |
| commit | 3a9b12977dc54cd83fccde5aa389ec188e3297f3 (patch) | |
| tree | 8b2735f72d662a665ebca21ba995a39b5e1297af /src/data.c | |
| parent | 9baf741813165fbef7a49f727ee6b44d537c686a (diff) | |
| download | emacs-3a9b12977dc54cd83fccde5aa389ec188e3297f3.tar.gz emacs-3a9b12977dc54cd83fccde5aa389ec188e3297f3.zip | |
(Flsh): Fix spacing.
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index dc0ddc5108f..c8867ef3cd7 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -2742,7 +2742,7 @@ In this case, the sign bit is duplicated. */) | |||
| 2742 | DEFUN ("lsh", Flsh, Slsh, 2, 2, 0, | 2742 | DEFUN ("lsh", Flsh, Slsh, 2, 2, 0, |
| 2743 | doc: /* Return VALUE with its bits shifted left by COUNT. | 2743 | doc: /* Return VALUE with its bits shifted left by COUNT. |
| 2744 | If COUNT is negative, shifting is actually to the right. | 2744 | If COUNT is negative, shifting is actually to the right. |
| 2745 | In this case, zeros are shifted in on the left. */) | 2745 | In this case, zeros are shifted in on the left. */) |
| 2746 | (value, count) | 2746 | (value, count) |
| 2747 | register Lisp_Object value, count; | 2747 | register Lisp_Object value, count; |
| 2748 | { | 2748 | { |