summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2015-05-02 09:58:22 +0300
committerEli Zaretskii <eliz@gnu.org>2015-05-02 09:58:22 +0300
commit8fef8521b20315f211cf5bc11dc15460bed5b579 (patch)
tree84e658ce3e402740770376171dfa41806251bb66
parentc50499edab4109addfd466a7a98344fd6d56e438 (diff)
downloademacs-8fef8521b20315f211cf5bc11dc15460bed5b579.tar.gz
Don't require Texinfo 5.0 for Emacs documentation
* 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.
-rw-r--r--doc/emacs/docstyle.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/emacs/docstyle.texi b/doc/emacs/docstyle.texi
index f13b3ca88f4..dfd14306b39 100644
--- a/doc/emacs/docstyle.texi
+++ b/doc/emacs/docstyle.texi
@@ -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