mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-08 21:29:37 +00:00
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")
|