From a78c71f00d582b49698b21c8347e5f5b8522c255 Mon Sep 17 00:00:00 2001 From: Eric Ludlam Date: Mon, 1 Apr 2013 21:50:30 -0400 Subject: [PATCH] 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 9939f12ab09..30a70048937 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))) -- 2.39.5