Undo part of previous change

This commit is contained in:
Glenn Morris 2012-05-04 19:28:00 -07:00
parent 9658dc2ada
commit 3e1a3a0035

View 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});