diff options
| author | Paul Eggert | 2019-12-10 20:04:36 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-12-10 20:05:49 -0800 |
| commit | b0f20651e3cbb8a66f11ffae4c18634019c20cd4 (patch) | |
| tree | 067bcb8fa529b4afee6d189f409faf16bd437810 /doc/misc | |
| parent | 0940296ebe56ebdf9c32e94191d4f0b18006a910 (diff) | |
| download | emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.gz 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. | |||
| 376 | @defvar dired-omit-localp | 376 | @defvar dired-omit-localp |
| 377 | This variable determines the @var{localp} argument | 377 | This 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 |
| 379 | is @code{no-dir}, teh default, omitting is much faster, but you can | 379 | is @code{no-dir}, the default, omitting is much faster, but you can |
| 380 | only match against the non-directory part of the file name. Set it to | 380 | only 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 |
| 382 | match the file name relative to the buffer's top-level directory. | 382 | 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 | |||
| 8641 | 8641 | ||
| 8642 | Inheritance works the same way for both @samp{ID} and @samp{DIR} property. If | 8642 | Inheritance works the same way for both @samp{ID} and @samp{DIR} property. If |
| 8643 | both properties are defined on the same headline then @samp{DIR} takes | 8643 | both properties are defined on the same headline then @samp{DIR} takes |
| 8644 | precedance. This is also true if inheritance is enabled. If @samp{DIR} | 8644 | precedence. This is also true if inheritance is enabled. If @samp{DIR} |
| 8645 | is inherited from a parent node in the outline, that property still | 8645 | is inherited from a parent node in the outline, that property still |
| 8646 | takes precedence over an @samp{ID} property defined on the node itself. | 8646 | takes 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 | |||
| 21389 | previous content of the dynamic block becomes erased from the buffer | 21389 | previous content of the dynamic block becomes erased from the buffer |
| 21390 | and appended to the plist under @code{:content}. | 21390 | and appended to the plist under @code{:content}. |
| 21391 | 21391 | ||
| 21392 | The syntax for naming a writer function with a dynamic block labelled | 21392 | The 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 | ||
| 21395 | The following is an example of a dynamic block and a block writer function | 21395 | The following is an example of a dynamic block and a block writer function |