diff options
| -rw-r--r-- | lisp/ldefs-boot.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 177e41ee4c4..a8e1ed8f8d1 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -20421,6 +20421,10 @@ names or descriptions. The pattern argument is usually an | |||
| 20421 | 20421 | ||
| 20422 | -k pattern | 20422 | -k pattern |
| 20423 | 20423 | ||
| 20424 | Note that in some cases you will need to use \\[quoted-insert] to quote the | ||
| 20425 | SPC character in the above examples, because this command attempts | ||
| 20426 | to auto-complete your input based on the installed manual pages. | ||
| 20427 | |||
| 20424 | \(fn MAN-ARGS)" t nil) | 20428 | \(fn MAN-ARGS)" t nil) |
| 20425 | 20429 | ||
| 20426 | (autoload 'man-follow "man" "\ | 20430 | (autoload 'man-follow "man" "\ |