diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-03-31 16:43:51 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-03-31 16:43:51 +0000 |
commit | 42d9d13aa3e04d4ab5783cbf71f071986af43186 (patch) | |
tree | 4a04e4efac223c8bc8eb6e58d3e5577d1d94f0b2 /lispref | |
parent | 3e505153dab95ddbda1b5a2d91ea23402654f0f1 (diff) | |
download | emacs-42d9d13aa3e04d4ab5783cbf71f071986af43186.tar.gz |
Fix typo.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/minibuf.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index 0bdb634af3f..96a5e1a99ac 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi @@ -1536,7 +1536,7 @@ contents of the minibuffer (that is, everything except the prompt), if a minibuffer is current. Otherwise, it erases the entire buffer. @end defun -@defun minubuffer-prompt-width +@defun minibuffer-prompt-width This function returns the current display-width of the minibuffer prompt, if a minibuffer is current. Otherwise, it returns zero. @end defun |