]> git.eshelyaron.com Git - emacs.git/commitdiff
(c++-empty-arglist-indent): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 17 Oct 2002 16:56:14 +0000 (16:56 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 17 Oct 2002 16:56:14 +0000 (16:56 +0000)
lisp/obsolete/cplus-md.el

index 2eb47fd926bab12900142bb6b987c92a630c4d00..2500a47057bf4bf24c8a1e071bf1e95464deb03b 100644 (file)
@@ -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++)