]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix documentation
authorEric Ludlam <zappo@gnu.org>
Tue, 2 Apr 2013 01:50:30 +0000 (21:50 -0400)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 18:13:42 +0000 (20:13 +0200)
* 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

index 9939f12ab09893dd4d0a875fe7ff924f0756b05a..30a7004893766b3d482e283dc5d563bf361ca247 100644 (file)
@@ -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.")
     (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)))