aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2019-12-10 20:04:36 -0800
committerPaul Eggert2019-12-10 20:05:49 -0800
commitb0f20651e3cbb8a66f11ffae4c18634019c20cd4 (patch)
tree067bcb8fa529b4afee6d189f409faf16bd437810 /doc/misc
parent0940296ebe56ebdf9c32e94191d4f0b18006a910 (diff)
downloademacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.gz
emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.zip
; Spelling fixes
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/dired-x.texi2
-rw-r--r--doc/misc/org.texi4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi
index f6f1a3ce485..2973dcc5b25 100644
--- a/doc/misc/dired-x.texi
+++ b/doc/misc/dired-x.texi
@@ -376,7 +376,7 @@ case-insensitive.
376@defvar dired-omit-localp 376@defvar dired-omit-localp
377This variable determines the @var{localp} argument 377This variable determines the @var{localp} argument
378@code{dired-omit-expunge} passes to @code{dired-get-filename}. If it 378@code{dired-omit-expunge} passes to @code{dired-get-filename}. If it
379is @code{no-dir}, teh default, omitting is much faster, but you can 379is @code{no-dir}, the default, omitting is much faster, but you can
380only match against the non-directory part of the file name. Set it to 380only match against the non-directory part of the file name. Set it to
381@code{nil} if you need to match the whole file name or @code{t} to 381@code{nil} if you need to match the whole file name or @code{t} to
382match the file name relative to the buffer's top-level directory. 382match the file name relative to the buffer's top-level directory.
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 7866fcfd5f6..4d4ca40061d 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -8641,7 +8641,7 @@ image @samp{1.jpg}, since the link is inside a sub-heading to @samp{Chapter
8641 8641
8642Inheritance works the same way for both @samp{ID} and @samp{DIR} property. If 8642Inheritance works the same way for both @samp{ID} and @samp{DIR} property. If
8643both properties are defined on the same headline then @samp{DIR} takes 8643both properties are defined on the same headline then @samp{DIR} takes
8644precedance. This is also true if inheritance is enabled. If @samp{DIR} 8644precedence. This is also true if inheritance is enabled. If @samp{DIR}
8645is inherited from a parent node in the outline, that property still 8645is inherited from a parent node in the outline, that property still
8646takes precedence over an @samp{ID} property defined on the node itself. 8646takes precedence over an @samp{ID} property defined on the node itself.
8647 8647
@@ -21389,7 +21389,7 @@ Before updating a dynamic block, Org removes content between the
21389previous content of the dynamic block becomes erased from the buffer 21389previous content of the dynamic block becomes erased from the buffer
21390and appended to the plist under @code{:content}. 21390and appended to the plist under @code{:content}.
21391 21391
21392The syntax for naming a writer function with a dynamic block labelled 21392The syntax for naming a writer function with a dynamic block labeled
21393@samp{myblock} is: @code{org-dblock-write:myblock}. 21393@samp{myblock} is: @code{org-dblock-write:myblock}.
21394 21394
21395The following is an example of a dynamic block and a block writer function 21395The following is an example of a dynamic block and a block writer function