diff options
| -rw-r--r-- | lisp/man.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 4406ac5d642..c914ec34b97 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -996,7 +996,11 @@ An \"apropos\" query with -k gives a buffer of matching page | |||
| 996 | names or descriptions. The pattern argument is usually an | 996 | names or descriptions. The pattern argument is usually an |
| 997 | \"grep -E\" style regexp. | 997 | \"grep -E\" style regexp. |
| 998 | 998 | ||
| 999 | -k pattern" | 999 | -k pattern |
| 1000 | |||
| 1001 | Note that in some cases you will need to use \\[quoted-insert] to quote the | ||
| 1002 | SPC character in the above examples, because this command attempts | ||
| 1003 | to auto-complete your input based on the installed manual pages." | ||
| 1000 | 1004 | ||
| 1001 | (interactive | 1005 | (interactive |
| 1002 | (list (let* ((default-entry (Man-default-man-entry)) | 1006 | (list (let* ((default-entry (Man-default-man-entry)) |