diff options
| author | Eli Zaretskii | 2018-04-13 20:19:17 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-04-13 20:19:17 +0300 |
| commit | ad731b0d8fe75af37959042db8de9db6178cf0e8 (patch) | |
| tree | 669152dfb531a4f31f1e247c9f76a4144b515fdf | |
| parent | f1450e9f348723d442d6faa57b685826ac557cc2 (diff) | |
| download | emacs-ad731b0d8fe75af37959042db8de9db6178cf0e8.tar.gz emacs-ad731b0d8fe75af37959042db8de9db6178cf0e8.zip | |
; * doc/lispref/display.texi (Temporary Displays): Fix typos.
| -rw-r--r-- | doc/lispref/display.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 1743a977ec7..02dc830e0ab 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -1241,7 +1241,7 @@ displays the buffer specified by @var{buffer-or-name} @emph{before} | |||
| 1241 | running @var{body}. | 1241 | running @var{body}. |
| 1242 | @end defmac | 1242 | @end defmac |
| 1243 | 1243 | ||
| 1244 | A window showing a temporary buffer can be fit to the size of that | 1244 | A window showing a temporary buffer can be fitted to the size of that |
| 1245 | buffer using the following mode: | 1245 | buffer using the following mode: |
| 1246 | 1246 | ||
| 1247 | @defopt temp-buffer-resize-mode | 1247 | @defopt temp-buffer-resize-mode |
| @@ -1274,7 +1274,7 @@ positive integer. At the time the function is called, the window to be | |||
| 1274 | resized is selected. | 1274 | resized is selected. |
| 1275 | @end defopt | 1275 | @end defopt |
| 1276 | 1276 | ||
| 1277 | The following function uses the current buffer for temporal display: | 1277 | The following function uses the current buffer for temporary display: |
| 1278 | 1278 | ||
| 1279 | @defun momentary-string-display string position &optional char message | 1279 | @defun momentary-string-display string position &optional char message |
| 1280 | This function momentarily displays @var{string} in the current buffer at | 1280 | This function momentarily displays @var{string} in the current buffer at |