comparison lispref/tips.texi @ 71314:0ebac95569f4

(Coding Conventions): Add `@end itemize'.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 10 Jun 2006 16:20:02 +0000
parents b4f82229f064
children 706e41b8c07f
comparison
equal deleted inserted replaced
71313:c4480c1636df 71314:0ebac95569f4
245 character translation.) 245 character translation.)
246 246
247 @example 247 @example
248 ;; XXX.el -*- coding: iso-latin-2!; -*- 248 ;; XXX.el -*- coding: iso-latin-2!; -*-
249 @end example 249 @end example
250 @end itemize
250 251
251 @item 252 @item
252 Indent each function with @kbd{C-M-q} (@code{indent-sexp}) using the 253 Indent each function with @kbd{C-M-q} (@code{indent-sexp}) using the
253 default indentation parameters. 254 default indentation parameters.
254 255