emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f38a5e45c8 2/2: Fix markup in read-number doc string


From: Lars Ingebrigtsen
Subject: master f38a5e45c8 2/2: Fix markup in read-number doc string
Date: Tue, 10 May 2022 09:41:33 -0400 (EDT)

branch: master
commit f38a5e45c891f80b4537c8cda28783d3bb43cdec
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 54c9f35264..d7f06bdcde 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]