diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-20 12:59:39 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-20 12:59:39 +0100 |
commit | 16318bfb518aa7bc06e502e6fad7e53ec91067f9 (patch) | |
tree | e27122c0a061762bc483ed245ca62ac8d957f881 /lisp/cedet/srecode/document.el | |
parent | 6082ab9697fa8c18e9049d24840d07efe6f95625 (diff) | |
download | emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.tar.gz emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.tar.bz2 emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.zip |
; Fix typos
Diffstat (limited to 'lisp/cedet/srecode/document.el')
-rw-r--r-- | lisp/cedet/srecode/document.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/document.el b/lisp/cedet/srecode/document.el index a25d1441f1f..c264ebaa70a 100644 --- a/lisp/cedet/srecode/document.el +++ b/lisp/cedet/srecode/document.el @@ -29,7 +29,8 @@ ;; ;;; Origins: ;; -;; Document was first written w/ cparse, a custom regexp based c parser. +;; Document was first written with cparse, a custom regexp based c +;; parser. ;; ;; Document was then ported to cedet/semantic using sformat (super ;; format) as the templating engine. |