From: Lars Ingebrigtsen Date: Tue, 10 May 2022 13:33:32 +0000 (+0200) Subject: Fix markup in read-number doc string X-Git-Tag: emacs-29.0.90~1910^2~838 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f38a5e45c891f80b4537c8cda28783d3bb43cdec;p=emacs.git Fix markup in read-number doc string * lisp/subr.el (read-number): Fix markup for the letter. --- 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