; Fix last change
* doc/emacs/programs.texi (Man Page): Improve wording. * lisp/man.el (Man-prefer-synchronous-call): Fix quoting and spelling. (Bug#61552)
This commit is contained in:
parent
cf3c89423f
commit
8d5d7509b0
3 changed files with 7 additions and 7 deletions
|
@ -1389,9 +1389,9 @@ line shows how many manual pages are available.
|
|||
|
||||
@vindex Man-prefer-synchronous-call
|
||||
By default, @kbd{M-x man} calls the @code{man} program
|
||||
asynchronously. If you would prefer it if @kbd{M-x man} called the
|
||||
@code{man} program synchronously, you may set variable
|
||||
@code{Man-prefer-synchronous-calls} to a non-@code{nil} value.
|
||||
asynchronously. You can force the invocation to be synchronous by
|
||||
customizing @code{Man-prefer-synchronous-calls} to a non-@code{nil}
|
||||
value.
|
||||
|
||||
@findex woman
|
||||
@cindex manual pages, on MS-DOS/MS-Windows
|
||||
|
|
2
etc/NEWS
2
etc/NEWS
|
@ -206,7 +206,7 @@ bound to 'C-c C-d' in 'go-ts-mode'.
|
|||
+++
|
||||
*** New user option 'Man-prefer-synchronous-call'.
|
||||
When this is non-nil, call the 'man' program synchronously rather than
|
||||
asynchronously, which is the default behaviour.
|
||||
asynchronously (which is the default behavior).
|
||||
|
||||
|
||||
* New Modes and Packages in Emacs 30.1
|
||||
|
|
|
@ -98,9 +98,9 @@
|
|||
:group 'help)
|
||||
|
||||
(defcustom Man-prefer-synchronous-call nil
|
||||
"Whether to call the Un*x 'man' program synchronously.
|
||||
When this is non-nil, call the 'man' program synchronously
|
||||
(rather than asynchronously, which is the default behaviour)."
|
||||
"Whether to call the Un*x \"man\" program synchronously.
|
||||
When this is non-nil, call the \"man\" program synchronously
|
||||
(rather than asynchronously, which is the default behavior)."
|
||||
:type 'boolean
|
||||
:group 'man
|
||||
:version 30.1)
|
||||
|
|
Loading…
Add table
Reference in a new issue