]> git.eshelyaron.com Git - emacs.git/commitdiff
eieio.texi (Naming Conventions): Correction to xref on elisp
authorKevin Ryde <user42@zip.com.au>
Sat, 2 Jan 2010 21:33:36 +0000 (23:33 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Jan 2010 21:33:36 +0000 (23:33 +0200)
 coding conventions, is "Tips" node not "Standards".

doc/misc/ChangeLog
doc/misc/eieio.texi

index 75561a0ba21f4861f92555709d86383c164c1c0c..27c376f764ce7f1f5b57b7dc69c8114a9e109070 100644 (file)
@@ -1,3 +1,8 @@
+2010-01-02  Kevin Ryde  <user42@zip.com.au>
+
+       * eieio.texi (Naming Conventions): Correction to xref on elisp
+       coding conventions, is "Tips" node not "Standards".
+
 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
 
        * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
index c8a34bbd160b134fbb01c3d21603be42deb19346..06ff1677f0fb05f5db425f4e2f658a5ebc910892 100755 (executable)
@@ -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