diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/intro.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index 197f54ecc52..2353cf956cc 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi | |||
| @@ -530,6 +530,18 @@ directory (without cleaning). This is only of relevance when | |||
| 530 | developing Emacs. | 530 | developing Emacs. |
| 531 | @end defvar | 531 | @end defvar |
| 532 | 532 | ||
| 533 | @defvar emacs-repository-version | ||
| 534 | A string that gives the repository revision from which Emacs was | ||
| 535 | built. If Emacs was built outside revision control, the value is | ||
| 536 | @code{nil}. | ||
| 537 | @end defvar | ||
| 538 | |||
| 539 | @defvar emacs-repository-branch | ||
| 540 | A string that gives the repository branch from which Emacs was built. | ||
| 541 | In the most cases this is @code{"master"}. If Emacs was built outside | ||
| 542 | revision control, the value is @code{nil}. | ||
| 543 | @end defvar | ||
| 544 | |||
| 533 | @node Acknowledgments | 545 | @node Acknowledgments |
| 534 | @section Acknowledgments | 546 | @section Acknowledgments |
| 535 | 547 | ||