From 5ee1bb9a4abd1f6b935580614c8f153190a9b465 Mon Sep 17 00:00:00 2001 From: Bernt Hansen Date: Tue, 16 Dec 2008 09:49:08 -0500 Subject: [PATCH] Fix typos in org-colview.el --- lisp/org-colview.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/org-colview.el b/lisp/org-colview.el index f42771379..879aa77ea 100644 --- a/lisp/org-colview.el +++ b/lisp/org-colview.el @@ -25,7 +25,7 @@ ;; ;;; Commentary: -;; This file contains the face definitons for Org. +;; This file contains the face definitions for Org. ;;; Code: @@ -228,7 +228,7 @@ This is the compiled version of the format.") org-columns-ellipses)))) (defvar org-columns-full-header-line-format nil - "Fthe full header line format, will be shifted by horizontal scrolling." ) + "The full header line format, will be shifted by horizontal scrolling." ) (defvar org-previous-header-line-format nil "The header line format before column view was turned on.") (defvar org-columns-inhibit-recalculation nil @@ -326,7 +326,7 @@ for the duration of the command.") (defvar org-agenda-columns-remove-prefix-from-item) (defun org-agenda-columns-cleanup-item (item pl cphr fmt) - "Cleanup the tiem property for agenda column view. + "Cleanup the time property for agenda column view. See also the variable `org-agenda-columns-remove-prefix-from-item'." (let* ((org-complex-heading-regexp cphr) (prefix (substring item 0 pl)) @@ -737,7 +737,7 @@ around it." (org-columns-redo))) (defun org-columns-narrow (arg) - "Make the column nrrower by ARG characters." + "Make the column narrower by ARG characters." (interactive "p") (org-columns-widen (- arg))) @@ -1137,7 +1137,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) -- 2.11.4.GIT