diff options
| -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. |
