aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/obsolete
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-10-17 16:56:14 +0000
committerJuanma Barranquero <[email protected]>2002-10-17 16:56:14 +0000
commit8cef13d03eb7316cc80deb4ac086ce4a876b463c (patch)
treec7060959c4a502861a35ae25d22a0d84703df803 /lisp/obsolete
parentf25c692f5de4ddad1f4d04571dbf67724b278ef3 (diff)
(c++-empty-arglist-indent): Fix typo.
Diffstat (limited to 'lisp/obsolete')
-rw-r--r--lisp/obsolete/cplus-md.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/cplus-md.el b/lisp/obsolete/cplus-md.el
index 2eb47fd926..2500a47057 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++)