Spelling fixes.
This commit is contained in:
parent
24901d610c
commit
40ba43b4b7
71 changed files with 632 additions and 632 deletions
|
@ -161,7 +161,7 @@ be just a string in some circumstances.")
|
|||
(defclass semantic-analyze-context-return (semantic-analyze-context)
|
||||
() ; No extra data.
|
||||
"Analysis class for return data.
|
||||
Return data methods identify the requred type by the return value
|
||||
Return data methods identify the required type by the return value
|
||||
of the parent function.")
|
||||
|
||||
;;; METHODS
|
||||
|
|
|
@ -954,7 +954,7 @@ now.
|
|||
(nth 1 (car names)) ; name
|
||||
"typedef"
|
||||
(semantic-tag-type-members tag)
|
||||
;; parent is just tbe name of what
|
||||
;; parent is just the name of what
|
||||
;; is passed down as a tag.
|
||||
(list
|
||||
(semantic-tag-name
|
||||
|
|
|
@ -1478,7 +1478,7 @@ one in the source buffer."
|
|||
(tag (cdr nt))
|
||||
(table (car nt))
|
||||
)
|
||||
;; If we fail to normalize, resete.
|
||||
;; If we fail to normalize, reset.
|
||||
(when (not tag) (setq table rtable tag rtag))
|
||||
;; Do the focus.
|
||||
(let ((buf (or (semantic-tag-buffer tag)
|
||||
|
|
|
@ -137,7 +137,7 @@ Create one of our special tables that can act as an intermediary."
|
|||
|
||||
(defmethod semanticdb-get-tags ((table semanticdb-table-javascript ))
|
||||
"Return the list of tags belonging to TABLE."
|
||||
;; NOTE: Omniscient databases probably don't want to keep large tabes
|
||||
;; NOTE: Omniscient databases probably don't want to keep large tables
|
||||
;; lolly-gagging about. Keep internal Emacs tables empty and
|
||||
;; refer to alternate databases when you need something.
|
||||
semanticdb-javascript-tags)
|
||||
|
|
|
@ -649,7 +649,7 @@ This function is for internal use by `semantic-edits-incremental-parser'."
|
|||
parent-tag (aref tmp 2))
|
||||
;; We can calculate parse begin/end by checking
|
||||
;; out what is in TAGS. The one near start is
|
||||
;; always first. Make sure the reprase includes
|
||||
;; always first. Make sure the reparse includes
|
||||
;; the `whitespace' around the snarfed tags.
|
||||
;; Since cache-list is positioned properly, use it
|
||||
;; to find that boundary.
|
||||
|
@ -707,7 +707,7 @@ This function is for internal use by `semantic-edits-incremental-parser'."
|
|||
;; since that is how the multi-tag parser works. Grab
|
||||
;; the reparse symbol from the first of the returned tags.
|
||||
;;
|
||||
;; Feb '06 - If repase-symbol is nil, then they are top level
|
||||
;; Feb '06 - If reparse-symbol is nil, then they are top level
|
||||
;; tags. (I'm guessing.) Is this right?
|
||||
(setq reparse-symbol
|
||||
(semantic--tag-get-property (car (or tags cache-list))
|
||||
|
|
|
@ -251,7 +251,7 @@ later installation should be done in MODE hook."
|
|||
|
||||
(defmacro semantic-exit-on-input (symbol &rest forms)
|
||||
"Using SYMBOL as an argument to `throw', execute FORMS.
|
||||
If FORMS includes a call to `semantic-thow-on-input', then
|
||||
If FORMS includes a call to `semantic-throw-on-input', then
|
||||
if a user presses any key during execution, this form macro
|
||||
will exit with the value passed to `semantic-throw-on-input'.
|
||||
If FORMS completes, then the return value is the same as `progn'."
|
||||
|
|
|
@ -303,7 +303,7 @@ are from nesting data types."
|
|||
(miniscope (semantic-scope-cache "mini"))
|
||||
ptag)
|
||||
|
||||
;; Find the next entry in the refereneced type for
|
||||
;; Find the next entry in the referenced type for
|
||||
;; our function, and append to return list till our
|
||||
;; returnlist is empty.
|
||||
(while snlist
|
||||
|
|
|
@ -919,7 +919,7 @@ That is the value of the attribute `:system-flag'."
|
|||
"Return a filename representation of TAG.
|
||||
The default action is to return the `semantic-tag-name'.
|
||||
Some languages do not use full filenames in their include statements.
|
||||
Override this method to translate the code represenation
|
||||
Override this method to translate the code representation
|
||||
into a filename. (A relative filename if necessary.)
|
||||
|
||||
See `semantic-dependency-tag-file' to expand an include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue