summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2006-11-11 04:01:33 +0000
committerGlenn Morris <rgm@gnu.org>2006-11-11 04:01:33 +0000
commitfdce263f9162b67fafd934b9a8b4b66c884309b8 (patch)
treede058edf92043d15d920a8be547a799af2bfa266
parente53e2402339cd60f6a3505bdc9d7e802947242c9 (diff)
downloademacs-fdce263f9162b67fafd934b9a8b4b66c884309b8.tar.gz
(c-lineup-string-cont): Improve previous doc fix.
-rw-r--r--lisp/progmodes/cc-align.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-align.el b/lisp/progmodes/cc-align.el
index e6e5e0c356f..53711ecb951 100644
--- a/lisp/progmodes/cc-align.el
+++ b/lisp/progmodes/cc-align.el
@@ -822,7 +822,7 @@ directly after another one. E.g:
result = prefix + \"A message \"
\"string.\"; <- c-lineup-string-cont
-nil is returned in other situations, to allow stacking with other
+In other situations, returns nil, to allow stacking with other
line-up functions.
Works with: topmost-intro-cont, statement-cont, arglist-cont,