comparison lisp/obsolete/cplus-md.el @ 47928:6bbd5bfd790f

(c++-empty-arglist-indent): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 17 Oct 2002 16:56:14 +0000
parents 7308bbc423d5
children
comparison
equal deleted inserted replaced
47927:7089f332a708 47928:6bbd5bfd790f
166 (defcustom c++-electric-colon t 166 (defcustom c++-electric-colon t
167 "*If t, colon is an electric terminator." 167 "*If t, colon is an electric terminator."
168 :type 'boolean 168 :type 'boolean
169 :group 'old-c++) 169 :group 'old-c++)
170 (defcustom c++-empty-arglist-indent nil 170 (defcustom c++-empty-arglist-indent nil
171 "*Indicates how far to indent an line following an empty argument 171 "*Indicates how far to indent a line following an empty argument
172 list. nil indicates to just after the paren." 172 list. nil indicates to just after the paren."
173 :type '(choice (const nil) integer) 173 :type '(choice (const nil) integer)
174 :group 'old-c++) 174 :group 'old-c++)
175 175
176 (defvar c++-imenu-generic-expression 176 (defvar c++-imenu-generic-expression