diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-05-08 15:42:27 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-05-08 15:42:27 +0000 |
commit | efc054e6124d599645afa2f134cb151c0521be43 (patch) | |
tree | 89ca6af2b3c0be5d56bbe346a32db0a2eb3d44f9 /lisp/org | |
parent | 0007689cd0dd526df37c8f8c7f6b8cc2e9c04593 (diff) | |
download | emacs-efc054e6124d599645afa2f134cb151c0521be43.tar.gz |
(org-modules, org-format-latex-options): Fix typos in docstrings.
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/org.el | 12 |
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." (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) "Modules that should always be loaded together with org.el. -If a description starts with <C>, the file is not part of emacs +If a description starts with <C>, the file is not part of Emacs and loading it will require that you have downloaded and properly installed the org-mode distribution. You can also use this system to load external packages (i.e. neither Org core modules, not modules from the CONTRIB directory). Just add symbols -to the end of the list. If the package is called org-xyz.e, then you need +to the end of the list. If the package is called org-xyz.el, then you need to add the symbol `xyz', and the package must have a call to (provide 'org-xyz)" @@ -1949,13 +1949,13 @@ forth between agenda and calendar." :matchers ("begin" "$" "$$" "\\(" "\\[")) "Options for creating images from LaTeX fragments. This is a property list with the following properties: -:foreground the foreground color for images embedded in emacs, e.g. \"Black\". - `default' means use the forground of the default face. +:foreground the foreground color for images embedded in Emacs, e.g. \"Black\". + `default' means use the foreground of the default face. :background the background color, or \"Transparent\". `default' means use the background of the default face. -:scale a scaling factor for the size of the images +:scale a scaling factor for the size of the images. :html-foreground, :html-background, :html-scale - The same numbers for HTML export. + the same numbers for HTML export. :matchers a list indicating which matchers should be used to find LaTeX fragments. Valid members of this list are: \"begin\" find environments |