From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: [Accepted] small typo in docstring of org-beamer.el (herder -> header) Date: Mon, 11 Oct 2010 09:44:52 +0200 (CEST) Message-ID: <20101011074452.D096D7F9CBB@u016822.science.uva.nl> References: <11224.1286662865@rgc.damtp.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=50583 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5D44-0005Rg-GQ for emacs-orgmode@gnu.org; Mon, 11 Oct 2010 03:44:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5D43-00010s-BQ for emacs-orgmode@gnu.org; Mon, 11 Oct 2010 03:44:56 -0400 Received: from u016822.science.uva.nl ([146.50.39.34]:58508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5D43-00010V-45 for emacs-orgmode@gnu.org; Mon, 11 Oct 2010 03:44:55 -0400 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 Patch 305 (http://patchwork.newartisans.com/patch/305/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C11224.1286662865%40rgc.damtp.cam.ac.uk%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] small typo in docstring of org-beamer.el (herder -> header) > Date: Sun, 10 Oct 2010 03:21:05 -0000 > From: Stephen Eglen > X-Patchwork-Id: 305 > Message-Id: <11224.1286662865@rgc.damtp.cam.ac.uk> > 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." >