]> git.eshelyaron.com Git - emacs.git/commitdiff
* lispref/commands.texi (Prefix Command Arguments): Remove excessive apostrophe.
authorDeniz Dogan <deniz@dogan.se>
Mon, 11 Jul 2011 17:45:01 +0000 (19:45 +0200)
committerDeniz Dogan <deniz@dogan.se>
Mon, 11 Jul 2011 17:45:01 +0000 (19:45 +0200)
doc/lispref/ChangeLog
doc/lispref/commands.texi

index f33acfba610a95783e4aa00c15df9c1fd056e6d4..f9ab82e7966a6b90db473fe9fb0eb28cde5c9596 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-11  Deniz Dogan  <deniz@dogan.se>
+
+       * commands.texi (Prefix Command Arguments): Remove excessive
+       apostrophe.
+
 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
index dccc2fa571c3d9dca341a191f12fe1d7408b3f59..e76b2bafd79ebe1a14eb1a7246a31900eb3646f0 100644 (file)
@@ -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.