From 1757718397202b1dc77588fdbb7c7121d2615990 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 17 Feb 2008 23:18:45 +0000 Subject: [PATCH] 2008-02-17 Ulrich Mueller (tiny change) * msdog-xtra.texi (MS-DOS): Docstring fix. --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/msdog-xtra.texi | 4 ++-- lisp/textmodes/org.el | 7 ++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index a132359f61b..1e94afbbbc8 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2008-02-17 Ulrich Mueller (tiny change) + + * msdog-xtra.texi (MS-DOS): Docstring fix. + 2008-02-09 Eli Zaretskii * msdog.texi (Windows Fonts): Use a @table for describing font diff --git a/doc/emacs/msdog-xtra.texi b/doc/emacs/msdog-xtra.texi index 3dc8e667415..e9f62b64847 100644 --- a/doc/emacs/msdog-xtra.texi +++ b/doc/emacs/msdog-xtra.texi @@ -13,12 +13,12 @@ the MS-DOS ``operating system'' (also known as ``MS-DOG''). @iftex Information about Emacs and Microsoft's current operating system -Windows (also known as ``Losedows) is in the main Emacs manual +Windows (also known as ``Losedows'') is in the main Emacs manual (@pxref{Microsoft Systems,,, emacs, the Emacs Manual}). @end iftex @ifnottex Information about peculiarities common to MS-DOS and Microsoft's -current operating systems Windows (also known as ``Losedows) is in +current operating systems Windows (also known as ``Losedows'') is in @ref{Microsoft Windows}. @end ifnottex diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index bc63a962b9c..f70264df796 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -6564,9 +6564,10 @@ If optional TXT is given, check this string instead of the current kill." "Narrow buffer to the current subtree." (interactive) (save-excursion - (narrow-to-region - (progn (org-back-to-heading) (point)) - (progn (org-end-of-subtree t t) (point))))) + (save-match-data + (narrow-to-region + (progn (org-back-to-heading) (point)) + (progn (org-end-of-subtree t t) (point)))))) ;;; Outline Sorting -- 2.39.5