mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
Improve do string of 'man'
* lisp/man.el (man): Mention the need to use C-q for quoting the SPC character in the man-page input. (Bug#41859)
This commit is contained in:
parent
b87fc938a0
commit
b9abf5ceb2
@ -996,7 +996,11 @@ An \"apropos\" query with -k gives a buffer of matching page
|
||||
names or descriptions. The pattern argument is usually an
|
||||
\"grep -E\" style regexp.
|
||||
|
||||
-k pattern"
|
||||
-k pattern
|
||||
|
||||
Note that in some cases you will need to use \\[quoted-insert] to quote the
|
||||
SPC character in the above examples, because this command attempts
|
||||
to auto-complete your input based on the installed manual pages."
|
||||
|
||||
(interactive
|
||||
(list (let* ((default-entry (Man-default-man-entry))
|
||||
|
Loading…
Reference in New Issue
Block a user