aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/intro.texi12
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
530developing Emacs. 530developing Emacs.
531@end defvar 531@end defvar
532 532
533@defvar emacs-repository-version
534A string that gives the repository revision from which Emacs was
535built. If Emacs was built outside revision control, the value is
536@code{nil}.
537@end defvar
538
539@defvar emacs-repository-branch
540A string that gives the repository branch from which Emacs was built.
541In the most cases this is @code{"master"}. If Emacs was built outside
542revision control, the value is @code{nil}.
543@end defvar
544
533@node Acknowledgments 545@node Acknowledgments
534@section Acknowledgments 546@section Acknowledgments
535 547