From 4c7f5b007a565991affc9893f60658a5e886ea97 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 26 Jul 1993 18:40:03 +0000 Subject: [PATCH] Comment fix. --- lisp/emacs-lisp/lisp-mnt.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index 4c01378138f..0f7bcdf13ae 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond ;; Maintainer: Eric S. Raymond ;; Created: 14 Jul 1992 -;; Version: $Id: lisp-mnt.el,v 1.2 1993/03/25 01:57:43 eric Exp eric $ +;; Version: $Id: lisp-mnt.el,v 1.3 1993/04/14 03:34:42 eric Exp rms $ ;; Keywords: docs ;; Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out! @@ -314,7 +314,7 @@ ))) (defun lm-commentary (&optional file) - ;; Return the commentary region of a file, as a string." + ;; Return the commentary region of a file, as a string. (save-excursion (if file (find-file file)) -- 2.39.5