Skip to content

Commit

Permalink
Fix some warnings about incorrect use of single quotes in docstrings
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rrthomas committed Jan 25, 2025
1 parent 491e215 commit fcd8359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dtrt-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit fcd8359

Please sign in to comment.