diff options
Diffstat (limited to 'lisp/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/dictionary.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/dictionary.el b/lisp/cedet/srecode/dictionary.el index deadc06abba..8d168a7f339 100644 --- a/lisp/cedet/srecode/dictionary.el +++ b/lisp/cedet/srecode/dictionary.el | |||
| @@ -240,7 +240,7 @@ You can add several dictionaries to the same section macro. | |||
| 240 | For each dictionary added to a macro, the block of codes in the | 240 | For each dictionary added to a macro, the block of codes in the |
| 241 | template will be repeated. | 241 | template will be repeated. |
| 242 | 242 | ||
| 243 | If optional argument SHOW-ONLY is non-nil, then don't add a new dictionarly | 243 | If optional argument SHOW-ONLY is non-nil, then don't add a new dictionary |
| 244 | if there is already one in place. Also, don't add FIRST/LAST entries. | 244 | if there is already one in place. Also, don't add FIRST/LAST entries. |
| 245 | These entries are not needed when we are just showing a section. | 245 | These entries are not needed when we are just showing a section. |
| 246 | 246 | ||
| @@ -402,7 +402,7 @@ FUNCTION and DICTIONARY are as for the baseclass." | |||
| 402 | (defclass srecode-field-value (srecode-dictionary-compound-value) | 402 | (defclass srecode-field-value (srecode-dictionary-compound-value) |
| 403 | ((firstinserter :initarg :firstinserter | 403 | ((firstinserter :initarg :firstinserter |
| 404 | :documentation | 404 | :documentation |
| 405 | "The inserter object for the first occurance of this field.") | 405 | "The inserter object for the first occurrence of this field.") |
| 406 | (defaultvalue :initarg :defaultvalue | 406 | (defaultvalue :initarg :defaultvalue |
| 407 | :documentation | 407 | :documentation |
| 408 | "The default value for this inserter.") | 408 | "The default value for this inserter.") |