]> code.delx.au - gnu-emacs-elpa/commitdiff
Improve doc of el-search-this-expression-identifier.
authorMichael Heerdegen <michael_heerdegen@web.de>
Sun, 14 Feb 2016 12:24:32 +0000 (13:24 +0100)
committerMichael Heerdegen <michael_heerdegen@web.de>
Sun, 14 Feb 2016 12:24:32 +0000 (13:24 +0100)
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"))