aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2006-11-10 09:10:33 +0000
committerGlenn Morris2006-11-10 09:10:33 +0000
commit502f485084a6737ef4b915a7b98a168c3cac20e9 (patch)
treec84e01d316e2fae4177772e2d89bad68facbc888
parent3b004a2d9eb1f3c793d73f96c50004efc439c2f5 (diff)
downloademacs-502f485084a6737ef4b915a7b98a168c3cac20e9.tar.gz
emacs-502f485084a6737ef4b915a7b98a168c3cac20e9.zip
(c-lineup-string-cont): Doc fix (Nil -> nil).
-rw-r--r--lisp/progmodes/cc-align.el2
1 files changed, 1 insertions, 1 deletions
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:
822result = prefix + \"A message \" 822result = prefix + \"A message \"
823 \"string.\"; <- c-lineup-string-cont 823 \"string.\"; <- c-lineup-string-cont
824 824
825Nil is returned in other situations, to allow stacking with other 825nil is returned in other situations, to allow stacking with other
826line-up functions. 826line-up functions.
827 827
828Works with: topmost-intro-cont, statement-cont, arglist-cont, 828Works with: topmost-intro-cont, statement-cont, arglist-cont,