diff options
| author | Po Lu | 2023-03-02 20:00:06 +0800 |
|---|---|---|
| committer | Po Lu | 2023-03-02 20:00:06 +0800 |
| commit | a6a586ffc1bd302e30d80cb88b06e1e7e1573f63 (patch) | |
| tree | 33877aa5d5c405e3943c075acdef9bd94d8d9faf /doc | |
| parent | 42674a71446e2ce1ba1f3226c978c7546334d4ea (diff) | |
| parent | 8d5d7509b0a2c248084fa349b0b188d4de4af804 (diff) | |
| download | emacs-a6a586ffc1bd302e30d80cb88b06e1e7e1573f63.tar.gz emacs-a6a586ffc1bd302e30d80cb88b06e1e7e1573f63.zip | |
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/programs.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index d97bd56be21..62df88a731e 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi | |||
| @@ -1387,6 +1387,12 @@ this, change the value of the variable @code{Man-switches} to | |||
| 1387 | @kbd{M-p} to switch between man pages in different sections. The mode | 1387 | @kbd{M-p} to switch between man pages in different sections. The mode |
| 1388 | line shows how many manual pages are available. | 1388 | line shows how many manual pages are available. |
| 1389 | 1389 | ||
| 1390 | @vindex Man-prefer-synchronous-call | ||
| 1391 | By default, @kbd{M-x man} calls the @code{man} program | ||
| 1392 | asynchronously. You can force the invocation to be synchronous by | ||
| 1393 | customizing @code{Man-prefer-synchronous-calls} to a non-@code{nil} | ||
| 1394 | value. | ||
| 1395 | |||
| 1390 | @findex woman | 1396 | @findex woman |
| 1391 | @cindex manual pages, on MS-DOS/MS-Windows | 1397 | @cindex manual pages, on MS-DOS/MS-Windows |
| 1392 | An alternative way of reading manual pages is the @kbd{M-x woman} | 1398 | An alternative way of reading manual pages is the @kbd{M-x woman} |