Skip to content

Commit

Permalink
Fixed doc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bjasspa committed Oct 21, 2024
1 parent c468499 commit 21853e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions microemacs/contribs/github.emf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions microemacs/doc/m5var070.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 21853e9

Please sign in to comment.