doc/emacs/programs.texi (Custom C Indent): Fix a typo. (Bug#19647)

This commit is contained in:
Eli Zaretskii 2015-01-21 18:16:09 +02:00
parent 88ba49fe35
commit 8ee825c35b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2015-01-21 Eli Zaretskii <eliz@gnu.org>
* programs.texi (Custom C Indent): Fix a typo. (Bug#19647)
2014-12-22 Eli Zaretskii <eliz@gnu.org>
* buffers.texi (Kill Buffer): Improve indexing.

View file

@ -546,7 +546,7 @@ your selected @dfn{style} with the syntactic construct and adds this
onto the indentation of the @dfn{anchor statement}.
@table @kbd
@item C-c . @key{RET} @var{style} @key{RET}
@item C-c . @var{style} @key{RET}
Select a predefined style @var{style} (@code{c-set-style}).
@end table