diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2006-06-10 16:21:12 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2006-06-10 16:21:12 +0000 |
commit | 503b5e1c9023ca602657bc1d535b574543758a15 (patch) | |
tree | e346c4a1da091a51e937c605f3c83145e8d177ec | |
parent | 13633ef2bd742c10fdcd342f371813f65aa7ca98 (diff) | |
download | emacs-503b5e1c9023ca602657bc1d535b574543758a15.tar.gz |
(Coding Conventions): Add `@end itemize'.
-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 |