diff options
| author | Glenn Morris | 2018-02-16 15:16:15 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-16 15:16:15 -0500 |
| commit | 66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (patch) | |
| tree | 0fa5ba9ab57893ae3bca46bd09d8b52105f8a17a /lisp/cedet/ede/cpp-root.el | |
| parent | 35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24 (diff) | |
| download | emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.tar.gz emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.zip | |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/cedet/ede/cpp-root.el')
| -rw-r--r-- | lisp/cedet/ede/cpp-root.el | 2 |
1 files changed, 1 insertions, 1 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. |