diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2009-08-09 14:54:18 +0100 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2009-08-09 15:04:08 +0100 |
commit | aba0dff5f7ee451b44af771f8ab09b750ce15f74 (patch) | |
tree | 9ef35ce71bfb98954e861ed5fcc912673a71c4c0 /doc/ref/api-options.texi | |
parent | f618f4363dc0a2ba96178fddf364b357e49600b2 (diff) | |
download | guile-aba0dff5f7ee451b44af771f8ab09b750ce15f74.tar.gz |
In general, use @lisp in preference to @smalllisp
because it looks better in the DVI output. Exceptions are
- wide examples, which would cause overfull hboxes if they
used the bigger @lisp font
- very large examples, which may look too big at the @lisp size.
Diffstat (limited to 'doc/ref/api-options.texi')
-rw-r--r-- | doc/ref/api-options.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index f5441e219..f7d0962df 100644 --- a/doc/ref/api-options.texi +++ b/doc/ref/api-options.texi @@ -504,9 +504,9 @@ Guile is case-sensitive by default. To make Guile case insensitive, you can type -@smalllisp +@lisp (read-enable 'case-insensitive) -@end smalllisp +@end lisp @node Printing options @subsubsection Printing options @@ -719,7 +719,6 @@ backtrace. Need to give a better example, possibly putting debugging option examples in a separate session.] @end enumerate - @smalllisp guile> (define abc "hello") guile> abc |