diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-04-16 14:35:25 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-16 14:54:02 +0200 |
commit | fb9f5501d838f8b912ea33f9c34fdf6020c41f35 (patch) | |
tree | 7d71ac212c888b9814b6fa189840d87d1be33b57 /lisp/cedet | |
parent | 289ec2d911c0a723c0c131ac9cf3407c71a4b15c (diff) | |
download | emacs-fb9f5501d838f8b912ea33f9c34fdf6020c41f35.tar.gz |
; Fix typos: emacs lisp -> Emacs Lisp
Diffstat (limited to 'lisp/cedet')
-rw-r--r-- | lisp/cedet/semantic/bovine/el.el | 2 | ||||
-rw-r--r-- | lisp/cedet/semantic/db-ebrowse.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/bovine/el.el b/lisp/cedet/semantic/bovine/el.el index 1170e716878..ebb20448ed5 100644 --- a/lisp/cedet/semantic/bovine/el.el +++ b/lisp/cedet/semantic/bovine/el.el @@ -585,7 +585,7 @@ Overrides `semantic-nonterminal-static'." ;;; Context parsing ;; -;; Emacs lisp is very different from C,C++ which most context parsing +;; Emacs Lisp is very different from C,C++ which most context parsing ;; functions are written. Support them here. (define-mode-local-override semantic-up-context emacs-lisp-mode (&optional _point _bounds-type) diff --git a/lisp/cedet/semantic/db-ebrowse.el b/lisp/cedet/semantic/db-ebrowse.el index efdf3dfa47a..682a4ccac48 100644 --- a/lisp/cedet/semantic/db-ebrowse.el +++ b/lisp/cedet/semantic/db-ebrowse.el @@ -222,7 +222,7 @@ warn instead." ;JAVE this just instantiates a default empty ebrowse struct? ; how would new instances wind up here? -; the ebrowse class isn't singleton, unlike the emacs lisp one +; the ebrowse class isn't singleton, unlike the Emacs Lisp one (defvar-mode-local c++-mode semanticdb-project-system-databases () "Search Ebrowse for symbols.") |