aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet
diff options
context:
space:
mode:
authorGlenn Morris2018-02-16 15:16:15 -0500
committerGlenn Morris2018-02-16 15:16:15 -0500
commit66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (patch)
tree0fa5ba9ab57893ae3bca46bd09d8b52105f8a17a /lisp/cedet
parent35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24 (diff)
downloademacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.tar.gz
emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.zip
; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/ede/cpp-root.el2
-rw-r--r--lisp/cedet/ede/files.el2
-rw-r--r--lisp/cedet/semantic/util-modes.el2
-rw-r--r--lisp/cedet/srecode/el.el2
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/cedet/ede/cpp-root.el b/lisp/cedet/ede/cpp-root.el
index 76afe9b9bfd..bcefb4e340c 100644
--- a/lisp/cedet/ede/cpp-root.el
+++ b/lisp/cedet/ede/cpp-root.el
@@ -137,7 +137,7 @@
137;; Need a way to reconfigure a project, and have it affect all open buffers. 137;; Need a way to reconfigure a project, and have it affect all open buffers.
138;; From Tobias Gerdin: 138;; From Tobias Gerdin:
139;; 139;;
140;; >>3) Is there any way to refresh a ede-cpp-root-project dynamically? I have 140;; >>3) Is there any way to refresh an ede-cpp-root-project dynamically? I have
141;; >>some file open part of the project, fiddle with the include paths and would 141;; >>some file open part of the project, fiddle with the include paths and would
142;; >>like the open buffer to notice this when I re-evaluate the 142;; >>like the open buffer to notice this when I re-evaluate the
143;; >>ede-cpp-root-project constructor. 143;; >>ede-cpp-root-project constructor.
diff --git a/lisp/cedet/ede/files.el b/lisp/cedet/ede/files.el
index 36ec7a1d894..c95402e365d 100644
--- a/lisp/cedet/ede/files.el
+++ b/lisp/cedet/ede/files.el
@@ -25,7 +25,7 @@
25;; 25;;
26;; Basic Model: 26;; Basic Model:
27;; 27;;
28;; A directory belongs to a project if a ede-project-autoload structure 28;; A directory belongs to a project if an ede-project-autoload structure
29;; matches your directory. 29;; matches your directory.
30;; 30;;
31;; A toplevel project is one where there is no active project above 31;; A toplevel project is one where there is no active project above
diff --git a/lisp/cedet/semantic/util-modes.el b/lisp/cedet/semantic/util-modes.el
index 6374a0cb089..54c9578773a 100644
--- a/lisp/cedet/semantic/util-modes.el
+++ b/lisp/cedet/semantic/util-modes.el
@@ -782,7 +782,7 @@ If there is no function, disable the header line."
782 (goto-char (semantic-tag-start tag)) 782 (goto-char (semantic-tag-start tag))
783 ;; Klaus Berndl <klaus.berndl@sdm.de>: 783 ;; Klaus Berndl <klaus.berndl@sdm.de>:
784 ;; goto the tag name; this is especially needed for languages 784 ;; goto the tag name; this is especially needed for languages
785 ;; like c++ where a often used style is like: 785 ;; like c++ where an often used style is like:
786 ;; void 786 ;; void
787 ;; ClassX::methodM(arg1...) 787 ;; ClassX::methodM(arg1...)
788 ;; { 788 ;; {
diff --git a/lisp/cedet/srecode/el.el b/lisp/cedet/srecode/el.el
index f5f1265ccda..ff9e1d53f91 100644
--- a/lisp/cedet/srecode/el.el
+++ b/lisp/cedet/srecode/el.el
@@ -24,7 +24,7 @@
24;; Emacs Lisp specific handlers. To use these handlers in your 24;; Emacs Lisp specific handlers. To use these handlers in your
25;; template, add the :name part to your template argument list. 25;; template, add the :name part to your template argument list.
26;; 26;;
27;; Error if not in a Emacs Lisp mode 27;; Error if not in an Emacs Lisp mode
28 28
29;;; Code: 29;;; Code:
30 30