@item C-x C-e
Evaluate the expression before point, in the context outside of Edebug
-(@code{edebug-eval-last-sexp}). If given a zero prefix (for instance
-@kbd{C-u 0 C-x C-e}), don't shorten long items (like strings and
+(@code{edebug-eval-last-sexp}). With the prefix argument of zero
+(@kbd{C-u 0 C-x C-e}), don't shorten long items (like strings and
lists).
@end table
@item C-j
Evaluate the expression before point, in the outside context, and
insert the value in the buffer (@code{edebug-eval-print-last-sexp}).
-If given a zero prefix (for instance @kbd{C-u 0 C-j}), don't shorten
-long items (like strings and lists).
+With prefix argument of zero (@kbd{C-u 0 C-j}), don't shorten long
+items (like strings and lists).
@item C-x C-e
Evaluate the expression before point, in the context outside of Edebug
If POSITION is at the end of OBJECT, the value is nil.
If you want to display the text properties at point in a human-readable
-form, the `describe-text-properties' command can be used. */)
+form, use the `describe-text-properties' command. */)
(Lisp_Object position, Lisp_Object object)
{
register INTERVAL i;