branch: externals/greader commit b7161e1a1e9a576fde7e5210b966a82f2aba0602 Author: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com> Commit: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com>
Fixing commentary header. --- greader.el | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/greader.el b/greader.el index c346a06..64f2d93 100644 --- a/greader.el +++ b/greader.el @@ -1,9 +1,10 @@ ;;; greader.el --- gnamù reader, a reader with espeak tts -*- lexical-binding: t; -*- - ;Copyright (C) 2019 by Michelangelo Rodriguez -;; Copyright (C) 2017 Michelangelo Rodriguez + +;; Copyright (C) 2017-2019 Free Software Foundation, Inc. + ;; package-requires: ((emacs "25")) ;; Author: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com> -;; Keywords: tools +;; Keywords: tools, accessibility ;; Version: 0.1 @@ -21,12 +22,18 @@ ;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; Commentary: -;;; to start using greader, you have to install espeak and/or speech-dispatcher, and make sure those packages work correctly. - -;;; In order to read a buffer: -;;; 'M-x greader' -;;; 'C-r <spc>' -;; +;; Greader reads current buffer continuously, mobing the point while reading proceeds. +;; It can be used in conjunction with emacspeak or speechd-el packages. +;; it does'nt substitute those packages, but integrates them, providing a functionality that those lacks. +;;In addition to reading the buffer, greader provides a timer for reading, and a "sleep mode" when you are tired and you want simply relax yourself. +;; for further details, please see the "README" file. + +;; To start using greader, you have to install espeak and/or speech-dispatcher, +;; and make sure those packages work correctly. + +;; In order to read a buffer: +;; 'M-x greader' +;; 'C-r <spc>' ;;; Code: