From f38a5e45c891f80b4537c8cda28783d3bb43cdec Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 10 May 2022 15:33:32 +0200 Subject: [PATCH] Fix markup in read-number doc string * lisp/subr.el (read-number): Fix markup for the letter. --- lisp/subr.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 54c9f35264d..d7f06bdcde8 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -3055,7 +3055,8 @@ DEFAULT specifies a default value to return if the user just types RET. The value of DEFAULT is inserted into PROMPT. HIST specifies a history list variable. See `read-from-minibuffer' for details of the HIST argument. -This function is used by the `interactive' code letter `n'." + +This function is used by the `interactive' code letter \"n\"." (let ((n nil) (default1 (if (consp default) (car default) default))) (when default1 -- 2.39.2