aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorJuanma Barranquero2002-09-06 09:03:04 +0000
committerJuanma Barranquero2002-09-06 09:03:04 +0000
commit3a9b12977dc54cd83fccde5aa389ec188e3297f3 (patch)
tree8b2735f72d662a665ebca21ba995a39b5e1297af /src/data.c
parent9baf741813165fbef7a49f727ee6b44d537c686a (diff)
downloademacs-3a9b12977dc54cd83fccde5aa389ec188e3297f3.tar.gz
emacs-3a9b12977dc54cd83fccde5aa389ec188e3297f3.zip
(Flsh): Fix spacing.
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
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. */)
2742DEFUN ("lsh", Flsh, Slsh, 2, 2, 0, 2742DEFUN ("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.
2744If COUNT is negative, shifting is actually to the right. 2744If COUNT is negative, shifting is actually to the right.
2745In this case, zeros are shifted in on the left. */) 2745In 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{