summaryrefslogtreecommitdiff
path: root/doc/emacs/misc.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-09-01 11:04:21 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-09-03 01:14:12 +0200
commit63ee620700b1d85f7069a0b0f4232815e5374b4c (patch)
tree182998936ffbbc90f94e868ca8261283b5b3b008 /doc/emacs/misc.texi
parent3e4e779fb1ae6a2da19e1e990a80ae86076f3bf3 (diff)
downloademacs-63ee620700b1d85f7069a0b0f4232815e5374b4c.tar.gz
emacs-63ee620700b1d85f7069a0b0f4232815e5374b4c.tar.bz2
emacs-63ee620700b1d85f7069a0b0f4232815e5374b4c.zip
Make some versions in docs match package version
* doc/emacs/misc.texi (Interactive Shell): Bump Emacs version. * doc/misc/ediff.texi: * doc/misc/flymake.texi: * doc/misc/viper.texi: Fix version to match package. * lisp/emulation/viper.el: Make version match variable.
Diffstat (limited to 'doc/emacs/misc.texi')
-rw-r--r--doc/emacs/misc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index da1b87b48bd..df74577592a 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -936,7 +936,7 @@ Coding}.
@cindex @env{INSIDE_EMACS} environment variable
Emacs sets the environment variable @env{INSIDE_EMACS} in the
subshell to @samp{@var{version},comint}, where @var{version} is the
-Emacs version (e.g., @samp{24.1}). Programs can check this variable
+Emacs version (e.g., @samp{28.1}). Programs can check this variable
to determine whether they are running inside an Emacs subshell.
@node Shell Mode