Fix some typos.

This commit is contained in:
Carsten Dominik 2008-09-03 10:36:21 +02:00
parent b831ab8ef5
commit e16cbbb5e2
2 changed files with 3 additions and 3 deletions

View File

@ -3338,7 +3338,7 @@ lang=\"%s\" xml:lang=\"%s\">
(nth 2 lang-words) ": " (nth 2 lang-words) ": "
date "</p>\n")) date "</p>\n"))
(when org-export-creator-info (when org-export-creator-info
(insert (format "<p>HTML generated by org-mode %s in emacs %s<\p>\n" (insert (format "<p>HTML generated by org-mode %s in emacs %s</p>\n"
org-version emacs-major-version))) org-version emacs-major-version)))
(insert "</div>")) (insert "</div>"))

View File

@ -1434,7 +1434,7 @@ the following lines anywhere in the buffer:
(setq org-log-done 'note))) (setq org-log-done 'note)))
(defcustom org-log-note-clock-out nil (defcustom org-log-note-clock-out nil
"Non-nil means, recored a note when clocking out of an item. "Non-nil means, record a note when clocking out of an item.
This can also be configured on a per-file basis by adding one of This can also be configured on a per-file basis by adding one of
the following lines anywhere in the buffer: the following lines anywhere in the buffer:
@ -4393,7 +4393,7 @@ or nil."
(define-key org-goto-local-auto-isearch-map "\C-m" 'isearch-other-control-char) (define-key org-goto-local-auto-isearch-map "\C-m" 'isearch-other-control-char)
(defun org-goto-local-search-headings (string bound noerror) (defun org-goto-local-search-headings (string bound noerror)
"Search and make sure that any matches are in headlines." "Search and make sure that anyq matches are in headlines."
(catch 'return (catch 'return
(while (if isearch-forward (while (if isearch-forward
(search-forward string bound noerror) (search-forward string bound noerror)