Package: emacs21-common Version: 21.4a+1-3 Severity: minor Tags: patch Hi, I propose the attached minor patch for the file /usr/share/emacs/21.4/etc/NEWS which fixes a typo and removes some spurious trailing whitespace. Best wishes, etc
-- System Information: Debian Release: 4.0
--- NEWS 2007-01-04 07:53:32.000000000 +0000 +++ NEWS.new 2007-02-12 20:59:28.000000000 +0000 @@ -849,7 +849,7 @@ *** If Emacs was invoked with the `-q' or `--no-init-file' options, it does not allow you to save customizations in your `~/.emacs' init file. This is because saving customizations from such a session would -wipe out all the other customizationss you might have on your init +wipe out all the other customizations you might have on your init file. ** If Emacs was invoked with the `-q' or `--no-init-file' options, it @@ -2350,7 +2350,7 @@ ** Function assq-delete-all replaces function assoc-delete-all. -** The new function animate-string, from lisp/play/animate.el +** The new function animate-string, from lisp/play/animate.el allows the animated display of strings. ** The new function `interactive-form' can be used to obtain the @@ -2588,7 +2588,7 @@ matches any character in SET. SET may be a character or string. Ranges of characters can be specified as `A-Z' in strings. -'(in SET)' +'(in SET)' like `any'. `(not (any SET))' @@ -2790,7 +2790,7 @@ `(one-or-more SEXP)' matches one or more occurrences of A. - + `(1+ SEXP)' like `one-or-more'. @@ -2802,7 +2802,7 @@ `(zero-or-one SEXP)' matches zero or one occurrences of A. - + `(optional SEXP)' like `zero-or-one'.