changeset 73880:6086ff65590f

(c-lineup-string-cont): Doc fix (Nil -> nil).
author Glenn Morris <rgm@gnu.org>
date Fri, 10 Nov 2006 09:10:33 +0000
parents c7668bf89917
children 8c8ad3efe1fe
files lisp/progmodes/cc-align.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,