6 lines
224 B
EmacsLisp
6 lines
224 B
EmacsLisp
![]() |
;;; -*- lexical-binding: t -*-
|
||
|
(defvar foo-bar nil
|
||
|
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||
|
This is a multiline docstring where the first line is long.
|
||
|
foobar")
|