From: Paul Eggert <eggert@cs.ucla.edu>
Date: Mon, 11 Mar 2019 06:46:26 +0000 (-0700)
Subject: * src/editfns.c: Fix docstring typo.
X-Git-Tag: emacs-27.0.90~3430
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27466c62fdc977e8d3b23c5ae4f529a64ac7374f;p=emacs.git

* src/editfns.c: Fix docstring typo.
---

diff --git a/src/editfns.c b/src/editfns.c
index 7f11037f1e3..d6ad7474fe8 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -4486,7 +4486,7 @@ functions if all the text being accessed has this property.  */);
 	       doc: /* Non-nil means `format' %x and %o treat integers as unsigned.
 This has machine-dependent results.  Nil means to treat integers as
 signed, which is portable and is the default; for example, if N is a
-negative integer, (read (format "#x%x") N) returns N only when this
+negative integer, (read (format "#x%x" N)) returns N only when this
 variable is nil.
 
 This variable is experimental; email 32252@debbugs.gnu.org if you need