]> code.delx.au - gnu-emacs/commitdiff
(c-lineup-string-cont): Doc fix (Nil -> nil).
authorGlenn Morris <rgm@gnu.org>
Fri, 10 Nov 2006 09:10:33 +0000 (09:10 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 10 Nov 2006 09:10:33 +0000 (09:10 +0000)
lisp/progmodes/cc-align.el

index f1d5121bec5813107fcd281827b514667bed631e..e6e5e0c356f8a9867521c161ac5890ea3d05c72a 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
+nil is returned in other situations, to allow stacking with other
 line-up functions.
 
 Works with: topmost-intro-cont, statement-cont, arglist-cont,