]> git.eshelyaron.com Git - emacs.git/commitdiff
Undo part of previous change
authorGlenn Morris <rgm@gnu.org>
Sat, 5 May 2012 02:28:00 +0000 (19:28 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 5 May 2012 02:28:00 +0000 (19:28 -0700)
doc/lispref/internals.texi

index 301aa0b23be4082edd09fd0ef2005e3f5799c128..eb9d81f196ffdeb2a0aa6d1be11adba67783995d 100644 (file)
@@ -666,7 +666,8 @@ read-only (on certain operating systems) as a result of dumping Emacs.
 @cindex @code{defsubr}, Lisp symbol for a primitive
   Defining the C function is not enough to make a Lisp primitive
 available; you must also create the Lisp symbol for the primitive and
-store a suitable subr object in its function cell:
+store a suitable subr object in its function cell.  The code looks like
+this:
 
 @example
 defsubr (&@var{sname});