emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH] Fix misspellings in org-export-latex-listings-langs do


From: Nick Dokos
Subject: [Orgmode] [PATCH] Fix misspellings in org-export-latex-listings-langs documentation string.
Date: Tue, 11 Aug 2009 18:57:16 -0400

Some off-by-1 spelling errors, some grammar fixes.

---
 lisp/org-latex.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/org-latex.el b/lisp/org-latex.el
index 161b3ed..736f36b 100644
--- a/lisp/org-latex.el
+++ b/lisp/org-latex.el
@@ -355,7 +355,7 @@ for example using customize, or with something like
                :ocaml "Caml" :caml "Caml"
                :sql "SQL")
   "Property list mapping languages to their listing language counterpart.
-Yhe keys ar ethe major mode symbol, the calues are the string that should be
+The key is the major mode symbol, the value is the string that should be
 inserted as the language parameter for the listings package."
   :group 'org-export-latex
   :type 'plist)
-- 
1.5.4.3

HTH,
Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]