branch: externals/m-buffer commit 5e7714835b2289f61dad24c0b5cf98d28fc313b0 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
m-buffer-doc.org: Fix Texinfo dir (bug#74844) * m-buffer-doc.org (TEXINFO_DIR_TITLE): Fix last change * m-buffer.el (Version): Trigger minor release. --- m-buffer-doc.org | 7 +++---- m-buffer.el | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/m-buffer-doc.org b/m-buffer-doc.org index c8061ff8cf..5e7dff172a 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 754f237cbb..4190187298 100644 --- a/m-buffer.el +++ b/m-buffer.el @@ -6,7 +6,7 @@ ;; Author: Phillip Lord <phillip.l...@russet.org.uk> ;; Maintainer: Phillip Lord <phillip.l...@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.