]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix pdf generation with Texinfo 6.7
authorRobert Pluim <rpluim@gmail.com>
Thu, 25 Nov 2021 14:29:00 +0000 (15:29 +0100)
committerRobert Pluim <rpluim@gmail.com>
Thu, 25 Nov 2021 14:29:00 +0000 (15:29 +0100)
* doc/lispref/display.texi (Size of Displayed Text): Put @group inside
@example (bug#52102).

doc/lispref/display.texi

index 386d51a91a5897600fbb68e549ccdd353b646374..b1fb9f8b9565c71ac919b961aca3d92b90245310 100644 (file)
@@ -2026,14 +2026,14 @@ means hide the excess parts of @var{string} with a @code{display} text
 property (@pxref{Display Property}) showing the ellipsis, instead of
 actually truncating the string.
 
-@group
 @example
+@group
 (truncate-string-to-width "\tab\t" 12 4)
      @result{} "ab"
 (truncate-string-to-width "\tab\t" 12 4 ?\s)
      @result{} "    ab  "
-@end example
 @end group
+@end example
 
 This function uses @code{string-width} and @code{char-width} to find
 the suitable truncation point when @var{string} is too wide, so it