diff options
Diffstat (limited to 'lisp/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/fields.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/fields.el b/lisp/cedet/srecode/fields.el index 1b7715c39d3..e4b54b83645 100644 --- a/lisp/cedet/srecode/fields.el +++ b/lisp/cedet/srecode/fields.el | |||
| @@ -55,7 +55,7 @@ Once an insertion set is done, these fields will be activated.") | |||
| 55 | (:underline "green")) | 55 | (:underline "green")) |
| 56 | (((class color) (background light)) | 56 | (((class color) (background light)) |
| 57 | (:underline "green4"))) | 57 | (:underline "green4"))) |
| 58 | "*Face used to specify editable fields from a template." | 58 | "Face used to specify editable fields from a template." |
| 59 | :group 'semantic-faces) | 59 | :group 'semantic-faces) |
| 60 | 60 | ||
| 61 | (defcustom srecode-fields-exit-confirmation nil | 61 | (defcustom srecode-fields-exit-confirmation nil |