From: Tom Tromey Date: Mon, 16 Jul 2018 14:29:31 +0000 (-0600) Subject: Add missing @end defun X-Git-Tag: emacs-27.0.90~4598^2~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=678881e428073b39a906c1ffd01e1b76e271cb5d;p=emacs.git Add missing @end defun * doc/lispref/numbers.texi (Bitwise Operations): Add missing @end defun. --- 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