summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2009-09-27 00:27:21 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2009-09-27 00:27:21 +0000
commitce9a0ccb72711855dfd994d0500c01e4417d09d5 (patch)
tree8839de8cf90d6bb6b8b2b326b0746fcc6bb5ed70 /lisp/isearch.el
parent607b83077fbf53cfc8b44f4341b0e937ac601a82 (diff)
downloademacs-ce9a0ccb72711855dfd994d0500c01e4417d09d5.tar.gz
emacs-ce9a0ccb72711855dfd994d0500c01e4417d09d5.tar.bz2
emacs-ce9a0ccb72711855dfd994d0500c01e4417d09d5.zip
* help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
* isearch.el (isearch-help-for-help-internal): Purecopy the second arg. * help-macro.el (make-help-screen): Avoid using an ambiguous function definition where the docstring could be taken for the return value.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 752746f09c2..bf2f0738d97 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -347,7 +347,7 @@ A value of nil means highlight all matches."
(eval-when-compile (require 'help-macro))
(make-help-screen isearch-help-for-help-internal
- "Type a help option: [bkm] or ?"
+ (purecopy "Type a help option: [bkm] or ?")
"You have typed %THIS-KEY%, the help character. Type a Help option:
\(Type \\<help-map>\\[help-quit] to exit the Help command.)