From 676f46b7e206e10a2932126f842bbfb73d30d787 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Tue, 12 Dec 2023 13:01:39 +0100 Subject: [PATCH] lisp/ox-beamer.el (org-beamer-bold): Fix typo in the docstring --- lisp/ox-beamer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-beamer.el b/lisp/ox-beamer.el index 61186a774..82c8841aa 100644 --- a/lisp/ox-beamer.el +++ b/lisp/ox-beamer.el @@ -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}"