X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/61a808e8197bb47dad1a78d7b032268482c45a9c..b9598260f96ddc652cd82ab64bbe922ccfc48a29:/doc/lispref/vol1.texi diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index d2e4fbe9b9..052d83eacd 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi @@ -27,7 +27,7 @@ @c Version of the manual and of Emacs. @c Please remember to update the edition number in README as well. @set VERSION 3.0 -@set EMACSVER 23.2 +@set EMACSVER 24.0.50 @set DATE July 2009 @dircategory Emacs @@ -268,7 +268,7 @@ Programming Types * Macro Type:: A method of expanding an expression into another expression, more fundamental but less pretty. * Primitive Function Type:: A function written in C, callable from Lisp. -* Byte-Code Type:: A function written in Lisp, then compiled. +* Funvec Type:: A vector type callable as a function. * Autoload Type:: A type used for automatically loading seldom-used functions.