]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/el-search/el-search.el
Improve doc of el-search-this-expression-identifier.
[gnu-emacs-elpa] / packages / el-search / el-search.el
index 05378a8a502b3f30f9eb3b0d841f9ff6e46741ec..c71bb198d82add43a2a17bd5b8010f40f9930ec6 100644 (file)
   :group 'lisp)
 
 (defcustom el-search-this-expression-identifier 'exp
-  "Name of the identifier referring to the current expression.
-The default value is `exp'.  You can use this name in the search
-prompt to refer to the value of the currently tested expression."
+  "Identifier referring to the current expression in pattern input.
+When entering a PATTERN in an interactive \"el-search\" command,
+the pattern actually used will be
+
+    `(and ,el-search-this-expression-identifier ,pattern)
+
+The default value is `exp'."
   :type 'symbol)
 
 (defface el-search-match '((((background dark)) (:background "#0000A0"))