]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Jan 2002 21:00:37 +0000 (21:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Jan 2002 21:00:37 +0000 (21:00 +0000)
etc/NEWS
lisp/ChangeLog

index a9f8741f683c7a9393f4018a5b514bf2caf31945..8465be4dd54154c379f66bd68e8fc1dc1b9af494 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -65,7 +65,7 @@ changes the behavior of motion commands line C-e and C-p.
 control substitution of the file names only when they are surrounded
 by whitespace.  This means you can now use them as shell wildcards
 too.  If you want to use just plain `*' as a wildcard, type `*""'; the
-doublequotes make no differentce in the shell, but they prevent
+doublequotes make no difference in the shell, but they prevent
 special treatment in `dired-do-shell-command'.
 
 ** Unquoted `$' in file names do not signal an error any more when
index eaea546e07066270bdc47fcf554326f1ada3f70b..1840cdd623d3a691a9837344759ba3d20fd820b2 100644 (file)
@@ -1,5 +1,11 @@
 2002-01-12  Richard M. Stallman  <rms@gnu.org>
 
+       * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
+       and proper window.
+
+       * help.el (describe-mode): Call help-setup-xref in the help buffer.
+       Switch buffers only after calling `help-buffer'.
+
        * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
        only when they are surrounded by whitespace.
        Use dired-mark-separator when adding one file name to a command.