From fcd8359184add020323b10a4eb478281b125a3de Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 25 Jan 2025 17:00:41 +0000 Subject: [PATCH] Fix some warnings about incorrect use of single quotes in docstrings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I did not fix the last warning because it’s wrong: the single quote appears in a comment, not a docstring. Fixing it would obscure the comment. --- dtrt-indent.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtrt-indent.el b/dtrt-indent.el index 06c3298..1065776 100644 --- a/dtrt-indent.el +++ b/dtrt-indent.el @@ -443,7 +443,7 @@ keeps dtrt-indent of ever outputting anything." Whether dtrt-indent asks for confirmation whenever it is about to make any adjustments. By default, adjustments are made without your explicit consent because dtrt-indent is already quite -conservative and tries to 'do the right thing', adjustments can +conservative and tries to `do the right thing', adjustments can be undone easily, and they aren't harmful in the first place. However, if you feel like it's doing things behind your back you should enable this setting." @@ -595,7 +595,7 @@ an offset divisible by 4. The default value of 1 effectively disables any such requirement. If you are getting false positives, you might want to set this to a higher value such as 2. However, a value of 2 means that the -offset won't be guessed for files containing only 'flat' +offset won't be guessed for files containing only `flat' constructs" :type 'integer :tag "Minimum Depth"