; Fix recent change in docs
* doc/lispref/minibuf.texi (Minibuffer Commands): Fix wording and markup. (Bug#37948)
This commit is contained in:
parent
70578e0777
commit
0c3e3a82aa
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue