]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't require Texinfo 5.0 for Emacs documentation
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 May 2015 06:58:22 +0000 (09:58 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 May 2015 06:58:22 +0000 (09:58 +0300)
* doc/emacs/docstyle.texi: Use "@set txicodequoteundirected" and
"@set txicodequotebacktick" instead of "@codequotebacktick on" and
"@codequoteundirected on", respectively, to avoid requiring
Texinfo 5.x for Emacs documentation.

doc/emacs/docstyle.texi

index f13b3ca88f4216ac5dd70b4eed4d4625b29edec8..dfd14306b397d3fe04928cd227c808c1dc20dfbf 100644 (file)
@@ -1,4 +1,10 @@
 @c Emacs documentation style settings
 @documentencoding UTF-8
+@c These two require Texinfo 5.0 or later, so we use the older
+@c equivalent @set variables supported in 4.11 and hence
+@ignore
 @codequotebacktick on
 @codequoteundirected on
+@end ignore
+@set txicodequoteundirected
+@set txicodequotebacktick