emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp man.el


From: Kevin Ryde
Subject: [Emacs-diffs] emacs/lisp man.el
Date: Sat, 26 Dec 2009 21:32:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Kevin Ryde <kryde>      09/12/26 21:32:51

Modified files:
        lisp           : man.el 

Log message:
        Tweak a comment: it's man-db on gnu/linux which agrees with posix that
        man -k arg is an egrep regexp.
        
        (No need to changelog something this small is there?)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/man.el?cvsroot=emacs&r1=1.194&r2=1.195

Patches:
Index: man.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/man.el,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -b -r1.194 -r1.195
--- man.el      26 Dec 2009 21:28:57 -0000      1.194
+++ man.el      26 Dec 2009 21:32:51 -0000      1.195
@@ -763,9 +763,9 @@
       (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]