aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDeniz Dogan2011-07-11 19:45:01 +0200
committerDeniz Dogan2011-07-11 19:45:01 +0200
commit07151e498ff9174518675e14b619aca4b8307733 (patch)
tree9361c3f47b77d436eb30fe07e07a258aadd8daa0 /doc
parenta1e65d422f299129b4805a35538336db33f9347e (diff)
downloademacs-07151e498ff9174518675e14b619aca4b8307733.tar.gz
emacs-07151e498ff9174518675e14b619aca4b8307733.zip
* 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 f33acfba610..f9ab82e7966 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12011-07-11 Deniz Dogan <deniz@dogan.se>
2
3 * commands.texi (Prefix Command Arguments): Remove excessive
4 apostrophe.
5
12011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> 62011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 7
3 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax 8 * 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.
3012 3012
3013@item 3013@item
3014A list of one element, which is an integer. This form of prefix 3014A list of one element, which is an integer. This form of prefix
3015argument results from one or a succession of @kbd{C-u}'s with no 3015argument results from one or a succession of @kbd{C-u}s with no
3016digits. The numeric value is the integer in the list, but some 3016digits. The numeric value is the integer in the list, but some
3017commands make a distinction between such a list and an integer alone. 3017commands make a distinction between such a list and an integer alone.
3018 3018