emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests a78c71f 255/316: Fix documentati


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests a78c71f 255/316: Fix documentation
Date: Fri, 27 Jan 2017 20:03:45 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit a78c71f00d582b49698b21c8347e5f5b8522c255
Author: Eric Ludlam <address@hidden>
Commit: Edward John Steere <address@hidden>

    Fix documentation
    
    * test/manual/cedet/cit-cpproot.el: (cedet-android, ede/android):
     Deleted useless includes.  (cit-integ-cpproot-srcdir): Doc fix.
---
 test/manual/cedet/cit-cpproot.el |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/test/manual/cedet/cit-cpproot.el b/test/manual/cedet/cit-cpproot.el
index 9939f12..30a7004 100644
--- a/test/manual/cedet/cit-cpproot.el
+++ b/test/manual/cedet/cit-cpproot.el
@@ -29,8 +29,6 @@
 ;; and files of preprocessor symbols whos features need to be tested.
 
 ;;; Code:
-(require 'cedet-android)
-(require 'ede/android)
 
 ;;; Setup
 (defvar cit-integ-target-cpproot
@@ -47,7 +45,7 @@
   (expand-file-name
    cit-integ-cpproot-subdir
    (file-name-directory (locate-library "cit-cpproot")))
-  "The source directory dor the CPP root sources.")
+  "The source directory for the CPP root sources.")
 
 (defvar cit-integ-cpproot-sys-subdir "integ_src/fauxsyslib/"
   "Directory of files to copy into the tmp project dir.")
@@ -121,8 +119,7 @@
     (error "main.cpp failed to parse."))
 
   ;; Validate found tags based on project provided macros.
-  (cit-srecode-verify-tags (semantic-fetch-tags)
-                          cit-src-cpproot-main-tags)
+  (cit-srecode-verify-tags (semantic-fetch-tags) cit-src-cpproot-main-tags)
 
   ;; Test out the include paths by checking the discovered file names for the 
includes.
   (let ((itag (semantic-find-tags-included (current-buffer)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]