emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116462: Some doc updates for eieio-describe-class/g


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116462: Some doc updates for eieio-describe-class/generic
Date: Mon, 17 Feb 2014 18:40:16 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116462
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2014-02-17 10:40:09 -0800
message:
  Some doc updates for eieio-describe-class/generic
  
  * doc/misc/eieio.texi (Class Values, CLOS compatibility):
  Remove references to deleted eieio-describe-class/generic.
  
  * lisp/cedet/ede/cpp-root.el: Comment update.
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/eieio.texi            
eieio.texi-20091113204419-o5vbwnq5f7feedwu-11397
  lisp/cedet/ede/cpp-root.el     
cpproot.el-20091113204419-o5vbwnq5f7feedwu-11206
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2014-02-16 17:23:00 +0000
+++ b/doc/misc/ChangeLog        2014-02-17 18:40:09 +0000
@@ -1,7 +1,11 @@
+2014-02-17  Glenn Morris  <address@hidden>
+
+       * eieio.texi (Class Values, CLOS compatibility):
+       Remove references to deleted eieio-describe-class/generic.
+
 2014-02-16  Michael Albinus  <address@hidden>
 
        Sync with Tramp 2.2.9.
-
        * trampver.texi: Update release number.
 
        * efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.

=== modified file 'doc/misc/eieio.texi'
--- a/doc/misc/eieio.texi       2014-01-24 22:15:29 +0000
+++ b/doc/misc/eieio.texi       2014-02-17 18:40:09 +0000
@@ -1544,19 +1544,11 @@
 @node Class Values
 @chapter Class Values
 
-Details about any class or object can be retrieved using the function
address@hidden  Interactively, type in the name of a
-class.  In a program, pass it a string with the name of a class, a
-class symbol, or an object.  The resulting buffer will display all
-slot names.  Additionally, all methods defined to have functionality
-on this class is displayed.
-
-You can also use the normal @code{describe-function} to retrieve
-information about a class.  If you call it on a constructor function,
-it will also display the class information.  If you call it on a
-generic function, all implementations of that generic function will be
-listed, together with links through which you can directly jump to the
-source.
+You can use the normal @code{describe-function} command to retrieve
+information about a class.  Running it on constructors will show a
+full description of the generated class.  If you call it on a generic
+function, all implementations of that generic function will be listed,
+together with links through which you can directly jump to the source.
 
 @node Default Superclass
 @chapter Default Superclass
@@ -1864,9 +1856,8 @@
 work.
 @end table
 
-CLOS supports the @code{describe} command, but @eieio{} only provides
address@hidden, and @code{eieio-describe-generic}.  Those
-are automatically called by @code{describe-function} when called on a
+CLOS supports the @code{describe} command, but @eieio{} provides
+support for using the standard @code{describe-function} command on a
 constructor or generic function.
 
 When creating a new class (@pxref{Building Classes}) there are several

=== modified file 'lisp/cedet/ede/cpp-root.el'
--- a/lisp/cedet/ede/cpp-root.el        2014-01-01 07:43:34 +0000
+++ b/lisp/cedet/ede/cpp-root.el        2014-02-17 18:40:09 +0000
@@ -95,7 +95,7 @@
 ;; Where FILENAME is a file in the root directory of the project.
 ;; Where MYFCN is a symbol for a function.  See:
 ;;
-;; M-x describe-class RET ede-cpp-root-project RET
+;; M-x describe-function RET ede-cpp-root-project RET
 ;;
 ;; for documentation about the locate-fcn extension.
 ;;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]