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. "This package bundles the full Common Lisp HyperSpec ready for offline browsing.
An Emacs package is provided for easy access. Load it with: An Emacs package is provided for easy access. Load it with:
@lisp
(require 'clhs) (require 'clhs)
(clhs-setup)") (clhs-setup)
@end lisp
")
(license (nonfree "http://quickdocs.org/clhs/")))) (license (nonfree "http://quickdocs.org/clhs/"))))