diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2024-12-15 17:14:32 -0500 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2024-12-15 17:14:32 -0500 |
| commit | 5e7714835b2289f61dad24c0b5cf98d28fc313b0 (patch) | |
| tree | 48205efdb933c1b25be717281d8999bd1d97d6eb | |
| parent | 8d5bd130dcab0f9c4e5b71bebfaadd531a7639d2 (diff) | |
m-buffer-doc.org: Fix Texinfo dir (bug#74844)externals/m-buffer
* m-buffer-doc.org (TEXINFO_DIR_TITLE): Fix last change
* m-buffer.el (Version): Trigger minor release.
| -rw-r--r-- | m-buffer-doc.org | 7 | ||||
| -rw-r--r-- | m-buffer.el | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/m-buffer-doc.org b/m-buffer-doc.org index c8061ff..5e7dff1 100644 --- a/m-buffer-doc.org +++ b/m-buffer-doc.org @@ -1,11 +1,10 @@ #+TITLE: Manipulate the Contents of Emacs Buffers #+AUTHOR: Phillip Lord -#+TEXINFO_DIR_CATEGORY: Emacs -# FIXME: Shouldn't `ox-texinfo` use sane defaults like the file's name -# for TEXINFO_DIR_TITLE and the TITLE for TEXINFO_DIR_DESC? -#+TEXINFO_DIR_TITLE: * m-buffer-do: (m-buffer-doc). +# FIXME: In Emacsā„30, we could drop most of this. +#+TEXINFO_DIR_CATEGORY: Emacs +#+TEXINFO_DIR_TITLE: * m-buffer: (m-buffer-doc). #+TEXINFO_DIR_DESC: Manipulate the Contents of Emacs Buffers #+INFOJS_OPT: view:info toc:nil diff --git a/m-buffer.el b/m-buffer.el index 754f237..4190187 100644 --- a/m-buffer.el +++ b/m-buffer.el @@ -6,7 +6,7 @@ ;; Author: Phillip Lord <phillip.lord@russet.org.uk> ;; Maintainer: Phillip Lord <phillip.lord@russet.rg.uk> -;; Version: 0.16 +;; Version: 0.16.1 ;; Package-Requires: ((seq "2.14")) ;; The contents of this file are subject to the GPL License, Version 3.0. |
