From db6004ae1d34c3779ebc97b64cc4fe4d41f6a82a Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 17 Dec 2008 09:08:06 +0100 Subject: [PATCH] Fix some additional typos. --- lisp/org-colview-xemacs.el | 4 ++-- lisp/org-colview.el | 2 +- lisp/org-exp.el | 8 ++++---- lisp/org-export-latex.el | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lisp/org-colview-xemacs.el b/lisp/org-colview-xemacs.el index 21af34308..ed4e370bc 100644 --- a/lisp/org-colview-xemacs.el +++ b/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) diff --git a/lisp/org-colview.el b/lisp/org-colview.el index 879aa77ea..023e3d06a 100644 --- a/lisp/org-colview.el +++ b/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: diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 14aa2a336..b161b0f4d 100644 --- a/lisp/org-exp.el +++ b/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 diff --git a/lisp/org-export-latex.el b/lisp/org-export-latex.el index dbe7e8f98..4dd8b2c47 100644 --- a/lisp/org-export-latex.el +++ b/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 -- 2.11.4.GIT