aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/minibuf.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi
index d5a16014053..d36babd6987 100644
--- a/doc/lispref/minibuf.texi
+++ b/doc/lispref/minibuf.texi
@@ -2335,10 +2335,10 @@ contents of the minibuffer before the point.
2335@end deffn 2335@end deffn
2336 2336
2337@deffn Command goto-history-element nabs 2337@deffn Command goto-history-element nabs
2338Puts element of the minibuffer history in the minibuffer. The 2338This function puts element of the minibuffer history in the
2339argument @var{nabs} specifies the absolute history position in 2339minibuffer. The argument @var{nabs} specifies the absolute history
2340descending order, where 0 means the current element and a positive 2340position in descending order, where 0 means the current element and a
2341number N means the Nth previous element. 2341positive number @var{n} means the @var{n}th previous element.
2342@end deffn 2342@end deffn
2343 2343
2344@node Minibuffer Windows 2344@node Minibuffer Windows