diff options
| author | Eli Zaretskii | 2015-01-21 18:16:09 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-01-21 18:16:09 +0200 |
| commit | 8ee825c35b62768e28fe825163dea90d3ab46022 (patch) | |
| tree | 1fcc28395c37244197fdd8cf41b460752cbb01b4 | |
| parent | 88ba49fe356ecbb57f604158c432f1044d50b0bb (diff) | |
| download | emacs-8ee825c35b62768e28fe825163dea90d3ab46022.tar.gz emacs-8ee825c35b62768e28fe825163dea90d3ab46022.zip | |
doc/emacs/programs.texi (Custom C Indent): Fix a typo. (Bug#19647)
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/programs.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 50ea80b1678..d1378a34c19 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2015-01-21 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * programs.texi (Custom C Indent): Fix a typo. (Bug#19647) | ||
| 4 | |||
| 1 | 2014-12-22 Eli Zaretskii <eliz@gnu.org> | 5 | 2014-12-22 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * buffers.texi (Kill Buffer): Improve indexing. | 7 | * buffers.texi (Kill Buffer): Improve indexing. |
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 48217c63b8c..547de42ed49 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi | |||
| @@ -546,7 +546,7 @@ your selected @dfn{style} with the syntactic construct and adds this | |||
| 546 | onto the indentation of the @dfn{anchor statement}. | 546 | onto the indentation of the @dfn{anchor statement}. |
| 547 | 547 | ||
| 548 | @table @kbd | 548 | @table @kbd |
| 549 | @item C-c . @key{RET} @var{style} @key{RET} | 549 | @item C-c . @var{style} @key{RET} |
| 550 | Select a predefined style @var{style} (@code{c-set-style}). | 550 | Select a predefined style @var{style} (@code{c-set-style}). |
| 551 | @end table | 551 | @end table |
| 552 | 552 | ||