Function: org-texinfo-bold
org-texinfo-bold is a byte-compiled function defined in
ox-texinfo.el.gz.
Signature
(org-texinfo-bold BOLD CONTENTS INFO)
Documentation
Transcode BOLD from Org to Texinfo.
CONTENTS is the text with bold markup. INFO is a plist holding contextual information.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-texinfo.el.gz
;;; Transcode Functions
;;;; Bold
(defun org-texinfo-bold (_bold contents info)
"Transcode BOLD from Org to Texinfo.
CONTENTS is the text with bold markup. INFO is a plist holding
contextual information."
(org-texinfo--text-markup contents 'bold info))