mminnich@UDel-Huey.ARPA (08/05/85)
From: Mike Minnich <mminnich@UDel-Huey.ARPA> Version: GNU Emacs 16.56.2 Symptoms: Documentation and code mismatch in c-mode.el c-continued-statement-offset (in the documentation) should really be c-continued-statement-indent (as in the code) Repeat-by: Well, look at the first two pages of c-mode.el. The manual sources need to be changed as well. ... (defconst c-continued-statement-indent 2 "*Extra indent for lines not starting new statements.") ... c-continued-statement-offset Extra indentation given to a substatement, such as the then-clause of an if or body of a while.