mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-21 18:23:59 +00:00
* src/regex.h (re_match_object): Improve commentary.
This commit is contained in:
parent
dfd047666b
commit
b6998eab37
@ -168,8 +168,12 @@ extern reg_syntax_t re_syntax_options;
|
|||||||
|
|
||||||
#ifdef emacs
|
#ifdef emacs
|
||||||
# include "lisp.h"
|
# include "lisp.h"
|
||||||
/* In Emacs, this is the string or buffer in which we
|
/* In Emacs, this is the string or buffer in which we are matching.
|
||||||
are matching. It is used for looking up syntax properties. */
|
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;
|
extern Lisp_Object re_match_object;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user