summaryrefslogtreecommitdiff
path: root/doc/misc/cc-mode.texi
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2020-06-01 15:21:54 +0000
committerAlan Mackenzie <acm@muc.de>2020-06-01 15:21:54 +0000
commit1b6bd97440349954ee310da0523c436985971ea9 (patch)
tree73963ca428b2cc7138f48a9a9113cc8647e85794 /doc/misc/cc-mode.texi
parent056200f3ebdf74ef41cc9abdf99ae5bb03b73850 (diff)
downloademacs-1b6bd97440349954ee310da0523c436985971ea9.tar.gz
Bug #41061 patch: Fix typos and amend code slightly
* lisp/progmodes/cc-align.el (c-lineup-ternary-bodies) * doc/misc/cc-mode.texi (Operator Line-Up): Fix typos and amend code.
Diffstat (limited to 'doc/misc/cc-mode.texi')
-rw-r--r--doc/misc/cc-mode.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi
index 16eac4828c7..10bbf8ff09f 100644
--- a/doc/misc/cc-mode.texi
+++ b/doc/misc/cc-mode.texi
@@ -6399,8 +6399,8 @@ function is the same as specifying a list @code{(c-lineup-assignments
@findex lineup-ternary-bodies @r{(c-)}
Line up true and false branches of a ternary operator
(i.e. @code{?:}). More precisely, if the line starts with a colon
-which is a part of a said operator it with corresponding question
-mark. For example:
+which is a part of a said operator, align it with corresponding
+question mark. For example:
@example
@group