diff options
| author | Stefan Kangas | 2022-12-23 18:21:10 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-23 18:21:10 +0100 |
| commit | a5d39e11443fa30c8e8bc58254a1a59550dcd99e (patch) | |
| tree | 236b714d666b1dbe029452bf8889f61ee2afc375 /doc/misc | |
| parent | 6cf0784a0d6d1fc58a200aa8f8e14cef612cd68b (diff) | |
| download | emacs-a5d39e11443fa30c8e8bc58254a1a59550dcd99e.tar.gz emacs-a5d39e11443fa30c8e8bc58254a1a59550dcd99e.zip | |
; Fix typos
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | doc/misc/cc-mode.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog.1 b/doc/misc/ChangeLog.1 index 1c5e7c1e2fd..cd3f599b934 100644 --- a/doc/misc/ChangeLog.1 +++ b/doc/misc/ChangeLog.1 | |||
| @@ -6012,7 +6012,7 @@ | |||
| 6012 | (Built-in table editor): Document M-e and M-a navigate | 6012 | (Built-in table editor): Document M-e and M-a navigate |
| 6013 | inside table field. | 6013 | inside table field. |
| 6014 | (Stuck projects): Docment that projects identified as | 6014 | (Stuck projects): Docment that projects identified as |
| 6015 | un-stuck will still be searchd for stuck sub-projects. | 6015 | un-stuck will still be searched for stuck sub-projects. |
| 6016 | (Paragraphs): Document centering. | 6016 | (Paragraphs): Document centering. |
| 6017 | (Creating timestamps, Agenda commands): Document new | 6017 | (Creating timestamps, Agenda commands): Document new |
| 6018 | behavior when changing time stamps. | 6018 | behavior when changing time stamps. |
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index a8f5248c4c8..eee8463a0fa 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -7149,7 +7149,7 @@ If you add more directives to this variable, or remove directives from | |||
| 7149 | it, whilst ``indent to body'' is active, you need to re-enable the | 7149 | it, whilst ``indent to body'' is active, you need to re-enable the |
| 7150 | feature by calling @code{c-toggle-cpp-indent-to-body} for these | 7150 | feature by calling @code{c-toggle-cpp-indent-to-body} for these |
| 7151 | changes to take effect@footnote{Note that the removal of directives | 7151 | changes to take effect@footnote{Note that the removal of directives |
| 7152 | doesn't work satisfactorally on XEmacs or on very old versions of | 7152 | doesn't work satisfactorily on XEmacs or on very old versions of |
| 7153 | Emacs}. | 7153 | Emacs}. |
| 7154 | @end defopt | 7154 | @end defopt |
| 7155 | 7155 | ||