emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 27466c6: * src/editfns.c: Fix docstring typo.


From: Paul Eggert
Subject: [Emacs-diffs] master 27466c6: * src/editfns.c: Fix docstring typo.
Date: Mon, 11 Mar 2019 02:46:50 -0400 (EDT)

branch: master
commit 27466c62fdc977e8d3b23c5ae4f529a64ac7374f
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/editfns.c: Fix docstring typo.
---
 src/editfns.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/editfns.c b/src/editfns.c
index 7f11037..d6ad747 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 address@hidden if you need



reply via email to

[Prev in Thread] Current Thread [Next in Thread]