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

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

[elpa] externals/javaimp eb08936 23/32: Fix some quoting problems in doc


From: Stefan Monnier
Subject: [elpa] externals/javaimp eb08936 23/32: Fix some quoting problems in doc strings
Date: Tue, 1 Dec 2020 10:08:30 -0500 (EST)

branch: externals/javaimp
commit eb089360c5ce578020ef911f5796d67b162600fe
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.
---
 javaimp.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/javaimp.el b/javaimp.el
index c2798a7..d1c6865 100644
--- a/javaimp.el
+++ b/javaimp.el
@@ -85,8 +85,8 @@
   "Specifies how to group classes and how to order resulting
 groups in the imports list.
 
-Each element should be of the form `(CLASSNAME-REGEXP . ORDER)'
-where `CLASSNAME-REGEXP' is a regexp matching the fully qualified
+Each element should be of the form (CLASSNAME-REGEXP . ORDER)
+where CLASSNAME-REGEXP is a regexp matching the fully qualified
 class name.  Lowest-order groups are placed earlier.
 
 The order of classes which were not matched is defined by
@@ -646,7 +646,7 @@ are assigned a default order defined by
 
 NEW-IMPORTS is a list of additional imports; each element should
 be of the form (CLASS . TYPE), where CLASS is a string and TYPE
-is `'ordinary' or `'static'.  Interactively, NEW-IMPORTS is nil."
+is `ordinary' or `static'.  Interactively, NEW-IMPORTS is nil."
   (interactive)
   (barf-if-buffer-read-only)
   (save-excursion



reply via email to

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