From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: small typo in docstring of org-beamer.el (herder -> header) Date: Sat, 09 Oct 2010 23:21:05 +0100 Message-ID: <11224.1286662865@rgc.damtp.cam.ac.uk> Return-path: Received: from [140.186.70.92] (port=59767 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4hmu-0006hw-Pg for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 18:21:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4hmt-0001DV-Pa for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 18:21:08 -0400 Received: from ppsw-52.csi.cam.ac.uk ([131.111.8.152]:44839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4hmt-0001Bv-LX for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 18:21:07 -0400 Received: from smtp.damtp.cam.ac.uk ([131.111.18.84]:49274 helo=medulla.damtp.cam.ac.uk) by ppsw-52.csi.cam.ac.uk (ppsw.cam.ac.uk [131.111.8.139]:25) with esmtp id 1P4hms-0004Cn-Cx (Exim 4.72) for emacs-orgmode@gnu.org (return-path ); Sat, 09 Oct 2010 23:21:06 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Stephen Eglen git diff lisp/org-beamer.el diff --git a/lisp/org-beamer.el b/lisp/org-beamer.el index 2631e70..49b3499 100644 --- a/lisp/org-beamer.el +++ b/lisp/org-beamer.el @@ -382,7 +382,7 @@ The need to be after the begin statement of the environment." (insert dovl))))))) (defun org-beamer-amend-header () - "Add `org-beamer-header-extra' to the LaTeX herder. + "Add `org-beamer-header-extra' to the LaTeX header. If the file contains the string BEAMER-HEADER-EXTRA-HERE on a line by itself, it will be replaced with `org-beamer-header-extra'. If not, the value will be inserted right after the documentclass statement."