nongnu: clhs: Use texinfo format for sample code.

* nongnu/packages/emacs.scm (clhs): Wrap Emacs lisp code in @lisp block.
This commit is contained in:
Zhu Zihao 2020-08-26 16:07:10 +08:00 committed by Jonathan Brielmaier
parent 9d56434053
commit 480095fcb4
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -64,6 +64,9 @@
"This package bundles the full Common Lisp HyperSpec ready for offline browsing.
An Emacs package is provided for easy access. Load it with:
(require 'clhs)
(clhs-setup)")
@lisp
(require 'clhs)
(clhs-setup)
@end lisp
")
(license (nonfree "http://quickdocs.org/clhs/"))))