diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-01 16:36:09 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-01 16:36:09 +0100 |
commit | 70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch) | |
tree | 27d9ebd0090f107cb4381b8155e08097c988a471 /test/manual/cedet/semantic-tests.el | |
parent | a86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff) | |
download | emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.bz2 emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip |
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'test/manual/cedet/semantic-tests.el')
-rw-r--r-- | test/manual/cedet/semantic-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/manual/cedet/semantic-tests.el b/test/manual/cedet/semantic-tests.el index dcdeb45b0a3..1d0e668d96f 100644 --- a/test/manual/cedet/semantic-tests.el +++ b/test/manual/cedet/semantic-tests.el @@ -87,7 +87,8 @@ run the test again"))) (defun semanticdb-test-gnu-global (searchfor &optional standardfile) "Test the GNU Global semanticdb. Argument SEARCHFOR is the text to search for. -If optional arg STANDARDFILE is non-nil, use a standard file w/ global enabled." +If optional arg STANDARDFILE is non-nil, use a standard file with +global enabled." (interactive "sSearch For Tag: \nP") (require 'data-debug) |