Mercurial > emacs
changeset 7943:8053544ffe30
(finder-commentary): Fix error message syntax.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 17 Jun 1994 20:35:16 +0000 |
parents | bc5dccc5375f |
children | a114bbe9a63c |
files | lisp/finder.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/finder.el Fri Jun 17 20:04:22 1994 +0000 +++ b/lisp/finder.el Fri Jun 17 20:35:16 1994 +0000 @@ -209,7 +209,7 @@ (interactive) (let* ((str (lm-commentary (finder-find-library file)))) (if (null str) - (error "Can't find any Commentary section.")) + (error "Can't find any Commentary section")) (pop-to-buffer "*Finder*") (setq buffer-read-only nil) (erase-buffer)