X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8dd59f01de203f3f02c3f898a7015bb522a0e4bc..b1bad9f3d6bcc725d9727c2dc4282c6080447cbf:/lisp/allout.el diff --git a/lisp/allout.el b/lisp/allout.el index a259723d5b..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: @@ -691,7 +689,7 @@ formatted copy." (defcustom allout-topic-encryption-bullet "~" "*Bullet signifying encryption of the entry's body." :type '(choice (const nil) string) - :version "22.0" + :version "22.1" :group 'allout-encryption) ;;;_ = allout-passphrase-verifier-handling (defcustom allout-passphrase-verifier-handling t @@ -700,7 +698,7 @@ formatted copy." See the docstring for the `allout-enable-file-variable-adjustment' variable for details about allout ajustment of file variables." :type 'boolean - :version "22.0" + :version "22.1" :group 'allout-encryption) (make-variable-buffer-local 'allout-passphrase-verifier-handling) ;;;_ = allout-passphrase-hint-handling @@ -716,7 +714,7 @@ variable for details about allout ajustment of file variables." :type '(choice (const always) (const needed) (const disabled)) - :version "22.0" + :version "22.1" :group 'allout-encryption) (make-variable-buffer-local 'allout-passphrase-hint-handling) ;;;_ = allout-encrypt-unencrypted-on-saves @@ -749,7 +747,7 @@ disable auto-saves for that file." :type '(choice (const :tag "Yes" t) (const :tag "All except current topic" except-current) (const :tag "No" nil)) - :version "22.0" + :version "22.1" :group 'allout-encryption) (make-variable-buffer-local 'allout-encrypt-unencrypted-on-saves) @@ -1664,7 +1662,7 @@ the following two lines in your Emacs init file: ;; the _transient_ opening of invisible text during isearch -- is keyed to ;; presence of the isearch-open-invisible property -- even though this ;; property controls the isearch _arrival_ behavior. This is the case at - ;; least in emacs 21, 22.0, and xemacs 21.4. + ;; least in emacs 21, 22.1, and xemacs 21.4. (put 'allout-exposure-category 'isearch-open-invisible 'allout-isearch-end-handler) (if (featurep 'xemacs) @@ -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))