# HG changeset patch # User Eli Zaretskii # Date 1262468016 -7200 # Node ID b7f28f66e31ed2da2e28c904cbe94fa02e37c3bc # Parent afc2be124e6e3151aedd8ade2a50584d0b2b92ad eieio.texi (Naming Conventions): Correction to xref on elisp coding conventions, is "Tips" node not "Standards". diff -r afc2be124e6e -r b7f28f66e31e doc/misc/ChangeLog --- a/doc/misc/ChangeLog Sat Jan 02 22:31:41 2010 +0200 +++ b/doc/misc/ChangeLog Sat Jan 02 23:33:36 2010 +0200 @@ -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 -r afc2be124e6e -r b7f28f66e31e doc/misc/eieio.texi --- a/doc/misc/eieio.texi Sat Jan 02 22:31:41 2010 +0200 +++ b/doc/misc/eieio.texi Sat Jan 02 23:33:36 2010 +0200 @@ -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 @@ @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