summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-resources/warn-wide-docstring-multiline.el
blob: 9ae7bc9b9f0155af2a30034c2a47ce7b615275be (plain)
1
2
3
4
5
6
;;; -*- lexical-binding: t -*-
(defvar foo-bar nil
  "This is a multiline docstring.
But it's not the first line that is long.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
foobar")