# HG changeset patch # User Glenn Morris # Date 1163149833 0 # Node ID 6086ff65590f1974ebfc4c3c59c13c89de874a4b # Parent c7668bf899170987b8befab92ebb4435225cdd24 (c-lineup-string-cont): Doc fix (Nil -> nil). diff -r c7668bf89917 -r 6086ff65590f lisp/progmodes/cc-align.el --- a/lisp/progmodes/cc-align.el Fri Nov 10 09:10:07 2006 +0000 +++ b/lisp/progmodes/cc-align.el Fri Nov 10 09:10:33 2006 +0000 @@ -822,7 +822,7 @@ 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,