From: Juanma Barranquero Date: Thu, 17 Oct 2002 16:56:14 +0000 (+0000) Subject: (c++-empty-arglist-indent): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~12791 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8cef13d03eb7316cc80deb4ac086ce4a876b463c;p=emacs.git (c++-empty-arglist-indent): Fix typo. --- diff --git a/lisp/obsolete/cplus-md.el b/lisp/obsolete/cplus-md.el index 2eb47fd926b..2500a47057b 100644 --- a/lisp/obsolete/cplus-md.el +++ b/lisp/obsolete/cplus-md.el @@ -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++)