Browse Source

Fix some additional typos.

Carsten Dominik 16 years ago
parent
commit
db6004ae1d
4 changed files with 11 additions and 11 deletions
  1. 2 2
      lisp/org-colview-xemacs.el
  2. 1 1
      lisp/org-colview.el
  3. 4 4
      lisp/org-exp.el
  4. 4 4
      lisp/org-export-latex.el

+ 2 - 2
lisp/org-colview-xemacs.el

@@ -27,7 +27,7 @@
 ;;
 ;;; Commentary:
 
-;; This file contains the face definitions for Org.
+;; This file contains the column view for Org.
 
 ;;; Code:
 
@@ -1356,7 +1356,7 @@ PARAMS is a property list of parameters:
 
 (defun org-listtable-to-string (tbl)
   "Convert a listtable TBL to a string that contains the Org-mode table.
-The table still need to be alligned.  The resulting string has no leading
+The table still need to be aligned.  The resulting string has no leading
 and tailing newline characters."
   (mapconcat
    (lambda (x)

+ 1 - 1
lisp/org-colview.el

@@ -25,7 +25,7 @@
 ;;
 ;;; Commentary:
 
-;; This file contains the face definitions for Org.
+;; This file contains the column view for Org.
 
 ;;; Code:
 

+ 4 - 4
lisp/org-exp.el

@@ -2820,10 +2820,10 @@ headlines.  The default is 3.  Lower levels will become bulleted lists."
 ;;;###autoload
 (defun org-export-as-html-batch ()
   "Call `org-export-as-html', may be used in batch processing as
-emacs	--batch
-	--load=$HOME/lib/emacs/org.el
-	--eval \"(setq org-export-headline-levels 2)\"
-	--visit=MyFile --funcall org-export-as-html-batch"
+emacs   --batch
+        --load=$HOME/lib/emacs/org.el
+        --eval \"(setq org-export-headline-levels 2)\"
+        --visit=MyFile --funcall org-export-as-html-batch"
   (org-export-as-html org-export-headline-levels 'hidden))
 
 ;;;###autoload

+ 4 - 4
lisp/org-export-latex.el

@@ -259,10 +259,10 @@ These are the .aux, .log, .out, and .toc files."
   "Call `org-export-as-latex', may be used in batch processing.
 For example:
 
-emacs	--batch
-	--load=$HOME/lib/emacs/org.el
-	--eval \"(setq org-export-headline-levels 2)\"
-	--visit=MyFile --funcall org-export-as-latex-batch"
+emacs   --batch
+        --load=$HOME/lib/emacs/org.el
+        --eval \"(setq org-export-headline-levels 2)\"
+        --visit=MyFile --funcall org-export-as-latex-batch"
   (org-export-as-latex org-export-headline-levels 'hidden))
 
 ;;;###autoload