Add missing @end defun

* doc/lispref/numbers.texi (Bitwise Operations): Add missing @end defun.
This commit is contained in:
Tom Tromey 2018-07-16 08:29:31 -06:00
parent 155ec50969
commit 678881e428

View file

@ -888,6 +888,7 @@ On the other hand, shifting one place to the right looks like this:
@noindent
As the example illustrates, shifting one place to the right divides the
value of a positive integer by two, rounding downward.
@end defun
@defun ash integer1 count
@cindex arithmetic shift