Compare commits

2 Commits

Author SHA1 Message Date
T.v.Dein
209945610e Merge pull request #2 from skx/patch-1
Fix documentation typo.
2023-06-15 14:28:41 +02:00
Steve Kemp
4b0d7675c1 Update autoscratch.el
Fixed typo in example documentation.
2023-06-15 10:16:02 +03:00
3 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
[![Build Status](https://travis-ci.org/TLINDEN/autoscratch.svg?branch=master)](https://travis-ci.org/TLINDEN/autoscratch)
# autoscratch-mode - automatically switch scratch buffer mode # autoscratch-mode - automatically switch scratch buffer mode
*Author:* T.v.Dein <tlinden AT cpan DOT org><br> *Author:* T.v.Dein <tlinden AT cpan DOT org><br>
*URL:* [https://codeberg.org/scip/autoscratch](https://codeberg.org/scip/autoscratch)<br> *URL:* [https://github.com/tlinden/autoscratch](https://github.com/tlinden/autoscratch)<br>
## Introduction ## Introduction

View File

@@ -23,7 +23,7 @@
;; Package-Version: 20230505.800 ;; Package-Version: 20230505.800
;; Author: T.v.Dein <tlinden@cpan.org> ;; Author: T.v.Dein <tlinden@cpan.org>
;; Keywords: convenience, buffer, scrach ;; Keywords: convenience, buffer, scrach
;; URL: https://codeberg.org/scip/autoscratch ;; URL: https://github.com/tlinden/autoscratch
;; License: GNU General Public License >= 2 ;; License: GNU General Public License >= 2
;; Package-Requires: ((emacs "24.1")) ;; Package-Requires: ((emacs "24.1"))
;; SPDX-License-Identifier: GPL-3.0 ;; SPDX-License-Identifier: GPL-3.0
@@ -214,7 +214,7 @@ Executes `autoscratch-trigger-hook' after evaluation.
Supported values for FORM include: Supported values for FORM include:
'emacs-lisp-mode 'emacs-lisp-mode
'(lambda() (emacs-lisp-mode) '(lambda() (emacs-lisp-mode)
'(emacs-lisp-mmode)" '(emacs-lisp-mode)"
(if (autoscratch--function-p form) (if (autoscratch--function-p form)
(funcall form) (funcall form)
(eval form)) (eval form))

View File

@@ -22,7 +22,7 @@
;; Version: 0.01 ;; Version: 0.01
;; Author: T.v.Dein <tlinden@cpan.org> ;; Author: T.v.Dein <tlinden@cpan.org>
;; Keywords: files ;; Keywords: files
;; URL: https://codeberg.org/scip/autoscratch ;; URL: https://github.com/tlinden/autoscratch
;; License: GNU General Public License >= 2 ;; License: GNU General Public License >= 2
;;; Commentary: ;;; Commentary: