X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/73b0cd50031a714347109169ceb8bacae338612a..22bcf2046977620a7f37bbd4dff4be4a4fffc0ed:/lisp/foldout.el diff --git a/lisp/foldout.el b/lisp/foldout.el index b0eaf753d6..4f93b4205b 100644 --- a/lisp/foldout.el +++ b/lisp/foldout.el @@ -111,9 +111,9 @@ ;; setup a lot easier. ;; ;; folding.el by Jamie Lokier supports folding by -;; recognising special marker text in you file. +;; recognizing special marker text in you file. ;; -;; c-outline.el (by me) provides outline-mode support to recognise `C' +;; c-outline.el (by me) provides outline-mode support to recognize `C' ;; statements as outline headings, so with foldout you can have a folding `C' ;; code editor without having to put in start- and end-of-fold markers. This ;; is a real winner!