diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-20 19:01:00 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-20 19:01:00 +0000 |
commit | f0529b5b1aeb64a7df9765781948a5edbfc80b1e (patch) | |
tree | 158ac5ca37e5347b9cc96ffe5514ab852e3aa8b9 /lisp/emacs-lisp/elp.el | |
parent | 0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff) | |
download | emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/elp.el')
-rw-r--r-- | lisp/emacs-lisp/elp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index 0b081b8e901..7c06c7cb1a0 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el @@ -177,7 +177,7 @@ functions will be displayed." :group 'elp) (defcustom elp-recycle-buffers-p t - "*Nil says to not recycle the `elp-results-buffer'. + "*nil says to not recycle the `elp-results-buffer'. In other words, a new unique buffer is create every time you run \\[elp-results]." :type 'boolean |