# HG changeset patch # User Juanma Barranquero # Date 1034873774 0 # Node ID 6bbd5bfd790f9dab30c7201f73eb3c91713c6802 # Parent 7089f332a70803d661c050d421ed620637b7a0a7 (c++-empty-arglist-indent): Fix typo. diff -r 7089f332a708 -r 6bbd5bfd790f lisp/obsolete/cplus-md.el --- a/lisp/obsolete/cplus-md.el Thu Oct 17 16:54:57 2002 +0000 +++ b/lisp/obsolete/cplus-md.el Thu Oct 17 16:56:14 2002 +0000 @@ -168,7 +168,7 @@ :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++)