diff options
Diffstat (limited to 'man/basic.texi')
| -rw-r--r-- | man/basic.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/basic.texi b/man/basic.texi index 26b3137d632..6f0e7cad68c 100644 --- a/man/basic.texi +++ b/man/basic.texi | |||
| @@ -736,7 +736,7 @@ can separate the argument from the digit to insert with another | |||
| 736 | @kbd{C-u}; for example, @kbd{C-u 6 4 C-u 1} does insert 64 copies of | 736 | @kbd{C-u}; for example, @kbd{C-u 6 4 C-u 1} does insert 64 copies of |
| 737 | the character @samp{1}. | 737 | the character @samp{1}. |
| 738 | 738 | ||
| 739 | We use the term ``prefix argument'' as well as ``numeric argument'', | 739 | We use the term ``prefix argument'' as well as ``numeric argument,'' |
| 740 | to emphasize that you type these argument before the command, and to | 740 | to emphasize that you type these argument before the command, and to |
| 741 | distinguish them from minibuffer arguments that come after the | 741 | distinguish them from minibuffer arguments that come after the |
| 742 | command. | 742 | command. |