From: Eric Ludlam Date: Tue, 2 Apr 2013 01:50:30 +0000 (-0400) Subject: Fix documentation X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a78c71f00d582b49698b21c8347e5f5b8522c255;p=emacs.git Fix documentation * test/manual/cedet/cit-cpproot.el: (cedet-android, ede/android): Deleted useless includes. (cit-integ-cpproot-srcdir): Doc fix. --- 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)))