summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Armstrong <matt@rfc20.org>2022-10-27 13:46:38 -0700
committerEli Zaretskii <eliz@gnu.org>2022-10-29 10:34:11 +0300
commit9f3c896f7cb116bddaa072b6b37fe6c2377c3cc2 (patch)
tree48b0ccfd9ae8d3df88a1b9efc34718b0031359c5
parent510020d30d7aca81bd4a314aae5312ae537294a7 (diff)
downloademacs-9f3c896f7cb116bddaa072b6b37fe6c2377c3cc2.tar.gz
; * doc/emacs/text.texi (Quotation Marks): Typo fix. (Bug#58822)
-rw-r--r--doc/emacs/text.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index a8aa4a413dc..caf853d6e2c 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -460,7 +460,7 @@ variables.
@vindex electric-quote-replace-double
You can also set the option @code{electric-quote-replace-double} to
-a non-@code{nil} value. Then, typing @kbd{"} insert an appropriate
+a non-@code{nil} value. Then, typing @kbd{"} inserts an appropriate
curved double quote depending on context: @t{“} at the beginning of
the buffer or after a line break, whitespace, opening parenthesis, or
quote character, and @t{”} otherwise.