1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

texinfo: add paragraphindent

* module/texinfo.scm (texi-command-specs): Add paragraphindent.
This commit is contained in:
Andy Wingo 2011-08-29 22:20:19 +02:00
parent 35c0f0672e
commit 406524ea98

View file

@ -258,6 +258,7 @@ lambda. Only present for @code{INLINE-ARGS}, @code{EOL-ARGS},
(dircategory EOL-ARGS . (category)) (dircategory EOL-ARGS . (category))
(top EOL-ARGS . (title)) (top EOL-ARGS . (title))
(printindex EOL-ARGS . (type)) (printindex EOL-ARGS . (type))
(paragraphindent EOL-ARGS . (indent))
;; EOL text commands ;; EOL text commands
(*ENVIRON-ARGS* EOL-TEXT) (*ENVIRON-ARGS* EOL-TEXT)