mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Spelling fixes.
This commit is contained in:
parent
7430c2a179
commit
5396468298
110 changed files with 160 additions and 163 deletions
|
|
@ -344,7 +344,7 @@ Uses known macro tables in SPP to determine what block to skip."
|
|||
(string= sym "0"))
|
||||
(and ifdef (not (semantic-lex-spp-symbol-p sym)))
|
||||
(and ifndef (semantic-lex-spp-symbol-p sym)))
|
||||
;; The if indecates to skip this preprocessor section
|
||||
;; The if indicates to skip this preprocessor section.
|
||||
(let ((pt nil))
|
||||
;; (message "%s %s yes" ift sym)
|
||||
(beginning-of-line)
|
||||
|
|
@ -650,7 +650,7 @@ as for the parent."
|
|||
(setq depth 0)
|
||||
|
||||
;; This is a copy of semantic-parse-region-default where we
|
||||
;; are doing something special with the lexication of the
|
||||
;; are doing something special with the lexing of the
|
||||
;; contents of the semantic-list token. Stuff not used by C
|
||||
;; removed.
|
||||
(let ((tokstream
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ html parser. PNT is the new point to set."
|
|||
NAME is the name of this section.
|
||||
MEMBERS is a list of semantic tags representing the elements that make
|
||||
up this section.
|
||||
LEVEL is the levelling level.
|
||||
LEVEL is the leveling level.
|
||||
START and END define the location of data described by the tag."
|
||||
(let ((anchorp (eq level 11)))
|
||||
(append (semantic-tag name
|
||||
|
|
|
|||
|
|
@ -1067,7 +1067,7 @@ of type `spp-macro-undef' is to be created."
|
|||
;;
|
||||
;; These analyzers help a language define how include files
|
||||
;; are identified. These are ONLY for languages that perform
|
||||
;; an actual textual includesion, and not for imports.
|
||||
;; an actual textual inclusion, and not for imports.
|
||||
;;
|
||||
;; This section is supposed to allow the macros from the headers to be
|
||||
;; added to the local dynamic macro table, but that hasn't been
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ Restore the old current buffer when completed."
|
|||
;; @ type
|
||||
;; = default value
|
||||
;;
|
||||
;; +> keywrd Type
|
||||
;; +> keyword Type
|
||||
;; +> type part
|
||||
;;
|
||||
;; +> -> click to see additional information
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ Depends on `semantic-dependency-include-path' for searching. Always searches
|
|||
(tag-fname nil))
|
||||
(cond ((semantic-tag-in-buffer-p tag)
|
||||
;; If the tag has an overlay and buffer associated with it,
|
||||
;; switch to that buffer so that we get the right override metohds.
|
||||
;; switch to that buffer so that we get the right override methods.
|
||||
(set-buffer (semantic-tag-buffer tag)))
|
||||
((semantic-tag-file-name tag)
|
||||
;; If it didn't have a buffer, but does have a file
|
||||
|
|
|
|||
|
|
@ -483,7 +483,7 @@ that start with that symbol."
|
|||
;; This section provides specialized access into texinfo files.
|
||||
;; Because texinfo files often directly refer to functions and programs
|
||||
;; it is useful to access the texinfo file from the C code for document
|
||||
;; maintainance.
|
||||
;; maintenance.
|
||||
(defun semantic-texi-associated-files (&optional buffer)
|
||||
"Find texinfo files associated with BUFFER."
|
||||
(save-excursion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue