Skip to content

Commit

Permalink
Small typos..
Browse files Browse the repository at this point in the history
  • Loading branch information
berndl committed Jun 28, 2003
1 parent 8fd5484 commit b17d4bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ecb.el
Expand Up @@ -33,7 +33,7 @@
;; (X)Emacs. It is a global minor-mode which displays a couple of windows that
;; can be used to browse directories, files and file-contents like methods and
;; variables. It supports source-code parsing for semantic-supported languages
;; like Java, C, C++, Elisp, Scheme as well as for source-types supported
;; like Java, C, C++, Elisp and Scheme as well as for source-types supported
;; "only" by imenu or etags (e.g. perl, TeX, LaTeX etc.).


Expand Down Expand Up @@ -90,7 +90,7 @@
;; For the ChangeLog of this file see the CVS-repository. For a complete
;; history of the ECB-package see the file NEWS.

;; $Id: ecb.el,v 1.311 2003/06/27 14:28:53 berndl Exp $
;; $Id: ecb.el,v 1.312 2003/06/28 15:35:20 berndl Exp $

;;; Code:

Expand Down
4 changes: 2 additions & 2 deletions ecb.texi
Expand Up @@ -19,7 +19,7 @@
@c Free Software Foundation, Inc., 59 Temple Place - Suite 330,
@c Boston, MA 02111-1307, USA.

@c $Id: ecb.texi,v 1.95 2003/06/24 15:52:13 berndl Exp $
@c $Id: ecb.texi,v 1.96 2003/06/28 15:35:20 berndl Exp $

@setfilename ecb.info

Expand Down Expand Up @@ -69,7 +69,7 @@ ECB stands for ``Emacs Code Browser'' and is a source code browser for
(X)Emacs. It is a global minor-mode which displays a couple of windows
that can be used to browse directories, files and file-contents like
methods and variables. It supports source-code parsing for
semantic-supported languages like Java, C, C++, Elisp, Scheme as well
semantic-supported languages like Java, C, C++, Elisp and Scheme as well
as for source-types supported ``only'' by imenu or etags (e.g. perl,
TeX, LaTeX etc.).

Expand Down
6 changes: 3 additions & 3 deletions html/ecb-html.el
Expand Up @@ -28,7 +28,7 @@
;; Do not change any html-file besides the index.html manually but do all
;; changes in this elisp file!

;; $Id: ecb-html.el,v 1.50 2003/06/23 14:13:38 berndl Exp $
;; $Id: ecb-html.el,v 1.51 2003/06/28 15:35:19 berndl Exp $

;;; Code:

Expand Down Expand Up @@ -168,8 +168,8 @@
"It is a global minor-mode which displays a couple of windows "
"that can be used to browse directories, files and file-contents "
"like methods and variables. It supports source-code parsing for "
"semantic-supported languages like Java, C, C++, Elisp, Scheme "
"as well for source-types supported \"only\" by imenu or etags "
"semantic-supported languages like Java, C, C++, Elisp and Scheme "
"as well as for source-types supported \"only\" by imenu or etags "
"(e.g. perl, TeX, LaTeX etc.).")

(apply 'h-section "News"
Expand Down

0 comments on commit b17d4bf

Please sign in to comment.