]> code.delx.au - gnu-emacs/blobdiff - lisp/foldout.el
Merge from trunk.
[gnu-emacs] / lisp / foldout.el
index b0eaf753d60b600f858f94eec522362a7eedd4f4..4f93b4205b2fb6943f4aa33d6ea0c8fb4693055a 100644 (file)
 ;; setup a lot easier.
 ;;
 ;; folding.el by Jamie Lokier <u90jl@ecs.ox.ac.uk> 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!