Bernt Hansen 15 лет назад
Родитель
Сommit
0042080e4c

+ 14 - 14
lisp/org-agenda.el

@@ -622,7 +622,7 @@ have turned on `org-enforce-todo-dependencies',
 `org-enforce-todo-checkbox-dependencies', or any other blocking
 `org-enforce-todo-checkbox-dependencies', or any other blocking
 mechanism, this will create useful feedback in the agenda.
 mechanism, this will create useful feedback in the agenda.
 
 
-Instead ot t, this variable can also have the value `invisible'.
+Instead of t, this variable can also have the value `invisible'.
 Then blocked tasks will be invisible and only become visible when
 Then blocked tasks will be invisible and only become visible when
 they become unblocked.  An exemption to this behavior is when a task is
 they become unblocked.  An exemption to this behavior is when a task is
 blocked because of unchecked checkboxes below it.  Since checkboxes do
 blocked because of unchecked checkboxes below it.  Since checkboxes do
@@ -635,7 +635,7 @@ will only be dimmed."
   :type '(choice
   :type '(choice
 	  (const :tag "Do not dim" nil)
 	  (const :tag "Do not dim" nil)
 	  (const :tag "Dim to a grey face" t)
 	  (const :tag "Dim to a grey face" t)
-	  (const :tag "Make invisibe" invisible)))
+	  (const :tag "Make invisible" invisible)))
 
 
 (defcustom org-timeline-show-empty-dates 3
 (defcustom org-timeline-show-empty-dates 3
   "Non-nil means, `org-timeline' also shows dates without an entry.
   "Non-nil means, `org-timeline' also shows dates without an entry.
@@ -677,7 +677,7 @@ Needs to be set before org.el is loaded."
   :type 'boolean)
   :type 'boolean)
 
 
 (defcustom org-agenda-entry-text-maxlines 5
 (defcustom org-agenda-entry-text-maxlines 5
-  "Number of text lines to be added when `E' is presed in the agenda.
+  "Number of text lines to be added when `E' is pressed in the agenda.
 
 
 Note that this variable only used during agenda display.  Add add entry text
 Note that this variable only used during agenda display.  Add add entry text
 when exporting the agenda, configure the variable
 when exporting the agenda, configure the variable
@@ -1089,7 +1089,7 @@ If there is punctuation or whitespace character just before the final
 format letter, this character will be appended to the field value if
 format letter, this character will be appended to the field value if
 the value is not empty.  For example, the format \"%-12:c\" leads to
 the value is not empty.  For example, the format \"%-12:c\" leads to
 \"Diary: \" if the category is \"Diary\".  If the category were be
 \"Diary: \" if the category is \"Diary\".  If the category were be
-empty, no additional colon would be interted.
+empty, no additional colon would be inserted.
 
 
 The default value of this option is \"  %-12:c%?-12t% s\", meaning:
 The default value of this option is \"  %-12:c%?-12t% s\", meaning:
 - Indent the line with two space characters
 - Indent the line with two space characters
@@ -1788,7 +1788,7 @@ Pressing `<' twice means to restrict to the current subtree or region
 	(setq ans (org-agenda-get-restriction-and-command prefix-descriptions)
 	(setq ans (org-agenda-get-restriction-and-command prefix-descriptions)
 	      keys (car ans)
 	      keys (car ans)
 	      restriction (cdr ans)))
 	      restriction (cdr ans)))
-      ;; Estabish the restriction, if any
+      ;; Establish the restriction, if any
       (when (and (not org-agenda-overriding-restriction) restriction)
       (when (and (not org-agenda-overriding-restriction) restriction)
 	(put 'org-agenda-files 'org-restrict (list bfn))
 	(put 'org-agenda-files 'org-restrict (list bfn))
 	(cond
 	(cond
@@ -2271,7 +2271,7 @@ HTML (.html or .htm) or Postscript (.ps) is produced.
 If the extension is .ics, run icalendar export over all files used
 If the extension is .ics, run icalendar export over all files used
 to construct the agenda and limit the export to entries listed in the
 to construct the agenda and limit the export to entries listed in the
 agenda now.
 agenda now.
-With prefic argument OPEN, open the new file immediately.
+With prefix argument OPEN, open the new file immediately.
 If NOSETTINGS is given, do not scope the settings of
 If NOSETTINGS is given, do not scope the settings of
 `org-agenda-exporter-settings' into the export commands.  This is used when
 `org-agenda-exporter-settings' into the export commands.  This is used when
 the settings have already been scoped and we do not wish to overrule other,
 the settings have already been scoped and we do not wish to overrule other,
@@ -2399,7 +2399,7 @@ Drawers will be excluded, also the line with scheduling/deadline info."
   "Extract entry text from MARKER, at most N-LINES lines.
   "Extract entry text from MARKER, at most N-LINES lines.
 This will ignore drawers etc, just get the text.
 This will ignore drawers etc, just get the text.
 If INDENT is given, prefix every line with this string.  If KEEP is
 If INDENT is given, prefix every line with this string.  If KEEP is
-given, it is a list of symbols, defining stuff that hould not be
+given, it is a list of symbols, defining stuff that should not be
 removed from the entry content.  Currently only `planning' is allowed here."
 removed from the entry content.  Currently only `planning' is allowed here."
   (let (txt drawer-re kwd-time-re ind)
   (let (txt drawer-re kwd-time-re ind)
     (save-excursion
     (save-excursion
@@ -2782,7 +2782,7 @@ no longer in use."
 ;;; Entry text mode
 ;;; Entry text mode
 
 
 (defun org-agenda-entry-text-show-here ()
 (defun org-agenda-entry-text-show-here ()
-  "Add some text from te entry as context to the current line."
+  "Add some text from the entry as context to the current line."
   (let (m txt o)
   (let (m txt o)
     (setq m (org-get-at-bol 'org-hd-marker))
     (setq m (org-get-at-bol 'org-hd-marker))
     (unless (marker-buffer m)
     (unless (marker-buffer m)
@@ -3194,8 +3194,8 @@ EDIT-AT.
 
 
 The search string is broken into \"words\" by splitting at whitespace.
 The search string is broken into \"words\" by splitting at whitespace.
 Depending on the variable `org-agenda-search-view-search-words-only'
 Depending on the variable `org-agenda-search-view-search-words-only'
-and on wether the first character in the search string is \"+\" or \"-\",
-The string is then interpreted either as a substrig with variable amounts
+and on whether the first character in the search string is \"+\" or \"-\",
+The string is then interpreted either as a substring with variable amounts
 of whitespace, or as a list or individual words that should be matched.
 of whitespace, or as a list or individual words that should be matched.
 
 
 The default is a substring match, where each space in the search string
 The default is a substring match, where each space in the search string
@@ -4927,7 +4927,7 @@ HH:MM."
 ;;; Agenda restriction lock
 ;;; Agenda restriction lock
 
 
 (defvar org-agenda-restriction-lock-overlay (org-make-overlay 1 1)
 (defvar org-agenda-restriction-lock-overlay (org-make-overlay 1 1)
-  "Overlay to mark the headline to which arenda commands are restricted.")
+  "Overlay to mark the headline to which agenda commands are restricted.")
 (org-overlay-put org-agenda-restriction-lock-overlay
 (org-overlay-put org-agenda-restriction-lock-overlay
 		 'face 'org-agenda-restriction-lock)
 		 'face 'org-agenda-restriction-lock)
 (org-overlay-put org-agenda-restriction-lock-overlay
 (org-overlay-put org-agenda-restriction-lock-overlay
@@ -5945,7 +5945,7 @@ When called repeatedly, scroll the window that is displaying the buffer."
 
 
 (defun org-agenda-show-1 (&optional more)
 (defun org-agenda-show-1 (&optional more)
   "Display the Org-mode file which contains the item at point.
   "Display the Org-mode file which contains the item at point.
-The prefix arg causes further revieling:
+The prefix arg selects the amount of information to display:
 
 
 0   hide the subtree
 0   hide the subtree
 1   just show the entry according to defaults.
 1   just show the entry according to defaults.
@@ -6683,7 +6683,7 @@ The cursor may be at a date in the calendar, or in the Org agenda."
 
 
 (defun org-agenda-add-entry-to-org-agenda-diary-file (type text &optional d1 d2)
 (defun org-agenda-add-entry-to-org-agenda-diary-file (type text &optional d1 d2)
   "Add a diary entry with TYPE to `org-agenda-diary-file'.
   "Add a diary entry with TYPE to `org-agenda-diary-file'.
-If TEXT is not empty, it will become the headling of the new entry, and
+If TEXT is not empty, it will become the headline of the new entry, and
 the resulting entry will not be shown.  When TEXT is empty, switch to
 the resulting entry will not be shown.  When TEXT is empty, switch to
 `org-agenda-diary-file' and let the user finish the entry there."
 `org-agenda-diary-file' and let the user finish the entry there."
   (let ((cw (current-window-configuration)))
   (let ((cw (current-window-configuration)))
@@ -7111,7 +7111,7 @@ tag and (if present) the flagging note."
       (message "Flagging note pushed to kill ring.  Press [?] again to remove tag and note"))))
       (message "Flagging note pushed to kill ring.  Press [?] again to remove tag and note"))))
 
 
 (defun org-agenda-remove-flag (marker)
 (defun org-agenda-remove-flag (marker)
-  "Remove the FLAGGED tag and any flaging note in the entry."
+  "Remove the FLAGGED tag and any flagging note in the entry."
   (let (newhead)
   (let (newhead)
     (org-with-point-at marker
     (org-with-point-at marker
       (org-toggle-tag "FLAGGED" 'off)
       (org-toggle-tag "FLAGGED" 'off)

+ 1 - 1
lisp/org-attach.el

@@ -209,7 +209,7 @@ the directory and (if necessary) the corresponding ID will be created."
 	   attach-dir))))
 	   attach-dir))))
 
 
 (defun org-attach-check-absolute-path (dir)
 (defun org-attach-check-absolute-path (dir)
-  "Check if we have enough information to root the atachment directory.
+  "Check if we have enough information to root the attachment directory.
 When DIR is given, check also if it is already absolute.  Otherwise,
 When DIR is given, check also if it is already absolute.  Otherwise,
 assume that it will be relative, and check if `org-attach-directory' is
 assume that it will be relative, and check if `org-attach-directory' is
 absolute, or if at least the current buffer has a file name.
 absolute, or if at least the current buffer has a file name.

+ 1 - 1
lisp/org-bbdb.el

@@ -64,7 +64,7 @@
 ;;
 ;;
 ;;  - an identifier for a class of anniversaries (eg. birthday or
 ;;  - an identifier for a class of anniversaries (eg. birthday or
 ;;    wedding) from `org-bbdb-anniversary-format-alist' which then
 ;;    wedding) from `org-bbdb-anniversary-format-alist' which then
-;;    defines the format tring for this class
+;;    defines the format string for this class
 ;;  - the (format) string displayed in the diary.
 ;;  - the (format) string displayed in the diary.
 ;;
 ;;
 ;; You can enter multiple anniversaries for a single BBDB record by
 ;; You can enter multiple anniversaries for a single BBDB record by

+ 1 - 1
lisp/org-bibtex.el

@@ -78,7 +78,7 @@
 ;;
 ;;
 ;; Creating better remember template information was inspired by a request
 ;; Creating better remember template information was inspired by a request
 ;; of Austin Frank: http://article.gmane.org/gmane.emacs.orgmode/4112
 ;; of Austin Frank: http://article.gmane.org/gmane.emacs.orgmode/4112
-;; and then imlemented by Bastien Guerry.
+;; and then implemented by Bastien Guerry.
 ;;
 ;;
 ;; Org-mode loads this module by default - if this is not what you want,
 ;; Org-mode loads this module by default - if this is not what you want,
 ;; configure the variable `org-modules'.
 ;; configure the variable `org-modules'.

+ 3 - 3
lisp/org-clock.el

@@ -181,7 +181,7 @@ This can be overruled locally using the CLOCK_MODELINE_TOTAL property.
 Allowed values are:
 Allowed values are:
 
 
 current  Only the time in the current instance of the clock
 current  Only the time in the current instance of the clock
-today    All time clocked inot this task today
+today    All time clocked into this task today
 repeat   All time clocked into this task since last repeat
 repeat   All time clocked into this task since last repeat
 all      All time ever recorded for this task
 all      All time ever recorded for this task
 auto     Automatically, either `all', or `repeat' for repeating tasks"
 auto     Automatically, either `all', or `repeat' for repeating tasks"
@@ -423,8 +423,8 @@ previous clocking intervals."
 
 
 (defun org-clock-modify-effort-estimate (&optional value)
 (defun org-clock-modify-effort-estimate (&optional value)
  "Add to or set the effort estimate of the item currently being clocked.
  "Add to or set the effort estimate of the item currently being clocked.
-VALUE can be a number of minutes, or a string with forat hh:mm or mm.
-WHen the strig starts with a + or a - sign, the current value of the effort
+VALUE can be a number of minutes, or a string with format hh:mm or mm.
+When the string starts with a + or a - sign, the current value of the effort
 property will be changed by that amount.
 property will be changed by that amount.
 This will update the \"Effort\" property of currently clocked item, and
 This will update the \"Effort\" property of currently clocked item, and
 the mode line."
 the mode line."

+ 1 - 1
lisp/org-docbook.el

@@ -119,7 +119,7 @@ entities, you can set this variable to:
 ]>
 ]>
 \"
 \"
 
 
-If you want to process DocBook documents without internet
+If you want to process DocBook documents without an Internet
 connection, it is suggested that you download the required entity
 connection, it is suggested that you download the required entity
 file(s) and use system identifier(s) (external files) in the
 file(s) and use system identifier(s) (external files) in the
 DOCTYPE declaration."
 DOCTYPE declaration."

+ 1 - 1
lisp/org-exp-blocks.el

@@ -158,7 +158,7 @@ CLOSE tags will be inserted around BODY."
    "#+END_LaTeX\n"))
    "#+END_LaTeX\n"))
 
 
 (defun org-export-blocks-preprocess ()
 (defun org-export-blocks-preprocess ()
-  "Export all blocks acording to the `org-export-blocks' block
+  "Export all blocks according to the `org-export-blocks' block
 exportation alist.  Does not export block types specified in
 exportation alist.  Does not export block types specified in
 specified in BLOCKS which default to the value of
 specified in BLOCKS which default to the value of
 `org-export-blocks-witheld'."
 `org-export-blocks-witheld'."

+ 3 - 3
lisp/org-exp.el

@@ -1572,7 +1572,7 @@ BACKEND is the current export backend."
   "Function to be called to format the contents of a drawer.
   "Function to be called to format the contents of a drawer.
 The function must accept three parameters:
 The function must accept three parameters:
   BACKEND  one of the symbols html, docbook, latex, ascii, xoxo
   BACKEND  one of the symbols html, docbook, latex, ascii, xoxo
-  NAME     the drawer name, like \"PROPERIES\"
+  NAME     the drawer name, like \"PROPERTIES\"
   CONTENT  the content of the drawer.
   CONTENT  the content of the drawer.
 The function should return the text to be inserted into the buffer.
 The function should return the text to be inserted into the buffer.
 If this is nil, `org-export-format-drawer' is used as a default.")
 If this is nil, `org-export-format-drawer' is used as a default.")
@@ -2293,8 +2293,8 @@ in the list) and remove property and value from the list in LISTVAR."
   (backend lang code &optional opts indent)
   (backend lang code &optional opts indent)
   "Format CODE from language LANG and return it formatted for export.
   "Format CODE from language LANG and return it formatted for export.
 If LANG is nil, do not add any fontification.
 If LANG is nil, do not add any fontification.
-OPTS contains formatting optons, like `-n' for triggering numbering lines,
-and `+n' for continuing previous numering.
+OPTS contains formatting options, like `-n' for triggering numbering lines,
+and `+n' for continuing previous numbering.
 Code formatting according to language currently only works for HTML.
 Code formatting according to language currently only works for HTML.
 Numbering lines works for all three major backends (html, latex, and ascii).
 Numbering lines works for all three major backends (html, latex, and ascii).
 INDENT was the original indentation of the block."
 INDENT was the original indentation of the block."

+ 3 - 3
lisp/org-feed.el

@@ -83,7 +83,7 @@
 ;;
 ;;
 ;;       #+DRAWERS: PROPERTIES LOGBOOK FEEDSTATUS
 ;;       #+DRAWERS: PROPERTIES LOGBOOK FEEDSTATUS
 ;;
 ;;
-;;  Acknowledgments
+;;  Acknowledgements
 ;;  ----------------
 ;;  ----------------
 ;;
 ;;
 ;;  org-feed.el is based on ideas by Brad Bozarth who implemented a
 ;;  org-feed.el is based on ideas by Brad Bozarth who implemented a
@@ -542,7 +542,7 @@ If that property is already present, nothing changes."
 	(buffer-string)))))
 	(buffer-string)))))
 
 
 (defun org-feed-make-indented-block (s n)
 (defun org-feed-make-indented-block (s n)
-  "Add indentaton of N spaces to a multiline string S."
+  "Add indentation of N spaces to a multiline string S."
   (if (not (string-match "\n" s))
   (if (not (string-match "\n" s))
       s
       s
     (mapconcat 'identity
     (mapconcat 'identity
@@ -613,7 +613,7 @@ containing the properties `:guid' and `:item-full-text'."
 
 
 (defun org-feed-parse-atom-feed (buffer)
 (defun org-feed-parse-atom-feed (buffer)
   "Parse BUFFER for Atom feed entries.
   "Parse BUFFER for Atom feed entries.
-Returns a list of enttries, with each entry a property list,
+Returns a list of entries, with each entry a property list,
 containing the properties `:guid' and `:item-full-text'.
 containing the properties `:guid' and `:item-full-text'.
 
 
 The `:item-full-text' property actually contains the sexp
 The `:item-full-text' property actually contains the sexp

+ 3 - 3
lisp/org-footnote.el

@@ -76,7 +76,7 @@ If this is a string, during export, all subtrees starting with this
 heading will be removed after extracting footnote definitions."
 heading will be removed after extracting footnote definitions."
   :group 'org-footnotes
   :group 'org-footnotes
   :type '(choice
   :type '(choice
-	  (string :tag "Collect fotnotes under heading")
+	  (string :tag "Collect footnotes under heading")
 	  (const :tag "Define footnotes locally" nil)))
 	  (const :tag "Define footnotes locally" nil)))
 
 
 (defcustom org-footnote-tag-for-non-org-mode-files "Footnotes:"
 (defcustom org-footnote-tag-for-non-org-mode-files "Footnotes:"
@@ -109,7 +109,7 @@ confirm    like t, but let the user edit the created value.  In particular,
 plain      Automatically create plain number labels like [1]"
 plain      Automatically create plain number labels like [1]"
   :group 'org-footnote
   :group 'org-footnote
   :type '(choice
   :type '(choice
-	  (const :tag "Frompt for label" nil)
+	  (const :tag "Prompt for label" nil)
 	  (const :tag "Create automatic [fn:N]" t)
 	  (const :tag "Create automatic [fn:N]" t)
 	  (const :tag "Offer automatic [fn:N] for editing" confirm)
 	  (const :tag "Offer automatic [fn:N] for editing" confirm)
 	  (const :tag "Create automatic [N]" plain)))
 	  (const :tag "Create automatic [N]" plain)))
@@ -311,7 +311,7 @@ or new, let the user edit the definition of the footnote."
 (defun org-footnote-action (&optional special)
 (defun org-footnote-action (&optional special)
   "Do the right thing for footnotes.
   "Do the right thing for footnotes.
 When at a footnote reference, jump to the definition.  When at a definition,
 When at a footnote reference, jump to the definition.  When at a definition,
-jump to the refernces.  When neither at definition or reference,
+jump to the references.  When neither at definition or reference,
 create a new footnote, interactively.
 create a new footnote, interactively.
 With prefix arg SPECIAL, offer additional commands in a menu."
 With prefix arg SPECIAL, offer additional commands in a menu."
   (interactive "P")
   (interactive "P")

+ 1 - 1
lisp/org-html.el

@@ -1651,7 +1651,7 @@ lang=\"%s\" xml:lang=\"%s\">
     (unless splice (push "</table>\n" html))
     (unless splice (push "</table>\n" html))
     (setq html (nreverse html))
     (setq html (nreverse html))
     (unless splice
     (unless splice
-      ;; Put in col tags with the alignment (unfortuntely often ignored...)
+      ;; Put in col tags with the alignment (unfortunately often ignored...)
       (unless (car org-table-colgroup-info)
       (unless (car org-table-colgroup-info)
 	(setq org-table-colgroup-info
 	(setq org-table-colgroup-info
 	      (cons :start (cdr org-table-colgroup-info))))
 	      (cons :start (cdr org-table-colgroup-info))))

+ 3 - 3
lisp/org-icalendar.el

@@ -106,9 +106,9 @@ all-tags    All tags, including inherited ones."
 (defcustom org-icalendar-include-todo nil
 (defcustom org-icalendar-include-todo nil
   "Non-nil means, export to iCalendar files should also cover TODO items.
   "Non-nil means, export to iCalendar files should also cover TODO items.
 Valid values are:
 Valid values are:
-nil         don't inlcude any TODO items
+nil         don't include any TODO items
 t           include all TODO items that are not in a DONE state
 t           include all TODO items that are not in a DONE state
-unblocked   include all TODO idems that are not blocked
+unblocked   include all TODO items that are not blocked
 all         include both done and not done items."
 all         include both done and not done items."
   :group 'org-export-icalendar
   :group 'org-export-icalendar
   :type '(choice
   :type '(choice
@@ -126,7 +126,7 @@ will be considered for export.
 This is used internally when an agenda buffer is exported to an ics file,
 This is used internally when an agenda buffer is exported to an ics file,
 to make sure that only entries currently listed in the agenda will end
 to make sure that only entries currently listed in the agenda will end
 up in the ics file.  But for normal iCalendar export, you can use this
 up in the ics file.  But for normal iCalendar export, you can use this
-for whatevery you need.")
+for whatever you need.")
 
 
 (defcustom org-icalendar-include-bbdb-anniversaries nil
 (defcustom org-icalendar-include-bbdb-anniversaries nil
   "Non-nil means, a combined iCalendar files should include anniversaries.
   "Non-nil means, a combined iCalendar files should include anniversaries.

+ 1 - 1
lisp/org-indent.el

@@ -171,7 +171,7 @@ FIXME:  How to update when broken?"
   (org-compatible-face nil nil)
   (org-compatible-face nil nil)
   "Face for outline indentation.
   "Face for outline indentation.
 The default is to make it look like whitespace.  But you may find it
 The default is to make it look like whitespace.  But you may find it
-useful to make it evver so slightly different."
+useful to make it ever so slightly different."
   :group 'org-faces)
   :group 'org-faces)
 
 
 (defun org-indent-indent-buffer ()
 (defun org-indent-indent-buffer ()

+ 3 - 3
lisp/org-inlinetask.el

@@ -35,7 +35,7 @@
 ;;
 ;;
 ;; Visibility cycling exempts these nodes from cycling. So whenever their
 ;; Visibility cycling exempts these nodes from cycling. So whenever their
 ;; parent is opened, so are these tasks.  This will only work with
 ;; parent is opened, so are these tasks.  This will only work with
-;; `org-cycle', so if you are also using orther commands to show/hide
+;; `org-cycle', so if you are also using other commands to show/hide
 ;; entries, you will occasionally find these tasks to behave like
 ;; entries, you will occasionally find these tasks to behave like
 ;; all other outline nodes, seemingly splitting the text of the parent
 ;; all other outline nodes, seemingly splitting the text of the parent
 ;; into children.
 ;; into children.
@@ -70,7 +70,7 @@
 ;; Also, if you want to use refiling and archiving for inline tasks,
 ;; Also, if you want to use refiling and archiving for inline tasks,
 ;; The END line must be present to make things work properly.
 ;; The END line must be present to make things work properly.
 ;;
 ;;
-;; This package installs one new comand:
+;; This package installs one new command:
 ;;
 ;;
 ;; C-c C-x t      Insert a new inline task with END line
 ;; C-c C-x t      Insert a new inline task with END line
 
 
@@ -94,7 +94,7 @@ the value of this variable."
   :type 'boolean)
   :type 'boolean)
 
 
 (defcustom org-inlinetask-export t
 (defcustom org-inlinetask-export t
-  "Non-nil means, export inline tasts.
+  "Non-nil means, export inline tasks.
 When nil, they will not be exported."
 When nil, they will not be exported."
   :group 'org-inlinetask
   :group 'org-inlinetask
   :type 'boolean)
   :type 'boolean)

+ 5 - 5
lisp/org-latex.el

@@ -186,7 +186,7 @@ to represent the section title."
 Each element of the list is a list of three elements.
 Each element of the list is a list of three elements.
 The first element is the character used as a marker for fontification.
 The first element is the character used as a marker for fontification.
 The second element is a formatting string to wrap fontified text with.
 The second element is a formatting string to wrap fontified text with.
-If it is \"\\verb\", Org will automatically select a deimiter
+If it is \"\\verb\", Org will automatically select a delimiter
 character that is not in the string.
 character that is not in the string.
 The third element decides whether to protect converted text from other
 The third element decides whether to protect converted text from other
 conversions."
 conversions."
@@ -278,7 +278,7 @@ the %s stands here for the inserted headline and is mandatory.
 It may also be a list of three string to define a user-defined environment
 It may also be a list of three string to define a user-defined environment
 that should be used.  The first string should be the like
 that should be used.  The first string should be the like
 \"\\begin{itemize}\", the second should be like \"\\item %s %s\" with up
 \"\\begin{itemize}\", the second should be like \"\\item %s %s\" with up
-to two occurrences of %s for the title and a lable, respectively.  The third
+to two occurrences of %s for the title and a label, respectively.  The third
 string should be like \"\\end{itemize\"."
 string should be like \"\\end{itemize\"."
   :group 'org-export-latex
   :group 'org-export-latex
   :type '(choice (const :tag "Ignore" nil)
   :type '(choice (const :tag "Ignore" nil)
@@ -398,12 +398,12 @@ as a command.  %s in the command will be replaced by the full file name, %b
 by the file base name (i.e. without extension).
 by the file base name (i.e. without extension).
 The reason why this is a list is that it usually takes several runs of
 The reason why this is a list is that it usually takes several runs of
 pdflatex, maybe mixed with a call to bibtex.  Org does not have a clever
 pdflatex, maybe mixed with a call to bibtex.  Org does not have a clever
-mechanism to detect whihc of these commands have to be run to get to a stable
+mechanism to detect which of these commands have to be run to get to a stable
 result, and it also does not do any error checking.
 result, and it also does not do any error checking.
 
 
 Alternatively, this may be a Lisp function that does the processing, so you
 Alternatively, this may be a Lisp function that does the processing, so you
 could use this to apply the machinery of AUCTeX or the Emacs LaTeX mode.
 could use this to apply the machinery of AUCTeX or the Emacs LaTeX mode.
-THis function should accept the file name as its single argument."
+This function should accept the file name as its single argument."
   :group 'org-export-latex
   :group 'org-export-latex
   :type '(choice (repeat :tag "Shell command sequence"
   :type '(choice (repeat :tag "Shell command sequence"
 		  (string :tag "Shell command"))
 		  (string :tag "Shell command"))
@@ -1385,7 +1385,7 @@ The conversion is made depending of STRING-BEFORE and STRING-AFTER."
             (when org-table-clean-did-remove-column
             (when org-table-clean-did-remove-column
 	      (pop org-table-last-alignment)
 	      (pop org-table-last-alignment)
 	      (pop org-table-last-column-widths))
 	      (pop org-table-last-column-widths))
-            ;; make a formatting string to reflect aligment
+            ;; make a formatting string to reflect alignment
             (setq olines lines)
             (setq olines lines)
             (while (and (not line-fmt) (setq line (pop olines)))
             (while (and (not line-fmt) (setq line (pop olines)))
               (unless (string-match "^[ \t]*|-" line)
               (unless (string-match "^[ \t]*|-" line)

+ 2 - 2
lisp/org-list.el

@@ -149,7 +149,7 @@ toggle a checkbox with \\[org-ctrl-c-ctrl-c]."
 (defcustom org-hierarchical-checkbox-statistics t
 (defcustom org-hierarchical-checkbox-statistics t
   "Non-nil means, checkbox statistics counts only the state of direct children.
   "Non-nil means, checkbox statistics counts only the state of direct children.
 When nil, all boxes below the cookie are counted.
 When nil, all boxes below the cookie are counted.
-This can be set to nil on a per-node basis using a COCKIE_DATA property
+This can be set to nil on a per-node basis using a COOKIE_DATA property
 with the word \"recursive\" in the value."
 with the word \"recursive\" in the value."
   :group 'org-plain-lists
   :group 'org-plain-lists
   :type 'boolean)
   :type 'boolean)
@@ -1198,7 +1198,7 @@ INDENT is the indentation of the list, as a string."
     (goto-char pos)))
     (goto-char pos)))
 
 
 (defun org-list-send-list (&optional maybe)
 (defun org-list-send-list (&optional maybe)
-  "Send a tranformed version of this list to the receiver position.
+  "Send a transformed version of this list to the receiver position.
 With argument MAYBE, fail quietly if no transformation is defined for
 With argument MAYBE, fail quietly if no transformation is defined for
 this list."
 this list."
   (interactive)
   (interactive)

+ 1 - 1
lisp/org-macs.el

@@ -175,7 +175,7 @@ We use a macro so that the test can happen at compilation time."
 	(t (cdr (assq 'default option)))))
 	(t (cdr (assq 'default option)))))
 
 
 (defsubst org-check-external-command (cmd &optional use no-error)
 (defsubst org-check-external-command (cmd &optional use no-error)
-  "Check if external progam CMD for USE exists, error if not.
+  "Check if external program CMD for USE exists, error if not.
 When the program does exist, return its path.
 When the program does exist, return its path.
 When it does not exist and NO-ERROR is set, return nil.
 When it does not exist and NO-ERROR is set, return nil.
 Otherwise, throw an error.  The optional argument USE can describe what this
 Otherwise, throw an error.  The optional argument USE can describe what this

+ 6 - 6
lisp/org-mobile.el

@@ -42,7 +42,7 @@
 
 
 (defcustom org-mobile-files '(org-agenda-files)
 (defcustom org-mobile-files '(org-agenda-files)
   "Files to be staged for MobileOrg.
   "Files to be staged for MobileOrg.
-This is basically a list of filesand directories.  Files will be staged
+This is basically a list of files and directories.  Files will be staged
 directly.  Directories will be search for files with the extension `.org'.
 directly.  Directories will be search for files with the extension `.org'.
 In addition to this, the list may also contain the following symbols:
 In addition to this, the list may also contain the following symbols:
 
 
@@ -166,7 +166,7 @@ capture file `mobileorg.org' back to the WebDAV directory, for example
 using `rsync' or `scp'.")
 using `rsync' or `scp'.")
 
 
 (defvar org-mobile-last-flagged-files nil
 (defvar org-mobile-last-flagged-files nil
-  "List of files containing entreis flagged in the latest pull.")
+  "List of files containing entries flagged in the latest pull.")
 
 
 (defvar org-mobile-files-alist nil)
 (defvar org-mobile-files-alist nil)
 (defvar org-mobile-checksum-files nil)
 (defvar org-mobile-checksum-files nil)
@@ -699,7 +699,7 @@ If BEG and END are given, only do this in that region."
 	      (insert "BAD FLAG ")
 	      (insert "BAD FLAG ")
 	      (incf cnt-error)
 	      (incf cnt-error)
 	      (throw 'next t))
 	      (throw 'next t))
-	    ;; Remember this place so tha we can return
+	    ;; Remember this place so that we can return
 	    (move-marker marker (point))
 	    (move-marker marker (point))
 	    (setq org-mobile-error nil)
 	    (setq org-mobile-error nil)
 	    (save-excursion
 	    (save-excursion
@@ -755,7 +755,7 @@ The entry is expected to contain an inactive time stamp indicating when
 the entry was created.  When setting dates and
 the entry was created.  When setting dates and
 times (for example for deadlines), the time strings are interpreted
 times (for example for deadlines), the time strings are interpreted
 relative to that creation date.
 relative to that creation date.
-Abbreviations are expected to take up entire lines, jst because it is so
+Abbreviations are expected to take up entire lines, just because it is so
 easy to type RET on a mobile device.  Abbreviations start with one or two
 easy to type RET on a mobile device.  Abbreviations start with one or two
 letters, followed immediately by a dot and then additional information.
 letters, followed immediately by a dot and then additional information.
 Generally the entire shortcut line is removed after action have been taken.
 Generally the entire shortcut line is removed after action have been taken.
@@ -828,7 +828,7 @@ as a string."
 	(org-find-olp (cons file path))))))
 	(org-find-olp (cons file path))))))
 
 
 (defun org-mobile-edit (what old new)
 (defun org-mobile-edit (what old new)
-  "Edit item WHAT in the current entry by replacing OLD wih NEW.
+  "Edit item WHAT in the current entry by replacing OLD with NEW.
 WHAT can be \"heading\", \"todo\", \"tags\", \"priority\", or \"body\".
 WHAT can be \"heading\", \"todo\", \"tags\", \"priority\", or \"body\".
 The edit only takes place if the current value is equal (except for
 The edit only takes place if the current value is equal (except for
 white space) the OLD.  If this is so, OLD will be replace by NEW
 white space) the OLD.  If this is so, OLD will be replace by NEW
@@ -898,7 +898,7 @@ be returned that indicates what went wrong."
 						      (point))))
 						      (point))))
       (if (not (string-match "\\S-" current)) (setq current nil))
       (if (not (string-match "\\S-" current)) (setq current nil))
       (cond
       (cond
-       ((org-mobile-bodies-same-p current new) t) ; no ation necesary
+       ((org-mobile-bodies-same-p current new) t) ; no action necessary
        ((or (org-mobile-bodies-same-p current old)
        ((or (org-mobile-bodies-same-p current old)
 	    (eq org-mobile-force-mobile-change t)
 	    (eq org-mobile-force-mobile-change t)
 	    (memq 'body org-mobile-force-mobile-change))
 	    (memq 'body org-mobile-force-mobile-change))

+ 5 - 5
lisp/org-protocol.el

@@ -88,7 +88,7 @@
 ;;     triggered through the sub-protocol \"store-link\".
 ;;     triggered through the sub-protocol \"store-link\".
 ;;
 ;;
 ;;   * Call `org-protocol-remember' by using the sub-protocol \"remember\".  If
 ;;   * Call `org-protocol-remember' by using the sub-protocol \"remember\".  If
-;;     Org-mode is loaded, emacs will popup a remember buffer and fill the
+;;     Org-mode is loaded, emacs will pop-up a remember buffer and fill the
 ;;     template with the data provided. I.e. the browser's URL is inserted as an
 ;;     template with the data provided. I.e. the browser's URL is inserted as an
 ;;     Org-link of which the page title will be the description part. If text
 ;;     Org-link of which the page title will be the description part. If text
 ;;     was select in the browser, that text will be the body of the entry.
 ;;     was select in the browser, that text will be the body of the entry.
@@ -109,8 +109,8 @@
 ;;
 ;;
 ;;  use template ?x.
 ;;  use template ?x.
 ;;
 ;;
-;; Note, that using double shlashes is optional from org-protocol.el's point of
-;; view because emacsclient sqashes the slashes to one.
+;; Note, that using double slashes is optional from org-protocol.el's point of
+;; view because emacsclient squashes the slashes to one.
 ;;
 ;;
 ;;
 ;;
 ;; provides: 'org-protocol
 ;; provides: 'org-protocol
@@ -231,7 +231,7 @@ function - function that handles requests with protocol and takes exactly one
            `org-protocol-protocol-alist-default'. See `org-protocol-split-data'.
            `org-protocol-protocol-alist-default'. See `org-protocol-split-data'.
 
 
 kill-client - If t, kill the client immediately, once the sub-protocol is
 kill-client - If t, kill the client immediately, once the sub-protocol is
-           detected. This is neccessary for actions that can be interupted by
+           detected. This is necessary for actions that can be interrupted by
            `C-g' to avoid dangeling emacsclients. Note, that all other command
            `C-g' to avoid dangeling emacsclients. Note, that all other command
            line arguments but the this one will be discarded, greedy handlers
            line arguments but the this one will be discarded, greedy handlers
            still receive the whole list of arguments though.
            still receive the whole list of arguments though.
@@ -439,7 +439,7 @@ The sub-protocol used to reach this function is set in
 The sub-protocol used to reach this function is set in
 The sub-protocol used to reach this function is set in
 `org-protocol-protocol-alist'.
 `org-protocol-protocol-alist'.
 
 
-This function detects an URL, title and optinal text, separated by '/'
+This function detects an URL, title and optional text, separated by '/'
 The location for a browser's bookmark has to look like this:
 The location for a browser's bookmark has to look like this:
 
 
   javascript:location.href='org-protocol://remember://'+ \\
   javascript:location.href='org-protocol://remember://'+ \\

+ 1 - 1
lisp/org-publish.el

@@ -184,7 +184,7 @@ When nil, do no timestamp checking and always publish all files."
 (defcustom org-publish-before-export-hook nil
 (defcustom org-publish-before-export-hook nil
   "Hook run before export on the Org file.
   "Hook run before export on the Org file.
 The hook may modify the file in arbitrary ways before publishing happens.
 The hook may modify the file in arbitrary ways before publishing happens.
-The orgiginal version of the buffer will be restored after publishing."
+The original version of the buffer will be restored after publishing."
   :group 'org-publish
   :group 'org-publish
   :type 'hook)
   :type 'hook)
 
 

+ 5 - 5
lisp/org-table.el

@@ -252,14 +252,14 @@ Automatically means, when TAB or RET or C-c C-c are pressed in the line."
   :type 'boolean)
   :type 'boolean)
 
 
 (defcustom org-table-relative-ref-may-cross-hline t
 (defcustom org-table-relative-ref-may-cross-hline t
-  "Non-nil means, reltive formula references may cross hlines.
+  "Non-nil means, relative formula references may cross hlines.
 Here are the allowed values:
 Here are the allowed values:
 
 
 nil    Relative references may not cross hlines.  They will reference the
 nil    Relative references may not cross hlines.  They will reference the
        field next to the hline instead.  Coming from below, the reference
        field next to the hline instead.  Coming from below, the reference
        will be to the field below the hline.  Coming from above, it will be
        will be to the field below the hline.  Coming from above, it will be
        to the field above.
        to the field above.
-t      Relative references may cros hlines.
+t      Relative references may cross hlines.
 error  An attempt to cross a hline will throw an error.
 error  An attempt to cross a hline will throw an error.
 
 
 It is probably good to never set this variable to nil, for the sake of
 It is probably good to never set this variable to nil, for the sake of
@@ -2147,7 +2147,7 @@ installed in order to use this function.
 In a table, this command replaces the value in the current field with the
 In a table, this command replaces the value in the current field with the
 result of a formula.  It also installs the formula as the \"current\" column
 result of a formula.  It also installs the formula as the \"current\" column
 formula, by storing it in a special line below the table.  When called
 formula, by storing it in a special line below the table.  When called
-with a `C-u' prefix, the current field must ba a named field, and the
+with a `C-u' prefix, the current field must be a named field, and the
 formula is installed as valid in only this specific field.
 formula is installed as valid in only this specific field.
 
 
 When called with two `C-u' prefixes, insert the active equation
 When called with two `C-u' prefixes, insert the active equation
@@ -2567,7 +2567,7 @@ known that the table will be realigned a little later anyway."
 	  (push (append a (list (cdr eq))) eqlname1)
 	  (push (append a (list (cdr eq))) eqlname1)
 	  (org-table-put-field-property :org-untouchable t)))
 	  (org-table-put-field-property :org-untouchable t)))
 
 
-      ;; Now evauluate the column formulas, but skip fields covered by
+      ;; Now evaluate the column formulas, but skip fields covered by
       ;; field formulas
       ;; field formulas
       (goto-char beg)
       (goto-char beg)
       (while (re-search-forward line-re end t)
       (while (re-search-forward line-re end t)
@@ -4215,7 +4215,7 @@ NAME-OR-ID may be the name of a table in the current file as set by
 a \"#+TBLNAME:\" directive.  The first table following this line
 a \"#+TBLNAME:\" directive.  The first table following this line
 will then be used.  Alternatively, it may be an ID referring to
 will then be used.  Alternatively, it may be an ID referring to
 any entry, also in a different file.  In this case, the first table
 any entry, also in a different file.  In this case, the first table
-in that netry will be referenced.
+in that entry will be referenced.
 FORM is a field or range descriptor like \"@2$3\" or or \"B3\" or
 FORM is a field or range descriptor like \"@2$3\" or or \"B3\" or
 \"@I$2..@II$2\".  All the references must be absolute, not relative.
 \"@I$2..@II$2\".  All the references must be absolute, not relative.
 
 

+ 2 - 2
lisp/org-timer.el

@@ -217,7 +217,7 @@ If the integer is negative, the string will start with \"-\"."
 (defvar org-timer-mode-line-string nil)
 (defvar org-timer-mode-line-string nil)
 
 
 (defun org-timer-set-mode-line (value)
 (defun org-timer-set-mode-line (value)
-  "Set the mode-line dispay of the relative timer.
+  "Set the mode-line display of the relative timer.
 VALUE can be `on', `off', or `pause'."
 VALUE can be `on', `off', or `pause'."
   (or global-mode-string (setq global-mode-string '("")))
   (or global-mode-string (setq global-mode-string '("")))
   (or (memq 'org-timer-mode-line-string global-mode-string)
   (or (memq 'org-timer-mode-line-string global-mode-string)
@@ -284,7 +284,7 @@ VALUE can be `on', `off', or `pause'."
 				  (current-time))))
 				  (current-time))))
 	   (rsecs (nth 0 rtime))
 	   (rsecs (nth 0 rtime))
 	   (rmins (nth 1 rtime)))
 	   (rmins (nth 1 rtime)))
-      (message "%d minutes %d secondes left before next time out"
+      (message "%d minutes %d seconds left before next time out"
 	       rmins rsecs))))
 	       rmins rsecs))))
 
 
 ;;;###autoload
 ;;;###autoload

+ 2 - 2
lisp/org-w3m.el

@@ -26,7 +26,7 @@
 ;;; Commentary:
 ;;; Commentary:
 
 
 ;; This file implements copying HTML content from a w3m buffer and
 ;; This file implements copying HTML content from a w3m buffer and
-;; transfomring the text on the fly so that it can be pasted into
+;; transforming the text on the fly so that it can be pasted into
 ;; an org-mode buffer with hot links.  It will also work for regions
 ;; an org-mode buffer with hot links.  It will also work for regions
 ;; in gnus buffers that have ben washed with w3m.
 ;; in gnus buffers that have ben washed with w3m.
 
 
@@ -121,7 +121,7 @@ so that it can be yanked into an Org-mode buffer with links working correctly."
   (point))
   (point))
 
 
 (defun org-w3m-get-prev-link-start ()
 (defun org-w3m-get-prev-link-start ()
-  "Move cursor to the start of prevoius link.  Return point."
+  "Move cursor to the start of previous link.  Return point."
   (catch 'reach
   (catch 'reach
     (while (previous-single-property-change (point) 'w3m-anchor-sequence)
     (while (previous-single-property-change (point) 'w3m-anchor-sequence)
       ;; jump to previous anchor
       ;; jump to previous anchor

+ 24 - 24
lisp/org.el

@@ -685,7 +685,7 @@ of the buffer."
 When the cursor is at the end of an empty headline, i.e with only stars
 When the cursor is at the end of an empty headline, i.e with only stars
 and maybe a TODO keyword, TAB will then switch the entry to become a child,
 and maybe a TODO keyword, TAB will then switch the entry to become a child,
 and then all possible anchestor states, before returning to the original state.
 and then all possible anchestor states, before returning to the original state.
-This makes data entry extremely fast:  M-RET to create a new hedline,
+This makes data entry extremely fast:  M-RET to create a new headline,
 on TAB to make it a child, two or more tabs to make it a (grand-)uncle.
 on TAB to make it a child, two or more tabs to make it a (grand-)uncle.
 
 
 When the cursor is at the end of an empty plain list item, one TAB will
 When the cursor is at the end of an empty plain list item, one TAB will
@@ -1015,7 +1015,7 @@ See also the variable `org-table-auto-blank-field'."
 
 
 (defcustom org-self-insert-cluster-for-undo t
 (defcustom org-self-insert-cluster-for-undo t
   "Non-nil means cluster self-insert commands for undo when possible.
   "Non-nil means cluster self-insert commands for undo when possible.
-If this is set, then, like in the Emacs command loop, 20 consequtive
+If this is set, then, like in the Emacs command loop, 20 consecutive
 characters will be undone together.
 characters will be undone together.
 This is configurable, because there is some impact on typing performance."
 This is configurable, because there is some impact on typing performance."
   :group 'org-table
   :group 'org-table
@@ -1334,7 +1334,7 @@ changes to the current buffer."
 When nil, an error will be generated.
 When nil, an error will be generated.
 This variable applies only to external applications because they
 This variable applies only to external applications because they
 might choke on non-existing files.  If the link is to a file that
 might choke on non-existing files.  If the link is to a file that
-will be openend in Emacs, the variable is ignored."
+will be opened in Emacs, the variable is ignored."
   :group 'org-link-follow
   :group 'org-link-follow
   :type 'boolean)
   :type 'boolean)
 
 
@@ -2765,7 +2765,7 @@ This option is irrelevant until `org-agenda-diary-file' has been configured
 to point to an Org-mode file.  When that is the case, the command
 to point to an Org-mode file.  When that is the case, the command
 `org-agenda-diary-entry' will be bound to the key given here, by default
 `org-agenda-diary-entry' will be bound to the key given here, by default
 `i'.  In the calendar, `i' normally adds entries to `diary-file'.  So
 `i'.  In the calendar, `i' normally adds entries to `diary-file'.  So
-if you want to continue doing this, you need to change this to a defferent
+if you want to continue doing this, you need to change this to a different
 key."
 key."
   :group 'org-agenda
   :group 'org-agenda
   :type 'sexp)
   :type 'sexp)
@@ -2895,7 +2895,7 @@ Changing this variable requires a restart of Emacs to take effect."
 (defcustom org-fontify-whole-heading-line nil
 (defcustom org-fontify-whole-heading-line nil
   "Non-nil means fontify the whole line for headings.
   "Non-nil means fontify the whole line for headings.
 This is useful when setting a background color for the
 This is useful when setting a background color for the
-org-leve-* faces."
+org-level-* faces."
   :group 'org-font-lock
   :group 'org-font-lock
   :type 'boolean)
   :type 'boolean)
 
 
@@ -3051,7 +3051,7 @@ See also `org-completion-use-iswitchb'."
 Note that `iswitchb-mode' must be active for this variable to be relevant.
 Note that `iswitchb-mode' must be active for this variable to be relevant.
 If you decide to turn this variable on, you might well want to turn off
 If you decide to turn this variable on, you might well want to turn off
 `org-outline-path-complete-in-steps'.
 `org-outline-path-complete-in-steps'.
-Note that thi variable has only an effect if `org-completion-use-ido' is nil."
+Note that this variable has only an effect if `org-completion-use-ido' is nil."
   :group 'org-completion
   :group 'org-completion
   :type 'boolean)
   :type 'boolean)
 
 
@@ -3061,7 +3061,7 @@ Normal means, no org-mode-specific context."
   :group 'org-completion
   :group 'org-completion
   :type 'function)
   :type 'function)
 
 
-;;; Functions and variables from ther packages
+;;; Functions and variables from their packages
 ;;  Declared here to avoid compiler warnings
 ;;  Declared here to avoid compiler warnings
 
 
 ;; XEmacs only
 ;; XEmacs only
@@ -3436,7 +3436,7 @@ Here are a few examples:
 	Archive in file ~/org/archive.org (absolute path), as top-level trees.
 	Archive in file ~/org/archive.org (absolute path), as top-level trees.
 
 
 \"~/org/archive.org::From %s\"
 \"~/org/archive.org::From %s\"
-	Archive in file ~/org/archive.org (absolute path), und headlines
+	Archive in file ~/org/archive.org (absolute path), under headlines
         \"From FILENAME\" where file name is the current file name.
         \"From FILENAME\" where file name is the current file name.
 
 
 \"basement::** Finished Tasks\"
 \"basement::** Finished Tasks\"
@@ -3677,7 +3677,7 @@ groups carry important information:
   "Regular expression to match a timestamp time or time range.
   "Regular expression to match a timestamp time or time range.
 After a match, the following groups carry important information:
 After a match, the following groups carry important information:
 0  the full match
 0  the full match
-1  date plus weekday, for backreferencing to make sure both times on same day
+1  date plus weekday, for back referencing to make sure both times are on the same day
 2  the first time, range or not
 2  the first time, range or not
 4  the second time, if it is a range.")
 4  the second time, if it is a range.")
 
 
@@ -5031,7 +5031,7 @@ If KWD is a number, get the corresponding match group."
   "TAB-action and visibility cycling for Org-mode.
   "TAB-action and visibility cycling for Org-mode.
 
 
 This is the command invoked in Org-mode by the TAB key.  Its main purpose
 This is the command invoked in Org-mode by the TAB key.  Its main purpose
-is outine visibility cycling, but it also invokes other actions
+is outline visibility cycling, but it also invokes other actions
 in special contexts.
 in special contexts.
 
 
 - When this function is called with a prefix argument, rotate the entire
 - When this function is called with a prefix argument, rotate the entire
@@ -5577,7 +5577,7 @@ Optional argument N means, put the headline into the Nth line of the window."
   "Regular expression for hiding blocks.")
   "Regular expression for hiding blocks.")
 
 
 (defvar org-hide-block-overlays nil
 (defvar org-hide-block-overlays nil
-  "Overays hiding blocks.")
+  "Overlays hiding blocks.")
 (make-variable-buffer-local 'org-hide-block-overlays)
 (make-variable-buffer-local 'org-hide-block-overlays)
 
 
 (defun org-block-map (function &optional start end)
 (defun org-block-map (function &optional start end)
@@ -5708,7 +5708,7 @@ RET=jump to location             [Q]uit and return to previous location
 
 
 (defvar org-goto-start-pos) ; dynamically scoped parameter
 (defvar org-goto-start-pos) ; dynamically scoped parameter
 
 
-;; FIXME: Docstring doe not mention both interfaces
+;; FIXME: Docstring does not mention both interfaces
 (defun org-goto (&optional alternative-interface)
 (defun org-goto (&optional alternative-interface)
   "Look up a different location in the current file, keeping current visibility.
   "Look up a different location in the current file, keeping current visibility.
 
 
@@ -6811,7 +6811,7 @@ n   Numerically, by converting the beginning of the entry/item to a number.
 a   Alphabetically, ignoring the TODO keyword and the priority, if any.
 a   Alphabetically, ignoring the TODO keyword and the priority, if any.
 t   By date/time, either the first active time stamp in the entry, or, if
 t   By date/time, either the first active time stamp in the entry, or, if
     none exist, by the first inactive one.
     none exist, by the first inactive one.
-    In items, only the first line will be chekced.
+    In items, only the first line will be checked.
 s   By the scheduled date/time.
 s   By the scheduled date/time.
 d   By deadline date/time.
 d   By deadline date/time.
 c   By creation time, which is assumed to be the first inactive time stamp
 c   By creation time, which is assumed to be the first inactive time stamp
@@ -8130,7 +8130,7 @@ This is still an experimental function, your mileage may vary."
    ;; Planner has a slash, we do not.
    ;; Planner has a slash, we do not.
    (setq type "elisp" path (substring path 1)))
    (setq type "elisp" path (substring path 1)))
   ((string-match "^//\\(.?*\\)/\\(<.*>\\)$" path)
   ((string-match "^//\\(.?*\\)/\\(<.*>\\)$" path)
-   ;; A typical message link.  Planner has the id after the fina slash,
+   ;; A typical message link.  Planner has the id after the final slash,
    ;; we separate it with a hash mark
    ;; we separate it with a hash mark
    (setq path (concat (match-string 1 path) "#"
    (setq path (concat (match-string 1 path) "#"
 		      (org-remove-angle-brackets (match-string 2 path)))))
 		      (org-remove-angle-brackets (match-string 2 path)))))
@@ -8360,7 +8360,7 @@ application the system uses for this file type."
   (run-hook-with-args 'org-follow-link-hook))
   (run-hook-with-args 'org-follow-link-hook))
 
 
 (defun org-offer-links-in-entry (&optional nth zero)
 (defun org-offer-links-in-entry (&optional nth zero)
-  "Offer links in the curren entry and follow the selected link.
+  "Offer links in the current entry and follow the selected link.
 If there is only one link, follow it immediately as well.
 If there is only one link, follow it immediately as well.
 If NTH is an integer, immediately pick the NTH link found.
 If NTH is an integer, immediately pick the NTH link found.
 If ZERO is a string, check also this string for a link, and if
 If ZERO is a string, check also this string for a link, and if
@@ -9256,7 +9256,7 @@ If not found, stay at current position and return nil."
 
 
 (defconst org-dblock-start-re
 (defconst org-dblock-start-re
   "^[ \t]*#\\+BEGIN:[ \t]+\\(\\S-+\\)\\([ \t]+\\(.*\\)\\)?"
   "^[ \t]*#\\+BEGIN:[ \t]+\\(\\S-+\\)\\([ \t]+\\(.*\\)\\)?"
-  "Matches the startline of a dynamic block, with parameters.")
+  "Matches the start line of a dynamic block, with parameters.")
 
 
 (defconst org-dblock-end-re "^[ \t]*#\\+END\\([: \t\r\n]\\|$\\)"
 (defconst org-dblock-end-re "^[ \t]*#\\+END\\([: \t\r\n]\\|$\\)"
   "Matches the end of a dynamic block.")
   "Matches the end of a dynamic block.")
@@ -9677,7 +9677,7 @@ DONE are present, add TODO at the beginning of the heading.
 With C-u prefix arg, use completion to determine the new state.
 With C-u prefix arg, use completion to determine the new state.
 With numeric prefix arg, switch to that state.
 With numeric prefix arg, switch to that state.
 With a double C-u prefix, switch to the next set of TODO keywords (nextset).
 With a double C-u prefix, switch to the next set of TODO keywords (nextset).
-With a tripple C-u prefix, circumvent any state blocking.
+With a triple C-u prefix, circumvent any state blocking.
 
 
 For calling through lisp, arg is also interpreted in the following way:
 For calling through lisp, arg is also interpreted in the following way:
 'none             -> empty state
 'none             -> empty state
@@ -9977,7 +9977,7 @@ See variable `org-track-ordered-property-with-tag'."
 (defun org-block-todo-from-checkboxes (change-plist)
 (defun org-block-todo-from-checkboxes (change-plist)
   "Block turning an entry into a TODO, using checkboxes.
   "Block turning an entry into a TODO, using checkboxes.
 This checks whether the current task should be blocked from state
 This checks whether the current task should be blocked from state
-changes because there are uncheckd boxes in this entry."
+changes because there are unchecked boxes in this entry."
   (catch 'dont-block
   (catch 'dont-block
     ;; If this is not a todo state change, or if this entry is already DONE,
     ;; If this is not a todo state change, or if this entry is already DONE,
     ;; do not block
     ;; do not block
@@ -10124,7 +10124,7 @@ when there is a statistics cookie in the headline!
 
 
 (defvar org-todo-statistics-hook nil
 (defvar org-todo-statistics-hook nil
   "Hook that is run whenever Org thinks TODO statistics should be updated.
   "Hook that is run whenever Org thinks TODO statistics should be updated.
-This hook runs even if there is no statisics cookie present, in which case
+This hook runs even if there is no statistics cookie present, in which case
 `org-after-todo-statistics-hook' would not run.")
 `org-after-todo-statistics-hook' would not run.")
 
 
 (defun org-todo-trigger-tag-changes (state)
 (defun org-todo-trigger-tag-changes (state)
@@ -10441,7 +10441,7 @@ returns nil."
 
 
 (defun org-get-deadline-time (pom &optional inherit)
 (defun org-get-deadline-time (pom &optional inherit)
   "Get the deadine as a time tuple, of a format suitable for
   "Get the deadine as a time tuple, of a format suitable for
-calling org-deadlin with, or if there is no scheduling, returns
+calling org-deadline with, or if there is no scheduling, returns
 nil."
 nil."
   (let ((time (org-entry-get pom "DEADLINE" inherit)))
   (let ((time (org-entry-get pom "DEADLINE" inherit)))
     (when time
     (when time
@@ -10740,7 +10740,7 @@ EXTRA is additional text that will be inserted into the notes buffer."
   (and org-log-post-message (message "%s" org-log-post-message)))
   (and org-log-post-message (message "%s" org-log-post-message)))
 
 
 (defun org-remove-empty-drawer-at (drawer pos)
 (defun org-remove-empty-drawer-at (drawer pos)
-  "Remove an emptyr DARWER drawer at position POS.
+  "Remove an empty drawer DRAWER at position POS.
 POS may also be a marker."
 POS may also be a marker."
   (with-current-buffer (if (markerp pos) (marker-buffer pos) (current-buffer))
   (with-current-buffer (if (markerp pos) (marker-buffer pos) (current-buffer))
     (save-excursion
     (save-excursion
@@ -11007,7 +11007,7 @@ ACTION can be `set', `up', `down', or a character."
 (defvar org-agenda-archives-mode)
 (defvar org-agenda-archives-mode)
 (defvar org-map-continue-from nil
 (defvar org-map-continue-from nil
   "Position from where mapping should continue.
   "Position from where mapping should continue.
-Can be set byt the action argument to `org-scan-tag's and `org-map-entries'.")
+Can be set by the action argument to `org-scan-tag's and `org-map-entries'.")
 
 
 (defvar org-scanner-tags nil
 (defvar org-scanner-tags nil
   "The current tag list while the tags scanner is running.")
   "The current tag list while the tags scanner is running.")
@@ -13958,7 +13958,7 @@ If there is already a time stamp at the cursor position, update it."
 
 
 (defun org-hh:mm-string-to-minutes (s)
 (defun org-hh:mm-string-to-minutes (s)
   "Convert a string H:MM to a number of minutes.
   "Convert a string H:MM to a number of minutes.
-If the string is just a number, interprete it as minutes.
+If the string is just a number, interpret it as minutes.
 In fact, the first hh:mm or number in the string will be taken,
 In fact, the first hh:mm or number in the string will be taken,
 there can be extra stuff in the string.
 there can be extra stuff in the string.
 If no number is found, the return value is 0."
 If no number is found, the return value is 0."
@@ -16975,7 +16975,7 @@ This looks for a line like
 
 
 #+BIBLIOGRAPHY: foo plain option:-d
 #+BIBLIOGRAPHY: foo plain option:-d
 
 
-and derives from it that foo.bib is the bbliography file relevant
+and derives from it that foo.bib is the bibliography file relevant
 for this document.  It then installs the necessary environment for RefTeX
 for this document.  It then installs the necessary environment for RefTeX
 to work in this buffer and calls `reftex-citation'  to insert a citation
 to work in this buffer and calls `reftex-citation'  to insert a citation
 into the buffer.
 into the buffer.