]> code.delx.au - gnu-emacs/commitdiff
doc/emacs/programs.texi (Custom C Indent): Fix a typo. (Bug#19647)
authorEli Zaretskii <eliz@gnu.org>
Wed, 21 Jan 2015 16:16:09 +0000 (18:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 21 Jan 2015 16:16:09 +0000 (18:16 +0200)
doc/emacs/ChangeLog
doc/emacs/programs.texi

index 50ea80b16789ee262b4a4da5373c451db846d5d7..d1378a34c19d95499bedad18604e9e0a8851f688 100644 (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.
index 48217c63b8c804109de3020f9bba59f042f578da..547de42ed49ad28f60fa62b48f289e2f23500b05 100644 (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