emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/bignum 678881e 1/2: Add missing @end defun


From: Tom Tromey
Subject: [Emacs-diffs] feature/bignum 678881e 1/2: Add missing @end defun
Date: Thu, 19 Jul 2018 18:10:58 -0400 (EDT)

branch: feature/bignum
commit 678881e428073b39a906c1ffd01e1b76e271cb5d
Author: Tom Tromey <address@hidden>
Commit: Tom Tromey <address@hidden>

    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 a95c31f..d9fb432 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.
address@hidden defun
 
 @defun ash integer1 count
 @cindex arithmetic shift



reply via email to

[Prev in Thread] Current Thread [Next in Thread]