(docs): fix typo in docs (#1834)

This commit is contained in:
rgkirch
2021-09-26 03:35:53 -04:00
committed by GitHub
parent bc833a9ff4
commit 777f969b50
3 changed files with 5 additions and 5 deletions

View File

@ -937,7 +937,7 @@ will be no prompt for template selection.
** Template Walkthrough
To demonstrate the additions made to org-capture templates. Here, we explain
the default template, reproduced below. You will find some most of the elements
the default template, reproduced below. You will find most of the elements
of the template are similar to ~org-capture~ templates.
#+BEGIN_SRC emacs-lisp
@ -960,7 +960,7 @@ of the template are similar to ~org-capture~ templates.
first element of the list indicates the type of the target, the second
element indicates the location of the captured node, and the rest of the
elements indicate prefilled template that will be inserted and the position
of the point will be adjusted for. The latter behavior various from type to
of the point will be adjusted for. The latter behavior varies from type to
type of the capture target.
7. ~:unnarrowed t~ tells org-capture to show the contents for the whole file,
rather than narrowing to just the entry. This is part of the Org-capture

View File

@ -1355,7 +1355,7 @@ will be no prompt for template selection.
@section Template Walkthrough
To demonstrate the additions made to org-capture templates. Here, we explain
the default template, reproduced below. You will find some most of the elements
the default template, reproduced below. You will find most of the elements
of the template are similar to @code{org-capture} templates.
@lisp
@ -1390,7 +1390,7 @@ This template means don't insert any content, but place the cursor here.
first element of the list indicates the type of the target, the second
element indicates the location of the captured node, and the rest of the
elements indicate prefilled template that will be inserted and the position
of the point will be adjusted for. The latter behavior various from type to
of the point will be adjusted for. The latter behavior varies from type to
type of the capture target.
@item

View File

@ -98,7 +98,7 @@ contains a list, where:
- The second element indicates the location of the captured node.
- And the rest of the list indicate the prefilled template, that will be
inserted and the position of the point will be adjusted for.
This behavior various from type to type.
This behavior varies from type to type.
The following options are supported for the :target property: