(Insertion): Don't show COUNT argument of `insert-char' as optional.
This commit is contained in:
parent
7b9ce60c21
commit
9e3561d202
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ inserted text falls outside the overlay; if a nonempty overlay ends at
|
|||
the insertion point, the inserted text falls inside that overlay.
|
||||
@end defun
|
||||
|
||||
@defun insert-char character &optional count inherit
|
||||
@defun insert-char character count &optional inherit
|
||||
This function inserts @var{count} instances of @var{character} into the
|
||||
current buffer before point. The argument @var{count} should be a
|
||||
number (@code{nil} means 1), and @var{character} must be a character.
|
||||
|
|
Loading…
Add table
Reference in a new issue