summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-07-16 08:29:31 -0600
committerTom Tromey <tom@tromey.com>2018-07-19 16:08:41 -0600
commit678881e428073b39a906c1ffd01e1b76e271cb5d (patch)
tree97a4bc7a737b638714b2b5c240aeb69c0007832f
parent155ec5096928ddb121fb725fca65436d6353cb67 (diff)
downloademacs-678881e428073b39a906c1ffd01e1b76e271cb5d.tar.gz
Add missing @end defun
* doc/lispref/numbers.texi (Bitwise Operations): Add missing @end defun.
-rw-r--r--doc/lispref/numbers.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi
index a95c31f4682..d9fb43258ea 100644
--- a/doc/lispref/numbers.texi
+++ b/doc/lispref/numbers.texi
@@ -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