all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] typo fix in ob-core.el
@ 2016-11-03 11:04 Zhaocong Jia
  2016-11-03 11:46 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Zhaocong Jia @ 2016-11-03 11:04 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-03 11:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-03 11:04 [PATCH] typo fix in ob-core.el Zhaocong Jia
2016-11-03 11:46 ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.