]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix recent change in docs
authorEli Zaretskii <eliz@gnu.org>
Mon, 28 Oct 2019 15:52:16 +0000 (17:52 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 28 Oct 2019 15:52:16 +0000 (17:52 +0200)
* doc/lispref/minibuf.texi (Minibuffer Commands): Fix wording
and markup.  (Bug#37948)

doc/lispref/minibuf.texi

index d5a16014053255ed1ab10aa5a37d51526f74a14b..d36babd69873e21e2b10d47358b6787d98319377 100644 (file)
@@ -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