summaryrefslogtreecommitdiff
path: root/lisp/cedet
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-03-23 16:01:12 -0400
committerGlenn Morris <rgm@gnu.org>2018-03-23 16:01:12 -0400
commit7d6c7d0b461705fd67f7df1096b6f6376931f140 (patch)
tree1e7357ec992af7bd13ab2251d8b4c654d3a40a4d /lisp/cedet
parent1bc4def8ca6d9bf9096af8ea3185c428f36b2c5a (diff)
downloademacs-7d6c7d0b461705fd67f7df1096b6f6376931f140.tar.gz
emacs-7d6c7d0b461705fd67f7df1096b6f6376931f140.tar.bz2
emacs-7d6c7d0b461705fd67f7df1096b6f6376931f140.zip
; Use GNU not Gnu in docs
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/cedet-global.el2
-rw-r--r--lisp/cedet/ede/locate.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/cedet-global.el b/lisp/cedet/cedet-global.el
index ad05af241da..a0e88136e27 100644
--- a/lisp/cedet/cedet-global.el
+++ b/lisp/cedet/cedet-global.el
@@ -105,7 +105,7 @@ SCOPE is the scope of the search, such as 'project or 'subdirs."
(defun cedet-gnu-global-expand-filename (filename)
"Expand the FILENAME with GNU Global.
Return a list of absolute filenames or nil if none found.
-Signal an error if Gnu global not available."
+Signal an error if GNU global not available."
(interactive "sFile: ")
(let ((ans (with-current-buffer (cedet-gnu-global-call (list "-Pa" filename))
(goto-char (point-min))
diff --git a/lisp/cedet/ede/locate.el b/lisp/cedet/ede/locate.el
index fbc8dc8f8ff..c1c48510483 100644
--- a/lisp/cedet/ede/locate.el
+++ b/lisp/cedet/ede/locate.el
@@ -246,7 +246,7 @@ variable `cedet-global-command'.")
(cl-defmethod ede-locate-file-in-project-impl ((loc ede-locate-global)
filesubstring)
- "Locate occurrences of FILESUBSTRING in LOC, using Gnu Global."
+ "Locate occurrences of FILESUBSTRING in LOC, using GNU Global."
(require 'cedet-global)
(let ((default-directory (oref loc root)))
(cedet-gnu-global-expand-filename filesubstring)))