branch: externals/engrave-faces commit 1d73b8ed7b4603bf57b0d3a272660c8d34d94339 Author: TEC <t...@tecosaur.com> Commit: TEC <t...@tecosaur.com>
Fix inaccurate comments --- engrave-faces-html.el | 2 +- engrave-faces.el | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/engrave-faces-html.el b/engrave-faces-html.el index bb8ea22..10987ca 100644 --- a/engrave-faces-html.el +++ b/engrave-faces-html.el @@ -93,7 +93,7 @@ See `engrave-faces-preset-styles' and `engrave-faces-html-output-style'." (engrave-faces-html-face-apply faces protected-content))))) (defun engrave-faces-html-make-standalone () - "Export current buffer to a standalone LaTeX buffer." + "Export current buffer to a standalone HTML buffer." (goto-char (point-min)) (insert "<!DOCTYPE html> <html> diff --git a/engrave-faces.el b/engrave-faces.el index 8146fc2..6bf9640 100644 --- a/engrave-faces.el +++ b/engrave-faces.el @@ -5,28 +5,28 @@ ;; Author: TEC <https://github/tecosaur> ;; Maintainer: TEC <t...@tecosaur.com> ;; Created: January 18, 2021 -;; Modified: January 18, 2021 -;; Version: 0.0.1 +;; Modified: July 10, 2021 +;; Version: 0.1.0 ;; Keywords: faces ;; Homepage: https://github.com/tecosaur/engrave-faces ;; Package-Requires: ((emacs "27.1")) ;;; License: -;; This file is part of org-pandoc-import, which is not part of GNU Emacs. +;; This file is part of engrave-faces, which is not part of GNU Emacs. ;; -;; org-pandoc-import is free software: you can redistribute it and/or modify +;; engrave-faces is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; -;; org-pandoc-import is distributed in the hope that it will be useful, +;; engrave-faces is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with org-pandoc-import. If not, see <https://www.gnu.org/licenses/>. +;; along with engrave-faces. If not, see <https://www.gnu.org/licenses/>. ;; ;; SPDX-License-Identifier: GPL-3.0-or-later @@ -91,9 +91,7 @@ buffer. You may use them to modify the outlook of the final output." :group 'engrave-faces) (defun engrave-faces-buffer (backend) - "Export the current buffer with BACKEND and return the created buffer. - -This function is mostly lifted from htmlize." + "Export the current buffer with BACKEND and return the created buffer." (save-excursion ;; Protect against the hook changing the current buffer. (save-excursion