aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-01-21 18:16:09 +0200
committerEli Zaretskii2015-01-21 18:16:09 +0200
commit8ee825c35b62768e28fe825163dea90d3ab46022 (patch)
tree1fcc28395c37244197fdd8cf41b460752cbb01b4
parent88ba49fe356ecbb57f604158c432f1044d50b0bb (diff)
downloademacs-8ee825c35b62768e28fe825163dea90d3ab46022.tar.gz
emacs-8ee825c35b62768e28fe825163dea90d3ab46022.zip
doc/emacs/programs.texi (Custom C Indent): Fix a typo. (Bug#19647)
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/programs.texi2
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 @@
12015-01-21 Eli Zaretskii <eliz@gnu.org>
2
3 * programs.texi (Custom C Indent): Fix a typo. (Bug#19647)
4
12014-12-22 Eli Zaretskii <eliz@gnu.org> 52014-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
546onto the indentation of the @dfn{anchor statement}. 546onto 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}
550Select a predefined style @var{style} (@code{c-set-style}). 550Select a predefined style @var{style} (@code{c-set-style}).
551@end table 551@end table
552 552