diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-01 03:08:03 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-01 03:08:03 +0000 |
commit | 2f10955c5892c948fdc35de5e02861a0548e0ddc (patch) | |
tree | 02f43e212b42ee33f874dfa3c77df40926f3078a /lisp/cedet/srecode/dictionary.el | |
parent | 9ffe3f52feebf9098f98c028e4dfeab3e4b44f92 (diff) | |
download | emacs-2f10955c5892c948fdc35de5e02861a0548e0ddc.tar.gz |
Doc/message fixes.
Diffstat (limited to 'lisp/cedet/srecode/dictionary.el')
-rw-r--r-- | lisp/cedet/srecode/dictionary.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/cedet/srecode/dictionary.el b/lisp/cedet/srecode/dictionary.el index c637f1f2a5f..f19f317aecc 100644 --- a/lisp/cedet/srecode/dictionary.el +++ b/lisp/cedet/srecode/dictionary.el @@ -21,7 +21,7 @@ ;;; Commentary: ;; -;; Dictionaries contain lists of names and their assocaited values. +;; Dictionaries contain lists of names and their associated values. ;; These dictionaries are used to fill in macros from recoder templates. ;;; Code: @@ -154,7 +154,7 @@ is the same as belongs to the parent dictionary. The dictionary is initialized with variables setup for that buffer's table. If BUFFER-OR-PARENT is t, then this dictionary should not be -assocated with a buffer or parent." +associated with a buffer or parent." (save-excursion (let ((parent nil) (buffer nil) @@ -418,10 +418,10 @@ inserted with a new editable field.") (require 'srecode/fields) ;; If we are not in a buffer, then this is not supported. (when (not (bufferp standard-output)) - (error "FIELDS invoked while inserting template to non-buffer.")) + (error "FIELDS invoked while inserting template to non-buffer")) (if function - (error "@todo: Cannot mix field insertion with functions.") + (error "@todo: Cannot mix field insertion with functions") ;; No function. Perform a plain field insertion. ;; We know we are in a buffer, so we can perform the insertion. |