emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 034275e 07/14: ; Small comment fix


From: Philipp Stephani
Subject: [Emacs-diffs] master 034275e 07/14: ; Small comment fix
Date: Sun, 4 Jun 2017 13:54:06 -0400 (EDT)

branch: master
commit 034275ebe8c5f6fef6d7fe1c35670f732f8d14db
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; Small comment fix
    
    * emacs-module.c (MODULE_FUNCTION_BEGIN): Don't say that the error
    value should be a sentinel value, because in almost all cases it
    isn't.
---
 src/emacs-module.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/emacs-module.c b/src/emacs-module.c
index c276eda..7f5bd86 100644
--- a/src/emacs-module.c
+++ b/src/emacs-module.c
@@ -226,7 +226,7 @@ static emacs_value const module_nil = 0;
 
 /* Use MODULE_FUNCTION_BEGIN to implement steps 2 through 4 for most
    environment functions.  On error it will return its argument, which
-   should be a sentinel value.  */
+   can be a sentinel value.  */
 
 #define MODULE_FUNCTION_BEGIN(error_retval)      \
   MODULE_FUNCTION_BEGIN_NO_CATCH (error_retval); \



reply via email to

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