From: Kevin Ryde Date: Sat, 2 Jan 2010 21:33:36 +0000 (+0200) Subject: eieio.texi (Naming Conventions): Correction to xref on elisp X-Git-Tag: emacs-pretest-23.1.92~90 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=798c9eb5600072c2558de7620ad69b06aee46de7;p=emacs.git eieio.texi (Naming Conventions): Correction to xref on elisp coding conventions, is "Tips" node not "Standards". --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 75561a0ba21..27c376f764c 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2010-01-02 Kevin Ryde + + * eieio.texi (Naming Conventions): Correction to xref on elisp + coding conventions, is "Tips" node not "Standards". + 2009-12-24 Chong Yidong * calc.texi (General Mode Commands): Calc file should be in .emacs.d. diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi index c8a34bbd160..06ff1677f0f 100755 --- a/doc/misc/eieio.texi +++ b/doc/misc/eieio.texi @@ -11,7 +11,7 @@ @copying This manual documents EIEIO, an object framework for Emacs Lisp. -Copyright @copyright{} 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright @copyright{} 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -1776,11 +1776,11 @@ This signal is called when an attempt to reference @var{slot} in @comment node-name, next, previous, up @chapter Naming Conventions -@pxref{Standards,,,elisp,GNU Emacs Lisp Reference Manual}, for a -description of Emacs Lisp programming conventions. These conventions -help ensure that Emacs packages work nicely one another, so an -@eieio{}-based program should follow them. Here are some conventions -that apply specifically to @eieio{}-based programs: +@xref{Tips,,Tips and Conventions,elisp,GNU Emacs Lisp Reference +Manual}, for a description of Emacs Lisp programming conventions. +These conventions help ensure that Emacs packages work nicely one +another, so an @eieio{}-based program should follow them. Here are +some conventions that apply specifically to @eieio{}-based programs: @itemize