summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2021-05-22 23:52:19 +0300
committerJuri Linkov <juri@linkov.net>2021-05-22 23:52:19 +0300
commitc60d707f2cc62b4cbe7f9c29d6ff9c2ae0277f9b (patch)
treef06a9499e2d57bb4e9b9f2156279502d40606952
parent62e2dce3a99cffb174240eed633196058e3c18a2 (diff)
downloademacs-c60d707f2cc62b4cbe7f9c29d6ff9c2ae0277f9b.tar.gz
* src/editfns.c (Finsert_char): Add docstring reference to read-char-by-name.
-rw-r--r--src/editfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 04b8e85d9c6..182d3ba6f2b 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -1452,8 +1452,8 @@ DEFUN ("insert-char", Finsert_char, Sinsert_char, 1, 3,
(prefix-numeric-value current-prefix-arg)\
t))",
doc: /* Insert COUNT copies of CHARACTER.
-Interactively, prompt for CHARACTER. You can specify CHARACTER in one
-of these ways:
+Interactively, prompt for CHARACTER using `read-char-by-name'.
+You can specify CHARACTER in one of these ways:
- As its Unicode character name, e.g. \"LATIN SMALL LETTER A\".
Completion is available; if you type a substring of the name