From: Darryl O. <da...@us...> - 2001-10-17 01:00:12
|
Update of /cvsroot/cscope/cscope/contrib/xcscope In directory usw-pr-cvs1:/tmp/cvs-serv18572 Modified Files: xcscope.el Log Message: Trivial doc fix. Index: xcscope.el =================================================================== RCS file: /cvsroot/cscope/cscope/contrib/xcscope/xcscope.el,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** xcscope.el 2001/10/16 18:04:33 1.10 --- xcscope.el 2001/10/17 01:00:03 1.11 *************** *** 187,196 **** ;; use. For example, consider a project that contains the following ;; cscope database directories: ! ;; /users/jdoe/sources ! ;; /users/jdoe/sources/proj1 ! ;; /users/jdoe/sources/proj2 ;; If a search is initiated from a .c file in /users/jdoe/sources/proj1 ;; then (assuming the variable, `cscope-database-regexps', is not set) ! ;; /usr/src/a_proj/sub1 will be used as the cscope data base directory. ;; Only matches in files in /users/jdoe/sources/proj1 will be found. This ;; can be remedied by typing "C-c s a" and then "M-del" to remove single --- 187,198 ---- ;; use. For example, consider a project that contains the following ;; cscope database directories: ! ;; ! ;; /users/jdoe/sources ! ;; /users/jdoe/sources/proj1 ! ;; /users/jdoe/sources/proj2 ! ;; ;; If a search is initiated from a .c file in /users/jdoe/sources/proj1 ;; then (assuming the variable, `cscope-database-regexps', is not set) ! ;; /users/jdoe/sources/proj1 will be used as the cscope data base directory. ;; Only matches in files in /users/jdoe/sources/proj1 will be found. This ;; can be remedied by typing "C-c s a" and then "M-del" to remove single |