New implementation of Todo item insertion commands and key bindings.
[bpt/emacs.git] / doc / lispref / eval.texi
index 4b83d57..1139331 100644 (file)
@@ -523,7 +523,7 @@ GNU Emacs Lisp and Common Lisp.  @code{setq}, @code{if}, and
 doesn't exist in Common Lisp.  @code{throw} is a special form in
 Common Lisp (because it must be able to throw multiple values), but it
 is a function in Emacs Lisp (which doesn't have multiple
-values).@refill
+values).
 @end quotation
 
 @node Autoloading