diff options
| -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." | |||
| 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++) |