changeset 50407:41c0eed9d556

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 02 Apr 2003 21:38:43 +0000
parents 180066f315b2
children 329ac267f1fc
files lisp/ChangeLog lisp/info-look.el
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <ehud@unix.mvs.co.il>  (tiny change)
+
+	* sort.el (sort-reorder-buffer): Fix saving of markers at the end
+	of the sorted region.
+
 2003-04-02  Masatake YAMATO  <jet@gyve.org>
 
 	* woman.el (woman-xref): Removed.
--- 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.
 ;;