branch: externals/greader commit 8da494631fc87f7ab0121e983f5d1a0de253c918 Merge: 5f6f9ab56a 5411ec99a2 Author: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com> Commit: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com>
Merge branch 'master' into dictionary --- greader.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greader.el b/greader.el index 7e0374585f..98d0a820d5 100644 --- a/greader.el +++ b/greader.el @@ -72,7 +72,7 @@ Functions in this variable don't receive arguments.") "Hook run after getting a sentence. Functions in this hook take a string as argument, and should modify that string that contains the sentence that will be read. -the function should return modified sentence, or nil if no operation +the function should return modified sentence, or original text if no operation was needed.") (defun greader--call-functions-after-get-of-sentence (sentence)