changeset 32285:d2540b8c9fdd

print.m: Fix texinfo syntax (bug #64510). * scripts/plot/util/print.m: Fix syntax error in docstring.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 30 Aug 2023 17:05:09 +0200
parents 265930c2158b
children 774c54278e97
files scripts/plot/util/print.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/print.m
+++ b/scripts/plot/util/print.m
@@ -425,11 +425,11 @@
 ## anti-aliasing is applied using Ghostscript's TextAlphaBits and
 ## GraphicsAlphaBits options.  The default number of bits are 4 and 1
 ## respectively.  Allowed values for @var{N} are 1, 2, or 4.
-## @end table
 ##
 ## @item -no-append-file-extension
 ##   With this option, @var{filename} is used verbatim.  That means no file
 ## extension matching the file format is appended automatically.
+## @end table
 ##
 ## @seealso{saveas, getframe, savefig, hgsave, orient, figure}
 ## @end deftypefn