]> granicus.if.org Git - neomutt/commitdiff
Single quote at line beginning misinterpreted by groff
authorElimar Riesebieter <riesebie@lxtec.de>
Tue, 7 Jun 2016 23:08:03 +0000 (00:08 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 7 Jun 2016 23:08:38 +0000 (00:08 +0100)
[ci skip]

init.h

diff --git a/init.h b/init.h
index 97c1b4e139d1fb85ff55f2999809f6a6f88debc5..a8eb6e0a5fb7ecb6cded4f3014025b9674ec960a 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2707,7 +2707,7 @@ struct option_t MuttVars[] = {
   /*
   ** .pp
   ** Lines of quoted text that are displayed before the unquoted text after
-  ** 'skip to quoted' command (S)
+  ** "skip to quoted" command (S)
   */
   { "sleep_time",      DT_NUM, R_NONE, UL &SleepTime, 1 },
   /*