emacs-diffs
[Top][All Lists]
Advanced

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

master 0c3e3a8: ; Fix recent change in docs


From: Eli Zaretskii
Subject: master 0c3e3a8: ; Fix recent change in docs
Date: Mon, 28 Oct 2019 11:53:39 -0400 (EDT)

branch: master
commit 0c3e3a82aa1e8339ad59eec833d2a4d93429d8d5
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; Fix recent change in docs
    
    * doc/lispref/minibuf.texi (Minibuffer Commands): Fix wording
    and markup.  (Bug#37948)
---
 doc/lispref/minibuf.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi
index d5a1601..d36babd 100644
--- a/doc/lispref/minibuf.texi
+++ b/doc/lispref/minibuf.texi
@@ -2335,10 +2335,10 @@ contents of the minibuffer before the point.
 @end deffn
 
 @deffn Command goto-history-element nabs
-Puts element of the minibuffer history in the minibuffer.  The
-argument @var{nabs} specifies the absolute history position in
-descending order, where 0 means the current element and a positive
-number N means the Nth previous element.
+This function puts element of the minibuffer history in the
+minibuffer.  The argument @var{nabs} specifies the absolute history
+position in descending order, where 0 means the current element and a
+positive number @var{n} means the @var{n}th previous element.
 @end deffn
 
 @node Minibuffer Windows



reply via email to

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