gnu: mpfr: Use @acronym{} in Texinfo.
* gnu/packages/multiprecision.scm (mpfr)[description]: Substitute
@acronym{} for @dfn{}.
			
			
This commit is contained in:
		
							parent
							
								
									245fae9077
								
							
						
					
					
						commit
						932b607293
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -104,7 +104,7 @@ It is aimed at use in, for example, cryptography and computational algebra.")
 | 
				
			||||||
   (propagated-inputs `(("gmp" ,gmp)))            ; <mpfr.h> refers to <gmp.h>
 | 
					   (propagated-inputs `(("gmp" ,gmp)))            ; <mpfr.h> refers to <gmp.h>
 | 
				
			||||||
   (synopsis "C library for arbitrary-precision floating-point arithmetic")
 | 
					   (synopsis "C library for arbitrary-precision floating-point arithmetic")
 | 
				
			||||||
   (description
 | 
					   (description
 | 
				
			||||||
    "GNU@tie{}@dfn{MPFR} (Multiple Precision Floating-Point Reliably) is a C
 | 
					    "GNU@tie{}@acronym{MPFR, Multiple Precision Floating-Point Reliably} is a C
 | 
				
			||||||
library for performing multiple-precision, floating-point computations with
 | 
					library for performing multiple-precision, floating-point computations with
 | 
				
			||||||
correct rounding.")
 | 
					correct rounding.")
 | 
				
			||||||
   (license lgpl3+)
 | 
					   (license lgpl3+)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue