aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/srecode
diff options
context:
space:
mode:
authorJuanma Barranquero2010-01-18 05:39:40 +0100
committerJuanma Barranquero2010-01-18 05:39:40 +0100
commitdb9e401b3bf3514cadf6fc5a4f15e8c869d0df4c (patch)
tree51ac199a0ed2477d0395c7eace93fc8fa4dabf6d /lisp/cedet/srecode
parent33972e801477b638f22f4ba3f6e04199d5992124 (diff)
downloademacs-db9e401b3bf3514cadf6fc5a4f15e8c869d0df4c.tar.gz
emacs-db9e401b3bf3514cadf6fc5a4f15e8c869d0df4c.zip
Fix typos in docstrings, error messages, etc.
Diffstat (limited to 'lisp/cedet/srecode')
-rw-r--r--lisp/cedet/srecode/dictionary.el4
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.
240For each dictionary added to a macro, the block of codes in the 240For each dictionary added to a macro, the block of codes in the
241template will be repeated. 241template will be repeated.
242 242
243If optional argument SHOW-ONLY is non-nil, then don't add a new dictionarly 243If optional argument SHOW-ONLY is non-nil, then don't add a new dictionary
244if there is already one in place. Also, don't add FIRST/LAST entries. 244if there is already one in place. Also, don't add FIRST/LAST entries.
245These entries are not needed when we are just showing a section. 245These 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.")