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:
parent
9d56434053
commit
480095fcb4
|
@ -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/"))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user