# HG changeset patch # User Juanma Barranquero # Date 1049319523 0 # Node ID 41c0eed9d556dd95285f33fa13953186b4bc7574 # Parent 180066f315b216ae180bb8097b852da8e0777e71 *** empty log message *** diff -r 180066f315b2 -r 41c0eed9d556 lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 02 21:37:53 2003 +0000 +++ b/lisp/ChangeLog Wed Apr 02 21:38:43 2003 +0000 @@ -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 -r 180066f315b2 -r 41c0eed9d556 lisp/info-look.el --- a/lisp/info-look.el Wed Apr 02 21:37:53 2003 +0000 +++ b/lisp/info-look.el Wed Apr 02 21:38:43 2003 +0000 @@ -783,7 +783,7 @@ (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 @@ 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. ;;