diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-10 20:04:36 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-10 20:05:49 -0800 |
commit | b0f20651e3cbb8a66f11ffae4c18634019c20cd4 (patch) | |
tree | 067bcb8fa529b4afee6d189f409faf16bd437810 /doc/misc | |
parent | 0940296ebe56ebdf9c32e94191d4f0b18006a910 (diff) | |
download | emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.gz emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.bz2 emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.zip |
; Spelling fixes
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/dired-x.texi | 2 | ||||
-rw-r--r-- | doc/misc/org.texi | 4 |
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. @defvar dired-omit-localp This variable determines the @var{localp} argument @code{dired-omit-expunge} passes to @code{dired-get-filename}. If it -is @code{no-dir}, teh default, omitting is much faster, but you can +is @code{no-dir}, the default, omitting is much faster, but you can only match against the non-directory part of the file name. Set it to @code{nil} if you need to match the whole file name or @code{t} to match 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 Inheritance works the same way for both @samp{ID} and @samp{DIR} property. If both properties are defined on the same headline then @samp{DIR} takes -precedance. This is also true if inheritance is enabled. If @samp{DIR} +precedence. This is also true if inheritance is enabled. If @samp{DIR} is inherited from a parent node in the outline, that property still takes precedence over an @samp{ID} property defined on the node itself. @@ -21389,7 +21389,7 @@ Before updating a dynamic block, Org removes content between the previous content of the dynamic block becomes erased from the buffer and appended to the plist under @code{:content}. -The syntax for naming a writer function with a dynamic block labelled +The syntax for naming a writer function with a dynamic block labeled @samp{myblock} is: @code{org-dblock-write:myblock}. The following is an example of a dynamic block and a block writer function |