]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/editfns.c: Fix docstring typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Mar 2019 06:46:26 +0000 (23:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Mar 2019 06:46:46 +0000 (23:46 -0700)
src/editfns.c

index 7f11037f1e39b3c5b88169e345ee6cd007480adf..d6ad7474fe8e1039ffd8d2091c24a2448c150e53 100644 (file)
@@ -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