]> 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 8420ec99636b7744176459901b88543b9cfcc179..53711ecb9517bb49c4b3718c786ee8405fc610c5 100644 (file)
@@ -1,7 +1,7 @@
 ;;; cc-align.el --- custom indentation functions for CC Mode
 
-;; Copyright (C) 1985,1987,1992-2003, 2004, 2005, 2006
-;; 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
@@ -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
+In other situations, returns nil, to allow stacking with other
 line-up functions.
 
 Works with: topmost-intro-cont, statement-cont, arglist-cont,