diff options
-rw-r--r-- | lispref/ChangeLog | 4 | ||||
-rw-r--r-- | lispref/tips.texi | 1 |
2 files changed, 5 insertions, 0 deletions
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 <teirllm@auburn.edu> + + * tips.texi (Coding Conventions): Add `@end itemize'. + 2006-06-10 Richard Stallman <rms@gnu.org> * 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 |