From 21853e92013600b5e788622206eace2f319f75f9 Mon Sep 17 00:00:00 2001 From: Steven Phillips Date: Mon, 21 Oct 2024 10:44:22 +0100 Subject: [PATCH] Fixed doc issue --- microemacs/contribs/github.emf | 1 + microemacs/doc/m5var070.5 | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/microemacs/contribs/github.emf b/microemacs/contribs/github.emf index ec3a577d..2e706dce 100644 --- a/microemacs/contribs/github.emf +++ b/microemacs/contribs/github.emf @@ -7,6 +7,7 @@ ; Created: 2024-07-27 ; Synopsis: Macros used to build and create relesae ; +; Notes: Run github-build-release first, check release then run github-finalise-release ; Variables: ; .git.hub-tkn Github API access token ; .git.hub-url Main api url for the repository diff --git a/microemacs/doc/m5var070.5 b/microemacs/doc/m5var070.5 index 46dc76bd..2eaac39c 100755 --- a/microemacs/doc/m5var070.5 +++ b/microemacs/doc/m5var070.5 @@ -73,11 +73,11 @@ When retrieved, the buffer's file flags are also merged into the value of \fB$bu platform specific and used to store the current properties of the buffer's file. They cannot be set and are defined as follows: .IP \fB0x10000\fR - When set the buffer is a directory listing, created by the +When set the buffer is a directory listing, created by the .Ht find-file 2 -command when the file name given is a directory. Earlier versions of \*(mS had a \fBdir\fR buffer mode, this mode has been - removed as this property cannot be simply toggled like other modes. Checking the value of this bit should be used - instead. +command when the file name given is a directory. Earlier versions of \*(mS had a \fBdir\fR buffer mode, this mode has +been removed as this property cannot be simply toggled like other modes. Checking the value of this bit should be used +instead. .IP \fB0x20000\fR When set the file was found to contain binary data that cannot be safely represented in a buffer, as a result saving the buffer will result in data loss and corruption. Note that this is different to @@ -95,7 +95,7 @@ corruption. .Ht find-file 2 , .Ht cr 2m , .Ht lf 2m , -.Ht binary 2m, +.Ht binary 2m , .Ht ctrlz 2m , .Ht auto 2m . .ad