(c++-empty-arglist-indent): Fix typo.

This commit is contained in:
Juanma Barranquero
2002-10-17 16:56:14 +00:00
parent f25c692f5d
commit 8cef13d03e

View File

@@ -168,7 +168,7 @@ with the colon on the first line."
:type 'boolean
:group 'old-c++)
(defcustom c++-empty-arglist-indent nil
"*Indicates how far to indent an line following an empty argument
"*Indicates how far to indent a line following an empty argument
list. nil indicates to just after the paren."
:type '(choice (const nil) integer)
:group 'old-c++)