diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/man.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/man.el b/lisp/man.el index c39621449f6..a5d62f3fb81 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -763,9 +763,9 @@ POS defaults to `point'." (unless (and Man-completion-cache (string-prefix-p (car Man-completion-cache) prefix)) (with-temp-buffer - (setq default-directory "/") ;; in case inherited doesn't - ;; exist Actually for my `man' the arg is a regexp. - ;; POSIX says it must be ERE and GNU/Linux seems to agree, + (setq default-directory "/") ;; in case inherited doesn't exist + ;; Actually for my `man' the arg is a regexp. + ;; POSIX says it must be ERE and "man-db" seems to agree, ;; whereas under MacOSX it seems to be BRE-style and doesn't ;; accept backslashes at all. Let's not bother to ;; quote anything. |
