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

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

[elpa] externals/gnugo 67c82c1 309/357: Fix some quoting problems in doc


From: Stefan Monnier
Subject: [elpa] externals/gnugo 67c82c1 309/357: Fix some quoting problems in doc strings
Date: Sun, 29 Nov 2020 14:51:46 -0500 (EST)

branch: externals/gnugo
commit 67c82c1d8876f2b6b6a4c3a4f8aa00c34acf9c92
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Fix some quoting problems in doc strings
    
    Most of these are minor issues involving, e.g., quoting `like this'
    instead of 'like this'.  A few involve escaping ` and ' with a
    preceding \= when the characters should not be turned into curved single
    quotes.
---
 gnugo.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnugo.el b/gnugo.el
index c25cee3..097f859 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -301,7 +301,7 @@ you may never really understand to any degree of personal 
satisfaction\".
  :diamond -- the part of the subprocess name after \"gnugo\", may be \"\"
 
  :game-over -- nil until game over at which time its value is set to
-               the alist `((live GROUP ...) (dead GROUP ...))'
+               the alist ((live GROUP ...) (dead GROUP ...))
 
  :sgf-collection -- after a `loadsgf' command, entire parse tree of file,
                     a simple list of one or more gametrees, updated in
@@ -826,7 +826,7 @@ when you are sure the command cannot fail."
 Optional arg RSEL controls side effects and return value.
 If nil, display the history in the echo area as \"(N moves)\"
 followed by the space-separated list of moves.  When called
-interactively with a prefix arg (i.e., RSEL is `(4)'), display
+interactively with a prefix arg (i.e., RSEL is (4)), display
 similarly, but suffix with the mover (either \":B\" or \":W\").
 RSEL may also be a symbol that selects what to return:
  car  -- the most-recent move



reply via email to

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