Skip to content

Commit

Permalink
Corrected .Id last mod dates, made use of src/evers.mak and added web…
Browse files Browse the repository at this point in the history
…pages action to push push onto github pages
  • Loading branch information
bjasspa committed Nov 13, 2024
1 parent 9eb26b0 commit 74aad18
Show file tree
Hide file tree
Showing 528 changed files with 689 additions and 663 deletions.
45 changes: 45 additions & 0 deletions .github/workflows/build-webpages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Build web-pages (Ubuntu-latest)

on:
workflow_dispatch:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest
name: Build on ${{ matrix.distro }} ${{ matrix.arch }}

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Compile nroff tools
run: |
mkdir downloads
mkdir packages
cd ./nroff
make
- name: Generate docs
run: |
export PATH=`pwd`/nroff/bin/linux:$PATH
cd ./microemacs/doc
make web_pages/me/index.html
- name: Upload web-pages as artifact
id: deployment
uses: actions/upload-pages-artifact@v3
with:
path: microemacs/doc/web_pages/me/

deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

13 changes: 11 additions & 2 deletions microemacs/doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

TOPDIR=..
include $(TOPDIR)/etc/makeinc

#
# Build components
#
Expand All @@ -37,8 +38,8 @@ TXTS = $(READTXT) $(FAQTXT) $(BUILDTXT) $(PATCHTXT) $(MISCTXT)
#
RTFS = me.rtf me.hpj logo.bmp me.hhp
#
MEHTMZIP= jasspa-mehtm-20$(MEYY)$(MEMM)$(MEDD).zip
MEHTMLTGZ= jasspa-mehtml-20$(MEYY)$(MEMM)$(MEDD).tar.gz
MEHTMZIP= jasspa-mehtm-$(meVER_CN)$(meVER_YR)$(meVER_MN)$(meVER_DY).zip
MEHTMLTGZ= jasspa-mehtml-$(meVER_CN)$(meVER_YR)$(meVER_MN)$(meVER_DY).tar.gz
#
MAN1 = $(DOCDIR)m1cmd000.1 $(DOCDIR)m1cmd002.1
#
Expand Down Expand Up @@ -523,6 +524,14 @@ $(MEHTMLTGZ): me.hts
clean::
$(RMDIR) html
$(RM) $(MEHTMLTGZ)
# Github pages docs (.html) dir
web_pages/me/index.html: me.hts
$(RMDIR) web_pages
$(MKDIR) web_pages
$(MKDIR) web_pages$(pc)me
sed 'sZ<<FILE> me&HTMLZ<<FILE> me/index\&HTMLZ' me.hts | sed 'sZHREF="me/ZHREF="Z' | sed 'sZHREF="\.\./me&HTMLZHREF="index\&HTMLZg' | sed 'sZHREF="me&HTMLZHREF="index\&HTMLZg' | sed 'sZSRC="\.\./me/ZSRC="Z' | sed 'sZSRC="me/ZSRC="Z' >> web_pages$(pc)me_wp.hts
cd web_pages$(sc) $(HTS2HTML) -l .html me_wp.hts

#
# Build the txt readme files.
#
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/faq.2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.\" Created By : Jon Green
.\" Created : Thu May 27 15:30:14 1999
.\"
.Id $Id: faq.2,v 2.17 2023/02/21 12:01:58 jon Exp $
.Id $Id: faq.2,v 2.17 2024/05/21 12:01:58 jon Exp $
.Im MicroEmacs faq
.so me.tni
.TH "FAQs" 0f
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m1cmd000.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.\"
.\" Created By: Jon Green
.\"
.Id $Id: m1cmd000.1,v 2.20 2023/06/24 13:59:48 jon Exp $
.Id $Id: m1cmd000.1,v 2.20 2024/07/16 13:59:48 jon Exp $
.Im MicroEmacs function
.so me.tni
.TH me 1
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m1cmd001.1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1998-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m1cmd001.1,v 2.7 2009/08/29 17:13:08 jon Exp $
.Id $Id: m1cmd001.1,v 2.7 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs function
.so me.tni
.TH memsdev 1
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m1cmd002.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.\"
.\" Created By: Jon Green
.\"
.Id $Id: m1cmd002.1,v 1.5 2009/08/29 17:13:08 jon Exp $
.Id $Id: m1cmd002.1,v 1.5 2024/01/16 17:13:08 jon Exp $
.Im MicroEmacs function
.so me.tni
.TH ne 1
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd000.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd000.2,v 2.7 2009/10/03 16:35:40 jon Exp $
.Id $Id: m2cmd000.2,v 2.7 2022/06/12 16:35:40 jon Exp $
.Im MicroEmacs command|essential
.ds C0 "(\fB\*cg\fR)\ \&
.so me.tni
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd001.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd001.2,v 2.7 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd001.2,v 2.7 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|hilight
.so me.tni
.TH add-color 2
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd002.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd002.2,v 2.7 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd002.2,v 2.7 2024/05/21 17:13:08 jon Exp $
.Im MicroEmacs command|spell
.so me.tni
.TH add-dictionary 2
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd003.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd003.2,v 2.7 2009/09/23 19:29:32 jon Exp $
.Id $Id: m2cmd003.2,v 2.7 2024/10/20 19:29:32 jon Exp $
.Im MicroEmacs command|macrodevelop
.so me.tni
.TH add-file-hook 2
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd004.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd004.2,v 2.6 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd004.2,v 2.6 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|bind|message
.so me.tni
.TH osd-bind-key 2
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd005.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd005.2,v 2.7 2009/10/03 16:35:40 jon Exp $
.Id $Id: m2cmd005.2,v 2.7 2022/06/12 16:35:40 jon Exp $
.Im MicroEmacs command|modes
.ds C0 "(\fB\*em\fR)\ \&
.so me.tni
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd006.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd006.2,v 2.9 2009/10/03 16:35:40 jon Exp $
.Id $Id: m2cmd006.2,v 2.9 2022/06/12 16:35:40 jon Exp $
.Im MicroEmacs command|modes
.ds C0 "(\fB\*(cXm\fR)\ \&
.so me.tni
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd007.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd007.2,v 2.8 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd007.2,v 2.8 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|shell
.so me.tni
.TH add-next-line 2
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd008.2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.\" Created By : Jon Green
.\" Created : Thu Jul 16 23:13:14 1998
.\"
.Id $Id: m2cmd008.2,v 2.8 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd008.2,v 2.8 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|registry
.so me.tni
.TH save-registry 2
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd009.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd009.2,v 2.7 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd009.2,v 2.7 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|bind;command|help
.ds C0 "(\fB\*(cHa\fR)\ \&
.so me.tni
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd010.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd010.2,v 2.6 2023/03/01 13:37:23 jon Exp $
.Id $Id: m2cmd010.2,v 2.6 2023/06/29 13:37:23 jon Exp $
.Im MicroEmacs command|cursor|essential
.ds C0 "(\fB\*cf\fR)\ \&
.ds C1 "(\fB\*cb\fR)\ \&
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd011.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd011.2,v 2.6 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd011.2,v 2.6 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|macro
.ds C0 "(\fB\*(cX(\fR)\ \&
.ds C1 "(\fB\*(cX)\fR)\ \&
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd012.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd012.2,v 2.6 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd012.2,v 2.6 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|cursor
.ds C0 "(\fB\*e<\fR)\ \&
.ds C1 "(\fB\*e>\fR)\ \&
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd013.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd013.2,v 2.9 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd013.2,v 2.9 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|bind
.ds C0 "(\fB\*ek\fR)\ \&
.ds C1 "(\fB\*e\*ck\fR)\ \&
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd014.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd014.2,v 2.8 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd014.2,v 2.8 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|buffer|macrodevelop
.ds C0 "(\fB\*(cX=\fR)\ \&
.so me.tni
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd015.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd015.2,v 2.6 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd015.2,v 2.6 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|capital
.ds C0 "(\fB\*ec\fR)\ \&
.ds C1 "(\fB\*el\fR)\ \&
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd017.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd017.2,v 2.8 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd017.2,v 2.8 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|file|buffer
.ds C0 "(\fB\*(cXn\fR)\ \&
.so me.tni
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd018.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd018.2,v 2.7 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd018.2,v 2.7 2024/05/21 17:13:08 jon Exp $
.Im MicroEmacs command|hilight
.so me.tni
.TH change-frame-depth 2
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd019.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd019.2,v 2.10 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd019.2,v 2.10 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|macrodevelop|search
.so me.tni
.TH search-buffer 2
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd020.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd020.2,v 2.6 2022/02/05 14:45:11 jon Exp $
.Id $Id: m2cmd020.2,v 2.6 2022/06/12 14:45:11 jon Exp $
.Im MicroEmacs command|window|comparison
.so me.tni
.TH compare-windows 2
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd021.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd021.2,v 2.6 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd021.2,v 2.6 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|macrodevelop
.so me.tni
.TH set-scroll-with-mouse 2
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd022.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd022.2,v 2.7 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd022.2,v 2.7 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|region
.ds C0 "(\fB\*ew\fR)\ \&
.so me.tni
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd023.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd023.2,v 2.6 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd023.2,v 2.6 2024/10/06 17:13:08 jon Exp $
.Im MicroEmacs command|region
.ds C0 "(\fB\*e\*cc\fR)\ \&
.so me.tni
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd024.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1988-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd024.2,v 2.7 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd024.2,v 2.7 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|macrodevelop
.so me.tni
.TH create-callback 2
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd025.2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.\" Created By : Jon Green
.\" Created : Thu Jul 16 23:13:14 1998
.\"
.Id $Id: m2cmd025.2,v 2.8 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd025.2,v 2.8 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|registry
.so me.tni
.TH list-registry 2
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd026.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1998-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd026.2,v 2.6 2009/08/29 17:13:08 jon Exp $
.Id $Id: m2cmd026.2,v 2.6 2022/06/12 17:13:08 jon Exp $
.Im MicroEmacs command|cursor
.ds C0 "(\fB\*ca\fR)\ \&
.ds C1 "(\fB\*ce\fR)\ \&
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd027.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1998-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd027.2,v 2.8 2023/01/09 19:15:46 jon Exp $
.Id $Id: m2cmd027.2,v 2.8 2024/08/27 19:15:46 jon Exp $
.Im MicroEmacs command|hilight
.so me.tni
.TH change-font 2
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd028.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1998-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd028.2,v 2.7 2009/08/29 17:13:09 jon Exp $
.Id $Id: m2cmd028.2,v 2.7 2022/06/12 17:13:09 jon Exp $
.Im MicroEmacs command
.ds C0 "(\fB\*(eS\fR)\ \&
.ds C1 "(\fB\*cx\fR)\ \&
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd029.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1998-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd029.2,v 2.6 2009/08/29 17:13:09 jon Exp $
.Id $Id: m2cmd029.2,v 2.6 2022/06/12 17:13:09 jon Exp $
.Im MicroEmacs command|macrodevelopment
.so me.tni
.TH define-macro 2
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd030.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1998-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd030.2,v 2.6 2009/08/29 17:13:09 jon Exp $
.Id $Id: m2cmd030.2,v 2.6 2022/06/12 17:13:09 jon Exp $
.Im MicroEmacs command|delete
.ds C0 "(\fB\*(cX\*co\fR)\ \&
.so me.tni
Expand Down
2 changes: 1 addition & 1 deletion microemacs/doc/m2cmd031.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 1998-2009 JASSPA (www.jasspa.com)
.\" See the file "me.nrs" for copying and conditions.
.\"
.Id $Id: m2cmd031.2,v 2.6 2009/08/29 17:13:09 jon Exp $
.Id $Id: m2cmd031.2,v 2.6 2022/06/12 17:13:09 jon Exp $
.Im MicroEmacs command|buffer
.ds C0 "(\fB\*(cXk\fR)\ \&
.so me.tni
Expand Down
Loading

0 comments on commit 74aad18

Please sign in to comment.