Add missing @end defun
* doc/lispref/numbers.texi (Bitwise Operations): Add missing @end defun.
This commit is contained in:
parent
155ec50969
commit
678881e428
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue