Update.
authorFrancois Fleuret <francois@fleuret.org>
Fri, 4 Oct 2013 12:29:47 +0000 (14:29 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 4 Oct 2013 12:29:47 +0000 (14:29 +0200)
emacs.el

index 4328fb5..87985e2 100644 (file)
--- a/emacs.el
+++ b/emacs.el
@@ -2354,10 +2354,12 @@ proposes to visit them."
   )
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;; My script to automatically count the number of words and characters
+;; between two markers
 
 (load "text-counters.el")
 
-;; Add them when entering the text-mode
+;; Display them in the modeline when in text-mode
 
 (add-hook 'text-mode-hook 'tc/add-text-counters-in-modeline)