emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 b6998ea: * src/regex.h (re_match_object): Improve


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 b6998ea: * src/regex.h (re_match_object): Improve commentary.
Date: Wed, 19 Oct 2016 14:32:37 +0000 (UTC)

branch: emacs-25
commit b6998eab37962357fda49a6a3b013c73228af187
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * src/regex.h (re_match_object): Improve commentary.
---
 src/regex.h |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/regex.h b/src/regex.h
index 817167a..51f4424 100644
--- a/src/regex.h
+++ b/src/regex.h
@@ -168,8 +168,12 @@ extern reg_syntax_t re_syntax_options;
 
 #ifdef emacs
 # include "lisp.h"
-/* In Emacs, this is the string or buffer in which we
-   are matching.  It is used for looking up syntax properties.  */
+/* In Emacs, this is the string or buffer in which we are matching.
+   It is used for looking up syntax properties.
+
+   If the value is a Lisp string object, we are matching text in that
+   string; if it's nil, we are matching text in the current buffer; if
+   it's t, we are matching text in a C string.  */
 extern Lisp_Object re_match_object;
 #endif
 



reply via email to

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