1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

(c-lineup-string-cont): Doc fix (Nil -> nil).

This commit is contained in:
Glenn Morris 2006-11-10 09:10:33 +00:00
parent 3b004a2d9e
commit 502f485084

View File

@ -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,