From 678881e428073b39a906c1ffd01e1b76e271cb5d Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 16 Jul 2018 08:29:31 -0600 Subject: [PATCH] Add missing @end defun * doc/lispref/numbers.texi (Bitwise Operations): Add missing @end defun. --- doc/lispref/numbers.texi | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2