]> code.delx.au - gnu-emacs/commitdiff
(finder-commentary): Fix error message syntax.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 1994 20:35:16 +0000 (20:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 1994 20:35:16 +0000 (20:35 +0000)
lisp/finder.el

index 3a18d6daa931bbff96dd91123c0003e391f265ae..c13be5c92060286a4a6def9db5c7bf791e373567 100644 (file)
@@ -209,7 +209,7 @@ arguments compiles from `load-path'."
   (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)