emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 80c5327195: Make some versions in docs match package version


From: Stefan Kangas
Subject: emacs-28 80c5327195: Make some versions in docs match package version
Date: Thu, 1 Sep 2022 05:12:56 -0400 (EDT)

branch: emacs-28
commit 80c53271953eb6450b2fb71705fbb959b55195ec
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    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.
---
 doc/emacs/misc.texi     | 2 +-
 doc/misc/ediff.texi     | 2 +-
 doc/misc/flymake.texi   | 4 ++--
 doc/misc/viper.texi     | 2 +-
 lisp/emulation/viper.el | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 08c86e7a16..737c871d3f 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -914,7 +914,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
diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi
index 8a7de88d65..01353ebe4c 100644
--- a/doc/misc/ediff.texi
+++ b/doc/misc/ediff.texi
@@ -50,7 +50,7 @@ modify this GNU manual.''
 @titlepage
 @title Ediff User's Manual
 @sp 4
-@subtitle Ediff version 2.81.2
+@subtitle Ediff version 2.81.6
 @sp 1
 @subtitle November 2008
 @sp 5
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index 451d6c76c4..ab0385aa13 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -1,8 +1,8 @@
 \input texinfo   @c -*-texinfo; coding: utf-8 -*-
 @comment %**start of header
 @setfilename ../../info/flymake.info
-@set VERSION 1.2
-@set UPDATED September 2021
+@set VERSION 1.2.2
+@set UPDATED November 2021
 @settitle GNU Flymake @value{VERSION}
 @include docstyle.texi
 @syncodeindex pg cp
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index 0e2473ddf3..97bb7d75cf 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -34,7 +34,7 @@ modify this GNU manual.''
 @titlepage
 @title Viper Is a Package for Emacs Rebels
 @subtitle a Vi emulator for Emacs
-@subtitle November 2008, Viper Version 3.11.2
+@subtitle July 2013, Viper Version 3.14.2
 
 @author Michael Kifer (Viper)
 @author Aamod Sane (VIP 4.4)
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el
index 51c1bf7d62..2b3908049e 100644
--- a/lisp/emulation/viper.el
+++ b/lisp/emulation/viper.el
@@ -7,7 +7,7 @@
 
 ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
 ;; Keywords: emulations
-;; Version: 3.14.1
+;; Version: 3.14.2
 
 ;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this
 ;; file on 20/3/2008, and the maintainer agreed that when a bug is



reply via email to

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