lisp/ox-beamer.el (org-beamer-bold): Fix typo in the docstring

This commit is contained in:
Ihor Radchenko 2023-12-12 13:01:39 +01:00
parent 7505055f58
commit 676f46b7e2
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ Return overlay specification, as a string, or nil."
;;;; Bold
(defun org-beamer-bold (bold contents _info)
"Transcode BLOCK object into Beamer code.
"Transcode BOLD object into Beamer code.
CONTENTS is the text being bold. INFO is a plist used as
a communication channel."
(format "\\alert%s{%s}"