summaryrefslogtreecommitdiff
path: root/module/texinfo.scm
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2011-08-29 22:20:19 +0200
committerAndy Wingo <wingo@pobox.com>2011-08-29 22:20:19 +0200
commit406524ea980e50e8f28f3144cc40dd253116ef8c (patch)
tree8ecac0a25f456ac0281fec2aa96e7e08dba06f7a /module/texinfo.scm
parent35c0f0672e76ee8cb0007f57b85a0d666365d5d1 (diff)
downloadguile-406524ea980e50e8f28f3144cc40dd253116ef8c.tar.gz
texinfo: add paragraphindent
* module/texinfo.scm (texi-command-specs): Add paragraphindent.
Diffstat (limited to 'module/texinfo.scm')
-rw-r--r--module/texinfo.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/texinfo.scm b/module/texinfo.scm
index c43e64eb6..970895ff6 100644
--- a/module/texinfo.scm
+++ b/module/texinfo.scm
@@ -258,6 +258,7 @@ lambda. Only present for @code{INLINE-ARGS}, @code{EOL-ARGS},
(dircategory EOL-ARGS . (category))
(top EOL-ARGS . (title))
(printindex EOL-ARGS . (type))
+ (paragraphindent EOL-ARGS . (indent))
;; EOL text commands
(*ENVIRON-ARGS* EOL-TEXT)