diff options
author | Christopher Zaborsky <rogue@erratum.com> | 1992-10-25 19:44:06 +0000 |
---|---|---|
committer | Christopher Zaborsky <rogue@erratum.com> | 1992-10-25 19:44:06 +0000 |
commit | fe668515823c6d9408bbc5015ef5c8d1d5af8597 (patch) | |
tree | 24563d418bf0893610bd10f1b640da941b0d8c8c /lisp/finder.el | |
parent | accd90bd673f69a656918497a1a1c0706b0c9e54 (diff) | |
download | emacs-fe668515823c6d9408bbc5015ef5c8d1d5af8597.tar.gz |
Doc fix.
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 ee58902ff44..0613e8d2cf8 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -77,7 +77,7 @@ (defun finder-compile-keywords (&rest dirs) "Regenerate the keywords association list into the file finder-inf.el. Optional arguments are a list of Emacs Lisp directories to compile from; no -arguments compiles from load-path." +arguments compiles from `load-path'." (save-excursion (find-file "finder-inf.el") (erase-buffer) |