]> code.delx.au - gnu-emacs/commitdiff
(c-lineup-string-cont): Improve previous doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 11 Nov 2006 04:01:33 +0000 (04:01 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 11 Nov 2006 04:01:33 +0000 (04:01 +0000)
lisp/progmodes/cc-align.el

index e6e5e0c356f8a9867521c161ac5890ea3d05c72a..53711ecb9517bb49c4b3718c786ee8405fc610c5 100644 (file)
@@ -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,