From 503b5e1c9023ca602657bc1d535b574543758a15 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sat, 10 Jun 2006 16:21:12 +0000 Subject: [PATCH] (Coding Conventions): Add `@end itemize'. --- lispref/ChangeLog | 4 ++++ lispref/tips.texi | 1 + 2 files changed, 5 insertions(+) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 8df613070fa..85ceb0dd700 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2006-06-10 Luc Teirlinck + + * tips.texi (Coding Conventions): Add `@end itemize'. + 2006-06-10 Richard Stallman * tips.texi (Coding Conventions): Explain use of coding systems diff --git a/lispref/tips.texi b/lispref/tips.texi index 727ae6918de..6ad1c166e5b 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi @@ -247,6 +247,7 @@ character translation.) @example ;; XXX.el -*- coding: iso-latin-2!; -*- @end example +@end itemize @item Indent each function with @kbd{C-M-q} (@code{indent-sexp}) using the -- 2.39.5