]> git.eshelyaron.com Git - emacs.git/commitdiff
Add missing @end defun
authorTom Tromey <tom@tromey.com>
Mon, 16 Jul 2018 14:29:31 +0000 (08:29 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 19 Jul 2018 22:08:41 +0000 (16:08 -0600)
* doc/lispref/numbers.texi (Bitwise Operations): Add missing @end defun.

doc/lispref/numbers.texi

index a95c31f46828c05dad4ae3874c6f02d5763a2054..d9fb43258eaafe28d1aba26d23e1aab06e3c6f22 100644 (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