From ab837c608327848d7a9272055dac072f9d08918f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 14 Feb 2014 14:08:53 -0500 Subject: [PATCH] * lisp/replace.el (read-regexp): Fix typo in earlier doc change. --- lisp/replace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/replace.el b/lisp/replace.el index fafa5ec8390..fda2213236b 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -668,7 +668,7 @@ via \\\\[next-history-element]." "Read and return a regular expression as a string. Prompt with the string PROMPT. If PROMPT ends in \":\" (followed by optional whitespace), use it as-is. Otherwise, add \": \" to the end, -possible preceded by the default result (see below). +possibly preceded by the default result (see below). The optional argument DEFAULTS can be either: nil, a string, a list of strings, or a symbol. We use DEFAULTS to construct the default -- 2.39.2