diff options
| -rw-r--r-- | doc/lispref/minibuf.texi | 8 |
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 |
| 2338 | Puts element of the minibuffer history in the minibuffer. The | 2338 | This function puts element of the minibuffer history in the |
| 2339 | argument @var{nabs} specifies the absolute history position in | 2339 | minibuffer. The argument @var{nabs} specifies the absolute history |
| 2340 | descending order, where 0 means the current element and a positive | 2340 | position in descending order, where 0 means the current element and a |
| 2341 | number N means the Nth previous element. | 2341 | positive 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 |