emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/outline.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/outline.el
Date: Thu, 19 Jan 2006 17:51:38 +0000

Index: emacs/lisp/outline.el
diff -u emacs/lisp/outline.el:1.18 emacs/lisp/outline.el:1.19
--- emacs/lisp/outline.el:1.18  Tue Oct  4 20:54:26 2005
+++ emacs/lisp/outline.el       Thu Jan 19 17:51:38 2006
@@ -803,11 +803,11 @@
   (outline-flag-subtree t))
 
 (defun hide-leaves ()
-  "Hide all body after this heading at deeper levels."
+  "Hide the body after this heading and at deeper levels."
   (interactive)
   (save-excursion
     (outline-back-to-heading)
-    (outline-end-of-heading)
+;;    (outline-end-of-heading)
     (hide-region-body (point) (progn (outline-end-of-subtree) (point)))))
 
 (defun show-subtree ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]