From: Juanma Barranquero Date: Wed, 2 Apr 2003 21:38:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~10667 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6bb2688522381380d4c5c42525d623579e19835;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f52e873dd6..cc2a0c60e4b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-04-02 Ehud Karni (tiny change) + + * sort.el (sort-reorder-buffer): Fix saving of markers at the end + of the sorted region. + 2003-04-02 Masatake YAMATO * woman.el (woman-xref): Removed. diff --git a/lisp/info-look.el b/lisp/info-look.el index 9639a3cdab0..bc360a1d57d 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -783,7 +783,7 @@ Return nil if there is nothing appropriate in the buffer near point." (info-lookup-maybe-add-help :mode 'octave-mode :regexp "[_a-zA-Z0-9]+" - :doc-spec '(("(octave)Function Index" nil + :doc-spec '(("(octave)Function Index" nil "^ - [^:]+:[ ]+\\(\\[[^=]*=[ ]+\\)?" nil) ("(octave)Variable Index" nil "^ - [^:]+:[ ]+" nil) ;; Catch lines of the form "xyz statement" @@ -797,7 +797,7 @@ Return nil if there is nothing appropriate in the buffer near point." 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 +;; 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. ;;