]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve do string of 'man'
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Jun 2020 07:48:02 +0000 (10:48 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Jun 2020 07:48:02 +0000 (10:48 +0300)
* lisp/man.el (man): Mention the need to use C-q for quoting the
SPC character in the man-page input.  (Bug#41859)

lisp/man.el

index 4406ac5d64296985b558a8db3c58747b99ccc424..c914ec34b97ab384b9dac52bc7c6a4312cd8c8da 100644 (file)
@@ -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))