]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 2 Apr 2003 21:38:43 +0000 (21:38 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 2 Apr 2003 21:38:43 +0000 (21:38 +0000)
lisp/ChangeLog
lisp/info-look.el

index 9f52e873dd66ddcf50f4ca33eb7948cd0322fd78..cc2a0c60e4b114381e2ada3420d872538c3cd8fc 100644 (file)
@@ -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.
index 9639a3cdab06fb124da9266297736075001ac1f4..bc360a1d57d7e3ab5cdc8e71ea7910362bd5e2aa 100644 (file)
@@ -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.
 ;;