File: 0004-info-direntry-syntax.patch

package info (click to toggle)
sml-mode 6.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 504 kB
  • sloc: lisp: 3,887; makefile: 7; sh: 5
file content (24 lines) | stat: -rw-r--r-- 710 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: "Barak A. Pearlmutter" <barak+git@pearlmutter.net>
Date: Sun, 4 May 2025 12:08:22 +0100
Subject: info direntry syntax

The space in "sml: (sml-mode)" is mandatory. Without it you get a
broken info dir file, with the sml mode entry jammed onto the end of
the previous line.
---
 sml-mode.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sml-mode.texi b/sml-mode.texi
index 4b8667c..e3df1fb 100644
--- a/sml-mode.texi
+++ b/sml-mode.texi
@@ -25,7 +25,7 @@
 @settitle SML mode - The Emacs SML editing mode
 @dircategory Emacs
 @direntry
-* sml:(sml-mode).	Emacs mode for editing SML
+* SML mode: (sml-mode).	        Emacs mode for editing SML
 @end direntry
 @setchapternewpage on