From: Glenn Morris Date: Fri, 10 Nov 2006 09:10:33 +0000 (+0000) Subject: (c-lineup-string-cont): Doc fix (Nil -> nil). X-Git-Tag: emacs-pretest-22.0.91~171 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=502f485084a6737ef4b915a7b98a168c3cac20e9;p=emacs.git (c-lineup-string-cont): Doc fix (Nil -> nil). --- diff --git a/lisp/progmodes/cc-align.el b/lisp/progmodes/cc-align.el index f1d5121bec5..e6e5e0c356f 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 +nil is returned in other situations, to allow stacking with other line-up functions. Works with: topmost-intro-cont, statement-cont, arglist-cont,