summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDeniz Dogan <deniz@dogan.se>2011-07-11 19:45:01 +0200
committerDeniz Dogan <deniz@dogan.se>2011-07-11 19:45:01 +0200
commitcae4acfd129d3096bfaf5b8af52d97b641623dc0 (patch)
treef7522bfbbb7a0f2927eb7e17578b0b0fbb5a5925 /doc
parentb45f3c6c65c0a71ca21f81f392519ceea1d361c7 (diff)
downloademacs-cae4acfd129d3096bfaf5b8af52d97b641623dc0.tar.gz
* lispref/commands.texi (Prefix Command Arguments): Remove excessive apostrophe.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/commands.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index ec29fa6e040..728b01e8e5a 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -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
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.