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

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

[elpa] externals/bug-hunter 5c99abe 95/95: Fix some quoting problems in


From: Stefan Monnier
Subject: [elpa] externals/bug-hunter 5c99abe 95/95: Fix some quoting problems in doc strings
Date: Fri, 27 Nov 2020 22:07:04 -0500 (EST)

branch: externals/bug-hunter
commit 5c99abeb26f85fa30a7a32dd953cd3097ffe2d1f
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    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.
---
 bug-hunter.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bug-hunter.el b/bug-hunter.el
index c2d9b12..4083ced 100644
--- a/bug-hunter.el
+++ b/bug-hunter.el
@@ -310,7 +310,7 @@ ARGS are passed before \"-l FILE\"."
   "Execute FORMS in the background and test ASSERTION.
 See `bug-hunter' for a description on the ASSERTION.
 
-If ASSERTION is 'interactive, the form is run through
+If ASSERTION is `interactive', the form is run through
 `bug-hunter--run-form-interactively'.  Otherwise, a slightly
 modified version of the form combined with ASSERTION is run
 through `bug-hunter--run-form'."
@@ -468,8 +468,8 @@ Wraps them in a progn if necessary to always return a single
 form.
 
 The user may decide to not provide input, in which case
-'interactive is returned.  Note, this is different from the user
-typing `RET' at an empty prompt, in which case nil is returned."
+`interactive' is returned.  Note, this is different from the user
+typing RET at an empty prompt, in which case nil is returned."
   (pcase (read-char-choice (if (display-graphic-p)
                                bug-hunter--hunt-type-prompt
                              (replace-regexp-in-string "To bisect 
interactively,.*\n" ""



reply via email to

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