From: Richard M. Stallman Date: Sat, 18 Jun 2005 13:40:30 +0000 (+0000) Subject: (Antinews): Fix formatting ugliness. X-Git-Tag: emacs-pretest-22.0.90~8813 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72b09a92c81320f6f7998e11d7ca444ae26ed755;p=emacs.git (Antinews): Fix formatting ugliness. --- diff --git a/lispref/anti.texi b/lispref/anti.texi index 46375f3f157..c7a72f04df8 100644 --- a/lispref/anti.texi +++ b/lispref/anti.texi @@ -164,9 +164,10 @@ the sentinel. @item Many programming shortcuts have been deleted, to provide you with the enjoyment of ``rolling your own''. The macros @code{while-no-input}, -@code{with-local-quit}, @code{with-selected-window}, -@code{dynamic-completion-table}, and @code{lazy-completion-table} no -longer exist. Also, there are no built-in progress reporters. +@code{with-local-quit}, and @code{with-selected-window}, along with +@code{dynamic-completion-table} and @code{lazy-completion-table} no +longer exist. Also, there are no built-in progress reporters; +with Emacs, you can take progress for granted. @item Variable aliases are no longer supported. Aliases are for functions,