Mercurial > emacs
changeset 47928:6bbd5bfd790f
(c++-empty-arglist-indent): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 17 Oct 2002 16:56:14 +0000 |
parents | 7089f332a708 |
children | a944203778a1 |
files | lisp/obsolete/cplus-md.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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++)