From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhaocong Jia Subject: [PATCH] typo fix in ob-core.el Date: Thu, 3 Nov 2016 19:04:01 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2FoT-0007QK-3S for emacs-orgmode@gnu.org; Thu, 03 Nov 2016 07:04:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2FoS-0001zM-DA for emacs-orgmode@gnu.org; Thu, 03 Nov 2016 07:04:05 -0400 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:38235) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c2FoS-0001xU-6q for emacs-orgmode@gnu.org; Thu, 03 Nov 2016 07:04:04 -0400 Received: by mail-wm0-x234.google.com with SMTP id n67so92992988wme.1 for ; Thu, 03 Nov 2016 04:04:03 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org I noticed this typo while I was reading the docs, so I post the fix here. --- a/lisp/ob-core.el +++ b/lisp/ob-core.el @@ -207,7 +207,7 @@ (defun org-babel--get-vars (params) "Return the babel variable assignments in PARAMS. -PARAMS is a quasi-alist of header args, whcih may contain +PARAMS is a quasi-alist of header args, which may contain multiple entries for the key `:var'. This function returns a list of the cdr of all the `:var' entries." (mapcar #'cdr