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

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

[elpa] externals/hiddenquote 7c0c5f07b2 07/15: ; Comment fixes


From: ELPA Syncer
Subject: [elpa] externals/hiddenquote 7c0c5f07b2 07/15: ; Comment fixes
Date: Wed, 26 Oct 2022 11:57:52 -0400 (EDT)

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

    ; Comment fixes
---
 hiddenquote.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hiddenquote.el b/hiddenquote.el
index d0ee641aa0..ee06d849c5 100644
--- a/hiddenquote.el
+++ b/hiddenquote.el
@@ -29,7 +29,7 @@
 ;;; Commentary:
 ;;
 ;; hiddenquote is a kind of word puzzle where you have to read
-;; word definitions (the clues), and put the answer into a grid, using
+;; word definitions (the clues), and put the answers into a grid, using
 ;; the provided syllables.  When the grid is complete, you should be able
 ;; to read a quote in the highlighted cells.
 ;;
@@ -46,7 +46,7 @@
 ;; With a prefix argument, the command will prompt for a specific ID number.
 ;;
 ;; Read the clues in the Definitions buffer, and complete each word with
-;; one character per cell to complete the puzzle.  For each work, mark the
+;; one character per cell to complete the puzzle.  For each word, mark the
 ;; syllables it contains as used.
 ;; Move around the buffer with the usual movement commands.
 ;; Edit each character cell with the usual editing commands.
@@ -492,7 +492,7 @@ It has to be of the form ARR1,ARR2")
          :documentation "Filename to save this puzzle, in ipuz format.")))
 
 ;; A `hiddenquote-edit' object is an object that holds the user edits
-;; in a playing session.  This information can be saved, in an .ipuz file,
+;; in a playing session.  This information can be saved in an .ipuz file,
 ;; effectively saving user progress.
 (defclass hiddenquote-edit ()
   ((answers :initarg :answers



reply via email to

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