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

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

[elpa] externals/hiddenquote 4f719862a1 13/15: ; Fix some docstrings


From: ELPA Syncer
Subject: [elpa] externals/hiddenquote 4f719862a1 13/15: ; Fix some docstrings
Date: Wed, 26 Oct 2022 11:57:52 -0400 (EDT)

branch: externals/hiddenquote
commit 4f719862a14edbdffea2b7ecd23c7b66d50b004a
Author: Mauro Aranda <maurooaranda@gmail.com>
Commit: Mauro Aranda <maurooaranda@gmail.com>

    ; Fix some docstrings
---
 hiddenquote.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hiddenquote.el b/hiddenquote.el
index e499a90126..c7dc391b9a 100644
--- a/hiddenquote.el
+++ b/hiddenquote.el
@@ -1410,13 +1410,13 @@ Character cell bindings:
     (forward-line -1)))
 
 (defun hiddenquote-move-beginning-of-word ()
-  "Go to the first character of the word point is at."
+  "Go to the first character of the word where point is at."
   (interactive)
   (forward-line 0)
   (widget-forward 1))
 
 (defun hiddenquote-move-end-of-word ()
-  "Go to the last character of the word point is at."
+  "Go to the last character of the word where point is at."
   (interactive)
   (let ((inhibit-field-text-motion t))
     (end-of-line)
@@ -1466,7 +1466,7 @@ Character cell bindings:
   (widget-backward 1))
 
 (defun hiddenquote-check-answer ()
-  "Check if the answer for the word point is at is right or wrong."
+  "Check if the answer for the word where point is at is right or wrong."
   (interactive)
   (let ((parent (widget-get (widget-at) :parent)))
     (widget-apply-action (nth (widget-get parent :hiddenquote-word-number)



reply via email to

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