diff options
author | Bastien Guerry <bzg@gnu.org> | 2014-01-07 14:22:53 +0100 |
---|---|---|
committer | Bastien Guerry <bzg@gnu.org> | 2014-01-07 14:22:53 +0100 |
commit | 3c8b09ca2e01b0ef0c1b6651fab54194f0019fdc (patch) | |
tree | ca02feb436782a74af050f15c02843da84a95f4a /lisp/org/ox-texinfo.el | |
parent | 2b6b4f204c819569734c092532d56da85eef503b (diff) | |
download | emacs-3c8b09ca2e01b0ef0c1b6651fab54194f0019fdc.tar.gz emacs-3c8b09ca2e01b0ef0c1b6651fab54194f0019fdc.tar.bz2 emacs-3c8b09ca2e01b0ef0c1b6651fab54194f0019fdc.zip |
Merge Org version 8.2.5c.
Diffstat (limited to 'lisp/org/ox-texinfo.el')
-rw-r--r-- | lisp/org/ox-texinfo.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/org/ox-texinfo.el b/lisp/org/ox-texinfo.el index 93279f3291e..ef881afe2c0 100644 --- a/lisp/org/ox-texinfo.el +++ b/lisp/org/ox-texinfo.el @@ -288,7 +288,9 @@ When nil, no transformation is made." (const :tag "No formatting"))) (defcustom org-texinfo-def-table-markup "@samp" - "Default setting for @table environments.") + "Default setting for @table environments." + :group 'org-export-texinfo + :type 'string) ;;; Text markup |