emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/greader ffad09e2ad 02/10: Doc for `greader-read' update


From: ELPA Syncer
Subject: [elpa] externals/greader ffad09e2ad 02/10: Doc for `greader-read' updated to explain how that function works with prefix.
Date: Thu, 19 May 2022 17:57:50 -0400 (EDT)

branch: externals/greader
commit ffad09e2ad60a6dfe4a4f258178616d12c750c09
Author: Michelangelo Rodriguez <michelangelo.rodriguez@gmail.com>
Commit: Michelangelo Rodriguez <michelangelo.rodriguez@gmail.com>

    Doc for `greader-read' updated to explain how that function works with 
prefix.
---
 greader.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/greader.el b/greader.el
index 2d7478e3c0..ea7ca75808 100644
--- a/greader.el
+++ b/greader.el
@@ -336,7 +336,8 @@ For example, if you specify a function that gets a 
sentence, you should specify
   (funcall 'greader-read))
 
 (defun greader-read (&optional goto-marker)
-  "starts reading of current buffer."
+  "starts reading of current buffer.
+  if `greader-use-marker' is t and if you pass a prefix to this function, 
point jumps at the last position you called greader-read."
   (interactive "P")
   (when goto-marker
     (jump-to-register ?G))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]