diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-17 20:35:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-17 20:35:16 +0000 |
commit | 67a69ba62f3a845b185d0f88ef421eb489a0dac2 (patch) | |
tree | 0e9d28c7247f7e889864ae3592582cd8056b1a3d /lisp/finder.el | |
parent | 07b3798c76394425f32e29d94174ad349d0af750 (diff) | |
download | emacs-67a69ba62f3a845b185d0f88ef421eb489a0dac2.tar.gz |
(finder-commentary): Fix error message syntax.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r-- | lisp/finder.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index 3a18d6daa93..c13be5c9206 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -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) |