Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mit-eddie.UUCP Path: utzoo!watmath!clyde!cbosgd!cbdkc1!desoto!packard!ihnp1!ihnp4!mit-eddie!mminnich@UDel-Huey.ARPA From: mminnich@UDel-Huey.ARPA Newsgroups: net.emacs Subject: Bug Report Message-ID: <4870@mit-eddie.UUCP> Date: Mon, 5-Aug-85 12:24:58 EDT Article-I.D.: mit-eddi.4870 Posted: Mon Aug 5 12:24:58 1985 Date-Received: Tue, 6-Aug-85 10:34:56 EDT Sender: daemon@mit-eddi.UUCP Organization: MIT, Cambridge, MA Lines: 22 From: Mike Minnich 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.