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 @@ +2015-01-21 Eli Zaretskii + + * programs.texi (Custom C Indent): Fix a typo. (Bug#19647) + 2014-12-22 Eli Zaretskii * 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 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