]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefankangas@gmail.com>
Sat, 3 Dec 2022 14:31:07 +0000 (15:31 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 3 Dec 2022 14:39:43 +0000 (15:39 +0100)
lisp/cedet/semantic/bovine/c.el
lisp/cedet/semantic/db.el
lisp/cedet/semantic/format.el
lisp/cedet/semantic/ia.el
lisp/cedet/semantic/idle.el
lisp/cedet/semantic/lex-spp.el
lisp/cedet/semantic/lex.el
lisp/cedet/semantic/sort.el
lisp/cedet/semantic/symref.el
lisp/speedbar.el

index 5e08413a96d87dc2d5063efacaa9d71ae665525b..c8470e08cb86e9f5f28d72d5c199f8149935b42d 100644 (file)
@@ -1578,7 +1578,7 @@ Optional PARENT and COLOR as specified with
   c-mode (token &optional parent color)
   "Return an UML string describing TOKEN for C and C++.
 Optional PARENT and COLOR as specified with
-`semantic-abbreviate-tag-default'."
+`semantic-format-tag-abbreviate-default'."
   ;; If we have special template things, append.
   (concat  (semantic-format-tag-uml-prototype-default token parent color)
           (semantic-c-template-string token parent color)))
index ff62f53d3cf270de523693245a9141d490ab5c17..08e03bf7158ddd1afdd61692b3f5ef2d7055bfdb 100644 (file)
@@ -351,7 +351,7 @@ Note: This index will not be saved in a persistent file.")
           ;; the tables without using the accessor.
           :accessor semanticdb-get-database-tables
           :protection :protected
-          :documentation "List of `semantic-db-table' objects."))
+           :documentation "List of `semanticdb-table' objects."))
   "Database of file tables.")
 
 (cl-defmethod semanticdb-full-filename ((obj semanticdb-table))
index 80e7f1117a24411298823f3858633d5b26b2a3aa..3d9476d685f9bd0de486fc100a54544ce0473ec3 100644 (file)
@@ -123,7 +123,7 @@ See that variable for details on adding new types."
 
 (defun semantic--format-colorize-merge-text (precoloredtext face-class)
   "Apply onto PRECOLOREDTEXT a color associated with FACE-CLASS.
-FACE-CLASS is a tag type found in `semantic-formatface-alist'.
+FACE-CLASS is a tag type found in `semantic-format-face-alist'.
 See that variable for details on adding new types."
   (let ((face (cdr-safe (assoc face-class semantic-format-face-alist)))
        (newtext (concat precoloredtext)))
index 2172085d6b908c95b311376de190b5839c890f08..da884b9d16d352adbfaccfb6094d12ecd5cf5cde 100644 (file)
@@ -457,7 +457,7 @@ parts of the parent classes are displayed."
   ;; it.  The simple `semanticdb-find-tag-by-...' are simple, and
   ;; you need to pass it the exact name you want.
   ;;
-  ;; The analyzer function `semantic-analyze-tag-name' will take
+  ;; The analyzer function `semantic-analyze-find-tag' will take
   ;; more complex names, such as the cpp symbol foo::bar::baz,
   ;; and break it up, and dive through the namespaces.
   (let ((class (semantic-analyze-find-tag typename)))
index e53dd9104adef135f0f0b890710e3de36a610e23..8ab115d717eeb416a03b6e44fbf863a94f7bc2e4 100644 (file)
@@ -347,7 +347,7 @@ Returns t if all processing succeeded."
   "Core handler for idle work processing of long running tasks.
 Visits Semantic controlled buffers, and makes sure all needed
 include files have been parsed, and that the typecache is up to date.
-Uses `semantic-idle-work-for-on-buffer' to do the work."
+Uses `semantic-idle-work-for-one-buffer' to do the work."
   (let*
       ((errbuf nil)
        (interrupted
index b66e5c19cb23debc036e165b76f53e198b172cd3..390c13ec98bb4955a3eb9dd8b5bd41178c1e05ac 100644 (file)
@@ -1256,7 +1256,7 @@ DOC is the documentation for the analyzer.
 REGEXP is a regular expression for the analyzer to match.
 See `define-lex-regex-analyzer' for more on regexp.
 TOKIDX is an index into REGEXP for which a new lexical token
-of type `spp-macro-include' is to be created.
+of type `spp-system-include' is to be created.
 VALFORM are forms that return the name of the thing being included, and the
 type of include.  The return value should be of the form:
   (NAME . TYPE)
index b3c9e96538ca2c765d35e760c11f5bfeb6097cd9..264b2027711a04185529a4c61f0bee6f41bcc797 100644 (file)
@@ -1436,9 +1436,9 @@ Return either a paren token or a semantic list token depending on
 
 (define-lex semantic-comment-lexer
   "A simple lexical analyzer that handles comments.
-This lexer will only return comment tokens.  It is the default lexer
-used by `semantic-find-doc-snarf-comment' to snarf up the comment at
-point."
+This lexer will only return comment tokens.  It is the default
+lexer used by `semantic-doc-snarf-comment-for-tag' to snarf up
+the comment at point."
   semantic-lex-ignore-whitespace
   semantic-lex-ignore-newline
   semantic-lex-comments
index 756b949c0d1474490081aecc94ac2c62fd34ad5f..e02abe987653422bdc76f46de6a8d61990c73448 100644 (file)
@@ -474,7 +474,7 @@ The default behavior, if not overridden with
 the name of TAG.
 
 If this function is overridden, use
-`semantic-tag-external-member-children-p-default' to also
+`semantic-tag-external-member-children-default' to also
 include the default behavior, and merely extend your own."
   )
 
index 16bbacc428efa925ab51b7b8bb1de9fe4d8ba6fc..2ad95fb5a05931934d7be76b239e4de3a07d290e 100644 (file)
@@ -388,7 +388,8 @@ Each element is a cons cell of the form (LINE . FILENAME).")
             :type list
             :documentation
             "The list of tags with hits in them.
-Use the `semantic-symref-hit-tags' method to get this list.")
+Use the `semantic-symref-hit-to-tag-via-buffer' method to get
+this list.")
    )
   "The results from a symbol reference search.")
 
index 515f7d5d750b006cfde3b82fc0fe35d999458e63..7a279bdaa0e29acb9ce2ee95c84a02a80b2d9c91 100644 (file)
@@ -349,7 +349,7 @@ determined automatically."
 
 (defcustom speedbar-sort-tags nil
   "If non-nil, sort tags in the speedbar display.  *Obsolete*.
-Use `semantic-tag-hierarchy-method' instead."
+Use `speedbar-tag-hierarchy-method' instead."
   :group 'speedbar
   :type 'boolean)