From: Stefan Kangas Date: Fri, 19 Feb 2021 07:30:04 +0000 (+0100) Subject: ; * lisp/plstore.el: Fix formatting. X-Git-Tag: emacs-28.0.90~3653^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87669400aff6ecdf670de6368168c5833848d56f;p=emacs.git ; * lisp/plstore.el: Fix formatting. --- diff --git a/lisp/plstore.el b/lisp/plstore.el index 46533664d52..4ca5886bf15 100644 --- a/lisp/plstore.el +++ b/lisp/plstore.el @@ -1,4 +1,5 @@ ;;; plstore.el --- secure plist store -*- lexical-binding: t -*- + ;; Copyright (C) 2011-2021 Free Software Foundation, Inc. ;; Author: Daiki Ueno @@ -19,7 +20,7 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see . -;;; Commentary +;;; Commentary: ;; Plist based data store providing search and partial encryption. ;;