]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cc-align.el
(c-lineup-string-cont): Improve previous doc fix.
[gnu-emacs] / lisp / progmodes / cc-align.el
index 83b4d8387d4e25444e8993a85aab7ae461a0cf8c..53711ecb9517bb49c4b3718c786ee8405fc610c5 100644 (file)
@@ -1,6 +1,7 @@
 ;;; cc-align.el --- custom indentation functions for CC Mode
 
-;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 1985,1987,1992-2003, 2004, 2005, 2006 Free Software
+;; Foundation, Inc.
 
 ;; Authors:    1998- Martin Stjernholm
 ;;             1992-1999 Barry A. Warsaw
@@ -821,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
+In other situations, returns nil, to allow stacking with other
 line-up functions.
 
 Works with: topmost-intro-cont, statement-cont, arglist-cont,