aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-05-08 15:42:27 +0000
committerJuanma Barranquero2008-05-08 15:42:27 +0000
commitefc054e6124d599645afa2f134cb151c0521be43 (patch)
tree89ca6af2b3c0be5d56bbe346a32db0a2eb3d44f9
parent0007689cd0dd526df37c8f8c7f6b8cc2e9c04593 (diff)
downloademacs-efc054e6124d599645afa2f134cb151c0521be43.tar.gz
emacs-efc054e6124d599645afa2f134cb151c0521be43.zip
(org-modules, org-format-latex-options): Fix typos in docstrings.
-rw-r--r--lisp/org/org.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el
index d2b411d9a7d..a71291b866c 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -140,13 +140,13 @@ With prefix arg HERE, insert it at point."
140 140
141(defcustom org-modules '(org-bbdb org-bibtex org-gnus org-info org-infojs org-irc org-mew org-mhe org-rmail org-vm org-wl) 141(defcustom org-modules '(org-bbdb org-bibtex org-gnus org-info org-infojs org-irc org-mew org-mhe org-rmail org-vm org-wl)
142 "Modules that should always be loaded together with org.el. 142 "Modules that should always be loaded together with org.el.
143If a description starts with <C>, the file is not part of emacs 143If a description starts with <C>, the file is not part of Emacs
144and loading it will require that you have downloaded and properly installed 144and loading it will require that you have downloaded and properly installed
145the org-mode distribution. 145the org-mode distribution.
146 146
147You can also use this system to load external packages (i.e. neither Org 147You can also use this system to load external packages (i.e. neither Org
148core modules, not modules from the CONTRIB directory). Just add symbols 148core modules, not modules from the CONTRIB directory). Just add symbols
149to the end of the list. If the package is called org-xyz.e, then you need 149to the end of the list. If the package is called org-xyz.el, then you need
150to add the symbol `xyz', and the package must have a call to 150to add the symbol `xyz', and the package must have a call to
151 151
152 (provide 'org-xyz)" 152 (provide 'org-xyz)"
@@ -1949,13 +1949,13 @@ forth between agenda and calendar."
1949 :matchers ("begin" "$" "$$" "\\(" "\\[")) 1949 :matchers ("begin" "$" "$$" "\\(" "\\["))
1950 "Options for creating images from LaTeX fragments. 1950 "Options for creating images from LaTeX fragments.
1951This is a property list with the following properties: 1951This is a property list with the following properties:
1952:foreground the foreground color for images embedded in emacs, e.g. \"Black\". 1952:foreground the foreground color for images embedded in Emacs, e.g. \"Black\".
1953 `default' means use the forground of the default face. 1953 `default' means use the foreground of the default face.
1954:background the background color, or \"Transparent\". 1954:background the background color, or \"Transparent\".
1955 `default' means use the background of the default face. 1955 `default' means use the background of the default face.
1956:scale a scaling factor for the size of the images 1956:scale a scaling factor for the size of the images.
1957:html-foreground, :html-background, :html-scale 1957:html-foreground, :html-background, :html-scale
1958 The same numbers for HTML export. 1958 the same numbers for HTML export.
1959:matchers a list indicating which matchers should be used to 1959:matchers a list indicating which matchers should be used to
1960 find LaTeX fragments. Valid members of this list are: 1960 find LaTeX fragments. Valid members of this list are:
1961 \"begin\" find environments 1961 \"begin\" find environments