diff options
| author | Glenn Morris | 2018-02-16 15:16:15 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-16 15:16:15 -0500 |
| commit | 66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (patch) | |
| tree | 0fa5ba9ab57893ae3bca46bd09d8b52105f8a17a /lisp/org | |
| parent | 35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24 (diff) | |
| download | emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.tar.gz emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.zip | |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/ob-core.el | 6 | ||||
| -rw-r--r-- | lisp/org/ob-org.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-picolisp.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-eww.el | 6 | ||||
| -rw-r--r-- | lisp/org/org-protocol.el | 2 | ||||
| -rw-r--r-- | lisp/org/ox-html.el | 2 | ||||
| -rw-r--r-- | lisp/org/ox-latex.el | 2 | ||||
| -rw-r--r-- | lisp/org/ox-texinfo.el | 2 |
8 files changed, 12 insertions, 12 deletions
diff --git a/lisp/org/ob-core.el b/lisp/org/ob-core.el index 5f378b2173f..0e2e78a6710 100644 --- a/lisp/org/ob-core.el +++ b/lisp/org/ob-core.el | |||
| @@ -363,7 +363,7 @@ a window into the `org-babel-get-src-block-info' function." | |||
| 363 | ;;;###autoload | 363 | ;;;###autoload |
| 364 | (defun org-babel-expand-src-block-maybe () | 364 | (defun org-babel-expand-src-block-maybe () |
| 365 | "Conditionally expand a source block. | 365 | "Conditionally expand a source block. |
| 366 | Detect if this is context for a org-babel src-block and if so | 366 | Detect if this is context for an org-babel src-block and if so |
| 367 | then run `org-babel-expand-src-block'." | 367 | then run `org-babel-expand-src-block'." |
| 368 | (interactive) | 368 | (interactive) |
| 369 | (org-babel-when-in-src-block | 369 | (org-babel-when-in-src-block |
| @@ -372,7 +372,7 @@ then run `org-babel-expand-src-block'." | |||
| 372 | ;;;###autoload | 372 | ;;;###autoload |
| 373 | (defun org-babel-load-in-session-maybe () | 373 | (defun org-babel-load-in-session-maybe () |
| 374 | "Conditionally load a source block in a session. | 374 | "Conditionally load a source block in a session. |
| 375 | Detect if this is context for a org-babel src-block and if so | 375 | Detect if this is context for an org-babel src-block and if so |
| 376 | then run `org-babel-load-in-session'." | 376 | then run `org-babel-load-in-session'." |
| 377 | (interactive) | 377 | (interactive) |
| 378 | (org-babel-when-in-src-block | 378 | (org-babel-when-in-src-block |
| @@ -383,7 +383,7 @@ then run `org-babel-load-in-session'." | |||
| 383 | ;;;###autoload | 383 | ;;;###autoload |
| 384 | (defun org-babel-pop-to-session-maybe () | 384 | (defun org-babel-pop-to-session-maybe () |
| 385 | "Conditionally pop to a session. | 385 | "Conditionally pop to a session. |
| 386 | Detect if this is context for a org-babel src-block and if so | 386 | Detect if this is context for an org-babel src-block and if so |
| 387 | then run `org-babel-switch-to-session'." | 387 | then run `org-babel-switch-to-session'." |
| 388 | (interactive) | 388 | (interactive) |
| 389 | (org-babel-when-in-src-block | 389 | (org-babel-when-in-src-block |
diff --git a/lisp/org/ob-org.el b/lisp/org/ob-org.el index e52283848e4..310aaec3f39 100644 --- a/lisp/org/ob-org.el +++ b/lisp/org/ob-org.el | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | 34 | ||
| 35 | (defvar org-babel-default-header-args:org | 35 | (defvar org-babel-default-header-args:org |
| 36 | '((:results . "raw silent") (:exports . "code")) | 36 | '((:results . "raw silent") (:exports . "code")) |
| 37 | "Default arguments for evaluating a org source block.") | 37 | "Default arguments for evaluating an org source block.") |
| 38 | 38 | ||
| 39 | (defvar org-babel-org-default-header | 39 | (defvar org-babel-org-default-header |
| 40 | "#+TITLE: default empty header\n" | 40 | "#+TITLE: default empty header\n" |
diff --git a/lisp/org/ob-picolisp.el b/lisp/org/ob-picolisp.el index b6dc8986f95..fd129b899b2 100644 --- a/lisp/org/ob-picolisp.el +++ b/lisp/org/ob-picolisp.el | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | ;; (http://picolisp.com/5000/-2.html). PicoLisp is included in some | 35 | ;; (http://picolisp.com/5000/-2.html). PicoLisp is included in some |
| 36 | ;; GNU/Linux Distributions, and can be downloaded here: | 36 | ;; GNU/Linux Distributions, and can be downloaded here: |
| 37 | ;; http://software-lab.de/down.html. It ships with a picolisp-mode and | 37 | ;; http://software-lab.de/down.html. It ships with a picolisp-mode and |
| 38 | ;; a inferior-picolisp-mode for Emacs (to be found in the /lib/el/ | 38 | ;; an inferior-picolisp-mode for Emacs (to be found in the /lib/el/ |
| 39 | ;; directory). | 39 | ;; directory). |
| 40 | 40 | ||
| 41 | ;; Although it might seem more natural to use Emacs Lisp for most | 41 | ;; Although it might seem more natural to use Emacs Lisp for most |
diff --git a/lisp/org/org-eww.el b/lisp/org/org-eww.el index 0792c87a6a4..3d9dddcac03 100644 --- a/lisp/org/org-eww.el +++ b/lisp/org/org-eww.el | |||
| @@ -25,9 +25,9 @@ | |||
| 25 | ;;; Commentary: | 25 | ;;; Commentary: |
| 26 | 26 | ||
| 27 | ;; When this module is active `org-store-link' (often on key C-c l) in | 27 | ;; When this module is active `org-store-link' (often on key C-c l) in |
| 28 | ;; a eww buffer stores a link to the current url of the eww buffer. | 28 | ;; an EWW buffer stores a link to the current url of the eww buffer. |
| 29 | 29 | ||
| 30 | ;; In an eww buffer function `org-eww-copy-for-org-mode' kills either | 30 | ;; In an EWW buffer function `org-eww-copy-for-org-mode' kills either |
| 31 | ;; a region or the whole buffer if no region is set and transforms the | 31 | ;; a region or the whole buffer if no region is set and transforms the |
| 32 | ;; text on the fly so that it can be pasted into an Org buffer with | 32 | ;; text on the fly so that it can be pasted into an Org buffer with |
| 33 | ;; hot links. | 33 | ;; hot links. |
| @@ -58,7 +58,7 @@ | |||
| 58 | ;; Store Org-link in eww-mode buffer | 58 | ;; Store Org-link in eww-mode buffer |
| 59 | (org-link-set-parameters "eww" :follow #'eww :store #'org-eww-store-link) | 59 | (org-link-set-parameters "eww" :follow #'eww :store #'org-eww-store-link) |
| 60 | (defun org-eww-store-link () | 60 | (defun org-eww-store-link () |
| 61 | "Store a link to the url of a Eww buffer." | 61 | "Store a link to the url of an EWW buffer." |
| 62 | (when (eq major-mode 'eww-mode) | 62 | (when (eq major-mode 'eww-mode) |
| 63 | (org-store-link-props | 63 | (org-store-link-props |
| 64 | :type "eww" | 64 | :type "eww" |
diff --git a/lisp/org/org-protocol.el b/lisp/org/org-protocol.el index 3cbbc78dce5..27c2bb28d0f 100644 --- a/lisp/org/org-protocol.el +++ b/lisp/org/org-protocol.el | |||
| @@ -663,7 +663,7 @@ to deal with new-style links.") | |||
| 663 | ;;; Org specific functions: | 663 | ;;; Org specific functions: |
| 664 | 664 | ||
| 665 | (defun org-protocol-create-for-org () | 665 | (defun org-protocol-create-for-org () |
| 666 | "Create a Org protocol project for the current file's project. | 666 | "Create an Org protocol project for the current file's project. |
| 667 | The visited file needs to be part of a publishing project in | 667 | The visited file needs to be part of a publishing project in |
| 668 | `org-publish-project-alist' for this to work. The function | 668 | `org-publish-project-alist' for this to work. The function |
| 669 | delegates most of the work to `org-protocol-create'." | 669 | delegates most of the work to `org-protocol-create'." |
diff --git a/lisp/org/ox-html.el b/lisp/org/ox-html.el index 06edb821e1a..83f6479bd4a 100644 --- a/lisp/org/ox-html.el +++ b/lisp/org/ox-html.el | |||
| @@ -2697,7 +2697,7 @@ holding contextual information." | |||
| 2697 | 2697 | ||
| 2698 | (defun org-html-format-inlinetask-default-function | 2698 | (defun org-html-format-inlinetask-default-function |
| 2699 | (todo todo-type priority text tags contents info) | 2699 | (todo todo-type priority text tags contents info) |
| 2700 | "Default format function for a inlinetasks. | 2700 | "Default format function for inlinetasks. |
| 2701 | See `org-html-format-inlinetask-function' for details." | 2701 | See `org-html-format-inlinetask-function' for details." |
| 2702 | (format "<div class=\"inlinetask\">\n<b>%s</b>%s\n%s</div>" | 2702 | (format "<div class=\"inlinetask\">\n<b>%s</b>%s\n%s</div>" |
| 2703 | (org-html-format-headline-default-function | 2703 | (org-html-format-headline-default-function |
diff --git a/lisp/org/ox-latex.el b/lisp/org/ox-latex.el index a656e065b94..c32aa298047 100644 --- a/lisp/org/ox-latex.el +++ b/lisp/org/ox-latex.el | |||
| @@ -2125,7 +2125,7 @@ holding contextual information." | |||
| 2125 | 2125 | ||
| 2126 | (defun org-latex-format-inlinetask-default-function | 2126 | (defun org-latex-format-inlinetask-default-function |
| 2127 | (todo _todo-type priority title tags contents _info) | 2127 | (todo _todo-type priority title tags contents _info) |
| 2128 | "Default format function for a inlinetasks. | 2128 | "Default format function for inlinetasks. |
| 2129 | See `org-latex-format-inlinetask-function' for details." | 2129 | See `org-latex-format-inlinetask-function' for details." |
| 2130 | (let ((full-title | 2130 | (let ((full-title |
| 2131 | (concat (when todo (format "\\textbf{\\textsf{\\textsc{%s}}} " todo)) | 2131 | (concat (when todo (format "\\textbf{\\textsf{\\textsc{%s}}} " todo)) |
diff --git a/lisp/org/ox-texinfo.el b/lisp/org/ox-texinfo.el index fd4235a79df..d877c9c63a2 100644 --- a/lisp/org/ox-texinfo.el +++ b/lisp/org/ox-texinfo.el | |||
| @@ -958,7 +958,7 @@ holding contextual information." | |||
| 958 | 958 | ||
| 959 | (defun org-texinfo-format-inlinetask-default-function | 959 | (defun org-texinfo-format-inlinetask-default-function |
| 960 | (todo _todo-type priority title tags contents) | 960 | (todo _todo-type priority title tags contents) |
| 961 | "Default format function for a inlinetasks. | 961 | "Default format function for inlinetasks. |
| 962 | See `org-texinfo-format-inlinetask-function' for details." | 962 | See `org-texinfo-format-inlinetask-function' for details." |
| 963 | (let ((full-title | 963 | (let ((full-title |
| 964 | (concat (when todo (format "@strong{%s} " todo)) | 964 | (concat (when todo (format "@strong{%s} " todo)) |