~ruther/guix-local

23464bfd9961769de5ce0ee3cb92e59a86299ca6 — Mathieu Lirzin 10 years ago 2748ee3
lint: Accept '`' character.

* guix/scripts/lint.scm (properly-starts-sentence?): Match Texinfo
  highlighting commands as a sentence start.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/scripts/lint.scm
M guix/scripts/lint.scm => guix/scripts/lint.scm +1 -1
@@ 129,7 129,7 @@ monad."
  (exit 0))

(define (properly-starts-sentence? s)
  (string-match "^[(\"'[:upper:][:digit:]]" s))
  (string-match "^[(\"'`[:upper:][:digit:]]" s))

(define (starts-with-abbreviation? s)
  "Return #t if S starts with what looks like an abbreviation or acronym."