X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/21e8bc996dcb20a54b40311ebdcf9646840a7cfe..b1bad9f3d6bcc725d9727c2dc4282c6080447cbf:/lisp/allout.el diff --git a/lisp/allout.el b/lisp/allout.el index 9c90e702bb..dd954b748f 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -12,10 +12,10 @@ ;; This file is part of GNU Emacs. -;; GNU Emacs is free software; you can redistribute it and/or modify +;; GNU Emacs 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, or (at your option) -;; any later version. +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -23,9 +23,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. +;; along with GNU Emacs. If not, see . ;;; Commentary: @@ -5976,7 +5974,7 @@ See `allout-toggle-current-subtree-encryption' for more details." (when (not was-encrypted) ;; ensure that non-ascii chars pending encryption are noticed before - ;; they're encrypted, so the coding system is set to accomodate + ;; they're encrypted, so the coding system is set to accommodate ;; them. (setq buffer-file-coding-system (select-safe-coding-system subtree-beg subtree-end))