Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9e3561d2
Commit
9e3561d2
authored
Feb 10, 2003
by
Juanma Barranquero
Browse files
(Insertion): Don't show COUNT argument of `insert-char' as optional.
parent
7b9ce60c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lispref/text.texi
lispref/text.texi
+1
-1
No files found.
lispref/text.texi
View file @
9e3561d2
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment