2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de> (tiny change)
* msdog-xtra.texi (MS-DOS): Docstring fix.
This commit is contained in:
parent
739b776471
commit
1757718397
3 changed files with 10 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de> (tiny change)
|
||||
|
||||
* msdog-xtra.texi (MS-DOS): Docstring fix.
|
||||
|
||||
2008-02-09 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* msdog.texi (Windows Fonts): Use a @table for describing font
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue