diff options
author | Kevin Ryde <user42@zip.com.au> | 2010-01-02 23:33:36 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-01-02 23:33:36 +0200 |
commit | 798c9eb5600072c2558de7620ad69b06aee46de7 (patch) | |
tree | 84fed2b0ab30eb67ab0245d405561317d3d23728 /doc/misc/eieio.texi | |
parent | 2f3725cd1c0936438e2ea6d87232892015adbc0c (diff) | |
download | emacs-798c9eb5600072c2558de7620ad69b06aee46de7.tar.gz emacs-798c9eb5600072c2558de7620ad69b06aee46de7.tar.bz2 emacs-798c9eb5600072c2558de7620ad69b06aee46de7.zip |
eieio.texi (Naming Conventions): Correction to xref on elisp
coding conventions, is "Tips" node not "Standards".
Diffstat (limited to 'doc/misc/eieio.texi')
-rwxr-xr-x | doc/misc/eieio.texi | 12 |
1 files changed, 6 insertions, 6 deletions
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 |