diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-10-17 16:56:14 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-10-17 16:56:14 +0000 |
commit | 8cef13d03eb7316cc80deb4ac086ce4a876b463c (patch) | |
tree | c7060959c4a502861a35ae25d22a0d84703df803 /lisp/obsolete | |
parent | f25c692f5de4ddad1f4d04571dbf67724b278ef3 (diff) | |
download | emacs-8cef13d03eb7316cc80deb4ac086ce4a876b463c.tar.gz |
(c++-empty-arglist-indent): Fix typo.
Diffstat (limited to 'lisp/obsolete')
-rw-r--r-- | lisp/obsolete/cplus-md.el | 2 |
1 files changed, 1 insertions, 1 deletions
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++) |