From: Deniz Dogan Date: Mon, 11 Jul 2011 17:45:01 +0000 (+0200) Subject: * lispref/commands.texi (Prefix Command Arguments): Remove excessive apostrophe. X-Git-Tag: emacs-pretest-24.0.90~104^2~373 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07151e498ff9174518675e14b619aca4b8307733;p=emacs.git * lispref/commands.texi (Prefix Command Arguments): Remove excessive apostrophe. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f33acfba610..f9ab82e7966 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2011-07-11 Deniz Dogan + + * commands.texi (Prefix Command Arguments): Remove excessive + apostrophe. + 2011-07-11 Lars Magne Ingebrigtsen * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index dccc2fa571c..e76b2bafd79 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -3012,7 +3012,7 @@ An integer, which stands for itself. @item A list of one element, which is an integer. This form of prefix -argument results from one or a succession of @kbd{C-u}'s with no +argument results from one or a succession of @kbd{C-u}s with no digits. The numeric value is the integer in the list, but some commands make a distinction between such a list and an integer alone.