summaryrefslogtreecommitdiff
path: root/src/editfns.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-03-10 23:46:26 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-03-10 23:46:46 -0700
commit27466c62fdc977e8d3b23c5ae4f529a64ac7374f (patch)
treef36eb7535ae66e6116d31fed4e3b68000d81567f /src/editfns.c
parent9b4d34fa7884d6b67ec19593c5d2d3b587434966 (diff)
downloademacs-27466c62fdc977e8d3b23c5ae4f529a64ac7374f.tar.gz
emacs-27466c62fdc977e8d3b23c5ae4f529a64ac7374f.tar.bz2
emacs-27466c62fdc977e8d3b23c5ae4f529a64ac7374f.zip
* src/editfns.c: Fix docstring typo.
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
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