From: Stephen Berman Date: Fri, 4 Jul 2014 19:09:29 +0000 (+0200) Subject: * todo-mode.texi (Levels of Organization): Comment out statement X-Git-Tag: emacs-24.3.93~95 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=661b90d8b657a68fa2101533302728c2c531df3c;p=emacs.git * todo-mode.texi (Levels of Organization): Comment out statement that Emacs recognizes todo files by their extension, since this feature has been removed due to bug#17482. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 8547299aafc..84dea26ca32 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,9 @@ +2014-07-04 Stephen Berman + + * todo-mode.texi (Levels of Organization): Comment out statement + that Emacs recognizes todo files by their extension, since this + feature has been removed due to bug#17482. + 2014-06-29 Glenn Morris * info.texi, mh-e.texi: "Online help" doesn't mean what it diff --git a/doc/misc/todo-mode.texi b/doc/misc/todo-mode.texi index e63bc2c64a2..092137268f7 100644 --- a/doc/misc/todo-mode.texi +++ b/doc/misc/todo-mode.texi @@ -158,11 +158,10 @@ you want. All todo files reside in a single directory, whose location is specified by the user option @code{todo-directory}. This directory may also contain other types of Todo files, which are discussed later -(@pxref{Todo Archive Mode} and @ref{Todo Filtered Items Mode}). Emacs -recognizes Todo files by their extension, so when you visit the files -the buffer is in the appropriate mode and the current category is -correctly displayed. - +(@pxref{Todo Archive Mode} and @ref{Todo Filtered Items Mode}). +@c Emacs recognizes Todo files by their extension, so when you visit +@c the files the buffer is in the appropriate mode and the current +@c category is correctly displayed. When you use a Todo mode command to create a todo file, the extension @samp{.todo} is automatically added to the base name you choose (as a rule, this name is also used for the other types of Todo files, which