]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/el-search/el-search.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / el-search / el-search.el
index 0c5543b2da480f22165fb1cf304bc06208ec8669..d79af7f2602fc20f9397f8c5ff0c3d10bce66a34 100644 (file)
   :group 'lisp)
 
 (defcustom el-search-this-expression-identifier 'exp
   :group 'lisp)
 
 (defcustom el-search-this-expression-identifier 'exp
-  "Identifier referring to the current expression in pattern input.
+  "Identifier ID referring to the current expression in pattern input.
 When entering a PATTERN in an interactive \"el-search\" command,
 When entering a PATTERN in an interactive \"el-search\" command,
-the pattern actually used will be
-
-    `(and ,el-search-this-expression-identifier ,pattern)
-
+the pattern actually used will be (and ID PATTERN).
 The default value is `exp'."
   :type 'symbol)
 
 The default value is `exp'."
   :type 'symbol)