emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/info-look.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/info-look.el
Date: Wed, 02 Apr 2003 16:12:04 -0500

Index: emacs/lisp/info-look.el
diff -c emacs/lisp/info-look.el:1.30 emacs/lisp/info-look.el:1.31
*** emacs/lisp/info-look.el:1.30        Sun Mar 30 15:28:18 2003
--- emacs/lisp/info-look.el     Wed Apr  2 16:12:04 2003
***************
*** 783,789 ****
  (info-lookup-maybe-add-help
   :mode 'octave-mode
   :regexp "[_a-zA-Z0-9]+"
!  :doc-spec '(("(octave)Function Index" nil 
              "^ - [^:]+:[ ]+\\(\\[[^=]*=[ ]+\\)?" nil)
             ("(octave)Variable Index" nil "^ - [^:]+:[ ]+" nil)
             ;; Catch lines of the form "xyz statement"
--- 783,789 ----
  (info-lookup-maybe-add-help
   :mode 'octave-mode
   :regexp "[_a-zA-Z0-9]+"
!  :doc-spec '(("(octave)Function Index" nil
              "^ - [^:]+:[ ]+\\(\\[[^=]*=[ ]+\\)?" nil)
             ("(octave)Variable Index" nil "^ - [^:]+:[ ]+" nil)
             ;; Catch lines of the form "xyz statement"
***************
*** 797,803 ****
              nil)))
  
  ;; coreutils and bash builtins overlap in places, eg. printf, so there's a
! ;; question which should come first.  Some of the sh-utils descriptions are
  ;; more detailed, but if bash is usually /bin/sh on a GNU system then the
  ;; builtins will be what's normally run.
  ;;
--- 797,803 ----
              nil)))
  
  ;; coreutils and bash builtins overlap in places, eg. printf, so there's a
! ;; question which should come first.  Some of the coreutils descriptions are
  ;; more detailed, but if bash is usually /bin/sh on a GNU system then the
  ;; builtins will be what's normally run.
  ;;




reply via email to

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